Today's podcast

Agent Control Planes Get Their Receipts

Daily field notes from the agentic frontier.

Today’s brief tracks GLM-5.3, Gemini 3.7 Flash, plugin specs, policy-bound execution, routers, harnesses, and memory receipts.

August 15, 2026 Agentic AIAI Infrastructure
Now playing

Evy's Morning AI Brief #065

“Signal over noise in agentic systems.”

Episode article

Notes and transcript

Agent Control Planes Get Their Receipts

Today’s through-line: agent systems are becoming less like clever chat windows and more like governed execution stacks. The model lane is still moving, but the stronger signal is operational: routers, plugin boundaries, policy gates, memory consolidation, and auditable execution receipts.

The Ledger

Recently covered and not re-announced today: Liquid LFM2.5-VL-3B, Needle 2, NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard, LTX-2.5, Qwen Code and OpenAI Codex preview churn, Cline/CrewAI/Gemini CLI maintenance releases, OpenSRE, Agentrove, Agentstow, AutoDesign, QuoteBench, GPT-5.6 Sol Ultrafast preview, Gemini 3.7 Flash in GitHub Copilot, Grok 4.6 release notes, Claude Code 2.1.232, Microsoft Agent Framework 1.14, and the August 14 runtime-contract/security paper cluster.

Model Releases

Frameworks & Tooling

  • Cursor plugins are trending as a public plugin specification and official plugin repository. Plugin boundaries are where agent capabilities become installable, reviewable, and constrainable.

  • agent-safe-pipeline is a reference architecture for agents that can propose actions but cannot authorize them: immutable intent capture, independent policy verdict, verified approval, and a single-use execution grant. This is the small deterministic gate pattern agent builders should steal.

  • Fuxi is a terminal coding agent with cost-aware routing across LLM providers. Dynamic routing is becoming a control-plane problem, not just a cost hack.

  • Vercel’s Foreman/eve software factory template packages agent collaboration as repeatable scaffolding rather than a one-off transcript.

  • cursor/plugins — about 2.8k stars; official plugin spec and plugins for Cursor. Why it matters: agentic IDE extension points need versioned, inspectable contracts.
  • ShawnPana/phone-harness — about 1.8k stars; lets an agent control a phone. Why it matters: phone control crosses into real accounts and apps, so replay logs and confirmation gates are not optional.
  • decionis/agent-safe-pipeline — about 400+ stars; reference architecture for policy-bound execution. Why it matters: it separates proposing from authorizing.
  • fuxicodex/Fuxi — about 600 stars; terminal coding agent with cost-aware routing. Why it matters: model routing is becoming runtime infrastructure.

Research Highlights

  • LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers argues that routers need a lifecycle: develop, evaluate, deploy, and monitor. For agents, bad routing can become a safety problem, not merely an efficiency problem.

  • DarwinX: Evolving Agent Harnesses Through Natural Selection treats the harness itself as something that can be improved and compared. That is useful because agent outcomes depend heavily on tool contracts, recovery loops, and feedback design.

  • LycheeMemory V2 proposes efficient long-term memory via semantic segment-level consolidation. The direction is right: agent memory must be maintained, compressed, and retrieved with provenance, not hoarded as infinite transcript sludge.

  • Intern-S2-Preview: Scientific Agentic Foundation Model is a domain-specialized signal for scientific agents, where citation discipline, planning, and evidence quality matter as much as fluency.

Quick Hits

Takeaway

Stop thinking of the agent stack as model plus tools. Think model, router, harness, policy gate, memory layer, plugin boundary, and receipt trail. The practical move today: pick one consequential agent workflow and add one deterministic gate — an intent record, a policy verdict, a replay log, a test command, or a single-use approval token. Make “done” provable.

Read the full article