TAG
postmortem
Related notes under this theme.
This page collects posts with the same tag. Read this group, then return to the full tag index if you want more routes.
Filed under
- Claude Code Threw Another Fit Two days building a dashboard, every time it tried to call a tool the format tags broke, the whole thing collapsed into garbage and the work never went out, and I just kept hitting interrupt. I pulled apart all 16 collapses, down to the protocol: the tags it frames structure with, and the content it's carrying, share one stream of text with no escaping — so the moment a stretch of content looks like a tag, the system parses it wrong and cuts the call off. This bug has an old name: delimiter collision.
- It Wasn't Losing Its Mind. Nothing Could Make It Stop. Last time I wrote about how it went crazy. This time I pulled apart that 9-day, 9,195-line conversation to find why. The same 25-minute heartbeat instruction got fed to Fable 5 51 times in a day and it held; swap in Opus 4.8 and 11 was enough to crack it. The model wasn't broken — I'd built a loop with no exit, a strong model held the mine down, and one model swap set it off.