Skip to main content

Sea Limited Rolls Out OpenAI Codex Company-Wide: 87% of Developers Use Agentic AI Weekly

AI article illustration for ai-jarvis.eu
Singaporean technology conglomerate Sea Limited, which operates the largest Southeast Asian e-commerce platform Shopee, is deploying OpenAI Codex across all of its engineering teams. Internal company data shows that 87% of Codex users are weekly active users and 73% of frequent users would recommend the tool to colleagues. An interview with Sea co-founder and Shopee Chief Product Officer David Chen reveals why a major Asian company with annual revenues of 16.8 billion dollars is betting on agentic artificial intelligence — and how this approach could change the structure of software teams worldwide.

Listen to this article:

Why Sea is Betting on Codex Across the Entire Organization

Sea Limited is no startup. Founded in 2009 in Singapore, the company today operates digital entertainment under the Garena brand, e-commerce through Shopee, and digital financial services via Monee. With revenues exceeding 16.8 billion dollars in 2024 and operations across fragmented, hyper-localized markets from Indonesia to Brazil, its technical division faces extreme complexity.

In his interview with OpenAI, David Chen emphasizes that engineering at scale is not just about writing code, but about managing systemic complexity across dozens of markets, languages, and regulatory environments. "Agentic AI tools like Codex are not just about improving local productivity. They represent a structural multiplier that can help our engineering organization increase speed, reactivity, and efficiency," says Chen.

For Czech readers and companies operating in Central Europe, this message is relevant regardless of company size. Even mid-sized Czech firms with international teams face similar fragmentation — multilingual databases, different payment gateways, local regulatory requirements. Codex and similar tools can help teams navigate extensive microservices faster than ever before.

What Codex Does Differently Than Classic Autocompletion

According to Chen, what stands out about Codex is its ability to go far beyond ordinary autocompletion. In a vast microservices architecture, the biggest friction is not writing syntax, but tracing dependencies, understanding legacy code, and maintaining reliability under peak loads.

Codex functions as a localized knowledge engine that dramatically reduces the time needed to orient oneself in unfamiliar services. It allows teams to shift cognitive load from routine coding to a higher level — architectural design and product innovation.

From a technical standpoint, Codex runs on the codex-1 model, which is a version of OpenAI o3 optimized for software engineering. The model was trained using reinforcement learning on real programming tasks and can generate code that matches human style, precisely follows instructions, and iteratively runs tests until they pass. Users can assign Codex tasks such as writing functions, fixing bugs, generating pull requests, or answering questions about code.

Important security measures: Codex operates in an isolated cloud container with no internet access. All interactions are limited to explicitly provided code from GitHub repositories and pre-configured dependencies. The agent cannot visit external websites or APIs.

From Passive Autocompletion to Agentic Workflows

The most significant shift Chen describes is the transformation from passive autocompletion to fully integrated agentic workflows. In practice, this means that AI agents operate directly in CI/CD pipelines — reasoning through product requirements, autonomously proposing test-driven implementations, uncovering edge cases in distributed systems, and accelerating debug loops.

"Many people assume that AI simply increases speed. At Sea, however, we also use it to strengthen engineering discipline," explains Chen. "Thanks to AI's ability to quickly prototype alternative implementations and generate exhaustive test coverage, we move faster while systematically paying down technical debt. We ship more reliable systems."

This approach hints at a future in which the developer becomes a "system orchestrator" who devotes most of their time to product judgment, system design, and orchestrating AI-driven workflows, while agents handle execution.

Codex Hackathon Series: Asia as a Testing Ground for Agentic Development

Beyond Sea's own internal adoption — Sea has partnered with OpenAI to organize the first regional Codex Hackathon Series across Asia. The series began in Singapore and continues to Indonesia, Taiwan, and Vietnam. The goal is to democratize access to cutting-edge AI primitives and radically lower the barrier to entry for local developers.

