Blog

  • Google Brings Computer Use to Gemini 3.5 Flash: AI Agents Can Now See, Reason, and Act Across Platforms

    Google Brings Computer Use to Gemini 3.5 Flash: AI Agents Can Now See, Reason, and Act Across Platforms

    Google has officially integrated computer use capabilities into Gemini 3.5 Flash, turning one of its most widely deployed AI models into a platform for building autonomous agents that can see, reason, and act across digital environments. Announced on June 24, 2026, this update represents a significant expansion of what developers can build with the Gemini API. The computer use feature, previously available only through a separate standalone Gemini 2.5 computer use model, is now a native built-in tool within Gemini 3.5 Flash, making it accessible to the full ecosystem of developers and enterprises already using the Flash model. The move marks a pivotal moment in the maturation of AI agent capabilities from research preview to production infrastructure.

    What Was Announced

    Google’s announcement centers on the integration of computer use directly into Gemini 3.5 Flash via the Gemini API and the Gemini Enterprise Agent Platform. This means developers no longer need to work with a separate, purpose-built computer use model. Instead, the same Gemini 3.5 Flash model they use for text, code, and multimodal tasks can now be directed to interact with browser, mobile, and desktop environments as a built-in capability.

    A demo environment has been made available through Browserbase, allowing developers to explore the capability in a sandboxed setting. Google has also published a reference implementation on GitHub for teams looking to get started quickly with their own agent deployments. Both resources are intended to accelerate the path from experimentation to production for developers building automation workflows.

    Enterprise partners including Browserbase, Browser Use, and UiPath were cited in the announcement as early collaborators and endorsers of the capability. The involvement of UiPath in particular signals a meaningful convergence between traditional robotic process automation tooling and AI-native computer use, two approaches to enterprise automation that are now increasingly complementary.

    Google stated that computer use in Gemini 3.5 Flash delivers improved performance for long-horizon and enterprise automation tasks compared to earlier iterations. Performance improvements were noted on OSWorld benchmarks, which are a standard evaluation framework for AI systems performing computer use tasks across operating system interfaces.

    Technical Details

    The computer use capability in Gemini 3.5 Flash is built on the model’s ability to process screenshots and visual representations of digital interfaces and then generate precise, coordinated actions to accomplish multi-step tasks. Agents built on this foundation can navigate web browsers, interact with mobile applications, and operate desktop software without requiring custom API integrations for each application or platform. This makes the capability particularly well suited for automating tasks in legacy software environments where native APIs are not available.

    To address the security risks inherent in deploying agents that take real-world actions in live environments, Google applied targeted adversarial training specifically designed to reduce the model’s susceptibility to prompt injection attacks. Prompt injection, in which malicious content embedded in a web page, document, or application interface attempts to redirect agent behavior, is among the most serious risks in real-world computer use deployments. Google’s targeted training approach aims to make the model more robust against this class of attack.

    Two optional enterprise safeguard systems were released alongside the model update. The first requires the agent to obtain explicit user confirmation before taking any action that is sensitive or irreversible, preserving a human-in-the-loop checkpoint for workflows where the cost of an error is high. The second automatically halts agent execution if an indirect prompt injection attempt is detected, providing an automated safety layer for organizations running agents at scale across untrusted environments. Google also recommends combining these systems with secure sandboxing, strict access controls, and human verification practices as part of a comprehensive deployment strategy.

    Industry Impact and Reactions

    Bringing computer use into a mainstream, widely available model like Gemini 3.5 Flash is a meaningful shift in the accessibility of AI agent capabilities. Until recently, computer use required developers to work with specialized, purpose-built models that were often in preview or limited-access phases. By embedding the capability directly into Flash, Google is signaling that computer use is ready for production, not just experimentation, and it is lowering the barrier for organizations that want to build autonomous agents as part of their core technology stack.

    The partnership with UiPath is particularly significant for enterprise adoption. UiPath has an established base of customers using robotic process automation to handle software interfaces that do not expose APIs, including in industries such as healthcare administration, financial services, and legal operations. Combining UiPath’s enterprise distribution and workflow tooling with Gemini’s AI-native computer use capabilities could accelerate automation in segments of the market that have historically been difficult to reach with purely code-driven approaches.

    The announcement also reflects a broader industry trend toward bundling safety and security tooling with agent capabilities rather than treating them as separate, optional concerns. By releasing enterprise safeguards alongside the computer use feature itself, Google is acknowledging that agent security is a first-class deployment requirement and positioning Gemini as a platform that takes production readiness seriously.

    What Comes Next

    Access to computer use in Gemini 3.5 Flash is available immediately through the Gemini API and the Gemini Enterprise Agent Platform. Developers can explore the capability via the Browserbase demo environment and the reference implementation on GitHub. Google has not announced a separate pricing tier for computer use within the Flash model, suggesting it will be accessible within existing Gemini 3.5 Flash API pricing structures, though enterprise platform access may carry distinct terms.

    Looking ahead, the integration is likely to serve as a foundation for further expansion as Google continues its June 2026 model rollout. Gemini 3.5 Pro, Google’s frontier model for the month, is expected to ship before the end of June. Bringing computer use to the Pro tier would be a natural next step, enabling more complex, long-horizon autonomous tasks at a higher level of model intelligence and reasoning depth.

    Conclusion

    Google’s integration of computer use into Gemini 3.5 Flash marks a clear turning point in the availability of AI agent capabilities for developers and enterprises. By moving computer use from a standalone model to a built-in feature of one of its most accessible APIs, and by releasing enterprise safeguards alongside the launch, Google has made autonomous digital agents a practical choice for production deployment. For organizations evaluating how to embed AI into their workflows beyond text generation and code assistance, this announcement opens a meaningful new set of possibilities.

    Stay updated on the latest AI news at Evolve Digital.

  • OpenAI Launches GPT-5.5-Cyber and ‘Patch the Planet’ to Fix Open-Source Security Vulnerabilities at Scale

    OpenAI Launches GPT-5.5-Cyber and ‘Patch the Planet’ to Fix Open-Source Security Vulnerabilities at Scale

    On June 23, 2026, OpenAI announced the full release of GPT-5.5-Cyber, a specialized AI model engineered for cybersecurity, alongside a new open-source security initiative called “Patch the Planet.” Co-founded with cybersecurity firm Trail of Bits and partnered with HackerOne, the initiative targets one of the most persistent problems in software security: the enormous backlog of unpatched vulnerabilities in the open-source libraries that underpin virtually all modern software. The announcement marks OpenAI’s most direct move yet into proactive cyber defense, extending its Daybreak security program beyond enterprise clients to the foundational software ecosystem the entire internet depends on.

    What Was Announced

    GPT-5.5-Cyber is a fine-tuned variant of GPT-5.5, purpose-built for vulnerability detection, patch generation, and automated code remediation. Unlike general-purpose large language models, GPT-5.5-Cyber is designed to operate at machine speed across entire codebases, identifying security flaws and producing working patches with minimal human involvement.

    Alongside the model release, OpenAI announced “Patch the Planet,” a collaborative initiative with Trail of Bits and HackerOne. The program deploys OpenAI’s AI tools, including GPT-5.5-Cyber and Codex, to systematically scan and patch open-source projects that are widely relied upon by developers worldwide. Initial participating projects include cURL, Python, the Go project, Sigstore, aiohttp, NATS Server, pyca/cryptography, freenginx, and python.org.

    Trail of Bits has assigned dedicated security engineers to work full-time with GPT-5.5-Cyber and Codex across 19 open-source projects. An initial five-day sprint produced hundreds of identified security issues, dozens of merged patches, and reusable fuzzing and testing tooling that participating projects can continue to use independently.

    Technical Details

    GPT-5.5-Cyber achieved a score of 85.6% on the CyberGym benchmark, outperforming the general-purpose GPT-5.5, which scored 81.8% on the same evaluation. The model also scored 39.5% on ExploitGym, a benchmark measuring exploit generation capability, and 69.8% on SEC-bench Pro, which tests broader security reasoning. These results indicate a model that is meaningfully stronger than its general-purpose counterpart on tasks requiring deep understanding of code vulnerabilities and remediation strategies.

    The model integrates with OpenAI’s Codex infrastructure, enabling it to not only identify vulnerabilities but to submit complete, reviewable pull requests to open-source repositories. This closes the loop between detection and remediation, a gap that has historically made vulnerability scanning more of a reporting tool than a fixing tool. The combination of GPT-5.5-Cyber’s security-specific reasoning and Codex’s code execution capabilities allows the system to produce patches that pass existing test suites rather than simply flagging potential issues for human review.

    OpenAI has also released reusable fuzzing and testing tooling developed during the initial sprints with Trail of Bits. These tools are designed to be adopted by open-source maintainers as part of their regular development workflows, creating lasting security infrastructure beyond what any single scanning pass can achieve.

    Industry Impact and Reactions

    The announcement comes at a time when open-source software security has become a top concern for governments and enterprises alike. High-profile supply chain incidents in recent years demonstrated how vulnerabilities in widely used open-source libraries can cascade across thousands of downstream applications. The scale of the problem, millions of open-source packages with varying levels of active maintenance, has made purely human-driven remediation effectively impossible.

    OpenAI’s move signals a broader shift in how the AI industry is positioning itself in relation to cybersecurity. Rather than primarily defending against AI-enabled threats, OpenAI is framing AI as an active solution to the pre-existing vulnerability backlog. The partnership model with Trail of Bits and HackerOne also suggests an intent to build credibility within the security research community, where trust must be earned through demonstrated technical rigor rather than marketing claims.

    The “Patch the Planet” initiative also puts competitive pressure on other frontier AI labs to demonstrate similar commitments to the open-source ecosystem. Anthropic’s Glasswing program, which focuses on AI safety and red-teaming, was cited in industry commentary as the context for OpenAI’s announcement, suggesting that the cybersecurity domain is becoming a new competitive front among the leading AI companies.

    What Comes Next

    OpenAI has indicated that the list of participating open-source projects will expand beyond the initial nine, with the program designed to scale as tooling and processes are refined. The partnership with HackerOne suggests that the program may eventually incorporate bug bounty mechanisms to coordinate responsible disclosure alongside the automated patching work.

    The broader timeline for GPT-5.5-Cyber’s commercial availability has not been specified in the announcement, but the model’s integration with Codex suggests it will be accessible through OpenAI’s existing enterprise channels. Industry analysts expect OpenAI to expand GPT-5.5-Cyber’s reach into enterprise security tooling over the second half of 2026, as demand for AI-assisted vulnerability management continues to grow among large organizations.

    Conclusion

    OpenAI’s launch of GPT-5.5-Cyber and the “Patch the Planet” initiative represents one of the most concrete deployments of frontier AI capability to a real-world infrastructure problem to date. By combining a specialized cybersecurity model with an organized open-source patching program, OpenAI is making a tangible bet that AI can help close a vulnerability gap that the security industry has struggled to address for decades. Whether the initiative delivers lasting impact will depend on how well automated patches hold up under real-world conditions and how broadly the participating community adopts the reusable tooling, but the ambition and the early results are substantial.

    Stay updated on the latest AI news at Evolve Digital.

  • Noam Shazeer Joins OpenAI as Lead for Architecture Research in Historic AI Talent Move

    Noam Shazeer Joins OpenAI as Lead for Architecture Research in Historic AI Talent Move

    In one of the most significant personnel moves in AI history, Noam Shazeer — co-author of the 2017 paper “Attention Is All You Need” that introduced the Transformer architecture — announced on June 18, 2026, that he is leaving Google DeepMind to join OpenAI as Lead for Architecture Research. The move ends a tenure of less than 22 months at Google, where he had been recruited back in 2024 through a reported $2.7 billion acqui-hire deal from Character.AI. With Shazeer now at OpenAI, the race to shape next-generation AI model architectures has entered a striking new phase.

    What Was Announced

    Mark Chen, a senior leader at OpenAI, announced the hire on June 18, 2026, via a post on X: “Very excited to welcome Noam Shazeer to OpenAI as our new lead for architecture research! His work on transformers, MoE, and efficient decoding have shaped modern AI. He’s extremely AGI-pilled and is super thoughtful about making it all go well.”

    Sam Altman, OpenAI’s CEO, described the hiring as “only 10 years in the making,” a reference to the fact that Shazeer’s foundational research has informed OpenAI’s work from the company’s earliest days. Shazeer is now officially one of OpenAI’s most senior technical figures.

    Prior to joining OpenAI, Shazeer had served as co-lead of Google’s Gemini model team at Google DeepMind, a role he took on after Google paid approximately $2.7 billion to bring him back from Character.AI, the conversational AI startup he co-founded after leaving Google in 2021. His return to Google in late 2024 was intended to shore up Gemini development against intensifying competition from OpenAI and Anthropic.

    In his new role at OpenAI, Shazeer will focus on exploring next-generation AI model architectures and driving the continued evolution of the Transformer — the architectural paradigm he helped create and that now underlies virtually every significant language model in production today.

    Technical Details

    Shazeer’s contributions to AI architecture extend well beyond the Transformer’s self-attention mechanism. He has been a key contributor to mixture-of-experts (MoE) scaling strategies, which allow models to grow in capacity without proportional increases in compute cost by selectively activating subsets of parameters per token. MoE is now a foundational design choice in several frontier models, including some versions of Google’s Gemini and many Chinese labs’ offerings.

    He also made substantial contributions to efficient decoding methods, including multi-query attention and techniques for reducing inference latency in large models — challenges that have become increasingly important as AI providers scale toward real-time applications. His 2019 paper “Fast Transformer Decoding” introduced the multi-query attention variant that reduced key-value cache memory pressure, a technique widely adopted in production-grade deployments.

    At OpenAI, Shazeer is expected to apply these insights to the GPT model lineage and possibly to entirely new architectural paradigms that could reduce the compute requirements of frontier-scale reasoning models. OpenAI’s Chief Scientist has already previewed GPT-5.6 as a “meaningful improvement” over GPT-5.5, targeted for late-June 2026 release, though the degree of Shazeer’s involvement in that specific model is not confirmed.

    Industry Impact and Reactions

    The AI research community has reacted with a mix of awe and competitive alarm. Shazeer is widely considered one of the most influential technical minds in the history of deep learning — a figure whose decisions about architecture directly shape the capabilities of systems used by hundreds of millions of people. His departure from Google DeepMind represents a painful loss for the Gemini team, which had been counting on his architectural expertise to close the capability gap with GPT-series models.

    The move also highlights an intensifying talent war among the top AI labs. Google had paid billions precisely to prevent Shazeer from landing at a competitor; OpenAI’s successful recruitment after less than two years suggests that compensation alone may not be sufficient to retain researchers who are driven by mission, technical challenge, and team dynamics. OpenAI’s stated mission of developing artificial general intelligence safely appears to have resonated with Shazeer, whom Mark Chen described as “extremely AGI-pilled.”

    The hire comes at a strategically important moment for OpenAI. The company is preparing for an anticipated IPO in September 2026, faces growing competition from Google Gemini (now at 27.7% market share per Sensor Tower’s latest report), and is navigating competitive pressure from Chinese labs — particularly Zhipu AI’s GLM-5.2, which currently outperforms GPT-5.5 on the SWE-bench Pro coding benchmark at roughly one-seventh the price. Adding Shazeer to its architecture research team signals that OpenAI intends to compete at the fundamental research level, not just at the product and distribution layer.

    What Comes Next

    Shazeer’s immediate mandate will be to explore architectural innovations that could power OpenAI’s next generation of frontier models beyond the GPT-5 series. Longer-term, his focus on efficiency and scalability may influence how OpenAI approaches the compute economics of training and inference as models continue to scale. Industry watchers will be closely monitoring whether his arrival accelerates any architectural divergence from the standard dense Transformer or leads to new MoE-based designs within the GPT lineage.

    For Google, the question is how quickly it can regroup around Gemini architecture development. The Gemini team retains significant talent and resources, and Google’s infrastructure advantages — including its proprietary TPU hardware — remain substantial. Both companies are expected to release major model updates in the second half of 2026, making the next six months a key test of whether Shazeer’s presence at OpenAI translates into measurable capability gains.

    Conclusion

    Noam Shazeer’s move to OpenAI marks more than a headline-grabbing talent transfer — it is a signal that the architecture research frontier remains wide open and that the organizations capable of attracting the field’s deepest thinkers will hold a structural advantage in the AI race. For a field built on the attention mechanism Shazeer helped design, having him now focused on whatever comes next is a development worth watching closely.

    Stay updated on the latest AI news at Evolve Digital.

  • Tata Consultancy Services and Anthropic Launch Global Premier Partnership to Scale Claude AI Across Regulated Industries

    Tata Consultancy Services and Anthropic Launch Global Premier Partnership to Scale Claude AI Across Regulated Industries

    One of the world’s largest IT services firms has just placed a major bet on Anthropic’s Claude, announcing a wide-ranging partnership that could bring AI-powered automation to some of the most compliance-sensitive industries on the planet. On June 11, 2026, Tata Consultancy Services (TCS) and Anthropic announced a Global Premier Partnership, a strategic alliance that will see TCS train tens of thousands of its own employees on Claude before deploying AI solutions to its global client base spanning banking, healthcare, insurance, aviation, and government.

    What Was Announced

    The partnership establishes TCS as one of Anthropic’s top-tier Global Premier partners, a designation that reflects both the scale of the commitment and the depth of the planned integration. TCS will train 50,000 of its employees across 56 countries in the use of Claude, applying a strategy the company describes as being “customer zero” — deploying Claude internally first to validate and refine AI-powered workflows before taking those same solutions to enterprise clients.

    As part of the deal, TCS will establish a dedicated Claude-focused business unit. This unit will be responsible for developing industry-specific AI offerings built around Anthropic’s model family and will serve as the delivery engine for Claude-powered products sold to TCS’s vast enterprise client roster. Target sectors include financial services, healthcare, life sciences, public services, aviation, telecommunications, and medtech — industries where regulatory requirements and data sensitivity concerns have historically made AI adoption a difficult sell.

    For Anthropic, the deal represents a significant expansion of its enterprise reach. TCS operates across more than 55 countries and serves hundreds of the world’s largest organizations, providing IT infrastructure, software modernization, and managed services. Gaining TCS as a strategic integrator effectively connects Claude to an enormous pipeline of enterprise transformation projects already in flight across the globe.

    The partnership was jointly announced by TCS and Anthropic, with an official press release published through the TCS newsroom and confirmed by Anthropic’s partner communications. Both companies characterized the collaboration as long-term and strategic rather than a single-engagement arrangement.

    Technical Details

    The Claude models at the center of this partnership are designed with safety and reliability characteristics that make them particularly well-suited for regulated industry use cases. Anthropic builds Claude with what it calls Constitutional AI principles, which are designed to reduce the risk of harmful, inaccurate, or non-compliant outputs. For industries such as healthcare and financial services, where a hallucinated figure or a miscategorized document can carry real legal and operational consequences, this emphasis on accuracy and safety is a meaningful differentiator.

    TCS will integrate Claude across a range of enterprise workflows including document analysis, regulatory compliance checking, customer service automation, claims processing in insurance, clinical documentation support in healthcare, and legacy codebase modernization in banking and government systems. The company’s internal “customer zero” deployment will allow TCS engineers to develop deep expertise in prompt engineering, agentic workflow design, and Claude-specific integration patterns before scaling those capabilities to clients.

    The new dedicated business unit will also focus on building pre-packaged, industry-specific AI templates and connector frameworks — accelerating the time-to-value for regulated enterprise clients who cannot afford lengthy custom AI development cycles. Claude’s API and its compatibility with enterprise development platforms will underpin these integrations.

    Industry Impact and Reactions

    The TCS-Anthropic partnership is the latest in a series of major enterprise alliances that Anthropic has announced in 2026 as it accelerates its push beyond consumer AI into the B2B market. The company has also partnered with DXC Technology for a multi-year global alliance targeting mission-critical systems in banking, insurance, and aviation — announced the same week as the TCS deal. Together, these partnerships signal that Anthropic is actively building out a partner-led enterprise distribution model to compete with OpenAI’s growing enterprise footprint and Google’s deeply embedded Workspace and Cloud AI ecosystem.

    For TCS, the deal also reflects the growing urgency among large systems integrators to secure preferred-partner status with leading AI labs before those relationships become competitively locked up. The consulting and IT services industry is in the midst of a significant structural shift as AI automates tasks that were once billed at large-scale consulting rates, and firms like TCS, Infosys, and Accenture are racing to reposition themselves as AI-enabled transformation partners rather than traditional labor-based service providers.

    The regulated industries focus is strategically significant. Financial services, healthcare, and government have been among the slowest sectors to adopt generative AI at scale, citing concerns about accuracy, data privacy, explainability, and regulatory liability. A partnership between a trusted global IT integrator with deep sector relationships and an AI company known for its safety focus could help de-risk adoption decisions for enterprise buyers who have been waiting for the right combination of capability and credibility.

    What Comes Next

    TCS has indicated that the initial 50,000-employee training rollout will begin scaling in the second half of 2026, with client-facing solutions developed by the dedicated business unit expected to reach market in late 2026 and into 2027. The company has not disclosed the financial terms of the partnership or specified which Claude model versions will anchor the initial deployments, though both Claude Sonnet and Claude Opus variants are expected to be used depending on task complexity and cost requirements.

    Anthropic’s broader 2026 strategy appears to center on using Global Premier partner relationships to extend Claude’s reach into enterprise verticals where direct sales are difficult and where trusted system integrators carry significant influence over technology procurement decisions. As the company advances toward a potential public offering and continues to expand its compute infrastructure, securing a growing base of enterprise revenue through partner channels will be a critical component of its growth story.

    Conclusion

    The TCS and Anthropic Global Premier Partnership is a meaningful signal that enterprise AI adoption in regulated industries is moving from experimentation to production-scale commitment. With 50,000 employees trained, a dedicated business unit launched, and a target market of the world’s most compliance-conscious industries, this deal has the potential to bring Claude into the day-to-day workflows of millions of end users across banking floors, hospital systems, insurance operations, and government agencies worldwide. For the AI industry broadly, it reinforces the emerging consensus that the next wave of AI value creation will be won not just by building better models, but by building better enterprise distribution.

    Stay updated on the latest AI news at Evolve Digital.

  • Google Retires Gemini CLI: Antigravity CLI Takes Over as Google’s Premier AI Developer Platform

    Google Retires Gemini CLI: Antigravity CLI Takes Over as Google’s Premier AI Developer Platform

    Google officially retired its Gemini CLI developer tool on June 18, 2026, directing consumer and Google AI Pro and Ultra users to its new Antigravity CLI platform. The transition marks a significant shift in Google’s AI developer tooling strategy, moving from the open-source Gemini CLI — which had amassed over 100,000 GitHub stars — to a unified, closed-source agentic platform built for the next generation of AI-assisted software development. For the millions of developers who built automated workflows and CI/CD pipelines around Gemini CLI, today’s sunset is both an end and a beginning.

    What Was Announced

    On May 19, 2026, Google product managers Dmitry Lyalin and Taylor Mullen published an announcement on the Google Developers Blog confirming that Gemini CLI and Gemini Code Assist IDE extensions would cease serving requests for Google AI Pro and Ultra users on June 18, 2026. The post acknowledged the product’s remarkable open-source run, noting that Gemini CLI had achieved “over 100,000 GitHub stars, 6,000 merged pull requests, and hundreds of contributors” since its launch.

    The replacement platform is Antigravity CLI, invoked via the agy binary, which is built in Go and designed around an asynchronous, agent-first architecture. It shares the same underlying harness as the Antigravity 2.0 desktop application, creating a unified developer experience across terminal and graphical environments. Google is positioning Antigravity as its premier agentic development platform, consolidating developer-facing AI tools under a single brand.

    Enterprise customers with paid Gemini Code Assist Standard or Enterprise licenses, or those accessing Gemini models via paid API keys, retain uninterrupted access to the legacy Gemini CLI. Google also confirmed that GitHub organization users of Gemini Code Assist for GitHub are unaffected by today’s consumer-side retirement.

    Consumer users and Google AI Pro and Ultra subscribers who have not yet migrated lost access to Gemini CLI authentication as of today, June 18, 2026. Migration documentation is available immediately through Google’s Antigravity developer portal, with video walkthroughs scheduled for release in the coming weeks.

    Technical Details

    Antigravity CLI introduces several meaningful technical improvements over Gemini CLI. The most fundamental change is the shift to asynchronous agent orchestration. Where Gemini CLI blocked the terminal during complex or long-running tasks, Antigravity CLI can coordinate multiple background agents simultaneously. This allows developers to initiate large-scale code refactors, multi-step research tasks, or extended automated workflows without locking up their primary terminal session.

    The binary itself is written in Go, replacing the TypeScript foundation of the original Gemini CLI. This results in faster startup times and more responsive execution across terminal environments. All of the core developer-facing capabilities from Gemini CLI have been preserved and migrated to the Antigravity platform: Agent Skills carry over without modification, Hooks are fully supported, Subagents continue to function, and Extensions have been renamed Plugins under the new naming convention.

    The compute quota model has also been redesigned. Gemini CLI operated on a 1,000 requests-per-day cap, a structure suited to brief, discrete interactions. Antigravity CLI shifts to a weekly compute-based quota, better accommodating the more resource-intensive, long-running agentic tasks that the new async architecture is designed to handle. Developers with complex automated pipelines should review the new quota documentation to assess any impact on their workflows.

    Industry Impact and Reactions

    Google’s transition from Gemini CLI to Antigravity reflects a broader strategic pivot happening across the AI tooling industry. The move from conversational, request-response AI interfaces toward persistent, autonomous agentic platforms is accelerating at all major AI companies. Anthropic’s Claude Code and OpenAI’s Codex have similarly evolved into full development agents capable of controlling compute environments, managing files, and executing multi-step automated workflows.

    For Google specifically, the consolidation under the Antigravity brand is strategically significant. By unifying the terminal CLI and the desktop application under a shared agent harness, Google is positioning itself to compete directly with integrated agentic development environments rather than remaining a provider of standalone AI tools. This mirrors Anthropic’s approach with Claude Code, which runs the same agent runtime across CLI, desktop, and IDE extension contexts.

    The forced migration has drawn mixed reactions from the developer community. Performance improvements and the new async capabilities have been broadly welcomed, but the closure of Gemini CLI’s open-source repository in favor of a closed-source Go binary has drawn criticism. The Gemini CLI’s 6,000 merged pull requests represented a significant community investment, and the shift to a proprietary platform means that community contribution pathway closes with today’s retirement.

    What Comes Next

    Google has confirmed that all future model improvements and new agentic features will be delivered exclusively through the Antigravity platform. Enterprise customers currently on legacy Gemini CLI access will face the same migration choice over time, as the Antigravity ecosystem becomes the primary vehicle for accessing Google’s frontier AI models in developer contexts. For most developers, the practical timeline for migration is now: consumer accounts have already lost access, and Google’s roadmap signals Antigravity as the sole long-term path.

    Migration documentation is live as of today, with full video walkthroughs releasing in the coming weeks to guide developers through the transition from Gemini CLI workflows to their Antigravity equivalents. Developers are advised to audit any existing CI/CD pipelines, scripts, or automations that reference the gemini command and plan their migration to the agy binary accordingly before any dependent systems experience disruption.

    Conclusion

    The Gemini CLI sunset on June 18, 2026 closes the book on one of the most successful open-source AI developer tools of the past two years. With Antigravity CLI now at the center of Google’s developer AI strategy, the company is making a clear bet on asynchronous, agent-first tooling as the foundation of modern software development workflows. The transition reflects an industry-wide shift: the era of interactive chat-style AI assistants is giving way to persistent, autonomous agentic platforms that can operate independently across complex, multi-step tasks. Developers who migrate quickly will be best positioned to take advantage of the capabilities that Antigravity’s unified architecture makes possible.

    Stay updated on the latest AI news at Evolve Digital.

  • Google Launches $99 Home Speaker Powered by Gemini: Smart Home Gets a Conversational Overhaul

    Google Launches $99 Home Speaker Powered by Gemini: Smart Home Gets a Conversational Overhaul

    Google opened pre-orders today for the new Google Home Speaker, a $99.99 smart speaker powered by its Gemini AI model that is set to ship on June 25, 2026. The device marks Google’s first standalone smart speaker since the Nest Audio launched in September 2020, and represents a fundamental rethinking of how voice assistants operate in the home. Rather than responding to discrete, keyword-triggered commands, the new speaker is designed to understand natural, multi-step requests and hold contextual conversations. For consumers and the broader AI hardware market, the launch signals that generative AI has moved decisively from the cloud and the screen into everyday household devices.

    What Was Announced

    Google announced the Google Home Speaker on June 17, 2026, with pre-orders going live immediately through the Google Store. The device is priced at $99.99 and will begin shipping on June 25, 2026. It is available in four colorways: Hazel, Porcelain, Jade, and Berry, with the first two offered worldwide and all four available in the United States.

    The core differentiator is deep Gemini integration. Where previous Google smart speakers relied on the Google Assistant to interpret simple commands, the new Home Speaker uses Gemini’s large language model capabilities to parse complex, multi-part requests in a single utterance. A user can say something like “dim the kitchen lights, play some relaxing music, and set a timer for twenty minutes” and the speaker will execute all three actions without requiring separate commands for each.

    Google is also introducing a Continued Conversation feature, which keeps the microphone active after a response so users can ask follow-up questions without repeating a wake word. The device supports 10 new natural-sounding voices and can handle mid-sentence corrections, so users do not need to start over if they misspeak partway through a request.

    Advanced features including Gemini Live for free-flowing open-ended conversation, Camera History Search for reviewing Nest camera footage through natural language queries, and Home Briefs for a daily spoken summary of household activity are available through a Google Home Premium subscription. The subscription is priced at $10 per month or $100 per year for the Standard tier, with a Premium tier at $20 per month. All new devices come with a six-month free trial before any subscription is required.

    Technical Details

    The Google Home Speaker produces 360-degree balanced audio from a 58mm full-range driver, a significant upgrade over the smaller driver in the Nest Mini. The speaker fires sound in all directions, making placement in a room more flexible than traditional forward-facing designs. The industrial design features a rounded form factor measuring 3.4 by 4.2 inches, wrapped in a custom 3D-knit textile that gives it a softer, more tactile appearance than earlier Google Nest products.

    A light ring at the base of the device serves as an ambient visual indicator, changing state to show when Gemini is listening, processing, or responding. A physical microphone mute toggle is included on the device. Advanced microphone processing enables the speaker to pick up voice commands even when audio is playing, and the system is designed to distinguish between different household members for personalized responses.

    On the software side, the Gemini integration goes beyond simple command parsing. The model applies contextual reasoning to ambiguous requests: for example, asking the speaker whether an outdoor event will be held tomorrow based on the weather involves real-time data retrieval, reasoning about the information, and delivering an opinionated summary rather than simply reading out a weather report. This reflects a shift from AI assistants that retrieve information to AI assistants that interpret and synthesize it.

    Industry Impact and Reactions

    The smart speaker market has been relatively quiet for several years, with Amazon’s Echo line, Apple’s HomePod, and Google’s own Nest products all competing on incremental hardware improvements rather than fundamental capability jumps. The integration of a frontier large language model into a $99 consumer device is a meaningful step change, particularly given that Gemini powers products across Google’s entire portfolio, from smartphones to cloud services.

    The launch is notable for the competitive pressure it places on Amazon, whose Alexa platform has struggled to keep pace with the generative AI wave. Amazon has announced plans to rebuild Alexa on a large language model foundation, but has yet to ship a comparable product at a comparable price point. Apple’s HomePod, while acoustically superior, sits at a significantly higher price and has been slower to incorporate generative AI conversational features at the consumer level.

    More broadly, the Google Home Speaker represents a test case for the consumer AI hardware thesis: that people will pay for generative AI capabilities embedded in physical devices rather than relying solely on smartphone apps. The six-month free trial is a deliberate strategy to lower the barrier to adoption and build subscription conversion over time, a model Google has used successfully with other services.

    What Comes Next

    With pre-orders live and the shipping date set for June 25, 2026, the first real test will be consumer reception during the summer retail window. Google has not yet announced availability timelines for all global markets, with confirmed rollout details focusing on the United States at launch. The six-month free trial period will push any subscription conversion data into late 2026 and early 2027, giving Google time to demonstrate value before users face a payment decision.

    Longer term, the Home Speaker positions Google to expand Gemini’s footprint in the home environment ahead of the holiday season. Integration with the broader Nest ecosystem, including cameras, thermostats, and door locks, suggests the device is designed as a hub rather than a standalone product. Updates to Gemini’s capabilities, which Google has been shipping at a rapid pace throughout 2026, will flow to the speaker via software, meaning the device’s usefulness will likely grow over time without requiring hardware replacement.

    Conclusion

    The Google Home Speaker is a meaningful moment for consumer AI hardware: a major technology company has shipped a Gemini-powered device at a mainstream price point, betting that conversational AI is ready for the living room. With natural multi-step interaction, a six-month free trial, and deep integration with the Nest ecosystem, Google is making a clear argument that the smart speaker category deserves a second look. Whether users agree will become clear when shipments begin on June 25.

    Stay updated on the latest AI news at Evolve Digital.

  • SpaceX Acquires AI Coding Startup Cursor for $60 Billion in All-Stock Deal

    SpaceX Acquires AI Coding Startup Cursor for $60 Billion in All-Stock Deal

    SpaceX has agreed to acquire Cursor, the AI-powered coding assistant built by startup Anysphere, in an all-stock transaction valued at $60 billion, the companies announced on June 16, 2026. The deal, which follows a partnership agreement struck in April, represents one of the largest AI acquisitions on record and dramatically reshapes the competitive landscape for developer tools. For SpaceX, which merged with Elon Musk’s AI lab xAI in February 2026, the acquisition marks an aggressive push into the enterprise software market as the race to own the AI coding workflow intensifies.

    What Was Announced

    SpaceX confirmed on June 16, 2026, that it has exercised the acquisition option embedded in its April 2026 partnership with Anysphere, Cursor’s parent company. Under that earlier agreement, SpaceX held the right to either invest $10 billion in Cursor or purchase it outright for $60 billion. SpaceX has chosen the full acquisition, structured as an all-stock deal using its SPCX shares.

    The transaction is expected to close in the third quarter of 2026, pending standard regulatory review. Cursor will operate as part of SpaceX’s AI division, which is now unified with xAI following the February 2026 merger. The combined entity positions SpaceX as a direct competitor to both Anthropic, which offers Claude Code for AI-assisted software development, and OpenAI, whose Codex platform has gained significant enterprise traction.

    Cursor had been in separate fundraising discussions in April 2026, reportedly seeking around $2 billion from investors including Andreessen Horowitz and NVIDIA. The company had previously raised $2.3 billion from venture investors. The $60 billion acquisition price represents a significant premium to those fundraising conversations and underscores how rapidly the AI coding market has escalated in strategic value.

    As of the deal announcement, Cursor reported approximately $2.6 billion in annualized business-to-business revenue, with enterprise sales growing sharply. The product is widely used by professional software developers and engineering teams seeking AI assistance for code generation, multi-file refactoring, debugging, and agentic development workflows.

    Technical Details

    Cursor is an AI-native integrated development environment that wraps around VS Code, providing developers with context-aware code completion, inline chat, and autonomous agent modes capable of executing multi-step programming tasks across entire codebases. The product integrates with frontier language models and has built a reputation for handling complex, long-horizon engineering work that simpler code completion tools cannot manage reliably.

    Cursor’s core technical differentiator is its codebase indexing system, which allows the AI to reason across large, multi-file repositories with high contextual accuracy. The tool supports autonomous agent workflows in which the model can plan, write, test, and iterate on code with minimal human intervention. This capability has made Cursor particularly attractive to enterprise engineering teams looking to accelerate delivery cycles and reduce repetitive development work.

    As part of SpaceX and xAI, Cursor’s technology is expected to be integrated with xAI’s Grok model family, which Musk has stated is being rebuilt following the departure of xAI’s original co-founding team earlier in 2026. SpaceX has described its AI ambitions in terms of building autonomous engineering systems capable of accelerating both software and hardware development at the company’s aerospace and satellite operations.

    Industry Impact and Reactions

    The acquisition places SpaceX in direct competition with the two most prominent players in AI coding tools: Anthropic and OpenAI. Anthropic’s Claude Code has become a leading option for agentic software development, with the company reporting that the majority of its own production code is now generated by Claude. OpenAI’s Codex platform, which recently expanded to function as a desktop agent capable of operating autonomously on macOS, has also built significant enterprise momentum.

    The deal also signals a broader consolidation trend in the AI developer tools market, where standalone coding assistants are increasingly being absorbed into larger platform strategies. GitHub Copilot, backed by Microsoft, and Google’s Gemini Code Assist represent similar platform bets, suggesting that independent AI coding startups face growing pressure to either achieve massive scale quickly or find a home within a larger ecosystem.

    The $60 billion valuation for Cursor will draw comparisons across the AI industry. At the time of the deal, Cursor’s annualized revenue of $2.6 billion implies a revenue multiple of roughly 23x, consistent with the high multiples being applied to fast-growing AI infrastructure and tooling companies in the current market environment. The deal also arrives shortly after SpaceX completed the largest IPO in recorded history, giving the company a strong currency in SPCX stock with which to make significant acquisitions.

    What Comes Next

    The acquisition is expected to close in Q3 2026, after which Cursor’s team and product roadmap will be absorbed into SpaceX’s AI division. Musk has stated publicly that xAI is being rebuilt from a different architectural and cultural foundation than its original incarnation, and the Cursor team’s track record of rapid product iteration and enterprise execution is likely a significant part of the appeal. Developers and enterprise customers currently using Cursor should expect business continuity during the transition period, with integration into xAI’s model infrastructure likely becoming the primary long-term change.

    Looking further ahead, the deal raises significant questions about how AI coding tools will evolve as they become embedded in larger platform strategies. Whether SpaceX can leverage Cursor’s developer base to build meaningful enterprise software relationships alongside its aerospace and satellite business will be one of the more unusual strategic experiments in technology industry history. The outcome will be watched closely by the AI developer tools market, which is moving rapidly toward consolidation and platform lock-in.

    Conclusion

    SpaceX’s $60 billion acquisition of Cursor on June 16, 2026, marks a watershed moment in the AI coding tools market and in SpaceX’s own evolution as a technology company. By bringing Cursor’s enterprise-grade AI development capabilities under the SpaceX/xAI umbrella, Elon Musk is positioning the combined entity as a serious challenger to Anthropic and OpenAI for the developer workflow. With the deal set to close in Q3 2026, the coming months will determine whether this unusual combination of aerospace ambition and AI coding expertise can translate into a durable competitive advantage in one of the fastest-moving markets in technology.

    Stay updated on the latest AI news at Evolve Digital.

  • Anthropic’s Claude Fable 5 Taken Offline by US Export Controls as Government Legal Battle Intensifies

    Anthropic’s Claude Fable 5 Taken Offline by US Export Controls as Government Legal Battle Intensifies

    Anthropic’s most powerful AI model, Claude Fable 5 — known internally as Mythos — has been inaccessible to global users since June 12, 2026, following a U.S. Department of Commerce export control directive. The shutdown marks an unprecedented moment in AI history: a regulatory order targeting a specific frontier model from a leading domestic AI company, triggered by an escalating dispute between Anthropic and the U.S. Department of Defense over military use restrictions. As of June 15, the model remains offline with no confirmed resolution timeline, forcing thousands of enterprise teams into immediate contingency planning.

    What Was Announced

    The roots of the current crisis trace back to March 2026, when Defense Secretary Pete Hegseth formally designated Anthropic a “supply chain risk.” The designation followed Anthropic’s refusal to grant the Pentagon unrestricted access to Claude models without the company’s safety restrictions in place. Anthropic’s position has been consistent: it will not allow military use cases that bypass its safety architecture or violate its usage policies, a stance rooted in the company’s founding principles around responsible AI development.

    The Department of Commerce’s export control directive, issued in early June 2026, went further than the DoD designation. By applying export control provisions to Claude Fable 5’s API access, the order effectively pulled the model from global availability rather than restricting it to specific end users. Anthropic has filed an active lawsuit seeking to reverse the DoD supply chain risk designation, arguing the designation exceeds the government’s current statutory authority under the Export Control Reform Act.

    Negotiations between Anthropic and government representatives are ongoing. Discussions reportedly center on tiered access structures as a potential compromise pathway. Under proposals being considered, Fable 5 access could be restored for U.S. citizens and permanent residents while remaining restricted for foreign nationals, allowing the government to address its stated export concerns while permitting domestic enterprise use to resume.

    Technical Details

    Claude Fable 5, the commercial release of Anthropic’s Mythos architecture, represents the company’s most capable model to date. Its safety architecture includes a 120,000-character system prompt that enforces Anthropic’s usage policies. This system prompt became a point of public attention this week when a security researcher published the full text on GitHub, representing the first public disclosure of a Mythos-class model’s internal safety configuration. The disclosure has raised concerns about adversarial prompt engineering based on detailed knowledge of how the model’s guardrails are structured.

    Export control directives applied to AI software are a relatively new regulatory instrument. The Department of Commerce has applied export controls to AI chips and training datasets previously, but applying them to restrict access to a deployed model’s API represents a significant expansion of that framework. The legal basis is being actively contested, with Anthropic’s lawsuit arguing the designation exceeds existing statutory authority.

    A tiered access structure, if agreed upon, would require identity verification tied to citizenship and residency status at the API level. This represents a significant technical and operational change for a platform serving more than 1,000 enterprise customers who each spend over $1 million annually on Claude. Implementation would require new onboarding flows, identity verification infrastructure, and potentially separate API endpoints for different user categories.

    Industry Impact and Reactions

    The financial consequences for Anthropic are substantial. CFO Krishna Rao stated publicly that the DoD blacklisting, if maintained through the end of 2026, could reduce the company’s annual revenue by billions of dollars. This is a significant exposure given that Anthropic’s annualized revenue reached $47 billion in May 2026, up sharply from approximately $9 billion at the end of 2025, fueled by enterprise demand for Claude across coding, analysis, and agentic workflows.

    Enterprise teams relying on Fable 5 have been forced into immediate contingency planning. Reports across the industry indicate organizations are auditing which production workflows depend on the model and evaluating fallback options, including competing models and locally hosted open-weight alternatives. The sudden outage has triggered broader discussion about the fragility of cloud-dependent AI infrastructure. A Logicalis 2026 Global CIO Report, published earlier this year, found that 16 percent of organizations lack any continuity plan for a primary AI provider going offline, a gap that has suddenly become very real for many teams.

    The shutdown has also intensified debate about the relationship between AI safety restrictions and national security access. Anthropic’s public position is that allowing military use without safety guardrails would violate the principles on which the company was founded. The Pentagon’s position is that supply chain dependencies on companies that can restrict or modify access at will represent unacceptable operational risk. The tension between these two positions has no clear legislative resolution currently on the table in Congress.

    What Comes Next

    Anthropic’s lawsuit against the DoD supply chain risk designation is expected to advance through federal courts over the coming months, though emergency injunctive relief could accelerate the timeline if Anthropic pursues that route. Negotiations with the Department of Commerce over the export control directive are continuing, with the tiered access proposal representing the most concrete compromise path identified so far. Any agreement would need to satisfy DoC’s export concerns while restoring sufficient commercial availability for Anthropic to protect its enterprise revenue base ahead of the company’s anticipated IPO.

    The outcome of this dispute is likely to shape how AI regulation intersects with national security law for years to come. If the export controls are upheld and survive legal challenge, other AI companies may face similar designations in the future, creating a new regulatory category for frontier model access. If Anthropic prevails, it would establish an important precedent limiting the government’s ability to restrict commercial AI deployment through export control mechanisms without clear statutory authorization.

    Conclusion

    The offline status of Claude Fable 5 is more than a service disruption: it is the first significant test of how the U.S. government’s expanding regulatory reach into AI will interact with the commercial interests and foundational safety principles of leading AI companies. What happens in the courts and in negotiations over the coming weeks will define the boundary between AI governance and outright AI regulation for the technology’s most consequential generation so far. For enterprises, the lesson is already clear: in an era where regulatory risk can take a frontier AI model offline overnight, multi-vendor strategies and tested contingency plans are no longer optional.

    Stay updated on the latest AI news at Evolve Digital.

  • AI Rivals Altman, Amodei, and Hassabis Confirmed for G7 Summit as World Leaders Put AI Governance on the Global Stage

    AI Rivals Altman, Amodei, and Hassabis Confirmed for G7 Summit as World Leaders Put AI Governance on the Global Stage

    Three of the most consequential figures in artificial intelligence will share a diplomatic stage with world leaders for the first time when the Group of Seven summit opens in Évian-les-Bains, France, on June 15. OpenAI CEO Sam Altman, Anthropic CEO Dario Amodei, and Google DeepMind CEO Demis Hassabis have all confirmed attendance at the summit, which runs from June 15 to 17, 2026, according to a Bloomberg report published on June 12. Their names appeared on a guest list released by the French presidential office. France holds the rotating G7 presidency in 2026 and has placed artificial intelligence at the center of the gathering’s agenda, making this the first G7 summit in which all three of the world’s leading AI companies are formally represented at the table.

    What Was Announced

    Bloomberg reported on June 12 that Altman, Amodei, and Hassabis were confirmed on the official guest list shared by the French Élysée. All three companies — OpenAI, Anthropic, and Google DeepMind — acknowledged the attendance, though none provided detailed statements on what they intend to discuss. Multiple outlets including The Next Web, Quartz, and Dataconomy independently confirmed the report.

    The summit in Évian-les-Bains brings together leaders from the United States, Canada, France, Germany, Italy, Japan, and the United Kingdom, along with representatives from the European Union and a number of invited partner nations. This year, France’s AI-focused agenda means the summit includes technology company executives alongside heads of state — an unusual and significant precedent for the format.

    OpenAI’s chief global affairs officer indicated publicly that the company expects technology firms to leave the summit having agreed to a package of voluntary commitments. Youth safety sits at the top of Altman’s personal agenda, according to people familiar with the plans. Frontier AI risks, particularly in the cyber and biological domains, are expected to feature prominently in the substantive discussions.

    The communiqué from the summit, which traditionally sets out agreed positions and commitments, is expected to be released on June 17 at the close of the three-day event. Observers will be watching closely for any new language that extends or deepens the safety frameworks established at prior international AI gatherings.

    Technical Details

    The governance discussions at the G7 are expected to address three broad technical areas. The first is frontier AI risk, a term that encompasses advanced AI systems capable of providing meaningful assistance with activities that could cause widespread harm, including cyberattacks and the development of biological or chemical weapons. All three companies represented at the summit have published internal safety policies on this topic, and the summit provides an opportunity to bring those internal standards into a formal multilateral framework.

    The second area is autonomous AI agents — systems that can execute multi-step tasks independently over extended periods of time. This category has expanded rapidly in 2026, with all three represented companies deploying agentic products capable of browsing the web, writing and executing code, and making purchases on behalf of users. Governments are grappling with questions of accountability when agents act autonomously and produce harmful or unintended outcomes.

    The third area covers transparency requirements, including what AI companies should be obligated to disclose about training data, evaluation results, and model capabilities. The discussions build directly on the international AI governance chain that began with the Bletchley Declaration in November 2023, continued through the Seoul AI Safety Summit in May 2024, and most recently advanced at the Paris AI Action Summit in February 2025.

    Industry Impact and Reactions

    The joint attendance of three competing AI company leaders at the same diplomatic summit carries significance beyond the policy agenda. OpenAI, Anthropic, and Google DeepMind are engaged in an intense and ongoing race to develop the world’s most capable AI systems, competing for talent, investment, and enterprise customers. Their coordinated presence at a G7 table suggests that on questions of global governance and existential risk, the industry sees common ground worth defending collectively.

    For G7 governments, the access to executives who are directly responsible for building and deploying frontier systems represents an important resource. Prior international AI summits have often involved government officials and researchers speaking about AI without the direct participation of those actually making the decisions at the companies involved. The Évian-les-Bains summit closes that gap in a meaningful way.

    The outcome of the voluntary commitment process will likely shape how governments elsewhere approach regulation. A G7-level agreement on AI safety standards, even non-binding, carries significant political and reputational weight. Companies that sign up for commitments are also implicitly raising the bar for competitors who do not, creating market incentives alongside any formal governance pressure.

    What Comes Next

    Following the summit’s close on June 17, the formal communiqué will detail whatever voluntary commitments were agreed. Policy analysts expect the text to address AI use in national security contexts, including language on human oversight requirements for high-stakes decisions. Any agreed framework is likely to be referenced by national regulators and legislators as they draft domestic AI policies in the months ahead.

    The broader international AI governance calendar continues to advance through the second half of 2026. The United Nations AI Advisory Body is expected to publish a significant report on international governance frameworks in July, and the European Union’s AI Act is entering a phase of enforcement that will begin to affect how high-risk AI applications are developed and deployed across the continent.

    Conclusion

    The G7 summit in Évian-les-Bains on June 15 to 17, 2026, marks an inflection point in the relationship between AI companies and international governance. With Sam Altman, Dario Amodei, and Demis Hassabis simultaneously present at a G7 for the first time, the world’s most capable AI systems now have direct representation at the table where global policy is shaped. Whether the voluntary commitments that emerge carry real force will determine how consequential this moment turns out to be — but the fact that the conversation is happening at this level at all is itself a milestone worth watching.

    Stay updated on the latest AI news at Evolve Digital.

  • OpenAI Brings Frontier AI Models and Codex to Oracle Cloud for Enterprise Customers

    OpenAI Brings Frontier AI Models and Codex to Oracle Cloud for Enterprise Customers

    On June 11, 2026, OpenAI and Oracle announced that enterprise customers can now access OpenAI’s advanced AI models and Codex code generation tool directly through Oracle Cloud Infrastructure (OCI). The arrangement allows businesses to apply eligible Oracle Customer Hub (UCM) credits toward their OpenAI usage, making it easier for Oracle’s vast enterprise customer base to adopt frontier AI without changing cloud providers. General availability is expected in the coming weeks.

    What Was Announced

    The partnership gives Oracle enterprise customers a direct pathway into OpenAI’s AI ecosystem from within OCI. Rather than managing a separate OpenAI billing relationship, eligible customers will be able to apply existing Oracle cloud credits toward their consumption of OpenAI’s frontier models and Codex.

    Supported use cases span a wide range of enterprise workflows, including building and deploying AI-powered applications, analyzing large datasets, automating business processes, and improving both customer-facing and internal employee experiences. OpenAI and Oracle stated that access will be available within Oracle’s cloud environment, streamlining procurement and deployment for enterprise IT teams.

    The announcement builds on the existing Stargate infrastructure partnership between the two companies. Under that broader arrangement, OpenAI and Oracle are developing additional data center capacity that is expected to represent commitments exceeding $300 billion over five years. Today’s cloud access deal is a separate, customer-facing layer on top of that infrastructure relationship.

    Oracle is among the world’s largest enterprise cloud providers, with a large installed base of customers in industries including financial services, healthcare, retail, and manufacturing. Making OpenAI’s technology directly available within that environment lowers the barrier to adoption for organizations that have already standardized on OCI.

    Technical Details

    The integration centers on two product lines: OpenAI’s frontier large language models and Codex, the company’s code generation system. OpenAI’s frontier models underpin capabilities such as natural language understanding, document analysis, summarization, content generation, and conversational interfaces. Codex is specialized for software development tasks, capable of writing, completing, explaining, and debugging code across a range of programming languages.

    By surfacing these models through OCI, Oracle customers will be able to invoke them via API without routing traffic outside of their existing cloud environment. This approach simplifies network architecture, reduces latency concerns, and gives enterprise security teams more control over data flows compared to accessing OpenAI’s public API endpoints directly.

    The use of Oracle Customer Hub credits as a payment mechanism means that AI API consumption can be tracked and managed alongside other OCI spending, integrating into existing cloud budget and governance frameworks rather than requiring a separate procurement process.

    Industry Impact and Reactions

    The announcement is significant for the competitive dynamics of the enterprise cloud market. Microsoft Azure has historically been OpenAI’s primary cloud distribution partner, but OpenAI has steadily expanded its cloud relationships to include Google Cloud and now Oracle. This multi-cloud strategy increases OpenAI’s reach into enterprise segments where Oracle holds strong incumbent positions.

    For Oracle, the partnership strengthens its position in the rapidly growing AI services market. Cloud providers that can offer access to leading AI models as part of their platform are increasingly attractive to enterprise customers who want to avoid managing multiple vendor relationships. Adding OpenAI’s models to OCI’s AI portfolio makes Oracle a more complete option for organizations evaluating cloud platforms for AI workloads.

    The deal also reflects a broader industry shift toward embedding AI capabilities directly into existing enterprise platforms rather than requiring customers to integrate with standalone AI providers. Enterprises are increasingly looking for AI that fits into their current infrastructure, and cloud-level integrations like this one reduce the time and complexity required to go from evaluation to production deployment.

    What Comes Next

    OpenAI and Oracle expect general availability of the integrated OCI access in the coming weeks. As the integration rolls out, organizations will be able to begin using OpenAI’s models through OCI’s standard API and management interfaces, with UCM credit billing reflected in their existing Oracle cloud invoices.

    Longer term, further integration between OpenAI’s model capabilities and Oracle’s platform services is likely as both companies work to deepen the Stargate partnership. Customers in regulated industries may particularly benefit as Oracle and OpenAI align on compliance frameworks, data residency options, and enterprise security controls that meet the requirements of healthcare, finance, and government sectors.

    Conclusion

    OpenAI’s decision to bring its frontier models and Codex to Oracle Cloud Infrastructure marks another step in its multi-cloud expansion strategy and makes advanced AI more accessible to Oracle’s large enterprise customer base. By allowing Oracle UCM credits to cover OpenAI usage, the partnership reduces friction for organizations that want to deploy AI at scale without taking on new vendor relationships. As availability rolls out over the coming weeks, enterprise customers on OCI will have a new and streamlined path to integrating OpenAI’s latest capabilities into their applications and workflows.

    Stay updated on the latest AI news at Evolve Digital.