Deep-dive guides on AI agents, agent orchestration, MCP, and developer tooling.
3 posts found
When an LLM agent calls the wrong tool or sends malformed arguments, the postmortem usually blames the model — but the actual defect is almost always in the JSON Schema the tool was registered with.
JSON Schema looks like static typing for JSON, but its composition keywords follow evaluation rules that trip up most people writing their first real-world schema — here's the mental model that actually holds up.