Claude built a JS engine

Claude’s team built JSSE — a JavaScript engine in Rust that’s reportedly 100% test262‑compliant — and it took roughly two months and about $4K in API spend to develop. It’s being showcased as a proof that Claude can produce production‑grade software artifacts. (x.com)

The GitHub repository is published under the user "pmatos" and the project page lists 601 commits along with a visible.claude directory and a CLAUDE.md file that document an agent-driven workflow. (github.com)) The repo contains submodules for the ECMAScript specification and the official test262 suite, and it includes artifact files named test262-pass.txt and test262-pass-node.txt that record test-run outputs. (github.com)) Its test-run summary in the repository lists 51,222 test files and 98,426 scenarios and separately reports staging tests at 2,762 out of 2,808, with the staging pass rate indicated in the project metadata. (github.com)) The project README and notes call out specific staging failure causes as flaky timeouts, libm precision gaps, and a spec-compliance conflict related to AnnexB argument hoisting, rather than invoking unspecified or generic errors. (github.com)) The codebase advertises language features and runtime support including ES Modules with dynamic import and import.meta, plus Promise/async-await support for async tests. (github.com)) A benchmark entry in the repository references running scripts/run-test262.py with -j 64 and a 120s timeout on a 128-core machine on March 10, 2026, which documents a high-parallelism test harness used for validation. (github.com)) The project attracted attention on community sites; Hacker News posts linking the repo appeared (item 47394336) and aggregator posts surfaced the repository to broader developer audiences. (news.ycombinator.com)) Independent conformance trackers such as test262.fyi show that established engines like SpiderMonkey and V8 have also achieved 100% results on many test suites, offering a point of comparison for any single-engine conformance claim. (test262.fyi))

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.