This is a much more reasonable take than the cursor-browser thing. A few things that make it pretty impressive: > This was a clean-room implementation (Claude did not have internet access at any point during its development); it depends only on the Rust standard library. The 100,000-line compiler can build Linux 6.9 on x86, ARM, and RISC-V. It can also compile QEMU, FFmpeg, SQlite, postgres, redis > I started by draf…
There seem to still be a lot of people who look at results like this and evaluate them purely based on the current state. I don't know how you can look at this and not realize that it represents a huge improvement over just a few months ago, there have been continuous improvements for many years now, and there is no reason to believe progress is stopping here. If you project out just one year, even assuming progress…
We tasked Opus 4.6 using agent teams to build a C Compiler
141–150 of 787 posts
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#142Earlier quoted context omitted.
There seem to still be a lot of people who look at results like this and evaluate them purely based on the current state. I don't know how you can look at this and not realize that it represents a huge improvement over just a few months ago, there have been continuous improvements for many years now, and there is no reason to believe progress is stopping here. If you project out just one year, even assuming progress…
Every S-curve looks like an exponential until you hit the bend.
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#143Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#144https://github.com/anthropics/claudes-c-compiler/issues/1
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#145Earlier quoted context omitted.
> This was a clean-room implementation This is really pushing it, considering it’s trained on… internet, with all available c compilers. The work is already impressive enough, no need for such misleading statements.
[flagged]
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#146Earlier quoted context omitted.
Looks like these users are just missing glibc-devel or equivalent?
Naa, it looks like it's failing to include the standard system include directories. If you take then from gcc and pass them as -I, it'll compile.
$ ./target/release/ccc-arm -I /usr/include/ -I /usr/local/include/ -I /usr/lib/gcc/aarch64-redhat-linux/15/include/ -o hello hello.c
$ ./hello
Hello from CCC!Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#147I'm sure this is impressive, but it's probably not the best test case given how many C compilers there are out there and how they presumably have been featured in the training data. This is almost like asking me to invent a path finding algorithm when I've been thought Dijkstra's and A*.
It's a bit disappointing that people are still re-hashing the same "it's in the training data" old thing from 3 years ago. It's not like any LLM could 1for1 regurgitate millions of LoC from any training set... This is not how it works. A pertinent quote from the article (which is a really nice read, I'd recommend reading it fully at least once): > Previous Opus 4 models were barely capable of producing a functional c…
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#148Earlier quoted context omitted.
There seem to still be a lot of people who look at results like this and evaluate them purely based on the current state. I don't know how you can look at this and not realize that it represents a huge improvement over just a few months ago, there have been continuous improvements for many years now, and there is no reason to believe progress is stopping here. If you project out just one year, even assuming progress…
Every S-curve looks like an exponential until you hit the bend.
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#149Earlier quoted context omitted.
Because it leads to poor and nonconstructive discourse that doesn't educate anyone about the implications of the tech, which is expected on social media but has annoyingly leaked to Hacker News. There's been more than enough drive-by comments from new accounts/green names even in this HN submission alone.
It does lead to poor non-constructive discourse. That's why we keep calling those CEOs to task on it. Why are you not?
Re: We tasked Opus 4.6 using agent teams to build a C Compiler
#150https://github.com/anthropics/claudes-c-compiler/issues/1