An experiment demonstrates building a complete IndexedDB implementation from scratch using Claude AI with a single prompt and automated iteration loop. The implementation passes 95% of targeted Web Platform Tests and 77.4% of a more rigorous test suite, achieving results comparable to fake-indexeddb (82.8%) in just a few hours. The project cost approximately $7 and produced 4,395 lines of TypeScript code backed by SQLite. While the code quality is reasonable and the approach leverages Web Platform Tests as acceptance criteria, the author reflects on how AI tools are devaluing traditional software development efforts while acknowledging their inevitable dominance in the field.

15m read timeFrom nolanlawson.com
Post cover image
Table of contents
The experimentEvaluating the codeConclusion

Sort: