#debugging
4 posts tagged debugging.
· 8 min
Why the Same Bug Kept Creating New Incidents (And What That Taught Me About RAG)
Three layers of dedup. Four independent failure modes that all had to fire simultaneously. The compound bug that exposed them, and the principle that makes it not happen again.
debuggingragagents
· 8 min
Why My AI Agent Kept Adding Null Checks Instead of Fixing the Bug
Five PRs to teach a fix-generation pipeline that the crash site is almost never the fix site. The producer/consumer distinction, RAG's structural blind spot, and what it took to find the actual bug.
debuggingagentsrag
· 6 min
My Agent Ran for 58 Seconds and Made Up Every Number
How a CICDAgent fabricated a confident CI failure report without calling a single tool — and the four trace signals that would have caught it sooner.
debuggingagentsobservability
· 4 min
The Fix That Broke My Agent in a Different Way
MANDATORY CONSTRAINTS stopped the hallucination. Then the agent looped on the same tool 10 times. Three words on the constraint fixed it. Why precision in prompts is everything.
debuggingagentsprompting