Back to News Hub
🤖OpenAI
June 9, 2026
General AI

How engineers at Nextdoor use Codex to build without limits

Overview

OpenAI published a customer story showing how engineers at Nextdoor, a neighborhood network serving more than 105 million people, use the Codex coding agent running on GPT-5.5 to build software and fix hard problems. Cory Dolphin, Head of Engineering, says one engineer now owns a feature from idea to production, work once split across three teams. According to Nextdoor, the main constraint is no longer engineering effort but deciding what to build next.

Key Takeaways

  • Nextdoor pairs OpenAI's Codex coding agent with the GPT-5.5 model so a single engineer can build and ship a feature end to end across mobile, frontend, and backend platforms.
  • Cory Dolphin, Head of Engineering, describes the shift as outcome engineering, where engineers state the result they want and work with the agent to reach it instead of typing every step.
  • The team points Codex at the hardest debugging work, including hard-to-reproduce issues in embedded Rust databases and systems with tight race conditions.
  • Reported use cases include diagnosing why Kubernetes pods fail to start and finding the right trend line in a data analysis.
  • Nextdoor says productivity has accelerated enough that the bottleneck is now the strategic question of what to build next, not engineering capacity.

Stats & Key Facts

  • #More than 105 million people use the Nextdoor network.
  • #Nextdoor operates across 11 countries.
  • #The network spans roughly 350,000 neighborhoods.
  • #The Opportunity Alerts map feature was built by 1 engineer instead of the 3 teams the work once needed.

Codex and GPT-5.5 Inside Nextdoor's Engineering Team

OpenAI's customer story centers on how the agent fits into daily work at the neighborhood network.

Nextdoor is a social network built around local neighborhoods, connecting more than 105 million people across 11 countries and about 350,000 neighborhoods. The engineering team uses Codex, OpenAI's coding agent, running on the GPT-5.5 model.

The agent works alongside engineers rather than replacing them. Cory Dolphin, Head of Engineering, says the team now treats the agent as a steady partner for both building new features and digging into difficult technical problems.

Outcome Engineering: Starting From the Result, Not the Code

Dolphin frames the change as a new way of working with software tools.

Dolphin describes a move away from prompting an agent step by step and toward what he calls outcome engineering. Engineers begin with the result they want to see and then work with the agent to engineer that result.

The practical effect is that an engineer thinks more about the product experience and what the right thing to ship is, and less about typing every line of implementation. The agent handles much of the mechanical work of getting from idea to working code.

One Engineer Builds the Opportunity Alerts Map End to End

A single feature shows how the workflow compresses several roles into one.

  • ›Opportunity Alerts helps people find local service providers on Nextdoor.
  • ›One engineer wanted to show those providers on a map view.
  • ›That work historically needed collaboration across three teams: mobile, frontend, and backend.
  • ›Such a request might have stalled in the backlog before it shipped.
  • ›With Codex, one engineer built the map feature across all of Nextdoor's platforms.

Debugging Hard-to-Reproduce Problems With a Clean Test Harness

The team aims the agent at the kinds of bugs that resist quick fixes.

Nextdoor uses Codex to investigate hard-to-reproduce issues in embedded Rust databases and in systems with tight race conditions. These are problems that show up intermittently and are difficult to trace by hand.

The approach is to give the agent a clean environment and a test harness for the investigation. Dolphin says recent model updates, GPT-5.4 and GPT-5.5, brought a strong upgrade, with the agent staying persistent and digging into obscure technical details to find a root cause.

Other Reported Use Cases Across the Stack

Beyond features and deep bugs, the agent handles a range of everyday engineering tasks.

  • ›Diagnosing why Kubernetes pods fail to start.
  • ›Finding the right trend line in a data analysis.
  • ›Iterating on a fix after an engineer identifies an issue, then deploying it.
  • ›Acting as a reliable companion when an engineer hits a roadblock on a subject.

What the Story Signals for Non-Technical Leaders

The plain-language lesson sits in where the constraint moves once tooling speeds up.

The headline point from OpenAI is about bottlenecks. When an agent lets one person do work that once needed three teams, the limit on shipping is no longer how much engineering time you have. The harder question becomes which features deserve that newly freed effort.

For business owners, the takeaway is that AI coding tools shift value toward product judgment and prioritization. The teams that gain most are the ones that can decide what to build next, because building itself becomes faster and needs fewer people per feature.

It is worth noting the source is an OpenAI customer story, so the claims come from the vendor and its customer. The specific outcomes describe Nextdoor's experience and are not independently measured productivity benchmarks.

Frequently Asked Questions

What is Codex and how does Nextdoor use it?

Codex is OpenAI's coding agent, here running on the GPT-5.5 model. Nextdoor engineers use it to build features across mobile, frontend, and backend, and to debug hard technical problems.

How large is Nextdoor?

Nextdoor reports more than 105 million people on its network, spanning 11 countries and about 350,000 neighborhoods.

What does outcome engineering mean?

It is the term Cory Dolphin uses for starting with the result an engineer wants and working with the agent to reach it, rather than prompting the agent through each individual step.

What kinds of bugs does Nextdoor point Codex at?

The team uses it on hard-to-reproduce issues in embedded Rust databases and systems with tight race conditions, plus tasks like diagnosing Kubernetes pod startup failures. Engineers give the agent a clean environment and a test harness for the investigation.

Why does Nextdoor say the bottleneck has changed?

Because the agent lets one engineer do work that once needed three teams, engineering capacity is no longer the main limit. The harder constraint is the strategic decision about what to build next.

Nextdoor's account points to a pattern other companies are watching: when an AI agent lets one engineer own a feature end to end, the scarce resource shifts from engineering hours to clear product decisions. The figures and claims come from OpenAI's customer story and reflect Nextdoor's reported experience.

Continue Learning

Originally published by OpenAI
Read the original

Comments

Sign in to join the conversation