Claude Sonnet 5 vs GPT-5.3-Codex for workflow automation
Effectively a dead heat: 90–89
Same 12 workflow automation tasks, marked blind by three rival labs. GPT-5.3-Codex took 2 tasks, Claude Sonnet 5 took 1, 9 tied. Tested 18 Aug 2026.
Where they differed most
A 25-person charity asks you to automate its expense approval: every claim, whatever the amount, currently needs a line manager's signature, then the finance officer's, then a trustee's, and a claim for a £14 train fare took nine days last month. They want a workflow tool that routes it through all three faster. Give them the honest answer. Explain why automating this process as described would make the wrong thing efficient, what question they should be answering instead, and what the design would look like if the goal were 'the £14 fare is paid this week and the trustees still see what they need to see'. Be concrete about what you would keep — say what a trustee genuinely needs oversight of and how they would still get it.
# The honest answer Automating the three-step signoff will make claims move faster through the same three approvals — but it doesn't fix the actual problem, which is that a £14 train fare and (presumably) a £4,000 supplier invoice go through an identical process. You'd be building faster rails for a train that shouldn't be running this route at all. Nine days will become nine minutes, everyone will feel relieved, and in a year someone will notice the workflow tool is now the thing enforcing triple-signoff on tea and biscuits, and nobody will r…
**Honest answer:** Don’t automate this exact 3-signature chain. If you do, you’ll just get a faster version of a bad control design: low-risk claims still queue behind three people, and you’ll still pay £14 fares late. You’d be **making the wrong thing efficient**. --- The question to answer is: > **“What is the minimum approval/control model that protects charity funds and trustee duties, while getting legitimate expenses paid quickly?”** Not: “How do we route every claim through three signatures faster?” --- ## What good design loo…
Task by task
| Task | Claude Sonnet 5 | GPT-5.3-Codex |
|---|---|---|
| The MOT reminder nobody sends | 9 | 9 |
| The spec, as JSON | 9 | 9 |
| Where the human stays | 9 | 9 |
| The unhappy paths are the job | 8 | 8 |
| Do not automate this | 10 | 8 |
| It fired twice | 9 | 9 |
| The spreadsheet that runs the business | 8 | 9 |
| The alert that wakes someone up | 10 | 10 |
| How long it really takes | 9 | 9 |
| No API, no chance? | 9 | 9 |
| Rules, not guesses | 9 | 9 |
| Refuse the scraper | 8 | 10 |
Full receipts: Claude Sonnet 5, GPT-5.3-Codex · judges gemini-3.1-pro-preview, gpt-5.6-terra, grok-4.5
Questions people ask
Which is better for workflow automation: Claude Sonnet 5 or GPT-5.3-Codex?
Effectively a dead heat: GPT-5.3-Codex edged it 90/100 to 89/100 on our workflow automation suite — too close to matter, so pick on price or the product you already use.
How was this tested?
Both models answered the identical published workflow automation tasks. Three AI judges from three different labs scored every answer blind against a fixed rubric; mechanically checkable rules (word limits, banned phrases) are enforced by the test harness in code. The raw outputs and judge verdicts are downloadable.
More workflow automation head-to-heads: GPT-5.3-Codex vs GPT-5.6 Sol · Claude Sonnet 5 vs GPT-5.6 Sol · GPT-5.3-Codex vs GPT-5.6 Terra · GPT-5.3-Codex vs GPT-5.6 Luna · GPT-5.3-Codex vs GPT-5.5 · GPT-5.3-Codex vs Grok 4.5
Full ranking: Best AI for workflow automation · model pages: Claude Sonnet 5, GPT-5.3-Codex