AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
OpenAI News·2026年6月9日 19:00·約5分で読める

Notion で Codex が可能にする機能とは

#Codex#Notion AI#Autonomous Agents#Software Engineering#Generative Code
TL;DR

Notion は OpenAI の Codex を活用し、エンジニアの採用基準や開発プロセスを根本から変革し、複雑な機能の実装時間を劇的に短縮する実証事例を発表した。

AI深層分析2026年6月10日 23:12
4
重要/ 5段階
深度40%
5
関連度30%
5
実用性20%
4
革新性10%
3

キーポイント

1

Codex による開発プロセスの変革

Notion は Codex の自律的な実行能力を活用し、コードベースの標準に即した実装を一度で完了させることで、開発サイクルを大幅に短縮している。

2

採用基準と組織文化の変化

従来の経験年数よりも好奇心や柔軟性を重視する採用方針へ転換し、管理職も再びコードを書くことでチームと共に製品を開発する体制を構築した。

3

AI 音声入力機能の迅速な実装

Ryan Nystrom 氏が Codex を専用に使用して Web クライアント向けの AI 音声入力を数時間で実装し、翌日にはユーザーテストを開始した事例が紹介された。

4

AI エージェントとの協働の具体例

開発者が明確な要件と検証方法を提示するだけで、エージェントが既存コードを調査・分析し、高品質な実装案を即座に生成するワークフローが確立されている。

影響分析・編集コメントを表示

影響分析

この記事は、生成 AI が単なる開発支援ツールから、ソフトウェアの設計・実装プロセスそのものを再定義する中核技術へと進化したことを示唆しています。Notion の事例は、AI エージェントが複雑なコードベースを自律的に理解し、高品質な実装を可能にする「エージェント型プログラミング」の実用化段階にあることを明確に証明しており、今後のソフトウェア開発の標準プロセスやエンジニアリング組織の在り方に大きな変革をもたらす可能性があります。

編集コメント

Notion の事例は、AI が単なる効率化ツールを超え、組織の採用戦略や開発文化そのものを変革する原動力となり得ることを示す決定的な証拠です。特に「経験年数」から「適応力」への価値観転換と、管理者層のコード復帰という点は、業界全体が直面すべき重要なパラダイムシフトを象徴しています。

Notion では、Codex がエンジニアの構築方法を変えています。同社は、エージェントが利用できるように、自身が構築するソフトウェアのプリミティブと抽象化を再考しています。チームに新しいエンジニアを迎える際、通常その分野で求められるような経験年数はまだ存在しないため、好奇心と開かれた心を持つ人材を採用しています。また、何年も生産環境のコードを書いたことがなかったマネージャーたちが再びコードベースに戻り、チームと共に成果を出しています。

Ryan Nystrom は Notion で AI 製品エンジニアリングを担当しています。1 年以上の在任期間中、彼のチームは製品のほぼすべての AI 機能の開発または関与を行いました。彼らは、Codex に頼ることで、取り組めることの新たな可能性が切り開かれていることに気づいています。

「私が Codex を評価するのは、実際に構築する前に時間をかけて物事を理解しようとする点です。その結果、通常、Codex が構築するものは最初から私たちのコードベースの基準に合致しており、私が後でその成果を整理し直す必要がありません。」

—Ryan Nystrom, AI 製品エンジニアリング, Notion

Web 上の Notion の AI 音声入力機能の構築

Codex の自律的な実行能力は、最近のプロジェクトではっきりと現れました。Ryan は Notion の AI 音声入力を Web に導入する際、Codex を独占的に使用しました。

「私たちが話しているとき、より多くの文脈を提供できます」と彼は言います。「私がタイピングしているときは、自分の文章や使用する言葉について考えています。この機能を Notion ユーザーに提供することで、彼らはより自然な質問を行い、はるかに多くの文脈を含めることができるようになります。私たちはこれを Notion AI に持ち込みたかったのです。」

