1Password Engineering Productivity Gains with OpenAI Codex
1Password achieves 21% productivity increase via Codex integration
1Password has integrated OpenAI Codex across its entire software delivery lifecycle to compress the time between planning and production. This integration resulted in a 20.9% improvement in engineering productivity for its core user cohort and a reduction in median pull request cycle time by nearly 11%.
One-shotting features from planning to production
1Password utilizes Codex to accelerate the transition from user stories to working features, a process the company refers to as "one-shotting." By providing Codex with a user story and specific instructions on the desired user experience, engineers can move directly from an idea to a prototype and then to a production-ready feature, significantly reducing the iterations required before engineering review.
Key outcomes of this approach include:
- Knox: A fully agentic frontend design system used to build new interfaces.
- Internal AI SRE agent: An agent designed for site reliability engineering.
- AI spend management tool: An internal tool for managing expenditures.
Codex operates autonomously within defined security and engineering boundaries, breaking requested features into functional specifications and creating near-final prototypes that systems engineers then integrate into the backend.
Codex integration across the software delivery lifecycle
Codex is embedded into every stage of 1Password's development process:
- Planning and technical design: The model converts requests into specifications, dependency checks, and work items.
- Implementation: Engineers use Codex via CLI to navigate unfamiliar Rust and TypeScript code, utilizing parallel worktrees to run tasks simultaneously.
- Pull request review: Codex reviews changes and flags logic issues or missing context before human review.
- Testing and release readiness: The model runs automated tests and acceptance criteria in parallel with other development work.
- Security and access: Integration with 1Password's internal AppSec harness ensures secret references are used instead of plaintext credentials in the model context.
- Production investigation: Codex aggregates evidence from telemetry, source control, paging, feature flags, and incident management during investigations.
Quantifiable productivity and ROI metrics
1Password reported several specific performance gains following the adoption of Codex:
- Cycle Time: Median pull request cycle time decreased by 10.9%.
- Development Speed: An engineer working outside their primary stack reduced a typical three-day merge time to one day.
- Release Velocity: A team completed four release-critical tickets during a beta launch window where they would normally expect to complete two.
- Incident Response: Investigation time for a defect spanning more than 10 microservices dropped from approximately two hours to between 5 and 20 minutes.
For a modeled cohort of 50 active Codex users, 1Password estimates an annual engineering capacity value of approximately $784,000 and a 553% ROI. If the user base expands to 100 consistent users, the modeled annual capacity value is estimated to reach $3.1 million.
Security architecture for AI-assisted development
To maintain its zero-knowledge architecture, 1Password ensures that plaintext credentials never enter the model context. The company uses secret references in repositories; when Codex calls an approved internal tool, 1Password resolves and injects the credential only at the point of action.
Additionally, 1Password has integrated its security policies into "reusable AppSec skills," ensuring that company security standards are automatically applied throughout the development workflow.
The shift toward democratized building
1Password is expanding Codex access to non-engineering functions, including finance and marketing, to enable these teams to build their own tools. CTO Nancy Wang describes this as the "second wave" of AI adoption, where product managers, designers, and research personnel become "builders" capable of shipping code and products confidently without being traditional software engineers.