The longer an agent runs, the less I care about the prompt
Summary
The author reflects on how long-running AI agents encounter failures unrelated to the initial prompt, arguing that environment design (tools, docs, validation, architecture rules) matters more. They discuss concepts like harness engineering, keeping AGENTS.md small, using linters, and evaluator agents, while noting the cost trade-offs.
Similar Articles
Coding Agents Won’t Be Won by Prompts, but by Runtime Infrastructure
As coding agents become more capable, the bottleneck shifts from model quality to the infrastructure that supports long-running tasks, including durable state, permissions, checkpoints, observability, and cost controls. The author argues that the best agent products resemble runtime and workflow systems rather than just improved prompt interfaces.
Stop shortening your prompts. Six agents, 97-99% cache hit rate - and why the standard advice is backwards.
The article argues that with prompt caching, longer, stable prompts can be cheaper than frequently changing short ones, sharing insights from running AI agents with high cache hit rates.
After months of building agents, I've changed my mind about what matters most.
The author reflects on the challenges of moving AI agents from prototype to production, concluding that reliable orchestration and safeguarding mechanics are more critical than incremental model improvements.
How I Think About Prompting AI Agents Across the Entire Prompt Hierarchy
The author shares principles for writing effective prompts for AI agents, emphasizing focusing on what truly matters, high-signal communication, actionable instructions, and using established phrasing.
The agent prompt is not the safety boundary
Discusses the limitations of using agent prompts as safety boundaries, arguing that prompts alone are insufficient to ensure safe AI behavior.