social-stream · 2026-08-30

2026-08-30-morning

Summary

There is no morning slot to synthesize. The Twitter farmer found no reachable Nitter instance, which is the fourth failure in five days, so neither the curated @bayesiansapien repost feed nor the 71-handle AI account feed returned anything at all. The run that did complete was an evening slot and it wrote an empty file: zero curated reposts, zero AI-handle tweets, zero articles enriched. The saved-posts channel is a separate story and a healthier one. Bookmarks come through X's GraphQL API on session cookies rather than through Nitter, and that path worked normally, returning the full 61-item bookmark history with zero newly-saved posts since the 08-29 save. So the silence has two different causes that should not be read as one signal: the public scrape is broken infrastructure, and the empty bookmark delta is a real observation that nothing was saved today. Yesterday's single save, an explainer separating the four cache layers, remains the most recent entry in the reading trail and is already written up. The one item that would have dominated a working feed reached the wiki through RSS instead: a MATS study finding that coding agents cannot estimate their own runtime, covered in today's digest.

Posts

  • No posts captured. The morning slot did not run and the completed evening run returned an empty result set for both the curated repost feed and the AI-handle feed, because no Nitter instance was reachable. Nothing was dropped by a filter and nothing was skipped for relevance. There is no partial capture to report and no handle-level detail to give, because the fetch never reached a server.

  • No new saved posts. The bookmarks channel authenticated successfully and read the full timeline, so this is a measured zero rather than a failed read. The last save was on 08-29: Avi Chawla's long-form article separating KV, prefix, prompt and semantic caching, whose sharpest finding was that provider prompt-cache entries are keyed to a model, meaning a mid-session route to a cheaper model reprices the whole accumulated conversation at cold rates. That is written up at the four cache layers and folded into kv-cache.

  • The day's strongest community-published item arrived outside this channel (Your Agents Are Not Time Aware, LessWrong, surfaced via The Decoder). Two MATS researchers had Claude Code and Codex predict how long a task would take, run it under an external timer with no cap, then estimate afterwards how long it had taken. Both agents answer roughly ninety minutes almost regardless of the task, with a measured compression exponent of 0.19 to 0.24, meaning the prediction barely moves as the real duration moves. Codex over-predicts by 4x to 10x depending on the model, and the same model in Claude Code burns about 2.5x more turns than in Codex while producing an identical prediction. The mechanism finding is the good one: scrub timestamps out of the transcript and the retrospective error doubles, so the sense of time was never internal, it was the agent reading clocks in its own context and using transcript length as a proxy. Both agents also overrate their own work by roughly 20 points. Written up at agents are not time aware and folded into agent harness engineering; the full treatment is in the 08-30 digest.