AI agent projects should start by asking whether they need an agent at all
kashifmanzoor · x · 2026-07-21
The AI agent decision framework
The post argues that many agent projects should start by asking a simpler question: does this task really need an AI agent at all?
It proposes four tests:
- Variability test — if the task can be mapped as a flowchart, a workflow with LLM steps is usually cheaper, faster, and more reliable than an agent.
- Reversibility test — if the worst action is severe and irreversible, the agent needs a human gate, which can erase the expected ROI.
- Verification test — agents work best when success can be checked automatically, such as code compiling or records reconciling. If a human expert must verify the output, the system is closer to a drafting tool than an autonomous agent.
- Economics test — the real cost includes reliability engineering, evals, tracing, canaries, approval flows, and human ownership time. Token cost is usually the smallest line item.
The core message: many “agent” projects are better built as workflows, and teams should price reliability overhead before committing to autonomy.
More from coding & agent
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11