💻 AI erased the advantage of statically typed languages
AI models instantly fix compilation errors — the main argument for strict types has fallen. But semantic errors (logic, edge cases) are not caught by types. Martin Alderson's research: Clojure is 2.6 times more token-efficient (109 vs 280+ tokens). GitHub's answer: TypeScript became #1, 94% of generation failures are type problems, so typing is needed as insurance.
🌍 Industry split: strict typing (TypeScript, Rust) or conciseness (Clojure, Python)?
👤 When choosing a stack: types catch errors before deployment, but increase generation costs.
Source: https://yyhh.org/blog/2026/08/ai-coding-has-erased-the-supposed-advantage-of-statically-typed-languages/ Source: https://github.blog/ai-and-ml/llms/why-ai-is-pushing-developers-toward-typed-languages/
