Fetching from the wire…
Public story · 2026-07-25 · high
The beta caps total tokens for an agentic loop instead of chopping it off mid-step, and it now works with Opus 5.
Why now: Covered in the July 25 briefing on the task-budgets-2026-03-13 beta docs.
Anthropic's task-budgets beta adds an advisory token cap spanning a whole agentic loop instead of a single call, per the platform docs. The cap gets injected server-side as a countdown only the model sees. The model paces itself and wraps up before running out, instead of getting cut off mid-response by max_tokens.
That matters for anyone running multi-step agents, where a single step's token ceiling says nothing about how much work is left in the loop.
Task budgets now support Opus 5, per the docs. Effort controls how deep the model goes on any single step; budget controls how much room it has across the whole loop. Two dials, two jobs.
The docs flag two failure modes worth knowing before this goes into production. Set the budget too small for the task, and the model may show refusal-like behavior. It declines the work, or scopes it down, rather than starting something it can't finish. That's not a truncated response, it's a different failure, and the fix is raising the budget, not tuning some other parameter.
The second gotcha is subtler. Decrement remaining yourself client-side instead of letting the server track it, and two things break. Your prompt cache invalidates. And the budget gets under-reported, which makes the agent quit early for no real reason.
Each link below shares sources, entities, or timing with this story.
A Reddit post about giving Claude Code a cheap coworker hit 1,123 upvotes and 115 comments on r/ClaudeAI. Read together with the Uber story above, this is the demand signal paired with its solution. The setup: route routine implementation work to a $0.02/call model (Gemini Fla...
xAI launched Grok 4.5 and Grok Build on July 8, trained partly on Cursor developer-session data. The numbers are loud: 83.3% on Terminal-Bench 2.1, 64.7% on SWE-Bench Pro, priced at $2/$6 per million tokens. On a single coding task that works out to roughly $2.49 versus $11.80...
Two changes shipped within a day of each other that compound in exactly the wrong direction, and nobody connected them. Anthropic's Opus 5 prompting guide documents that the model "delegates to subagents more readily than prior models," and is blunt about the consequence: it "...
DeepClaude hit 470 points on Hacker News. It swaps Claude Code's API backend to DeepSeek V4 Pro while preserving the full agent loop: file editing, bash execution, git tooling, the whole workflow. DeepSeek V4 Pro scores 96.4% on LiveCodeBench at a fraction of Anthropic's prici...
Day three of Plus subscribers reporting that GPT-5.6 Sol at High reasoning returns near-instant, shallow answers, and that the assistant identifies itself as GPT-5.5-mini while the model picker still reads Sol. The r/ChatGPT thread is matched by a separate r/OpenAI report and...
August 6: Sapiom raised $35M for a router that sends each model call to the cheapest capable model. August 7: Databricks published its internal cost playbook. August 8: Toolport hit Product Hunt with a free MCP gateway cutting tool-definition overhead 96%. Three parties, zero...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.