Skip to content
Back to Blog

Posts tagged "agents"

10 posts tagged with agents.

29 July 2026 · 15 min read

The /loop Pattern: When Self-Pacing Helps vs Burns Tokens

A practitioner's recipe for cache-aware long-running agents. When self-pacing wins, when it loses, and why the 270-second prompt cache window is the only number that matters for an idle loop.

AI agents Maestro tokens automation
15 July 2026 · 18 min read

Cheap Models, Honest Reports: Getting Haiku to Behave Like Sonnet

Haiku ran my fixture suite at parity with Sonnet once the doctrine forced verification and status tokens. The trick is not a better model. It is a tighter contract about what done means. This holds across both Anthropic and OpenAI's durable tier system.

AI agents cost Maestro models Haiku GPT cross-provider
1 July 2026 · 18 min read

Done Means Done: Why Status Tokens Beat Status Updates

Agents reporting completion in prose is the leading source of false-green builds. A four-token discipline (VERIFIED, UNVERIFIED, PENDING_REVIEW, FAIL) is what makes long-horizon agent work actually verifiable.

AI agents verification Maestro doctrine
16 June 2026 · 19 min read

Frontier AI Performance at Home, Without the API Bill

Maestro fuses the model CLIs already on your machine into one answer that beats any of them alone. It is the same mixture-of-agents method OpenRouter's Fusion API benchmarked at frontier level for about half the cost, except it runs on the flat-rate subscriptions you already pay for instead of a metered API bill.

AI agents Maestro fusion cost local-first
3 June 2026 · 37 min read

Why I Stopped Using Multi-Agent Frameworks (And What Replaced Them)

After 18 months of building with AutoGen, CrewAI, and LangGraph, I replaced all of them with explicit decomposition and deterministic orchestration. Here is why, and what to use instead.

AI agents multi-agent frameworks architecture opinion
20 May 2026 · 33 min read

Prompt Engineering Is Dead. Context Engineering Is the Job Now.

Clever prompt wording stopped being the bottleneck once models got good at following instructions. The real work moved to engineering what goes into the context window.

AI LLM context-engineering prompt-engineering agents research
6 May 2026 · 31 min read

What 18 Months of Production AI Agents Actually Taught Me

Five things that broke, three that worked unexpectedly, and the cost arc that surprised me. A first-person retrospective from running AI agents in production for 18 months.

AI agents production lessons retrospective research orchestration
22 April 2026 · 32 min read

The Automation Paradox: Why AI Agents Create More Work Before They Create Less

Teams deploying AI agents see a productivity dip before gains materialize. The supervision tax, the correction loop, and the trust calibration period are predictable, manageable phases, not signs of failure.

AI agents automation productivity research management
3 April 2026 · 15 min read

Why Your Multi-Agent AI System Keeps Failing (And What the Research Actually Says)

Multi-agent LLM systems fail 41-87% of the time. 79% of those failures come from coordination, not capability. Here is what the research says about building systems that actually work.

AI multi-agent systems LLM orchestration agents research open source
13 March 2026 · 9 min read

AI Agents Need Governance, Not Guardrails

For practitioners and engineering leads evaluating governance approaches: SDK wrappers are in-process guardrails agents can bypass. Infrastructure-level governance, where agents never hold API keys, is the only enforceable approach. Here's why.

AI technology agents governance LLM infrastructure