More than just code review
The core skill for using coding agents well isn't reading every line of the diff — it's confidently instructing the agent, then confidently verifying the result some other way.
15 articles · 5 categories
The finishable daily brief
Saturday, Aug 22, 2026
15 articles · 5 categories
read top to bottom · then stop
In 30 seconds
Today's agent-engineering thread is verification: Simon Willison and LinkedIn's production data land on the same point from different directions — reviewing agent-written code line by line doesn't scale, and LinkedIn's multi-agent reviewer backs that with real numbers (63.9% overall acceptance across 5,230 comments, but just 40.6% on security fixes).
Agent runtime infrastructure keeps specializing, with Cloudflare shipping an ephemeral browser engine built just for agent bursts, while the coding-agent tool layer keeps churning — Continue shut down as new entrants like Faber and Heimdall show up to fill the gap.
Two pieces converge on the same lesson: line-by-line review of agent-generated diffs doesn't scale, so verification has to become a distinct skill and workflow. LinkedIn's production numbers back it up.
The core skill for using coding agents well isn't reading every line of the diff — it's confidently instructing the agent, then confidently verifying the result some other way.
LinkedIn's reviewer cross-validates findings across multiple independent models and hit 63.9% acceptance across 5,230 comments on 1,727 PRs — 100% on concurrency bugs, but just 40.6% on security fixes.
Agent runtimes keep specializing away from general-purpose browsers and servers toward ephemeral, isolated execution built specifically for bursty agent workloads.
Kitesurf runs browser components in isolated WebAssembly/Rust environments on Cloudflare Workers, built to exist only for the duration of one agent task instead of running a persistent Chromium instance.
The piece argues models and their surrounding harness co-evolve: as models absorb more of the scaffolding into their weights, what's left is a harness built around the one resource that stays scarce — human attention.
A developer packaged a full coding agent to run persistently inside a single Cloudflare Durable Object, using it as a lightweight always-on agent host instead of a dedicated server.
An open harness for running multiple agent instances as a coordinated "office" of clones, aimed at parallelizing agent work across simulated coworkers.
The coding-agent tool layer keeps churning — new entrants are shipping code-graph navigation and trust layers as older tools shut down.
Faber builds a code graph of the repository so it can navigate and reason about structure directly instead of grepping through files.
Continue, the VS Code coding-agent extension, is no longer maintained, prompting its users to ask Hacker News for replacements.
Heimdall adds a trust-verified knowledge layer in front of coding agents, aiming to keep them grounded in vetted information rather than unverified context.
TechSkills packages reusable skill modules that coding agents can load, aiming to standardize agent capabilities instead of every project reinventing them.
Frontier momentum keeps splitting between anonymous open releases gaining real traction and a broader argument that machine-generated data is displacing humans across the training pipeline.
A new free model is impressing developers in real use, but nobody has identified who built it — an unusual case of an anonymous release gaining genuine traction.
Qwen 3.8 narrows the reasoning-benchmark gap with US frontier models, but agentic coding performance still lags behind, per the report.
DeepSeek's V4 Flash test build gains vision input, extending the fast/cheap tier of its lineup into multimodal tasks.
The piece argues every stage of the ML pipeline — rewards, data, teachers, curricula, even human subjects — is shifting from human-made to model-generated: worse quality but far cheaper and faster, with verification as the only thing keeping it trustworthy.
Anthropic's watermarking approach shows provenance built into generation itself instead of bolted on after the fact.
Claude watermarks output by using a secret key to bias token sampling at points where multiple plausible tokens exist, letting a detector verify origin later without rerunning the model.
You are caught up for this edition