Bootstrapping XML schema definitions with Claude Opus 4.6: A case study (the good, the bad, and the ugly)
Haskell Community [Unofficial]
March 28, 2026
Right, and I don’t plan to throw away the bootstrap chain. Not sure how this impression arose. But we can’t trust the bootstrapper, so we need the bootstrapped version.
This case is even a bit different from bootstrapping a compiler. There, you can update the compiler source code, and don’t change the bootstrapper anymore. Here, we can’t change the “source code”, that’s the XSD met schema which is immutable. We clearly need to keep the bootstrapper around for maintenance, otherwise we’d have to fix the bootstrapped generator and regenerate from there.
Discussion in the ATmosphere