100k lines of AI-ported Rust nobody can review is not an achievement A developer ported 100k lines of TypeScript to Rust in one month using AI, despite having no prior Rust experience. The resulting code relies heavily on Arc> wrappers, an anti-pattern that undermines Rust's safety guarantees, and lacks a ported test suite, making it unverifiable and unmaintainable. Critics argue that AI-generated code without human understanding is a liability, not an achievement. Someone ported 100k lines of TypeScript to Rust in a month using AI. They don't know Rust. People are calling it an achievement. I'm calling it a liability. Here's the setup. A developer fed a massive TypeScript codebase into an AI tool and got Rust out the other side. 100k lines. One month. Zero prior Rust experience. In theory, it all seems amazing. In practice, it raises a question nobody wants to ask: who reviews this code? This is the part that is so painful. If you are not familiar with Rust, you didn’t really port anything, you just told a machine to produce output in a language you are unable to assess. That isn't engineering at all. It's more like a trust exercise using a random text generator. Skilled Rust developers who reviewed the output raised red flags right away. The excessive use of Arc