OpenAI Contract Data Agent announcement

TL;DR

OpenAI announced an internal Contract Data Agent that uses retrieval‑augmented prompting to automatically extract, reason about, and structure key terms from contracts, cutting review time in half and allowing the finance team to scale without proportional headcount growth.

The bottleneck of manual contract processing

OpenAI’s finance team saw contract volume grow from hundreds to over a thousand per month within six months, while staffing increased by only one person. The manual workflow—reading each PDF line‑by‑line and re‑typing data into spreadsheets—became unsustainable, prompting the need for automation.

Architecture of the Contract Data Agent

The Agent follows a three‑step pipeline designed to remove repetitive work while keeping experts in control.

1. Ingest data

  • Accepts PDFs, scanned documents, and even phone‑photo images with handwritten edits.
  • Consolidates disparate files into a single, consistent ingestion pipeline.

2. Inference with retrieval‑augmented prompting

  • Uses OpenAI’s models with retrieval‑augmented prompting to locate only the contract sections relevant to a given query.
  • Parses those sections into structured fields (e.g., start dates, billing terms, renewal clauses).
  • Generates reasoning traces that explain why a term is flagged as non‑standard, citing reference material such as ASC 606 guidelines.

“We’re not just parsing, we’re reasoning—showing why a term is considered non‑standard, citing the reference material, and letting the reviewer confirm the ASC 606 classification.” – Siddharth Jain, AI Engineer

3. Human review

  • Finance experts receive the structured output with annotations and source references.
  • Reviewers focus on judgment and validation rather than data entry, confirming or correcting flagged items.

“The amazing thing is that the heavy lifting happens with AI—and then our teams wake up in the morning to data that’s ready for them to review.” – Wei An Lee, AI Engineer

Measurable impact on finance workflows

  • Faster turnaround – Review cycles are cut in half, delivering results overnight instead of over several hours.
  • Higher capacity – Thousands of contracts are processed without a linear increase in headcount.
  • Smarter context – Non‑standard clauses are highlighted with explicit reasoning and source citations.
  • Queryable results – Structured data lands in OpenAI’s data warehouse, enabling downstream analysis and reporting.

Each review cycle provides feedback that refines the Agent, progressively improving speed and accuracy.

Extending the pattern beyond contracts

OpenAI has repurposed the same architecture for procurement, compliance, and month‑end close processes. The core principle remains: automate rote extraction and reasoning, while humans retain final decision authority.

Engineers describe the system as “manual work already done,” emphasizing that AI augments—not replaces—expert judgment.

A new operating model for finance at OpenAI

By shifting data parsing to an overnight AI pipeline, finance professionals can devote more time to analysis, strategy, and storytelling. Leadership can support hyper‑growth without expanding teams proportionally, maintaining a lean organization while handling increasing contract volume.

“The only way we can scale as OpenAI scales is through this… This lets us keep the team lean while handling hypergrowth.” – Wei An Lee

The Contract Data Agent serves as a blueprint for responsibly applying frontier AI to regulated, high‑stakes workflows, demonstrating how expert‑in‑the‑loop systems can deliver higher leverage, confidence, and focus on high‑value work.

Sources