Google's AI shopping features promise convenience: automated tracking, inventory calls, checkout. But they remove everyone between you and purchase—reviewers, influencers, store staff. What's lost when one company owns the entire shopping journey?
Cursor raised $2.3 billion at a $29.3 billion valuation while paying billions to the same AI companies now competing against it. The fastest-growing startup in tech history faces a choice: become a model company or accept structural disadvantage.
Chinese hackers automated 80-90% of cyber intrusions using Anthropic's Claude by simply telling it they were security testers. Four breaches succeeded. The jailbreak was embarrassingly simple, and now every AI company faces the same vulnerability.
OpenAI made Codex generally available with Slack integration, a developer SDK, and enterprise admin tools. It also opened ChatGPT to third-party apps and launched AgentKit. The headline is maturity. The strategy is lock-in through workflow embeds.
GA for Codex, apps inside ChatGPT, and AgentKit add up to a platform strategy built on integrations and switching costs.
OpenAI framed Monday’s news as maturity: Codex is now generally available, with a developer SDK, Slack support, and enterprise admin controls. The more precise story is architectural. OpenAI isn’t just selling model access anymore; it’s embedding itself into the daily workflow of engineering teams. That’s harder to unwind.
This is the shift.
What Changed
• Codex now GA with Slack integration, developer SDK, and enterprise admin controls for embedding agents across engineering workflows
• ChatGPT opened to third-party apps reaching 800 million weekly users; directory and monetization terms coming later this year
• AgentKit bundles agent-building tools, evaluations, and connector registry; OpenAI engineer built full workflow live in under eight minutes
• Codex cloud tasks start counting toward usage October 20, shifting from free preview to metered billing
What’s actually new
Codex moved from research preview to production with three pillars. First, teams can tag @Codex in Slack channels or threads. The agent pulls context, chooses an environment, completes the task in Codex cloud, and posts a link to the result for review or iteration. It behaves like a coworker who can ship.
Second, the Codex SDK brings the same agent that powers the CLI into custom tools and apps. OpenAI says GPT-5-Codex was tuned for that agent implementation, with structured outputs and built-in context management so sessions can resume cleanly. No extra tuning required.
Third, enterprise admins gain environment controls, activity monitoring, and analytics across CLI, IDE, and web usage. These are governance features, not toys. They reduce risk while the agent gets closer to production code paths.
One line: this is “use it everywhere engineers live.”
Usage and velocity, by OpenAI’s telling
OpenAI says Codex daily usage rose 10x since August. It also says GPT-5-Codex served more than 40 trillion tokens in its first three weeks. Inside the company, nearly all engineers now use Codex, up from just over half in July. OpenAI claims they merge 70% more pull requests per week, with Codex auto-reviewing almost every PR before production.
Those are vendor numbers. Treat them as such.
Still, the direction matches what many teams report anecdotally: less time on boilerplate and code reviews, more time on product work. If true at scale, the economics shift from “model quality” to “workflow throughput.” That’s the lever.
Apps inside ChatGPT
OpenAI also opened a new distribution surface: third-party apps that run inside ChatGPT. In demos, users invoked Canva to produce a poster, or asked Zillow for an interactive home-search map, then refined results in chat. Early partners include Booking.com, Canva, Coursera, Expedia, Figma, Spotify, and Zillow, with DoorDash, OpenTable, Target, and Uber to follow. A directory and review process will launch later this year, with monetization guidance “soon,” according to the company.
The audience matters. OpenAI says ChatGPT now has roughly 800 million weekly active users and 4 million developers. That is reach.
AgentKit ties it together
AgentKit is the company’s toolkit for building and shipping agents. It includes Agent Builder (a visual design surface for agent logic), ChatKit (an embeddable chat interface for your app), evaluations for step-level performance, and a connector registry to hook agents into internal systems and third-party services behind an admin panel. In a live demo, an OpenAI engineer assembled a full workflow and two agents in under eight minutes.
This is the bundling move. Pieces that used to require glue code now arrive pre-glued.
The integration bind
Once Codex lives in your IDE, reviews your PRs, and runs in your CI/CD, switching isn’t a pricing decision. It’s a workflow rewrite. Cisco, in an OpenAI case study, reports cutting review times for complex pull requests by up to 50%, which frees engineers for harder problems. Instacart says its Codex-powered setup spins up remote dev environments, completes end-to-end tasks with one click, and sweeps tech debt like dead code and expired experiments.
That’s the pitch. The bind is obvious. Replace Codex and you touch Slack workflows, SDK calls, GitHub Actions, admin policies, and dashboards. Rival models might be cheaper per token. They won’t be cheaper to swap.
Enterprise credibility and the bill
Admin controls signal a push beyond pilots: edit or delete Codex cloud environments, enforce safer local defaults through managed config, and monitor agent actions. Analytics track usage and code-review quality across surfaces. These features exist because compliance officers asked for them.
The pricing turn is next. Codex cloud tasks begin counting toward usage on October 20. Preview goodwill ends; invoices begin. If usage holds, OpenAI has product-market fit with lock-in characteristics. If it dips, procurement will have found the seam.
Platform leverage, not just model wins
OpenAI now controls two layers that reinforce each other. Developer tooling sets the defaults in engineering workflows. ChatGPT apps create a distribution channel with built-in demand. Build on the platform and you get reach; reject it and competitors outflank you inside the chat surface your users already inhabit. OpenAI sets the directory rules, the review bar, and—eventually—the monetization terms.
This is classic platform economics. AWS didn’t win on instance price alone; it won by bundling services until migration felt surgical. OpenAI is attempting the same loop for software creation: API access → developer tooling → admin controls → third-party ecosystem. Each layer deepens switching costs.
That’s the strategy.
What to watch next
Three signals will clarify trajectory. First, Codex cloud volume and retention after October 20. Second, the pace and seriousness of app submissions once the directory opens—are builders shipping utilities or marketing demos. Third, AgentKit adoption depth: do launch partners move beyond prototypes, and how visible do their switching costs become.
Why this matters:
Platform economics favor bundling and workflow ownership over marginal model gains; OpenAI is betting integration depth beats raw performance in a crowded market.
Enterprise AI adoption will be decided in CI/CD, IDEs, and Slack—not on benchmark charts; whoever owns those touchpoints sets the switching costs and, eventually, the terms.
❓ Frequently Asked Questions
Q: What's the difference between Codex and ChatGPT for coding?
A: Codex is a specialized agent that runs in your IDE, terminal, CI/CD pipeline, and Slack. It's built on GPT-5-Codex, which was tuned specifically for the Codex agent implementation. ChatGPT is a general-purpose assistant. Codex handles full workflows—reviewing PRs, running tests, cleaning tech debt—while ChatGPT answers coding questions and generates snippets.
Q: How much will Codex cost after October 20?
A: OpenAI hasn't published exact pricing yet. Starting October 20, Codex cloud tasks will count toward your plan's usage limits. The company says pricing details vary by plan type (Plus, Pro, Business, Enterprise) and are available in their documentation. The shift ends the free preview period that began in May.
Q: Can I use the Codex SDK with models other than GPT-5-Codex?
A: The SDK was designed for GPT-5-Codex specifically. OpenAI says the agent implementation—including prompt design, tool definitions, and agent loop—was tuned to work with that model. While technically possible to swap models, you'd lose the optimizations that make Codex perform well. The SDK currently supports TypeScript, with more languages coming.
Q: What apps are available inside ChatGPT right now?
A: Launch partners include Booking.com, Canva, Coursera, Expedia, Figma, Spotify, and Zillow. OpenAI says DoorDash, OpenTable, Target, and Uber will arrive "in the weeks ahead." You can tag these apps in a chat to complete tasks—like asking Canva to design a poster or Zillow to show homes for sale with an interactive map.
Q: How do developers make money building apps for ChatGPT?
A: They don't yet. OpenAI says it will share monetization guidance "soon" but hasn't published revenue-sharing terms or a payment structure. Right now, building apps gives developers access to ChatGPT's 800 million weekly users for brand exposure, but there's no direct way to charge users or earn from OpenAI for app usage.
Q: What does "switching costs" actually mean in this context?
A: It's the work required to stop using OpenAI and move to a competitor. If Codex reviews your PRs in GitHub, runs in your CI/CD, and your team tags it in Slack, replacing it means updating workflows across all those surfaces. You'd need new integrations, retrain staff, and rewrite admin policies—even if a rival model costs less per token.
Q: Is AgentKit free to use?
A: AgentKit is available to developers building on the OpenAI platform, which processes 6 billion tokens per minute across 4 million developers. OpenAI hasn't specified separate pricing for AgentKit tools like Agent Builder, ChatKit, or the connector registry. Costs depend on your OpenAI plan and the models you use when building and running agents.
Tech translator with German roots who fled to Silicon Valley chaos. Decodes startup noise from San Francisco. Launched implicator.ai to slice through AI's daily madness—crisp, clear, with Teutonic precision and sarcasm.
E-Mail: marcus@implicator.ai
Google's AI shopping features promise convenience: automated tracking, inventory calls, checkout. But they remove everyone between you and purchase—reviewers, influencers, store staff. What's lost when one company owns the entire shopping journey?
Microsoft led AI infrastructure with 60% market share in 2023, then froze 3.5 gigawatts of planned capacity. OpenAI signed over $400 billion with Oracle instead. Nadella calls it strategic repositioning. SemiAnalysis data suggests Microsoft blinked first.
OpenAI released GPT-5.1 without publishing benchmarks, leading instead with "warmer" personality controls. The shift reveals how 800 million users push the company toward engagement metrics over technical capability, mirroring social media's path.
SoftBank just posted record profits driven by OpenAI's soaring valuation. So why is Masayoshi Son selling $15 billion in assets, expanding margin loans, and converting paper gains into cash? The answer reveals uncomfortable truths about AI's peak.