OpenAIOpenAI NewsJun 9, 2026, 12:00 PM

How engineers at Nextdoor use Codex to build without limits

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

How engineers at Nextdoor use Codex to build without limits

Key Points

  • Engineers shift to outcome-driven development
  • One engineer can now build features end-to-end
  • Fast Mode + GPT‑5.5 speeds deep debugging

Summary

Nextdoor's core platform team uses Codex (with GPT‑5.4/5.5 and Fast Mode) to shift from low‑level prompts to "outcome engineering": engineers define the result they want and let Codex help implement it. This enables individual engineers to own features end‑to‑end, compresses debugging cycles for hard-to-reproduce issues, and accelerates delivery so that product strategy becomes the primary bottleneck.

Key Points

  • Outcome engineering: specify desired artifacts (screenshots, video, tests, performance targets) and let Codex drive implementation.
  • End-to-end ownership: a single engineer built Nextdoor’s Opportunity Alerts map feature across mobile, frontend, and backend, removing cross-team handoffs.
  • Faster troubleshooting: use Codex with a clean harness to debug embedded Rust, race conditions, Kubernetes pod startup failures, and data analysis problems.
  • Productivity shift: development velocity increased so much that the limiting factor is deciding what to build, not how to build it.
  • Fast Mode & GPT‑5.5: persistent, deep, iterative problem solving with short feedback loops—teams report much faster root‑cause resolution.

Practical takeaways for engineers

  • Provide a reproducible, minimal harness or environment for Codex to investigate issues reliably.
  • Define clear outcome artifacts (screenshots, tests, performance targets) rather than low‑level instructions.
  • Empower engineers to own features end‑to‑end to reduce handoffs and accelerate shipping.
  • Use Fast Mode for iterative debugging and deep dives into complex failures.
  • Rebalance team processes toward product discovery and strategic prioritization as delivery speed increases.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

NextdoorのエンジニアがCodexで制限なく構築する方法

公開日: 2026-06-09T12:00:00.000Z

概要

Nextdoorのコアプラットフォームチームでは、Codexが問題調査を行い、プロダクトエンジニアを“運転席”に据えています。Nextdoorは11か国で1億1,000万人以上のユーザーにサービスを提供するプロダクトであり、プラットフォームチームには多くの要求が寄せられます。Head of EngineeringのCory Dolphinは、Codexを次のように説明しています:

「エージェントへの繰り返しのプロンプトから離れ、エンジニアが達成したい結果を考え、その結果をエージェントとともに設計する『アウトカムエンジニアリング』への本質的なシフトです。」

この変化により、個々のエンジニアはスタックの上位へ移動し、特定のシステムやフレームワークに閉じた専門家に留まらず、複数プラットフォームにまたがってプロダクト体験をほぼエンドツーエンドで所有できるようになりました。生産性は飛躍的に加速し、今ではボトルネックはエンジニアリングではなく、何を次に作るべきかという戦略的な問いになっています。

「Codexは私たちのエンジニアリングに対する考え方を根本から変えました。今ではCodexなしのエンジニアリングは想像できません。」 — Cory Dolphin, Head of Engineering, Nextdoor


プロダクトエンジニアがプロダクトに集中できる

Codexにより、「エンジニアはどう作るかを細かく考える時間が大幅に減り、どんな結果を出したいかにより多くの時間を使えるようになった」とDolphinは説明します。期待するアウトカムは、スクリーンショットやビルドすべきビデオ、特定のパフォーマンスやテスト結果、あるいは全く新しい機能のアイデアなど、さまざまな形を取ります。

  • 事例: Nextdoorは最近、ユーザーが近隣のサービス提供者を見つけられる「Opportunity Alerts」をリリースしました。Codexがあることで、エンジニアがプロダクト体験とロードマップを主導しています。
  • 具体例: アラート機能に携わるあるエンジニアは、サービス提供者を地図上に表示することが有用だと気づきました。従来であればこの機能はモバイル、フロントエンド、バックエンドの3チームの協働が必要で、バックログに埋もれていた可能性があります。しかしCodexを使えば「1人のエンジニアがエンドツーエンドで構築できた」とDolphinは説明します。

「エンジニアがスタックの上位に移ると、自分たちが作っているプロダクトにより責任を持てるようになります。個々のエンジニアが実際にプロダクトを主導する様子が見えるようになります。」 — Cory Dolphin, Head of Engineering, Nextdoor


ソフトウェアエンジニアリング時間の圧縮

Nextdoorは、組み込み型のRustデータベースや競合条件が厳しいシステムなど、再現が難しい問題のデバッグでCodexを活用しています。チームはエージェントにクリーンな環境と調査用ハーネスを提供し、以下のようなタスクに使っています:

  • KubernetesのPodが起動しない原因の追究
  • データ分析における適切なトレンドラインの発見
  • 深堀りが必要なエソテリックな技術的詳細から根本原因に到達する作業

Dolphinは次のように述べます。

「GPT‑5.4と5.5で、本当に印象的なアップグレードがありました。Codexは非常に粘り強く正しいソリューションを見つけようとし、深い技術的な詳細に踏み込んで根本原因に到達します。」

Fast Mode with Codex and GPT‑5.5について、Dolphinはこう続けます:

「正直に言うと、チームの多くが中毒になっています。取り組んでいる問題に対してフィードバックループが短いと、エンジニアとしての高揚感が得られます。」


組織への影響

エンジニアリング作業は非常に速くなったため、Dolphinは組織内でプレッシャーのかかる部分が変化しているのを目にしています。現在は「どのように作るか」よりも「何を作るべきか、正しい戦略は何か」を見極めることが課題になっています。


新しい働き方の時代に参加

1,000,000以上の企業がOpenAIを活用して有意義な成果を上げています。営業窓口に連絡することで、Codexや導入に関する詳細を相談できます。

  • 営業にお問い合わせください

関連記事

  • What Codex unlocks for Notion — Jun 9, 2026
  • Industrial policy for the Intelligence Age — Global Affairs — Jun 9, 2026
  • Confidential submission of draft S-1 to the SEC — Company — Jun 8, 2026