Someone ported 100k lines of TypeScript to Rust in a month using Claude. They had zero Rust experience. And honestly? I can't stop thinking about it.

The developer then used differential fuzzing — the process of throwing random data at two versions of a program and comparing the results — 2.3 million battle simulations no less, to validate that the Rust output matched the original TypeScript behaviour. The vast majority of tests passed. The code was finished. The internet lost its collective shit.

Why This Hit a Nerve

This is a divisive tale for developers. On one side, "It runs, the tests pass, what does it matter how it was written?" On the other, "You don't know Rust. You're just using a photocopier."

Both camps have a point. Neither wants to admit it.