Quick reliability lesson: if your agent output isn’t enforceable, your system is just improvising
I used to think “better prompt” would fix everything. Then I watched my system break because the agent returned: Sure! { "route": "PLAN", } So now I treat agent outputs like API responses: Strict JSON only (no “helpful” prose) Exac…