How I wrote JustHTML using coding agents

35 points by simonw


simonw

I really like this as a case study in how responsible, professional engineering processes plus coding agents can produce high quality code.

In this case it's 3,000 lines of dependency-free Python implementing a parser that correctly handles the full 9,200 test HTML5 conformance suite. That's a major achievement!

It's also an example of how much you can get done with coding agents if you set them up to brute force a problem with a robust existing test suite.

I wrote a bit more about this here.