<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nicholas Carlini Archives - MASSIVE News</title>
	<atom:link href="https://massive.news/tag/nicholas-carlini/feed/" rel="self" type="application/rss+xml" />
	<link>https://massive.news/tag/nicholas-carlini/</link>
	<description>Progressive Mix of World News and Propaganda</description>
	<lastBuildDate>Sat, 07 Feb 2026 07:00:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://massive.news/wp-content/uploads/2024/08/m-150x150.jpg</url>
	<title>Nicholas Carlini Archives - MASSIVE News</title>
	<link>https://massive.news/tag/nicholas-carlini/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sixteen Claude AI agents working together created a new C compiler</title>
		<link>https://massive.news/sixteen-claude-ai-agents-working-together-created-a-new-c-compiler/</link>
		
		<dc:creator><![CDATA[wiredgorilla]]></dc:creator>
		<pubDate>Sat, 07 Feb 2026 07:00:13 +0000</pubDate>
				<category><![CDATA[Technology and Science]]></category>
		<category><![CDATA[agentic AI]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI agents]]></category>
		<category><![CDATA[AI coding]]></category>
		<category><![CDATA[AI development tools]]></category>
		<category><![CDATA[AI programming]]></category>
		<category><![CDATA[AI research]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Biz & IT]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[Claude]]></category>
		<category><![CDATA[Claude Code]]></category>
		<category><![CDATA[Claude Opus]]></category>
		<category><![CDATA[Claude Opus 4.6]]></category>
		<category><![CDATA[code agents]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Compilers]]></category>
		<category><![CDATA[deepmind]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Doom]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Nicholas Carlini]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Shipping]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WHO]]></category>
		<guid isPermaLink="false">https://massive.news/sixteen-claude-ai-agents-working-together-created-a-new-c-compiler/</guid>

					<description><![CDATA[<p>Amid a push toward AI agents, with both Anthropic and OpenAI shipping multi-agent tools this week,...</p>
<p>The post <a href="https://massive.news/sixteen-claude-ai-agents-working-together-created-a-new-c-compiler/">Sixteen Claude AI agents working together created a new C compiler</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div><img decoding="async" src="https://massive.news/wp-content/uploads/2026/02/sixteen-claude-ai-agents-working-together-created-a-new-c-compiler.jpg" class="ff-og-image-inserted"></div>
<p>Amid a push toward AI agents, with both Anthropic and OpenAI shipping multi-agent tools this week, Anthropic is more than ready to show off some of its more daring AI coding experiments. But as usual with claims of AI-related achievement, you’ll find some key caveats ahead.</p>
<p>On Thursday, Anthropic researcher Nicholas Carlini published a blog post describing how he set 16 instances of the company’s Claude Opus 4.6 AI model loose on a shared codebase with minimal supervision, tasking them with building a C compiler from scratch.</p>
<p>Over two weeks and nearly 2,000 Claude Code sessions costing about $20,000 in API fees, the AI model agents reportedly produced a 100,000-line Rust-based compiler capable of building a bootable Linux 6.9 kernel on x86, ARM, and RISC-V architectures.</p>
<p>Carlini, a research scientist on Anthropic’s Safeguards team who previously spent seven years at Google Brain and DeepMind, used a new feature launched with Claude Opus 4.6 called “agent teams.” In practice, each Claude instance ran inside its own Docker container, cloning a shared Git repository, claiming tasks by writing lock files, then pushing completed code back upstream. No orchestration agent directed traffic. Each instance independently identified whatever problem seemed most obvious to work on next and started solving it. When merge conflicts arose, the AI model instances resolved them on their own.</p>
<figure class="ars-video">
<p><iframe class="absolute left-0 top-0 block h-full w-full object-cover" allow="fullscreen" loading="lazy" src="https://www.youtube.com/embed/vNeIQS9GsZ8?start=0&amp;wmode=transparent">[embedded content]</iframe></p>
</figure>
<p>The resulting compiler, which Anthropic has released on GitHub, can compile a range of major open source projects, including PostgreSQL, SQLite, Redis, FFmpeg, and QEMU. It achieved a 99 percent pass rate on the GCC torture test suite and, in what Carlini called “the developer’s ultimate litmus test,” compiled and ran <em>Doom</em>.</p>
<p>It’s worth noting that a C compiler is a near-ideal task for semi-autonomous AI model coding: The specification is decades old and well-defined, comprehensive test suites already exist, and there’s a known-good reference compiler to check against. Most real-world software projects have none of these advantages. The hard part of most development isn’t writing code that passes tests; it’s figuring out what the tests should be in the first place.</p>
<div class="video-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/KhO_uPIy0Fc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p>The post <a href="https://massive.news/sixteen-claude-ai-agents-working-together-created-a-new-c-compiler/">Sixteen Claude AI agents working together created a new C compiler</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
