DeepMind 出身の Inherent、AI エージェントが他社大規模モデルを上回る
本文の状態
日本語全文を表示中
詳細モードで約7分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TechCrunch AI
InherentのAIエージェント「Faraday」は、AnthropicのClaude Opus 4.8やOpenAIのGPT-5.5といった大型モデルを凌駕する研究再現能力を示した。
AI深層分析を開く2026年8月23日 04:31
AI深層分析
キーポイント
小規模モデルによる高性能達成
Inherentは270億パラメータのQwen 3.6という比較的小さなモデルを基盤とし、AnthropicやOpenAIの大型フロントティアモデルを上回る研究再現能力を発揮したと発表した。
リインフォースメントラーニングによる「研究センス」の習得
同社は単なる正解率だけでなく、どの実験を行うべきかという直感的な判断力(研究センス)を養うため、ルールベースではなく報酬に基づく強化学習アプローチを採用した。
DeepMind出身者による新スタートアップの台頭
Google DeepMindの元従業員らが設立したInherentは、資金調達額5000万ドルのシードラウンド直後に、他社がまだ具体的な成果を示せていない中で実証データを公開している。
報酬ベースの学習アプローチ
Inherent は科学の実施方法を教えるのではなく、良い結果に報酬を与える強化学習を用いて訓練している。この手法は、長期的な目標である複数の科学分野で貢献できるエージェントを構築するために、より一般化しやすいと見なされている。
既存ツールの活用と協力的なチームメイト像
同社は独自のコーディングツールを開発せず、OpenAIのGPT-5.5 Codexを利用するなど、人間が既存ソフトウェアに依存する方式を模倣している。また、ユーザーに言いたいことを伝えるのではなく、実験結果を持って「どう思うか」と問いかけるような協力的なチームメイト像を目指している。
重要な引用
"What was most interesting to us about this was not so much the result of beating those frontier agents ... but was actually the way we went about building this."
"Many PhD students actually start by doing this."
"We're always guided by that north star of building an AI scientist agent and imbuing our agents with taste," Hughes said.
The goal is modeled on his favorite kind of teammate — the kind who comes back and says: "I got curious about this, and I went off and I did these experiments. What do you think of these results?"
編集コメントを表示
編集コメント
同社の発表は、モデルサイズと性能の単純な比例関係に疑問を投げかける重要な事例である。強化学習による「研究センス」の実装が、次世代AIエージェントの標準的な能力要件となる可能性を秘めている。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Google DeepMind の元社員らが設立したロンドンの AI ラボ「Inherent」は、同社が新たに開発した AI エージェントが、Anthropic や OpenAI が持つより大規模なモデルを凌駕する成果を出したと発表しました。この成果は、モデルサイズが大幅に小さいにもかかわらず達成されたものです。
Google DeepMind の元社員らが設立したスタートアップの中でも、Inherent はこれまで比較的注目を集めていませんでした。しかし、資金調達面で優位にある競合他社がまだ具体的な成果を示せていない中、ロンドンに拠点を置く Inherent チームは、自らの開発状況を公開し始めました。
シークレットモードからの脱却からわずか数週間後、英スタートアップの Inherent は、先月完了した 5000 万ドル規模のシードラウンドを背景に、新たにリリースされた AI エージェント「Faraday」が特定のタスクにおいて、より大規模で知名度の高いモデルを上回ったと発表しました。そのタスクとは、事前に正解を教わることなく、公開された科学論文の発見内容を独自に再現することです。
Inherent の目指すのは、単なる既存結果の確認ではなく、新たな科学的知見を発見できる AI の構築という、より高い目標であるため、この成果は単なるトリックのように思えるかもしれません。しかし、共同創設者兼チーフサイエンティストのエドワード・ヒューズ氏は、「多くの博士課程の学生も、研究を始める際にまずこのような作業からスタートする」と指摘しています。
Hughes氏はTechCrunchに対し、他のAIシステムを打ち負かすこと自体が目的だったわけではなく、その達成に至るプロセスこそが重要だと語りました。「最も興味深かったのは、最先端のエージェントに勝ったという結果そのものよりも(もちろんそれも喜ばしいですが)、どうやってこのモデルを構築したかという点です」。
投資家の目を引くべき点はここにあります。AnthropicのClaude Opus 4.8やOpenAIのGPT-5.5といった、はるかに規模が大きく最先端レベルのシステムと比較しても、Faradayはわずか270億パラメータを持つ比較的小さなモデルQwen 3.6上で動作しています。(大まかに言えば、「パラメータ数」はモデルの規模や、通常は学習コストの目安となります。)Inherent社の成功基準も、単なる精度の高さに留まりませんでした。結果を再現するだけでなく、Faradayには「研究のセンス」、つまりどの実験を行う価値があるかを見極め、いかにして実験を設計するかという直感を示させることを目指したのです。
「味」といった無形のものに教えるのは難しく、そこで登場するのが強化学習です。これは AI システムが望ましい結果を出した際に報酬を与えることで、従うべきルールを細かく指定するのではなく学習させる手法です。科学そのものの研究方法を主に学ぶようにエージェントを訓練するのではなく、Inherent はこの報酬ベースのアプローチに賭けています。これにより、多くの科学分野で貢献できるようなエージェントという中長期的な目標に対して、より汎用的に適用できると考えているのです。
「私たちは常に、『AI 科学者エージェント』を構築し、そのエージェントに『味』を備えさせるという北極星の指針に従っています」とヒューズ氏は語ります。この焦点は、Inherent があえて構築しないものにも影響を与えています。同社によれば、独自のコーディングツールを開発するのではなく、Faraday では OpenAI の GPT-5.5 Codex を採用しています。これは人間が科学者として既存のソフトウェアを利用し、すべてをゼロから作り上げないのと同じ姿勢です。
Inherent はまた、ユーザーに聞きたいことだけを伝えるようなエージェントを作ることも避けようとしています。ヒューズ氏によれば、目指しているのは彼のお気に入りのチームメイトのような存在です。「これに興味を持ったので、いくつか実験を行ってみました。結果についてどう思いますか?」と報告してくるタイプです。
この協力的な精神は、Inherent という企業の運営方法にも表れています。同社の従業員約 12 名全員が、ロンドンのキングスクロスにあるオフィスで対面勤務を行っています。かつては荒廃していたこの地域は、Google DeepMind の進出をきっかけに、世界有数の AI ハブへと生まれ変わりました。「ロンドンこそが最適な場所だと信じています」とヒューズ氏は語っています。
ヒューズ氏はロンドンの AI 人材の密度の高さを高く評価していますが、同時に「ガーデン・リーブ(garden leave)」制度の廃止にも賛同しています。これは英国で一般的な慣行であり、退職した従業員が数ヶ月間、競合他社への就職や新規起業を禁止するものです。この制限は米国の研究者には一般的に課されないため、米国スタートアップは前職を離れた人材を採用する上で有利な立場にあります。「これは会社としての見解ではなく個人的な意見ですが、私もガーデン・リーブの問題の影響を受けました」とヒューズ氏は TechCrunch に語っています。
ヒューズは最終的にその制約を乗り越え、ディープマインドの元同僚 2 名と共同創業者 1 名とともに「Inherent」を設立しました。このスタートアップも成長を続けており、年内には従業員数を「20〜25 人程度」に増やす計画です。
世界モデル分野での野望に加え、デミス・ハサビス氏の新たな役職がディープマインドの一部スタッフの不安を招いている状況(※注:原文の URL が示す Bloomberg の記事タイトルは 2026 年という未来の日付を含んでいますが、ここでは事実関係として記述)も踏まえると、Inherent の採用拡大は、移転先を検討しているディープマインドの従業員にとって魅力的な選択肢となる可能性があります。
(写真左から右へ:Inherent 共同創業者のルイス・キアシュ、カロヤン・アレクシエフ、タントム・コリンズ、エドワード・ヒューズ)
当記事内のリンクを通じて購入された場合、私たちは少額のコミッションを受け取る場合があります。これは編集の独立性には影響しません。
アンナ・ハイムはライター兼編集コンサルタントです。
アンナへの連絡や、彼女からのアウトリーチの検証については、annatechcrunch [at] gmail.com までメールを送ってください。
2021 年からフリーランスの記者として TechCrunch で活動し、AI、フィンテック・インシュアテック、SaaS と価格設定、そして世界のベンチャーキャピタル動向など、スタートアップ関連の幅広いトピックを取材してきました。
2025 年 5 月現在、彼女の取材はヨーロッパで最も興味深いスタートアップのストーリーに焦点を当てています。
アンナ氏は、TechCrunch Disrupt、4YFN、South Summit、TNW Conference、VivaTech など、あらゆる規模の業界イベントでパネルモデレーションやステージ上インタビューを担当してきました。
元 The Next Web のラテンアメリカ・メディア編集者であり、スタートアップ創業者、パリ・ソルボンヌ大学出身。フランス語、英語、スペイン語、ブラジルポルトガル語を流暢に話します。
原文を表示
Inherent, a London AI lab founded by Google DeepMind alumni, says its AI agent just outperformed much larger models from Anthropic and OpenAI using a fraction of the size.
Of all the startups launched by Google DeepMind alumni, Inherent has gotten relatively little attention. But while better-funded rivals have yet to show the world anything concrete, the London-based team is starting to share what it’s been building.
Just weeks after emerging from stealth with a $50 million seed round, the British startup says its newly released AI agent, Faraday, has outperformed larger, better-known models at a specific task: independently reproducing the findings of published scientific papers without being told the answer in advance.
That may sound like a mere party trick given Inherent’s much loftier goal — building AI that can discover new scientific knowledge and not just verify old results. But paper replication is a standard training exercise for human scientists, too, cofounder and chief scientist Edward Hughes said. “Many PhD students actually start by doing this.”
Beating other AI systems at the task wasn’t the point, Hughes told TechCrunch; how they got there was. “What was most interesting to us about this was not so much the result of beating those frontier agents — which of course we liked — but was actually the way we went about building this.”
Here’s the part that should catch an investor’s eye: measured against Anthropic’s Claude Opus 4.8 and OpenAI’s GPT-5.5 — both much larger, frontier-scale systems — Faraday runs on a comparatively tiny model called Qwen 3.6 that has just 27 billion parameters. (Roughly speaking, “parameters” is a proxy for a model’s size and, typically, its training costs, as well.) Inherent’s bar for success was also higher than simply accuracy. Beyond replicating results, it wanted Faraday to demonstrate “research taste” — an instinct for what experiments are worth running and how to design them well.
Teaching something as intangible as taste is hard, which is where reinforcement learning comes in. It’s a training method that rewards an AI system for good outcomes rather than spelling out rules for it to follow. Rather than training its agents primarily on the study of how science itself is conducted, Inherent leans on this reward-based approach, betting it will generalize better to its longer-term goal of agents capable of contributing across many scientific fields.
“We’re always guided by that north star of building an AI scientist agent and imbuing our agents with taste,” Hughes said. That focus has also shaped what Inherent chooses not to build. Rather than developing its own coding tool, it had Faraday use OpenAI’s GPT-5.5 Codex instead, much the way human scientists lean on existing software rather than building everything themselves, according to the company.
Inherent is also trying to avoid building agents that simply tell users what they want to hear. Instead, Hughes said, the goal is modeled on his favorite kind of teammate — the kind who comes back and says: “I got curious about this, and I went off and I did these experiments. What do you think of these results?”
That collaborative instinct extends to how Inherent operates as a company. Its dozen employees all work in person out of an office in King’s Cross — the once-rundown London neighborhood that Google DeepMind’s presence helped turn into one of the world’s top AI hubs. “We believe that London is the place to be,” Hughes said.
Hughes is bullish on London’s density of AI talent, but he has also added his voice to calls to end “garden leave” — the practice, common in the U.K., of barring departing employees from joining or starting a rival company for months after they resign. It’s a restriction American researchers generally don’t face, giving U.S. startups a head start on hiring talent who’ve left a prior role. “This is a personal view rather than a company view, but I was affected by the garden leave problem,” he told TechCrunch.
Hughes eventually got around that constraint and started Inherent alongside two other DeepMind alumni and a fourth cofounder. The startup isn’t slowing down either. It plans to grow its headcount to “about 20 to 25” by the end of the year. Given its ambitions in world models as well, and with Demis Hassabis’s new role leaving some DeepMind staff unsettled, Inherent’s hiring push could make it an appealing landing spot for DeepMind employees weighing a move.
*Pictured from left to right: Inherent co-founders Louis Kirsch, Kaloyan Aleksiev, Tantum Collins and Edward Hughes.*
*When you purchase through links in our articles, we may earn a small commission. This doesn’t affect our editorial independence.*
Anna Heim is a writer and editorial consultant.
You can contact or verify outreach from Anna by emailing annatechcrunch [at] gmail.com.
As a freelance reporter at TechCrunch since 2021, she has covered a large range of startup-related topics including AI, fintech & insurtech, SaaS & pricing, and global venture capital trends.
As of May 2025, her reporting for TechCrunch focuses on Europe’s most interesting startup stories.
Anna has moderated panels and conducted onstage interviews at industry events of all sizes, including major tech conferences such as TechCrunch Disrupt, 4YFN, South Summit, TNW Conference, VivaTech, and many more.
A former LATAM & Media Editor at The Next Web, startup founder and Sciences Po Paris alum, she’s fluent in multiple languages, including French, English, Spanish and Brazilian Portuguese.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み