compiler
3 articles
TypeScript 7.0 Rewritten in Go — Compilation Speed Just Got 10x Faster
The TypeScript team rewrote the entire compiler in native Go. Real-world tests show 8x to 12x faster compilation with lower memory usage. VS Code project compilation dropped from 125.7 seconds to 10.6 seconds. Time to first error in the editor went from 17.5 seconds to under 1.3 seconds.
Swift Creator Chris Lattner Reviews Claude's C Compiler: 'Like a Strong Undergrad Team's Work — Remarkable, but Far from Production'
Chris Lattner reviewed the Claude C Compiler built by 16 parallel Claude Opus agents. His verdict: AI can assemble serious engineering systems, but it mostly recombines known knowledge. His Modular team expectations read like an AI coding strategy guide.
Anthropic Sent 16 Claudes to Build a C Compiler — And It Can Compile the Linux Kernel
Anthropic researcher Nicholas Carlini ran 16 Opus 4.6 agents in parallel for two weeks, spending $20,000 in API costs, to build a 100,000-line Rust C compiler from scratch. It can compile the Linux kernel, QEMU, FFmpeg, Redis — and yes, it runs Doom. This is the ultimate stress test for agent teams.