We tasked Opus 4.6 using agent teams to build a C Compiler
1–10 of 787 posts
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#2Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#3If you don't care about code quality, maintainability, readability, conformance to the specification, and performance of the compiler and of the compiled code, please, give me your $20,000, I'll give you your C compiler written from scratch :)
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#4Worse than "-O0" takes skill...
So then, it produced something much worse than tcc (which is better than gcc -O0), an equivalent of which one man can produce in under two weeks. So even all those tokens and dollars did not equal one man's week of work.
Except the one man might explain such arbitrary and shitty code as this:
https://github.com/anthropics/claudes-c-compiler/blob/main/s...
why x9? who knows?!
Oh god the more i look at this code the happier I get. I can already feel the contracts coming to fix LLM slop like this when any company who takes this seriously needs it maintained and cannot...
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#5Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#6> To stress test it, I tasked 16 agents with writing a Rust-based C compiler, from scratch, capable of compiling the Linux kernel. Over nearly 2,000 Claude Code sessions and $20,000 in API costs, the agent team produced a 100,000-line compiler that can build Linux 6.9 on x86, ARM, and RISC-V. If you don't care about code quality, maintainability, readability, conformance to the specification, and performance of the c…
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#7This is like a working version of the Cursor blog. The evidence - it compiling the Linux kernel - is much more impressive than a browser that didn't even compile (until manually intervened)
I'll still work on it, of course. It just won't be so surprising.
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#8Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#9Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#10> To stress test it, I tasked 16 agents with writing a Rust-based C compiler, from scratch, capable of compiling the Linux kernel. Over nearly 2,000 Claude Code sessions and $20,000 in API costs, the agent team produced a 100,000-line compiler that can build Linux 6.9 on x86, ARM, and RISC-V. If you don't care about code quality, maintainability, readability, conformance to the specification, and performance of the c…