3DNews AI→ original

Claude в шестнадцатой степени: ИИ-агенты замахнулись на святое

Anthropic провела эксперимент, который выглядит как оживший кошмар для джунов: группа из 16 ИИ-агентов Claude получила задачу написать компилятор языка Си с нул

AI-processed from 3DNews AI; edited by Hamidun News
Claude в шестнадцатой степени: ИИ-агенты замахнулись на святое
Source: 3DNews AI. Collage: Hamidun News.
◐ Listen to article

Writing a compiler — this is a kind of initiation rite for any serious programmer. It's an incredibly complex engineering task, requiring an understanding of how abstract ideas transform into ones and zeros understandable to the processor. Normally, teams of experienced developers spend years on this, refining each optimization pass. But Anthropic decided to test whether their Claude models could handle this if combined into a sort of virtual office. The result of the experiment makes even those accustomed to thinking of AI as simply advanced text autocomplete get a bit nervous.

The company assembled a group of 16 agents based on Claude and gave them a task: write a C language compiler from scratch. It's important to understand the context: the agents weren't simply copying ready-made solutions from Stack Overflow. They had to distribute roles, design architecture, write code and, most importantly, make it work. This is a transition from the paradigm of a single chat window to the concept of an agent swarm, where each participant is responsible for their own sector of the front. One agent oversees lexical analysis, another handles code generation, a third manages module linking.

The final product, of course, won't force developers at GCC or Clang to look for new jobs just yet. The compiler created by neural networks works slower than existing alternatives and lacks many advanced optimization features that have accumulated in the industry over decades. However, it works. It compiles code that then successfully executes. In the world of programming, this is a fundamental breakthrough: AI has proven that it is capable not only of short scripts, but of creating system software requiring strict logic and rigorous adherence to specifications.

Why is this important right now? We've reached the limits of what single models can do. No matter how many parameters you stuff into GPT-5 or Claude 4, a single model will always have limited context and a tendency to hallucinate when scaling up a task. Anthropic shows a different path — horizontal scaling through specialization. Instead of building one superhero, they create a team of specialists. This changes the very economics of development: instead of hiring ten programmers, companies in the future might need just one architect managing a hundred such agents.

Of course, skeptics will say that C is an old language that's well documented, so the neural network simply happened to compile its knowledge from the training dataset. But the devil is in the details: the process of debugging and real-time interaction between agents — this is something you can't simply learn from texts on the internet. It requires the beginnings of what we call reasoning. Anthropic essentially ran a stress test of its ecosystem, and it passed, albeit with caveats about the performance of the final code.

What does this mean for the industry? We're entering an era where software will write software. If 16 agents of the current generation managed to tackle a compiler, what will 100 agents of the next generation do in a year? We might see operating systems written by neural networks specifically for particular hardware in a matter of hours. The profession of programmer won't disappear, but it's rapidly transforming into the work of a conductor who ensures that their digital orchestra doesn't hit a wrong note at a key moment.

The key point: Anthropic has proven the viability of agent systems in system programming. Will this be the end of the era of classical coding, or have we simply acquired the most powerful tool in history?

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…