Skip to main content

OpenAI and PwC collaborate to reimagine the office of the CFO

Curated RSS Brief
OpenAI and PwC collaborate to reimagine the office of the CFO
Published: May 04, 2026 at 21:00 | Source: openai.com
May 4, 2026 Global Affairs OpenAI and PwC collaborate to reimagine the office of the CFO Loading… Share Finance teams sit at the center of how organizations plan, allocate capital, manage risk, and make decisions. To help them keep up with growing demands, PwC and OpenAI are collaborating to help enterprises reimagine the office of the CFO with AI agents that can automate workflows, coordinate across systems, surface risks and insights, and support better decisions with strong governance and human oversight. Together, PwC and OpenAI are building AI agents around the core operating rhythms of finance, from planning, forecasting, and reporting to procurement, payments, treasury, tax, and the accounting close. What sets this collaboration apart is its focus on building in the real world, not just designing in theory. For example, PwC and OpenAI are building a procurement agent inside the OpenAI finance organization, and are applying those learnings to additional agents across core finance workflows. Building agents around real finance workflows OpenAI has already been applying AI agents across its own finance organization, using tools like ChatGPT and Codex to support workflows across investor relations, treasury, tax, reporting, corporate development, and contract review. Now, PwC and OpenAI are building on those learnings to help other CFOs apply AI agents across their organizations. In practice, that means helping finance teams automate repeatable work, connect context across systems, and support better decisions with clear governance and human oversight. Agents can help monitor payments and exceptions, review contracts or invoices against policy, update forecasts as business conditions change, prepare reporting materials, and surface risks before month-end or quarter-end close. Codex ⁠ can help teams build and adapt the tools behind these workflows, such as dashboards, spend trackers, and exception-management systems. Workspace Agents can make those workflows repeatable for teams across the tools they already use, while Skills and Connectors help agents follow approved processes and work with the right enterprise context. PwC brings the finance transformation, controls, and implementation expertise to help move these workflows from prototype to production in real enterprise environments. As agentic workflows scale, CFOs will also need visibility into AI usage, token consumption, and projected spend, so finance teams can govern adoption the same way they manage other enterprise operating costs. Together, PwC and OpenAI are turning internal learnings from AI-native finance into a practical path for CFOs to deploy agentic workflows across their organizations. PwC OpenAI “Finance is at an inflection point, where organizations are moving from process efficiency to intelligent, decision-centric operations. Through our collaboration with OpenAI, we’re helping clients embed agentic AI into the core fabric of the finance function, enabling more proactive insights, stronger controls, and a more adaptive operating model.” Tyson Cornell, US Advisory Leader, PwC OpenAI as customer zero The OpenAI finance organization is serving as “customer zero” for applying AI agents to finance work, using that production environment to validate enterprise-scale workflows, governance models, runtime controls, and human-agent collaboration patterns. The OpenAI finance team has already seen real results from using these tools, including using Codex to process 5x more contracts with the same-sized team and using IR-GPT to manage more than 200 investor interactions during the recent fundraise. Through this collaboration, PwC and OpenAI will build on those learnings to help more enterprises modernize the office of the CFO. PwC brings finance transformation, controls, and implementation expertise; OpenAI brings the models and product capabilities that make it possible to build, adapt, and govern agent workflows across the platforms finance teams already use. Partnerships 2026 Author OpenAI Keep reading View all Building the compute infrastructure for the Intelligence Age Global Affairs Apr 29, 2026 Cybersecurity in the Intelligence Age Global Affairs Apr 29, 2026 OpenAI available at FedRAMP Moderate Global Affairs Apr 27, 2026
  • May 4, 2026 Global Affairs OpenAI and PwC collaborate to reimagine the office of the CFO Loading… Share Finance teams sit at the center of how organizations plan, allocate capital, manage risk, and make decisions.
  • Together, PwC and OpenAI are building AI agents around the core operating rhythms of finance, from planning, forecasting, and reporting to procurement, payments, treasury, tax, and the accounting close.
  • What sets this collaboration apart is its focus on building in the real world, not just designing in theory.
  • For example, PwC and OpenAI are building a procurement agent inside the OpenAI finance organization, and are applying those learnings to additional agents across core finance workflows.

Market analysis reveals significant growth potential in the sector discussed in 'OpenAI and PwC collaborate to reimagine the office of the CFO'. Investment patterns and market trends indicate strong confidence in these technologies, with venture capital and corporate investments driving further innovation and development.

User experience and accessibility are key themes that emerge from the analysis of 'OpenAI and PwC collaborate to reimagine the office of the CFO'. The focus on creating intuitive, user-friendly interfaces demonstrates a commitment to making advanced technology accessible to broader audiences and diverse user groups.

The competitive landscape highlighted in 'OpenAI and PwC collaborate to reimagine the office of the CFO' shows how different organizations are positioning themselves in this rapidly evolving market. Strategic partnerships, acquisitions, and research collaborations are shaping the future direction of technological development.

Environmental sustainability and energy efficiency considerations are increasingly important in the context of 'OpenAI and PwC collaborate to reimagine the office of the CFO'. The industry is moving towards more sustainable practices and green technologies to address climate change and environmental concerns.

Education and skill development play crucial roles in the adoption and advancement of technologies discussed in 'OpenAI and PwC collaborate to reimagine the office of the CFO'. The need for specialized talent and continuous learning programs highlights the importance of human capital in technological progress.

If you want the exact wording, examples, or full context from the publisher, open the original source article.
Open Original Article

Comments

Popular posts from this blog

The Metaverse: The Next Evolution of the Internet

  What is the Metaverse? The Metaverse is quickly becoming one of the most buzzed-about topics in the tech world. Described as a virtual reality space where users can interact with each other and digital environments in real-time, the Metaverse is often seen as the next iteration of the internet. Instead of simply browsing the web or engaging with apps on flat screens, users would be able to experience a 3D world that’s immersive and interconnected across various platforms. The Components of the Metaverse The Metaverse is built on a foundation of several technologies, including virtual reality (   VR ), augmented reality (AR), blockchain, and artificial intelligence (AI). These technologies work together to create a seamless, interactive virtual environment. For example,    VR  headsets and AR glasses will allow users to navigate the Metaverse as avatars in a digital world, while blockchain technology ensures secure and transparent transactions within the Metave...

Google Python Style Guide

  Google Python Style Guide Table of Contents 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and Functions 2.7 Comprehensions & Generator Expressions 2.8 Default Iterators and Operators 2.9 Generators 2.10 Lambda Functions 2.11 Conditional Expressions 2.12 Default Argument Values 2.13 Properties 2.14 True/False Evaluations 2.16 Lexical Scoping 2.17 Function and Method Decorators 2.18 Threading 2.19 Power Features 2.20 Modern Python: from __future__ imports 2.21 Type Annotated Code 3 Python Style Rules 3.1 Semicolons 3.2 Line length 3.3 Parentheses 3.4 Indentation 3.4.1 Trailing commas in sequences of items? 3.5 Blank Lines 3.6 Whitespace 3.7 Shebang Line 3.8 Comments and Docstrings 3.8.1 Docstrings 3.8.2 Modules 3.8.2.1 Test modules 3.8.3 Functions and Methods 3.8.3.1 Overridden Methods 3.8.4 Classes 3.8.5 Block and Inline Comments 3.8.6 Punctuation, Spelling, and Grammar 3.10 Strings...