a colleague of mine, on a whim, told a coding agent to make a js implementation that passes all of test262. such a thing does not exist in the wild, despite hundreds of millions of investment in JS. the results are much better than i had expected https://p.ocmatos.com/blog/jsse-a-javascript-engine-built-by-an-agent.html
JSSE: A JavaScript Engine Built by an Agent - Notes & Code

JSSE is the first JavaScript engine to pass 100% of test262 non-staging tests. 170,000 lines of Rust. Zero lines written by me.

Notes & Code
@wingo as long as you don't have to maintain the code it produced 😅
@bilboed he is treating this as a write-only experiment 😅