機能リクエストが届いた際、Notion のモバイルアプリにはすでに機能的なバージョンが存在していましたが、デスクトップ版と Web クライアントには存在しませんでした。Ryan はその機能がモバイル上でどのように動作するか完全に確信していなかったものの、この問題を Codex に任せることができました。彼は Codex をモバイルのコードベースに向け、Web 上での外観について明確な説明を与え、結果を検証する方法も提示しました。Codex は、Notion のコードベースの規約に十分に合致する Web 実装の最初の完全版を、一発で返してきました。これにより、翌日にはリリースが可能となりました。

「もし私が 2 年前に Notion の音声入力機能を構築していたとしたら、これは私ともう一人のエンジニアで 2 週間かかるプロジェクトだったでしょう」と Ryan は語ります。「Codex を使えば、私はたった一人で 3〜4 時間ほどでこれを構築できました」。

「Codex は私たちのモバイルコードを探索するのにかなりの時間を費やし、その後、ほぼ一発で機能全体を書き上げました。翌日にリリースし、すぐにユーザーにテストを開始させました」

—Ryan Nystrom, AI Product Engineering, Notion

仕事のやり方がどう変わったか

Notion のエンジニアたちは、Codex にタスクのセットとその成果を検証する方法を定期的に渡すことで、実行中は離れておくことができます。「Codex に任せて作業させるために、私が Codex に渡せる仕様書を書くことに、以前よりもずっと多くの時間を費やすようになったと感じています」と Ryan は言います。「正直なところ、私はもはや手書きでコードを書くことはほとんどありません」

Codex 以前は、チームの各エンジニアは会議と同僚へのサポートの合間に挟まれながら、一度に一つのタスクにしか集中できませんでした。現在は複数のタスクを並行して進めつつも、かつてボトルネックとなっていたチームサポートを失うことなく作業を進めています。

「私はチームを管理していますが、従来のマネージャーにはコードを書く時間なんてありませんでした」と彼は言います。「チームへのサポートを続けながら一人で機能を構築できるという事実は驚異的です。5 年以上マネジメントを行ってきましたが、これほど深くコーディングの問題に取り組んだことはありませんでした。」

今では、タスクをキューに並べて会議のブロックに入り、戻れば完成した機能が待っています。あるいは彼と彼のチームには、一緒にリリースできるマネージャーがつき、ライアンは自分が手放したはずの仕事の一部を取り戻します。この利用可能性は勤務時間を超えても続きます。彼は就寝前に研究質問を投げかけ、Codex に一晩中実行させてもらい、朝には完成したレポートを目にします。

Codex は小規模チーム(1 人のチームさえ!)がリリースできるものの基準をリセットし、Notion のエンジニアたちに、最も重視する仕事に集中するための余地を与えました。

「タスクの調査が必要になったとき、バグを修正したいとき、ちょっとした調整を行いたいとき、Codex はいつでもそこにいて、すぐにでも対応してくれます。要するに、Notion には 24 時間 365 日利用可能なインターンがいるようなものです。」

—ライアン・ニストロム、AI プロダクトエンジニアリング、Notion

原文を表示

At Notion, Codex is changing how engineers build. The company is rethinking the software primitives and abstractions it builds so that agents can use them. When bringing a new engineer onto the team, they're hiring for curiosity and open-mindedness, since the years of experience the field would normally call for don't exist yet. And managers who hadn't written production code in years are back in the codebase, shipping alongside their teams.

Ryan Nystrom runs AI Product Engineering at Notion. In his year-plus tenure, his team has built or touched nearly every AI feature in the product. They’re finding that turning to Codex has unlocked new possibilities for what they can take on.

“What I appreciate about Codex is that it takes its time to figure things out before actually building. The result is that usually what it builds is to our codebase’s standards off the bat, rather than me having to go back and clean up a bunch of its work.”

