Tag: Codex

  • 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.

  • OpenAI Codex Is Now a Full Desktop Agent That Can Control Your Mac Even When Locked

    OpenAI Codex Is Now a Full Desktop Agent That Can Control Your Mac Even When Locked

    OpenAI has transformed Codex from a cloud-based code-running tool into a persistent desktop agent capable of operating a Mac computer autonomously — including while the screen is locked. The capability, confirmed in late May 2026 by multiple sources including MacRumors, Macworld, and TechTimes, represents one of the most significant shifts yet in how AI agents interact with personal computers. For the first time, users can assign tasks to an AI system and walk away confident it will continue working through the night, on a scheduled basis, or in response to real-world triggers.

    What Was Announced

    OpenAI confirmed that Codex, its autonomous coding and task agent, now supports a “locked computer use” mode on macOS. When enabled, Codex can continue operating Mac applications even after the display has been locked, using an Apple authorization plugin that temporarily grants it access to the screen and input systems. The feature is available to Codex subscribers in the United States and is activated through the Codex desktop app settings, requiring explicit user opt-in along with Screen Recording and Accessibility permissions.

    Alongside the locked Mac capability, OpenAI announced that Codex has gained the ability to follow users across devices. A task started on a Mac can be monitored and managed from a connected mobile phone, allowing users to check progress, receive alerts, or redirect the agent while away from their desk. Codex can also now capture and analyze screen content over time to build what OpenAI describes as “ambient memory,” giving the agent contextual awareness of what has happened on the machine between sessions.

    Scheduled task execution rounds out the update. Users can instruct Codex to perform recurring jobs at specific times, a capability that effectively transforms it into a persistent background worker rather than an on-demand tool. The combination of locked-screen operation, cross-device access, and scheduling marks a qualitative leap: Codex is no longer a tool you run, it is an agent that runs on your behalf.

    Technical Details

    The locked Mac feature depends on a new Apple authorization plugin that ships with the Codex desktop app. When a user enables “Locked computer use” in Codex settings, the plugin installs at the system level and negotiates short-lived credentials with macOS that allow Codex to temporarily access the display, mouse, and keyboard interfaces. Once local input is detected, such as a user moving the mouse or pressing a key, the authorization expires immediately and the screen relocks. OpenAI describes this as a “relock on local input” safeguard, designed to prevent the agent from continuing to act if a human is present at the machine.

    Additional safeguards built into the system include covered display mode, which prevents visual output from the agent’s actions from being visible on the screen during locked use, and manual-unlock fallback, which reverts full control to the human user at any point. Certain system areas are explicitly off-limits: Codex cannot automate the Terminal application, cannot interact with its own interface, and cannot trigger system-level administrator prompts. These restrictions are enforced at the plugin level, not just through software policy.

    The agent’s screen-capture capability for ambient memory uses a rolling context window that logs what applications were open, what content was visible, and what actions were taken across sessions. This gives Codex the ability to resume complex multi-step tasks without requiring the user to restate context. The cross-device continuity is handled through OpenAI’s cloud infrastructure, with the Mac acting as the local compute environment and the phone serving as a remote management interface.

    Industry Impact and Reactions

    The announcement arrives in the middle of a broader industry race to build practical, persistent AI agents. Google’s Gemini Spark, announced at Google I/O on May 19, 2026, similarly positions itself as a 24/7 agent running on dedicated cloud virtual machines. Anthropic’s Claude has gained agentic capabilities through its computer use API. What distinguishes the Codex locked-Mac feature is that it operates locally on the user’s own hardware rather than requiring the cloud to spin up a virtual environment, which has implications for latency, privacy, and cost.

    The developer and power-user community has responded with a mix of genuine excitement and measured caution. The ability to have an AI continue working on a codebase, document, or research task overnight without requiring an open laptop or active session removes a meaningful friction point for professional workflows. At the same time, security researchers have begun examining what new attack surfaces are introduced by a system that can bypass the locked-screen boundary under any circumstances, even with safeguards in place. The feature’s absence in the European Economic Area, the United Kingdom, and Switzerland pending regulatory review signals that OpenAI anticipates scrutiny in jurisdictions with stricter data protection frameworks.

    The broader competitive context matters here. AI labs are no longer competing only on benchmark scores or raw model capability. They are now competing on how deeply their agents can integrate into users’ daily computing environments. An agent that keeps working while you sleep is a different value proposition than one that answers questions. This shift from reactive assistant to proactive coworker is reshaping how enterprises and individual professionals think about AI adoption.

    What Comes Next

    OpenAI has not published a detailed roadmap for Codex’s agentic capabilities, but the pattern of recent releases suggests continued expansion. Cross-platform support beyond macOS is a likely next step, particularly for Windows, which represents the majority of enterprise desktop environments. The company has also signaled interest in deeper integration with development tools and cloud services, which would allow Codex to coordinate actions across local and remote environments as part of single workflows. Regulatory approvals in the EEA, UK, and Switzerland will be required before the locked-use feature reaches those markets.

    For the AI industry overall, the locked-Mac feature from Codex and the 24/7 cloud agents from Google represent a convergence toward the same end goal: AI systems that are always available, always aware, and capable of sustained independent action. The next twelve months will likely determine whether this model becomes the dominant paradigm for professional AI tools or whether safety and privacy concerns prompt a course correction.

    Conclusion

    OpenAI’s Codex has crossed a threshold that seemed distant just a year ago: an AI agent that can operate a personal computer continuously, independently, and without requiring the user to be present. The technical safeguards built into the locked-screen feature reflect a genuine effort to make this capability responsibly deployable, while the geographic restrictions acknowledge that regulators will need time to assess the implications. What is clear is that the era of AI as a passive question-answering tool is ending. The question now is not whether AI agents will run persistently in the background of professional computing, but how quickly that becomes the default.

    Stay updated on the latest AI news at Evolve Digital.

  • OpenAI Releases GPT-5.4, Its Most Advanced Financial Reasoning Model Yet

    OpenAI Releases GPT-5.4, Its Most Advanced Financial Reasoning Model Yet

    OpenAI released GPT-5.4 on March 10, 2026, marking a significant step forward in the company push to make its models indispensable for high-stakes professional workflows. The latest model is designed specifically to excel at the kinds of complex financial analysis that typically require hours of expert work, and it arrives alongside a suite of new tools aimed squarely at enterprise finance teams.

    What Was Announced

    GPT-5.4, released in its Thinking variant, is now available across ChatGPT, Codex, and the OpenAI API. The model has been optimized with direct input from industry practitioners to improve performance on real-world finance tasks including financial modeling, scenario analysis, data extraction, and long-form research. OpenAI described it as the most capable model for financial reasoning the company has ever released.

    Alongside GPT-5.4, OpenAI announced ChatGPT for Excel in beta — a first-party Excel add-in that can build, update, and analyze financial models directly within workbooks. The integration adds financial data connections and uses GPT-5.4 Thinking to streamline workflows that analysts often spend days completing manually. The Excel add-in represents OpenAI first deep integration with Microsoft Office productivity software, extending the partnership between the two companies into everyday enterprise financial tools.

    A third announcement rounded out the release: Codex Security, an application security agent now available in research preview to ChatGPT Pro, Enterprise, Business, and Education users. Codex Security performs automated code vulnerability analysis, promising high-confidence findings, context-driven validation, and actionable remediation suggestions.

    Technical Details

    GPT-5.4 represents the latest in OpenAI incremental series of GPT-5 releases, each tuned for specific domains and use cases. The Thinking variant enables chain-of-thought reasoning, allowing the model to break down multi-step problems before producing a final answer — a technique that has proven particularly valuable for tasks like financial modeling, where accuracy and logical consistency are critical.

    The Excel integration works as a native add-in, embedding directly into the Microsoft Office environment rather than requiring users to switch between applications. This approach allows GPT-5.4 to access spreadsheet data in context, generating formulas, projections, and scenario analyses based on the actual content of open workbooks. Financial data integrations allow the model to pull in external data sources alongside local spreadsheet content.

    Codex Security, meanwhile, applies similar reasoning capabilities to the domain of software security, scanning codebases for vulnerabilities and generating detailed reports with specific remediation steps. The research preview targets organizations already using ChatGPT for development workflows who want to layer security analysis into their pipelines without adopting a separate tool.

    Industry Impact and Reactions

    The finance-first positioning of GPT-5.4 signals a strategic priority for OpenAI in enterprise revenue. Financial services has historically been one of the largest buyers of specialized AI tools, and embedding GPT-5.4 into workflows that analysts already rely on — particularly Excel — is a calculated move to make displacement of the model from those workflows difficult once adoption takes hold.

    The Excel integration in particular has attracted attention from enterprise technology analysts. Microsoft and OpenAI partnership has evolved steadily since OpenAI first took Microsoft investment, and direct integration with Microsoft 365 productivity tools like Excel represents a meaningful deepening of that relationship. Competitors including Google and Anthropic have each been building similar integrations with their own productivity suites.

    Codex Security arrives as enterprise demand for AI-assisted security tooling continues to climb. The research preview status keeps expectations measured, but the move into application security represents OpenAI expanding Codex beyond pure code generation into the governance and risk management side of software development.

    What Comes Next

    ChatGPT for Excel is currently in beta, with general availability timing not yet announced. OpenAI is expected to expand GPT-5.4 access across additional professional domains as the model moves out of initial release. Codex Security is in research preview and will likely evolve based on enterprise feedback before a broader rollout.

    The GPT-5 series has been releasing in rapid succession since the base model launched, and further refinements — potentially including GPT-5.5 — are expected in the coming months as OpenAI continues iterating on the frontier model line.

    Conclusion

    GPT-5.4 marks OpenAI ongoing effort to translate raw AI capability into tools that fit directly into professional workflows. By targeting financial reasoning and Excel integration together, OpenAI is betting that the path to enterprise stickiness runs through the spreadsheet — one of the most durable productivity tools in existence. Whether the strategy pays off will depend on how quickly finance teams adopt and depend on models they might not fully control.

    Stay updated on the latest AI news at Evolve Digital.