January 26, 2026
Compile-time cage match
Any application that can be written in a system language, eventually will be
AI writes the code, Rust takes the wheel — comment wars explode
TLDR: A new tech “law” claims AI will push apps into faster, lower-level languages like Rust and Go to cut cloud costs. Commenters clap back: some love AI’s help with Rust, others call the 90% AI-coding claim delusional, and a Zig faction crashes the party. Money and speed drive the fight.
A bold new “law” just dropped: if an app can be written in a fast, low-level language like Rust or Go, AI will eventually write it there. It riffs on Atwood’s Law and claims cloud costs and smarter bots make speed king. Cue drama. Fans say AI plus Rust’s strict rules (the infamous borrow checker) is a dream team: beginner n_u gushes that “LLMs are a game-changer,” especially when the compiler acts like a ruthless bouncer refusing sloppy code. Others slam the headline math: captain_coffee torches the “90% of code is AI-written” claim as fantasy, calling any company doing that “doomed.”
Economics gets the crowd riled. With research showing Python can use way more energy than Rust (study), commenters argue slow code is now an actual tax on startups. But the vibe check isn’t all pro-Rust: srcreigh storms in with a spicy “Zig is the real next JavaScript” and wants nothing to do with Rust’s learning curve or Go’s speed. Meanwhile, imperio59 asks where Rust’s all-in-one web “Django” is and jokes someone should just have AI build it already.
The meme energy is high: “AI intern vs. compiler boss,” “borrow checker as nightclub bouncer,” and “please ship Rust-Django by Friday” trend in-thread. In short: the article says AI will drive us to faster languages; the comments say “prove it,” “make it easy,” and “Zig supremacy” — with cloud bills as the terrifying referee.
Key Points
- •The article proposes a corollary: applications that can be written in a system language will be, aided by LLMs.
- •It argues economic pressures in serverless environments make runtime efficiency a priority, favoring Rust and Go.
- •Cites research indicating Python can be over 70x less energy-efficient than Rust, impacting operating costs.
- •Claims Go or Rust can achieve about 10x throughput on the same hardware versus typical Python/Ruby applications.
- •States LLMs reduce barriers to systems programming, with strict compilers (e.g., Rust’s borrow checker) helping prevent errors before runtime.