David Chen views Southeast Asia as an ideal testing ground for AI-native software development. "If you look at past technology waves, Southeast Asia has consistently skipped traditional adoption cycles — transitioning directly to mobile-first and super-app ecosystems. Because developers here must solve highly complex, multilingual problems across fragmented networks of e-commerce, payments, logistics, and communication, Southeast Asia is a perfect testing ground for AI-native software development."

Availability and Pricing of Codex for Czech Users

For Czech developers and companies, the key question is availability and price. Codex is currently available to ChatGPT Pro, Business, and Enterprise users globally, including the Czech Republic. Support for Plus and Edu subscribers has been announced as "coming soon." Codex is also available in the ChatGPT mobile app in preview mode on iOS and Android across all plans including Free and Go.

From an API perspective, the codex-mini-latest model is available on the Responses API at a price of $1.50 per million input tokens and $6 per million output tokens, with a 75% discount for cached inputs. ChatGPT Pro costs $200 per month; Business and Enterprise plans have individual pricing. For individual developers in the Czech Republic, the most accessible path remains ChatGPT Plus ($20 per month) with expected expansion to Codex, or the open-source Codex CLI, which can be run locally with one's own API key.

For companies, an interesting new feature is Remote SSH, which is now generally available and allows Codex to connect directly to remote development environments. This can significantly simplify the work of distributed teams, including Czech companies with developers working from home or various offices.

What This Means for the European and Czech Market

While Sea Limited operates primarily in Asia and Latin America, its adoption of Codex has signaling value for the entire global market. For Czech companies and startups, this means several things:

  • Competitive pressure is rising: Companies that do not quickly adopt agentic AI for development may fall behind in iteration speed and code quality.
  • Technical debt can be paid down faster: Chen explicitly mentions that Codex helps Sea "systematically pay down technical debt" — something that also troubles many Czech firms with a long development history.
  • Regulation: Codex for Enterprise supports HIPAA compliance in local environments, suggesting that OpenAI is also thinking about regulated industries. For Czech companies operating under the EU AI Act, this is a positive signal that the tool can be deployed even in environments with high data protection requirements.

According to the latest data, more than 4 million people use Codex weekly. And with deployment at companies like Sea Limited, Cisco, Temporal, and Superhuman, agentic AI is becoming the standard, not an experiment.

Conclusion: The Developer as Orchestrator

David Chen sums it up clearly: "This is not merely a tools upgrade; it is an organizational paradigmatic shift. The winners will be those who ruthlessly restructure their engineering culture and workflows around human-AI collaboration today, rather than bolting it onto obsolete processes tomorrow."

For Czech technology leaders and developers, this is a clear signal: agentic AI is not the future, it is the present. The question is no longer whether Codex and similar tools will change software development, but how quickly companies will prepare for this change.

Do I need a ChatGPT Pro subscription for Codex, or is it available for free?

Codex in its full form is currently available to ChatGPT Pro, Business, and Enterprise subscribers. Free and Go plan users can use Codex in a limited form in the ChatGPT mobile app, which is currently in preview mode. ChatGPT Plus users should expect access expansion in the near future. Alternatively, you can use the open-source Codex CLI with your own API key.

What about the security of code generated by Codex? Can I entrust it with production systems?

OpenAI emphasizes that Codex still requires human review. The agent runs in an isolated cloud container with no internet access, but all outputs should be manually checked before integration into production. Codex also cites terminal outputs and tests, so it is possible to oversee every step. For production systems, we recommend using Codex as an assistant, not a fully autonomous operator.

Does Codex support the Czech language, and can it be used for developing localized applications?

Yes, Codex as a tool built on OpenAI's language model understands Czech and can generate comments, documentation, and prompts in Czech. For developing applications with Czech localization — such as e-commerce platforms or banking systems — Codex can help with generating localization strings, validating diacritics, or designing database schemas for multilingual environments.

Sources: OpenAI — Sea's View on the Future of Agentic Software Development with Codex, OpenAI — Introducing Codex, OpenAI — Work with Codex from anywhere, Wikipedia — Sea Limited

X

Don't miss out!

Subscribe for the latest news and updates.