Ask your LLM for receipts: What I learned teaching Claude C++ crash triage
addxorrol.blogspot.com·1d·
🔩Systems Programming
Preview
Report Post

I recently embarked on a small toy project/experiment: How well can I equip Claude Code to automatically analyze and triage crashes in a C++ code base?

For the experimentation, I worked on a small number of crashes in the ffmpeg bug tracker. The initial results were very discouraging, Claude hallucinated all sorts of implausible root causes and tended to write typical "AI slop" – things that follow the form of a well-written report, but that had no bearing on reality.

I iterated for a few days, but ultimately I got things to work reasonably well, at least to the point where I was happy with the result.

The result of this little diversion are a bunch of .md files (subagents and skills) that I contributed to [https://github.com/gadievron/raptor](https://github.com/gadievron/ra…

Similar Posts

Loading similar posts...