When agents handle implementation, experienced engineers shift from typing code to architectural guidance. The division is about what gets delegated and what requires human judgment.
I wrote about JustHTML yesterday—Emil Stenström’s project to build a new standards compliant HTML5 parser in pure Python code using coding agents running against the comprehensive html5lib-tests testing library. Last …
When agents handle implementation, experienced engineers shift from typing code to architectural guidance. The division is about what gets delegated and what requires human judgment.
An intentionally quiet and unassuming (and empty) blog
I built an MCP that lets Claude see its own Excalidraw diagrams, iterate on them, and save them to Obsidian.
After working in mobile engineering for about a decade and a half, across multiple eras of iOS and Android tooling, languages, and architectural …
When Simon Willison wrote about JustHTML [1] [2], suddenly everyone was interested in giving their view. After reading through (what I think is) all of...
Personal website of Ankur Sethi, writer and independent frontend engineer living in Bangalore, India.
Ideas for an Agent-Oriented Programming Language
FindRecentClaudeCodingABlogPipelineDecember 27, 2025 Lately, I've been working on trying to get a blog publishing pipeline up and running for all t...
Getting AI to do the heavy lifting and migrate a substantial front-end application to TypeScript
Maybe a good idea to take stock of how Knuckledragger https://github.com/philzook58/knuckledragger is going for myself and whomever might be interested.
A small exploration of weird results when AI coding agents translate an HTML parser into different languages. 2000 words - 10 minutes
After working in mobile engineering for about a decade and a half, across multiple eras of iOS and Android tooling, languages, and architectural …
How I built swift-justhtml with Claude - from 0% to 100% html spec test compliance, finding crash bugs with fuzzing, and the performance optimization needed to match javascript's speed in Swift