Fetching from the wire…
Public story · 2026-08-23 · high
The same release fixes a second bug that made near-complete prompts reprocess from scratch on Ollama's recurrent-layer models.
Why now: Ollama's fix landed in the v0.33.0-rc2 release candidate on August 21.
Ollama disabled Claude Code's live tokens-left countdown in its v0.33.0-rc2 release candidate, published August 21. A cache miss isn't free, it means reprocessing tokens you already paid to process once, and this one was happening on every single request.
The countdown was a system message Ollama kept moving to the front of the prompt. Prompt caching only works when the front of the prompt stays identical, so that one line was invalidating the KV cache every time.
The same release fixes a second bug: cancelled prefills were discarding restore points. On recurrent-layer models, a request that matched 46,000 of 47,000 tokens against the previous turn still reprocessed the whole thing from zero, per the release notes.
Both bugs share a cause, something dynamic sitting where the cache expects something static. The release also adds a front-end feature alongside the fix: a menu-bar toggle for turning individual local Ollama models on or off for use inside Claude.
Each link below shares sources, entities, or timing with this story.
This Rust harness (+2,585 stars) competes on resource footprint rather than features: 27.8 MB PSS for a single session with local embedding disabled, claimed 13.9× less than Claude Code and 6× less than jcode's own embedding-enabled mode. Time-to-first-frame 14.0ms against a c...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
CherryHQ/cherry-studio (50,068 stars) cut v2.0.0 on August 5 and reached 2.0.2 by August 7, rebuilding from chat client into a work surface with multi-window and split-view layouts. The release notes say the subscription part explicitly: OpenAI and Anthropic endpoints, reusing...
GitHub issue openai/codex#37674 documents that Codex CLI 0.147.0 running GPT-5.6-Sol on Amazon Bedrock cannot pass prompt_cache_options or prompt_cache_breakpoint, so every request performs a cache write instead of a read. August 5-8 production logs: 3,656 requests, 171.94M ca...
This one rearranged my week. An essay published August 4 walks through Databricks' independent benchmark of coding harnesses against its own multi-million-line codebase. Pi, a harness with four built-in tools and a system prompt under 1,000 tokens, paired with Opus 4.8 at xhig...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.