Four failed fixes before a QR code app finally scans
Building a QR generator, Claude tries a broken API, a second API, then fake canvas pixels — before switching to a real QR library that scanners can read.
Related
Building and debugging a YAML/Markdown preview tool for a site
Claude clones a real site's homepage code and builds a YAML/Markdown preview tool matching its rendering, then fixes a date-parsing bug and matches its colors.
Chasing a phantom padding bug through a C++ tokenizer
A long hunt for pad tokens appearing at the start of every chunk, ending in a switch to left-padding so the last token lands where embeddings want it.
Debugging a two-stage BJT amplifier optimizer's physics
A long session fixing a broken circuit-optimizer artifact, tracing bogus gain and stability numbers back to a missing Miller-effect term in the math.
Tracing runaway memory in C++ to an ONNX arena allocator
A developer watches memory climb on every embeddings call; the diagnosis finds no classic leak but two structural causes, and lands on a two-line fix.