<?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>Claude Opus Archives - MASSIVE News</title>
	<atom:link href="https://massive.news/tag/claude-opus/feed/" rel="self" type="application/rss+xml" />
	<link>https://massive.news/tag/claude-opus/</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.0</generator>

<image>
	<url>https://massive.news/wp-content/uploads/2024/08/m-150x150.jpg</url>
	<title>Claude Opus Archives - MASSIVE News</title>
	<link>https://massive.news/tag/claude-opus/</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>
		<item>
		<title>AI companies want you to stop chatting with bots and start managing them</title>
		<link>https://massive.news/ai-companies-want-you-to-stop-chatting-with-bots-and-start-managing-them/</link>
		
		<dc:creator><![CDATA[wiredgorilla]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 01:00:10 +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 and work]]></category>
		<category><![CDATA[AI assistants]]></category>
		<category><![CDATA[AI benchmarks]]></category>
		<category><![CDATA[AI coding]]></category>
		<category><![CDATA[AI development tools]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[Biz & IT]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[chatbots]]></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[Codex]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[generative ai]]></category>
		<category><![CDATA[GPT-5]]></category>
		<category><![CDATA[GPT-5.3-Codex]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[sam altman]]></category>
		<category><![CDATA[threads]]></category>
		<guid isPermaLink="false">https://massive.news/ai-companies-want-you-to-stop-chatting-with-bots-and-start-managing-them/</guid>

					<description><![CDATA[<p>Despite the hype about these agents being co-workers, from our experience, these agents tend to work...</p>
<p>The post <a href="https://massive.news/ai-companies-want-you-to-stop-chatting-with-bots-and-start-managing-them/">AI companies want you to stop chatting with bots and start managing them</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/ai-companies-want-you-to-stop-chatting-with-bots-and-start-managing-them.jpg" class="ff-og-image-inserted"></div>
<p>Despite the hype about these agents being co-workers, from our experience, these agents tend to work best if you think of them as tools that amplify existing skills, not as the autonomous co-workers the marketing language implies. They can produce impressive drafts fast but still require constant human course-correction.</p>
<p>The Frontier launch came just three days after OpenAI released a new macOS desktop app for Codex, its AI coding tool, which OpenAI executives described as a “command center for agents.” The Codex app lets developers run multiple agent threads in parallel, each working on an isolated copy of a codebase via Git worktrees.</p>
<p>OpenAI also released GPT-5.3-Codex on Thursday, a new AI model that powers the Codex app. OpenAI claims that the Codex team used early versions of GPT-5.3-Codex to debug the model’s own training run, manage its deployment, and diagnose test results, similar to what OpenAI told Ars Technica in a December interview.</p>
<p>“Our team was blown away by how much Codex was able to accelerate its own development,” the company wrote. On Terminal-Bench 2.0, the agentic coding benchmark, GPT-5.3-Codex scored 77.3%, which exceeds Anthropic’s just-released Opus 4.6 by about 12 percentage points.</p>
<p>The common thread across all of these products is a shift in the user’s role. Rather than merely typing a prompt and waiting for a single response, the developer or knowledge worker becomes more like a supervisor, dispatching tasks, monitoring progress, and stepping in when an agent needs direction.</p>
<p>In this vision, developers and knowledge workers effectively become middle managers of AI. That is, not writing the code or doing the analysis themselves, but delegating tasks, reviewing output, and hoping the agents underneath them don’t quietly break things. Whether that will come to pass (or if it’s actually a good idea) is still widely debated.</p>
<div class="video-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/OJPK81VmjiE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p>The post <a href="https://massive.news/ai-companies-want-you-to-stop-chatting-with-bots-and-start-managing-them/">AI companies want you to stop chatting with bots and start managing them</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
