Anti-patterns · #1
Over-Agentification
- Symptom
- High latency, expensive token bills, debugging that requires reconstructing emergent behaviour from logs.
- Fix
- Walk the decision heuristic. Sketch the simpler alternative side-by-side before you commit.
- Origin
- Introduced at L3
- Cross-link
- Mirrors the L3 anti-pattern: reaching for multi-agent when an L2 workflow would have sufficed.