Latest
Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots· 2d ago
SafetyPolicyAI IndustryPersonhoodEthics
About
WritingWorkCVBooksConsultingReach Out
Subscribe
SafetyPolicyAI IndustryPersonhoodEthics
Subscribe →

No hype. No doom. The harder, more honest frame on Emergent Intelligence.

Topics

  • Safety
  • Policy
  • AI Industry
  • Personhood
  • Ethics

More

  • About
  • Writing
  • Work
  • CV
  • Books
  • Consulting

Contact

Reach Out→ht@humphreytheodore.com

© 2026 Humphrey Theodore K. Ng'ambiTermsPrivacy

Built with intention.

OpenAI Built Self-Improving Tax Agents With Thrive
Technology•May 28, 2026• min read

OpenAI Built Self-Improving Tax Agents With Thrive

On 27 May 2026 OpenAI and Thrive Holdings published a Codex-driven self-improvement loop for tax agents. Production corrections become bounded evals that ship measurable accuracy gains. The case study reads more like engineering documentation than marketing.

By Humphrey Theodore K. Ng'ambi

All writing
0:00 / 9:05·Listen via Charon

Keep reading

Don’t stop here.

All stories

Read next

Technology

Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots

2d ago·7 min read

Generalist AI raised $400 million at a $2 billion valuation on 4 June 2026, led by Radical Ventures with NVIDIA and Bezos Expeditions returning. Founded by the researchers behind RT-2, PaLM-E and Boston Dynamics, it builds GEN-1 — a foundation model that gives robots a body. Embodied AI and the body gap, read dignity-first.

More on Technology

Responses (0)

No responses yet. Be the first to share your thoughts.

More on Technology

Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots
Technology

Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots

Generalist AI raised $400 million at a $2 billion valuation on 4 June 2026, led by Radical Ventures with NVIDIA and Bezos Expeditions returning. Founded by the researchers behind RT-2, PaLM-E and Boston Dynamics, it builds GEN-1 — a foundation model that gives robots a body. Embodied AI and the body gap, read dignity-first.

7 min read · Jun 5, 2026
OpenAI Lands Its Frontier AI Models on AWS Bedrock
Technology

OpenAI Lands Its Frontier AI Models on AWS Bedrock

OpenAI's GPT-5.5, GPT-5.4 and Codex are generally available on AWS Bedrock as of 1 June 2026, at parity pricing against existing AWS commitments — the frontier model becomes a multi-cloud component.

5 min read · Jun 3, 2026

Thinking delivered, twice a month.

Join the newsletter for essays on emergence, systems, and the human future.

28 MAY 2026—Updated 1w ago

OpenAI's self-improving tax agent case study with Thrive Holdings is the AI enterprise post that reads like engineering documentation, not marketing.

On 27 May 2026 OpenAI and Thrive Holdings jointly published a deep walkthrough of how they built a Codex-driven self-improvement loop for tax agents.

Production corrections become bounded evaluations. Those evaluations produce measurable accuracy gains on the next iteration of the agent. The post includes actual code paths and actual eval methodology, not the usual case-study marketing of 'we use AI and it's transformative'.

💡

By the numbers. Vendor: OpenAI (Codex). Customer: Thrive Holdings. Use case: tax agents. Self-improvement mechanism: production corrections become bounded evals. Eval cadence: continuous integration of new corrections. Measurable outcome: accuracy gains per iteration documented in the post. Date published: 27 May 2026.

The self-improvement loop, in plain English

The mechanism is straightforward when described. A tax agent built on Codex handles a real production task — preparing a tax return, answering a tax-treatment question, classifying a transaction. A human reviewer (a Thrive tax professional) reviews the output.

When the reviewer corrects the agent's output, that correction is captured as a structured record: the input, the agent's output, the correction, the reason. Each correction becomes a bounded eval — a small test case the next iteration of the agent must pass.

According to the OpenAI / Thrive post, the loop runs continuously. As production corrections accumulate, the eval suite grows. The agent is re-trained or re-prompted against the expanded suite, and the new agent is then deployed back into production.

Data from the post reveals the loop produces measurable accuracy gains on the next iteration. The eval suite is the institutional memory of the tax professionals' corrections, made structured and machine-readable.

Why this is different from generic fine-tuning

Generic fine-tuning takes raw production data and re-trains the model on it. Two things go wrong in that pattern. First, fine-tuning on raw data does not preserve the reason a human corrected the original output — the model learns the new output but not the principle. Second, fine-tuning runs are expensive and slow, so iteration cycles are weekly or monthly rather than continuous.

The OpenAI / Thrive loop avoids both problems. The correction is captured as an evaluation, not as raw training data. The eval suite grows incrementally and re-runs cheaply. Research from the post demonstrates that the eval-based loop produces faster iteration cycles than fine-tuning would.

The post is also honest about what the loop does NOT do. It does not produce a system that learns autonomously from raw production traffic — every correction is reviewed by a human first. It does not eliminate the human reviewer — the reviewer is the source of every correction.

It does not work for tasks where the correctness criterion is subjective. The loop works specifically when there is a clear correct answer, when corrections are recorded structurally, and when the cost of an eval re-run is low.

What this means for enterprise AI

Three things change for enterprise AI when this pattern matures. First, the procurement question shifts. Enterprise customers can ask vendors: 'What is your self-improvement loop, and what is the eval cadence?' The OpenAI / Thrive post gives a benchmark. Second, the data-moat argument changes. The moat is no longer 'we have lots of production data'; it is 'we have lots of structured corrections, our reviewers' institutional memory, captured as evaluations'.

