Tag

Gcc Torture Test

All articles tagged with #gcc torture test

Sixteen Claude AIs Build a Rust-C Compiler to Boot Linux Kernel
technology3 hours ago

Sixteen Claude AIs Build a Rust-C Compiler to Boot Linux Kernel

Anthropic ran 16 Claude Opus 4.6 agents on a shared Git repo to autonomously build a Rust-based C compiler; over two weeks and about $20k in API fees, the system produced a compiler that can build major open-source projects and boot the Linux kernel across x86, ARM, and RISC-V, and it even runs Doom, with a 99% pass rate on GCC’s torture tests. The effort relied on autonomous agent teams, task locking, and bespoke test harnesses, but required substantial human scaffolding and faces notable limits (no 16-bit x86 backend, buggy assembler/linker, and degraded coherence beyond ~100k lines), illustrating both the promise and caveats of current multi-agent coding.