
“Engineers are becoming sorcerers” | The future of software development with OpenAI’s Sherwin Wu
Summary
Sherwin Wu and Lenny discuss how AI — especially Codex, Cursor, and agents — is transforming software engineering from writing code line-by-line to orchestrating fleets of AI agents that execute intent. OpenAI dogfoods these tools heavily (≈95% daily Codex usage; 100% of PRs reviewed by Codex), producing measurable productivity gains (code reviews cut from ~10–15 minutes to 2–3 minutes; heavy users open ~70% more PRs). They warn builders to design for where models are headed, not where they are today, because evolving capabilities will subsume brittle scaffolding and custom glue code. The conversation covers organizational impacts (widening productivity gaps, changing manager roles), operational risks (agents failing, tribal knowledge capture), and product/market implications (one-person startups, business process automation, and platform strategy). Practical guidance includes experimenting now, investing in documentation and guardrails, and favoring API-driven, flexible interfaces and evals for deployment safety.
Key Takeaways
- 1Design systems for future model capabilities — avoid brittle scaffolding.
- 2AI is now a standard part of engineering workflows, not an experiment.
- 3Power users of AI get a compounding productivity advantage, widening team gaps.
- 4Engineer roles are shifting toward agent orchestration and higher-level supervision.
- 5Operationalizing agent-driven development introduces new failure modes that demand guardrails.
- 6There’s a narrow window (12–24 months) to leap ahead before roles fully transform.
Notable Quotes
"100% of our PRs are reviewed by Codex."
"The models will eat your scaffolding for breakfast."
"So 95% of engineers use Codex."
"So they're actually opening 70% more PRs than the engineers who aren't using Codex as much."
""Because programming languages were basically these incantations... It is now literally incantations because you can tell... Codex, you can tell cursor exactly what you want to do.""
""we've basically reached that point now" (referring to the Sorcerer's Apprentice metaphor — engineers have 'wizards' that execute their commands)."
""they are basically maintaining a 100 percent Codex written code base.""
""it makes code reviews go from... 10, 15 minute task to sometimes even just like a two to three minute task because you have a bunch of suggestions already baked in.""