OpenAI has acquired Ona, the German startup previously known as Gitpod, to expand Codex's capabilities into long-running, autonomous coding tasks. Ona, founded in Kiel in 2020, specializes in AI agents and secure cloud development environments for software engineering workflows.

The acquisition signals OpenAI's push beyond single-task code generation toward systems that can handle complex, multi-step development work autonomously. Codex, OpenAI's code model, currently excels at isolated coding tasks but lacks the infrastructure to manage extended projects requiring continuous execution, environment management, and error recovery across multiple operations.

Ona's technology provides exactly that foundation. The startup built a cloud-based development environment designed to isolate and sandbox code execution safely, a critical requirement for AI agents writing and running code without human intervention. By integrating Ona's infrastructure with Codex, OpenAI gains the ability to deploy AI that can tackle full development workflows: writing code, testing it, fixing failures, and iterating without stopping.

This moves the needle on AI coding assistance from autocomplete-style helpers toward genuinely autonomous developers. Long-running tasks present different challenges than single completions. They require persistent state management, error handling across multiple steps, and recovery mechanisms when something breaks. Ona's secure cloud environments handle these constraints, preventing rogue code from damaging systems while allowing the AI to work continuously.

The timing reflects intensifying competition in AI-assisted development. GitHub Copilot, Claude, and other models chase similar territory. OpenAI's acquisition approach differs from pure model improvements. Rather than just making Codex smarter, OpenAI bundles it with operational infrastructure that makes autonomous coding practical at scale.

For developers, this could mean handing off entire feature implementations to AI agents, with human review at the end rather than constant supervision. For OpenAI, it consolidates