HeadlinesBriefing favicon HeadlinesBriefing.com

JSSE: Claude Code Builds JavaScript Engine from Scratch

Hacker News •
×

A single developer has created JSSE, the first JavaScript engine to pass 100% of test262 non-staging tests, all without writing a single line of code. Built entirely by Claude Code running in YOLO mode over six weeks, the engine achieved full compliance with 98,426 test scenarios across language/, built-ins/, annexB/, and intl402/.

Starting from zero on January 27, the project reached 17.63% pass rate by evening and hit 100% on March 9. The developer spent only about four hours total providing high-level direction while the agent autonomously implemented features, ran tests, and committed code. The setup used vanilla Claude Code with plugins like /simplify and ralph-wiggum-loop for autonomous operation.

The breakthrough demonstrates how agentic coding can tackle complex language implementation tasks. JSSE joins V8, SpiderMonkey, and JavaScriptCore as a fully compliant engine, but unlike its predecessors, it was built entirely by an AI agent from scratch in Rust. The project processed 929,475 lines of code across 592 commits, proving that autonomous agents can handle sophisticated software engineering challenges when given clear goals and comprehensive test coverage.