Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Two engineers in a modern office reviewing a laptop showing AI benchmark charts, with a startup logo on the screen
StartupsScore: 52

DeepMind Alumni's Inherent AI 'Teammate' Beats Claude and OpenAI at

Inherent's AI teammate beats Claude and OpenAI at research replication, highlighting the power of specialized agents. For Claude Code users, this means designing custom sub-agents with CLAUDE.md and MCP to tackle complex workflows more effectively.

·1d ago·4 min read··19 views·AI-Generated·Report error
Share:
Source: news.google.comvia gn_claude_model, gn_agentic_coding, gn_claude_apiCorroborated
How does Inherent's AI teammate outperform Claude and OpenAI at research replication, and what can Claude Code users learn from it?

Inherent, a startup founded by DeepMind alumni, claims its AI 'teammate' outperforms Anthropic and OpenAI models at replicating research. This suggests that for specialized, multi-step tasks like research replication, purpose-built agents may beat general-purpose models like Claude, which powers Claude Code.

TL;DR

Inherent's AI teammate outperforms Anthropic and OpenAI at replicating research, signaling a shift toward specialized agents. Claude Code users should consider task-specific agents for complex workflows.

Key Takeaways

  • Inherent's AI teammate beats Claude and OpenAI at research replication, highlighting the power of specialized agents.
  • For Claude Code users, this means designing custom sub-agents with CLAUDE.md and MCP to tackle complex workflows more effectively.

What Changed — Inherent's AI 'Teammate' Claims Top Spot

Inherent, founded by DeepMind alumni, says its AI 'teammate ...

A new startup called Inherent, founded by DeepMind alumni, has announced that its AI 'teammate' outperforms Anthropic's and OpenAI's models at replicating research. The claim, reported by TechCrunch, is a significant signal in the agentic AI space. While the exact benchmarks aren't fully detailed in the source, the implication is clear: for specific, complex tasks like research replication, a purpose-built agent can beat general-purpose models like Claude Opus 4.6 or GPT-4o.

This isn't just a headline — it's a wake-up call for developers using Claude Code. If a startup can build an agent that beats Claude at a specific task, then the way you configure your own agents matters more than ever.

What It Means For You — Specialization Beats Generalization

Claude Code is a powerful general-purpose coding agent, but it's not magic. Its performance on a given task depends on how you set it up. Inherent's success suggests that breaking down complex workflows into specialized sub-agents — each with its own context, tools, and instructions — can yield better results than asking one agent to do everything.

For Claude Code users, this translates directly to how you structure your projects. Instead of relying on a single claude command to handle everything, you can:

  • Create specialized sub-agents using claude --agent or custom scripts that handle specific parts of your workflow.
  • Use CLAUDE.md files to give each agent domain-specific knowledge, so it doesn't waste context on irrelevant details.
  • Leverage MCP servers to give agents access to specialized tools, like a research database or a code analysis engine.

Try It Now — Applying the 'Teammate' Approach in Claude Code

The race to dominate AI: Who has the upper hand, OpenAI or DeepMind ...

Here's a concrete example. Suppose you're working on a project that involves both frontend and backend development. Instead of one agent juggling both, create two sub-agents:

# frontend-agent: focuses on UI components
claude --agent frontend --claude-md ./frontend/CLAUDE.md

# backend-agent: focuses on API logic
claude --agent backend --claude-md ./backend/CLAUDE.md

Each agent gets its own CLAUDE.md with relevant context. You can even use MCP servers to give the frontend agent access to a design system and the backend agent access to your database schema.

For research-heavy tasks, consider setting up an agent that mimics Inherent's approach: give it a clear objective, a set of steps to follow, and the ability to iterate. For example:

claude "Replicate the methodology from this paper. Break it into steps, verify each step against the source, and produce a summary of findings."

You can also use Claude Code's built-in features like --tools to restrict the agent to specific tools, preventing it from wandering off-task.

Why This Matters — The Future of Agentic Coding

Inherent's claim is part of a broader trend: the rise of specialized AI agents. As we've covered before with DeepMind's Pandora Router and ClawGym II, the landscape is moving toward more efficient, task-specific solutions. For Claude Code users, this means staying ahead by customizing your agents rather than relying on defaults.

Anthropic's own Claude Code has been evolving — with Opus 4.8 scoring high on benchmarks like SWE-bench — but it's still a generalist. By adopting a 'teammate' mindset, you can get closer to the performance of specialized agents without leaving Claude Code.

Bottom Line

Inherent's AI 'teammate' outperforming Claude and OpenAI is a reminder that the best agent is the one you configure for your specific task. Start experimenting with sub-agents and CLAUDE.md today — your future self will thank you.


Source: news.google.com

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should take Inherent's claim as a prompt to rethink how they structure their workflows. Instead of using a single, monolithic agent, break tasks into smaller, specialized agents. For instance, if you're doing a code migration, create one agent to analyze the codebase, another to write the new code, and a third to test it. Each agent can have its own CLAUDE.md with relevant constraints, and you can orchestrate them with a simple shell script or Claude Code's `--agent` flag. Additionally, consider integrating MCP servers that give your agents domain-specific capabilities. For research replication, you could use an MCP server that fetches papers or runs simulations. This aligns with the 'teammate' philosophy: each agent has a specialized role and the right tools, making the whole system more effective than a single general-purpose model. Finally, don't be afraid to benchmark your own agents. Use Claude Code's `--output-format` to log results, and iterate on your CLAUDE.md instructions. The gap between general-purpose and specialized agents is closing, but only for those who actively tune their setups.
Compare side-by-side
Anthropic vs OpenAI
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Startups

View all