Skip to main content
The following table covers the most common foundational architecture anti-patterns that affect agent reliability and scalability.
⭐️ Most common anti-patterns, 🫆 Detectable
Anti-patternProblemImpactFix
⭐️ The monolithic mega-prompt 🫆500-line instructionsOver constrained agents and reasoning conflictsSplit reasoning from formatting and execution
⭐️ The agent-as-business-process fallacy 🫆Agents approximate processesDeterministic processes not followed 100%Use workflows
Invisible state 🫆Hidden stateIncorrect state tracking assumedExternal state
All-or-nothing autonomyBinary autonomyCost/UX issuesRisk-based controls
Passing ‘as-is’ information through the model 🫆Paraphrasing authoritative contentCompliance riskRoute around LLM
Chasing the latest research paperPremature adoptionLow ROIStick to well known patterns and fix tools/workflow instead
Tooling and scalability considerations Knowledge and document processing considerations