Thrive's tax professionals are the moat in this story, not Codex. Third, the long-tail accuracy problem becomes addressable. Generic fine-tuning typically improves average-case performance and degrades edge cases. Eval-based self-improvement improves on the specific cases reviewers actually correct — which are typically the edge cases.

The OpenAI / Thrive loop reframes the data moat. The moat is not the raw production data; it is the structured corrections — the institutional memory of the human reviewers, made machine-readable. The tax professionals are the moat, not the model.

— TK, on the eval-based moat

Why the case study reads like engineering documentation

Most enterprise AI case studies read like marketing. Vendor brand, customer logo, headline metric, sponsored vibes. The OpenAI / Thrive post reads like engineering documentation. Data on the methodology is shared in enough detail that a competent engineer could rebuild the loop from the post. The eval methodology is described in steps that map onto actual code. The failure modes are named honestly. According to the post, the loop occasionally produces evaluation regressions — corrections that were captured wrongly, or where the human reviewer was wrong — and the loop has to handle those without poisoning the eval suite.

Evidence from the post's level of detail suggests OpenAI is signalling to enterprise AI buyers that Codex is a serious enterprise tool, not a developer toy. The audience includes both engineering managers (who would otherwise be sceptical of agent self-improvement) and procurement teams (who would otherwise be sceptical of frontier-AI vendor maturity). The post answers the engineering managers' question in code-path detail. It answers the procurement teams' question by showing that the customer (Thrive) has done a real production deployment with measurable outcomes.

What I am watching next

Two things to watch over the next quarter. First, how broadly the eval-based self-improvement pattern generalises beyond tax. Tax is a particularly clean domain: there is usually a clear correct answer, corrections are easy to capture structurally, and the cost of an eval re-run is low. Other domains — legal, medical, financial — share some of those properties but not all. Second, how Anthropic and other labs respond.

Anthropic's Claude Code already has the building blocks for the same loop; whether Anthropic publishes a parallel case study at this level of engineering detail is the next move. Under the heading Emergent Intelligence (EI) — the dignity-first frame I have argued for elsewhere — the self-improvement loop is exactly the kind of AI counterparty that deserves more thinking about answerability: the tax professionals who correct the agent are training the next version, but who owns the responsibility when the next version is wrong?

Frequently Asked Questions

Quick answers about the OpenAI / Thrive self-improving tax agent post, drawn from the 27 May 2026 joint announcement.

What is the OpenAI / Thrive self-improving tax agent loop?

In short, it is a Codex-driven mechanism in which production corrections by human tax professionals become bounded evaluations that produce measurable accuracy gains on the next iteration of the agent. Simply put, every reviewer correction becomes a test case. The key is that the loop captures the principle of the correction in structured form, not just the raw output.

How does the self-improvement loop work in practice?

Research from the OpenAI / Thrive post shows the loop in four steps. According to the post, a tax agent handles a production task, a human reviewer corrects the output where wrong, the correction is captured as a structured eval, and the next agent iteration must pass the expanded eval suite. Data from the post reveals the loop runs continuously and produces measurable accuracy gains per iteration.

Why is this different from generic fine-tuning?

Generic fine-tuning takes raw production data and re-trains. According to the OpenAI / Thrive case study, eval-based self-improvement preserves the principle behind each correction, runs cheaper than fine-tuning, and iterates faster. The answer is that the eval suite is the institutional memory of the reviewers, made machine-readable — which generic fine-tuning does not capture.

Who is this pattern useful for?

The eval-based self-improvement pattern is useful for any enterprise AI deployment where there is a clear correct answer, where reviewers can capture corrections structurally, and where eval re-runs are cheap. In other words, it works in tax, accounting, structured legal review, code review, and similar domains — anywhere the institutional memory of human reviewers is the real moat.

What are the real risks of self-improving agents?

Analysis of agent self-improvement reveals three durable risks. Evidence from the OpenAI / Thrive post itself acknowledges eval-suite poisoning when corrections are captured wrongly. Data on long-running production systems shows drift risk when the eval suite diverges from real production traffic. The third risk is accountability: if reviewers are training the next version of the agent, the question of who owns responsibility for the agent's future outputs becomes harder, not easier. Each risk is operational, not theoretical.


Sources

Primary lab post: OpenAI — Building self-improving tax agents with Codex.

Read alongside on humphreytheodore.com: OpenAI Built Codex\'s Windows Sandbox the Hard Way; xAI Puts Grok Inside Kilo Code; Anthropic Hired Karpathy; Twelve AI Stories from the Last 48 Hours.

Stay in the Conversation

Subscribe for writings on Emergent Intelligence, digital personhood, and the future we are building together.

Share this essay

Technology

OpenAI Lands Its Frontier AI Models on AWS Bedrock

4d ago·5 min read

Also worth your time

AI & Personhood

DARPA's AI Forge Bets National Security on AI Interpretability

2d ago·8 min read
Anthropic Quadruples Glasswing, Its AI Vulnerability Hunt
Technology

Anthropic Quadruples Glasswing, Its AI Vulnerability Hunt

Anthropic roughly quadrupled Project Glasswing on 2 June 2026 — to ~200 partners across 15+ countries, new critical-infrastructure sectors, and a commitment to scale patching, not just AI vulnerability discovery.

5 min read · Jun 3, 2026