—Ryan Nystrom, AI Product Engineering, Notion

Building Notion’s AI voice input on the web

Codex’s ability to autonomously execute showed up clearly in a recent project. Ryan exclusively used Codex to bring Notion’s AI voice input to the web.

"When we talk, we can provide so much more context," he says. "If I'm typing, I'm thinking about my prose, what words I'm using. By giving this feature to users on Notion, they're able to ask more organic questions and include a lot more context. We wanted to bring that to Notion AI."

When the feature request came in, Notion's mobile app already had a functional version, but the desktop and web client didn't. Even though Ryan wasn't entirely sure how the feature worked on mobile, he was able to give the problem to Codex. He pointed it at the mobile codebase, gave it a clear description of how it would need to look on the web, and provided a way to verify the result. Codex came back with a complete first cut of the web implementation, in one shot, that matched Notion's codebase conventions closely enough to ship the next day.

"If I were to build the Notion voice input feature two years ago, this is a project that would've taken me and maybe another engineer two weeks," Ryan says. "With Codex, I was able to build this in maybe three or four hours, entirely by myself."

“It spent a bunch of time exploring our mobile code, and then finally came back and wrote the entire feature basically in one shot. I shipped it the next day and immediately started letting users test it.”

—Ryan Nystrom, AI Product Engineering, Notion

How the work has changed

Engineers at Notion can routinely hand Codex a set of tasks and a way to check its work, then step away while it runs. "I've almost found myself spending a lot more time writing these spec documents that I can hand to Codex and let it work on," Ryan says. "Honestly, I don't really write code by hand anymore."

Before Codex, each engineer on the team could really focus on only one task at a time, squeezed between meetings and supporting peers. Now they're running multiple tasks in parallel, firing off work without losing any of the team support that used to be the bottleneck.

"I manage a team of people, and traditionally managers haven't had time to write code," he says. "The fact that I can build a feature solo while still supporting my team is crazy. I've been managing for five-plus years and never been able to go this deep on coding problems."

Now he can simply queue up a task, head into a block of meetings, and come back to a finished feature. Or he and his team get a manager who can ship alongside them, and Ryan gets back a part of the job he'd assumed he had traded away. This availability runs past the workday, too. He'll pose a research question before bed, let Codex run overnight, and wake up to a finished report.

Codex has reset the baseline for what a small team (even a team of one!) can ship, and given Notion's engineers more room to focus on the work they care about most.

“Whenever I need to research a task, fix a bug, or make a little tweak, Codex is just there, ready and willing. Basically, I’ve got an intern available at Notion 24/7.”

—Ryan Nystrom, AI Product Engineering, Notion

この記事をシェア

関連記事

TLDR AI★52026年6月5日 09:00

Anthropic、新生産コードの80%がClaudeによって作成されたと発表—企業も追いつく方法とは(7分読了)

Anthropicは、自社の生成AIモデル「Claude」が現在、新規に作成される生産用コードの80%を担っていると発表した。同社は、他社を含む企業がどのようにしてこの技術導入を加速し、競争力を高めるべきかについて具体的な戦略を示している。

TLDR AI★42026年5月29日 09:00

動的ワークフローの紹介(3 分読了)

Jarred Sumner は動的ワークフローを活用し、Bun を Zig から Rust に書き換え、11 日間で 75 万行のコードを処理してテストスイートの成功率 99.8% を達成した。この手法では Claude がタスクを細分化し、エージェントが並列実行して結果が収束するまで動作する。

TechCrunch AI★52026年5月28日 01:00

AI コーディングスタートアップ Cognition が 250 億ドルの企業価値で 10 億ドルを調達

AI コーディング分野のスタートアップである Cognition が、事前評価額 250 億ドル(約 3.7 兆円)で 10 億ドル(約 1,480 億円)の資金調達に成功した。この大口投資により同社は業界内での地位をさらに強化する見込みである。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む