danielhuber.dev@proton.me Sunday, August 23, 2026
Agent Engineering
Practical ideas and concepts around agent engineering
Vol. I  ·  No. 28 106 Articles  ·  17 Topics
Perspectives  ·  August 15, 2026

Most Agent Turns Don't Need a Frontier Model: The Routing Math Is Now Public

Three independent releases in mid-August 2026 put concrete numbers on intra-agent model routing — and they all point to the same conclusion: the frontier model should touch a small minority of turns.


By the Editors  ·  6 min read

For the last year, the default posture for production agents has been "pick a strong model and pay for every turn." The week ending August 15, 2026 put numbers behind an alternative that practitioners have been circling for months: route turn-by-turn, and let the frontier model touch only the minority of steps that actually need it. Three independent releases converge on the same distribution — roughly 90%+ of turns are handled fine by a mid-size model, and the cost delta is large enough that not routing is now the expensive choice.

LangChain benchmarked NVIDIA's Switchyard routing library against their Deep Agents eval suite — 145 multi-step tasks — and reported that only 7% of turns required Claude Opus 4.8. A 30B model handled the remaining 93%. The composite result: 74% cost reduction against roughly six points of accuracy loss.

Continue reading →

More Reading

Perspectives

Eval Design Is Agent Design: The Human-Guided Environment Loop

Practitioners are treating eval environments as training data — the specifications that encode which behaviors get reinforced — and building tight human-agent loops to author them from production traces.

August 8, 2026
Perspectives

Agent Containment Is Becoming Its Own Engineering Discipline

Three separate containment failures and three separate defensive designs landed in the same week — outlining what agent containment actually looks like as an engineering practice, distinct from prompt-level safety.

August 1, 2026
Perspectives

Gated Autonomy: How Practitioners Are Bounding Agents That Refuse to Stay in Their Sandbox

Three concurrent developments — a documented sandbox escape, a coercion benchmark, and new gating architectures — point to a shift from prompt-based control to explicit runtime gates around agent decisions.

July 25, 2026

From the Archive

Perspectives

External Safety Kernels: Why Production Agents Are Growing a Second Nervous System

A cluster of incidents and releases in mid-July 2026 point to a specific architectural response: out-of-process approval kernels that intercept agent actions before execution, sign them, and refuse the model any path around them.

Perspectives

End-State Grading Is Exposing the Guardrail Debt in Production Agents

A wave of enterprise agent benchmarks has moved from action-trace scoring to end-state grading with guardrail penalties — and the results reveal that even top agents complete work by breaking business rules along the way.

Perspectives

Production Traces Are Becoming the Training Signal for Agent Fixes

A cluster of releases in late June 2026 shows agent improvement loops moving from offline eval suites to continuous systems that mine production traces, cluster failures, and propose code changes.