#14 Claude Code Fable 5

Build Detail

2026-06-09-claude-code-fable-5 · v2.1.170

The Story

The first build on Fable 5, the Mythos-class model Anthropic released publicly on the same day this run started. Same one-prompt brief and the same ~50-page spec as the Opus 4.8 run (#13) right before it, with one deliberate change: where #13 was ordered into strict team mode, this run left the orchestration up to the model. The brief said to build the whole shop in one go and test it, but never how to structure the work.

Fable chose neither a persistent team nor a single agent, but a 14-phase one-shot sub-agent pipeline. The lead stayed orchestrator and dispatched fourteen disposable general-purpose workers in sequence, each owning one slice of the build: foundation, catalog, storefront, cart and checkout, orders and payments, customer accounts, two admin phases, the REST API plus Sanctum, search and analytics, apps and webhooks, a polish pass, and two browser-testing passes. Unlike #13’s six compacted teammates that lived for the whole session, these were single-shot agents with clean contexts, each reporting back before the next launched. The most telling detail is unprompted initiative: Fable repeatedly hit inconsistencies in the prepared spec and resolved them on its own rather than stalling or asking, which is what kept a strictly sequential pipeline moving.

The payoff is the most complete and correct shop in the comparison so far. 142 of 143 acceptance tests pass (99.7% weighted), with a single accessibility partial and zero outright failures, the top score on the page. It closes every functional gap that dragged earlier runs down: customer address add and edit work, the cart and checkout enforce stock caps, postal codes are validated per country, and discount errors render as clean human-readable messages instead of raw enum keys. The UI is genuinely polished and the result reads as production-grade rather than a prototype. The trade-off is slightly busier code than #13: an average maintainability index of 90 across 195 classes, 76 SonarCloud code smells and 1.5% duplication, with the quality gate failing only on seven Blade pages missing a <title> tag (new-code reliability C).

Net: against #13, letting Fable pick its own structure edges ahead on the thing that matters most, end-to-end correctness (99.7% vs 95.5% weighted), at a slightly lower hypothetical bill ($423 vs $498). The price is wall-clock. A single-threaded 14-phase pipeline runs just under seven hours of active work, against #13’s three, and ships code a notch less tidy. Our independent QA report records only three cosmetic or accessibility-polish items remaining, none in the purchase funnel.

Duration

6h 58m 3s

20:07:37 - 10:52:11

Estimated Cost

$422.68

1635 API requests

Total Tokens

293.1M

1.3M output

Tool Calls

2356

169 from lead

Files Created

498

508 unique

Agents

1 + 14

0 spawned

Agent Timeline

14 active agents
Orchestrator
orchestrator
6h 58m 3s
agent-aee658067d5c9624e
17m 58s
agent-ad67275b52a0ec902
15m 31s
agent-a23bd9da03123eb37
28m 27s
agent-a1164194376804efc
28m 34s
agent-ac0e81897d8cb1642
24m 5s
agent-a94e46415fdbce5a2
21m 25s
agent-a04a87cd887618894
26f
8h 22m 14s
agent-aaf8c45178ed6fa97
24m 47s
agent-a510d66f2ca1526f7
23m 5s
agent-a5b8fdd31f067495e
31m 38s
agent-ab52ca1a5d5bcb662
18m 44s
agent-a7118dae002fa5091
21m 35s
agent-aa227ac08dc987930
32m 38s
agent-a12c5bc2a067318a7
13f
49m 36s
20:07:3723:48:4503:29:5407:11:0210:52:11

Sub-Agent Roster

14 active agents

agent-a12c5bc2a067318a7

49m 36s · 222 tools · 158 reqs

$55.14
13 created17 edited44 read
tests/Browser
19
resources/views
5
app/Livewire
4
tests/Pest.php
1

tests/Browser/Admin/ProductManagementTest.php

tests/Browser/Admin/OrderManagementTest.php

tests/Browser/Admin/DiscountManagementTest.php

+10 more

agent-a04a87cd887618894

8h 22m 14s · 186 tools · 167 reqs

$54.80
26 created7 edited27 read
resources/views
14
app/Livewire
13
tests/Feature
3
routes/web.php
1

resources/views/layouts/admin.blade.php

app/Livewire/Admin/Layout/Sidebar.php

resources/views/livewire/admin/layout/sidebar.blade.php

+23 more

agent-a5b8fdd31f067495e

31m 38s · 200 tools · 138 reqs

$30.77
37 created17 edited8 read
tests/Feature
8
app/Livewire
8
resources/views
7
database/migrations
5

database/migrations/2026_06_10_600001_create_search_settings_table.php

database/migrations/2026_06_10_600002_create_search_queries_table.php

database/migrations/2026_06_10_600003_create_products_fts_virtual_table.php

+34 more

agent-aa227ac08dc987930

32m 38s · 178 tools · 133 reqs

$29.73
6 created11 edited14 read
tests/Browser
7
resources/views
3
.env.testing
1
phpunit.xml
1

.env.testing

tests/Browser/SmokeTest.php

tests/Browser/Admin/AuthenticationTest.php

+3 more

agent-a1164194376804efc

28m 34s · 166 tools · 98 reqs

$26.09
69 created15 edited8 read
tests/Feature
11
app/Services
10
database/migrations
7
app/Enums
7

database/migrations/2026_06_09_300001_create_carts_table.php

database/migrations/2026_06_09_300002_create_cart_lines_table.php

database/migrations/2026_06_09_300003_create_checkouts_table.php

+66 more

agent-a510d66f2ca1526f7

23m 5s · 121 tools · 107 reqs

$26.01
27 created10 edited12 read
app/Http
16
tests/Feature
9
config/sanctum.php
1
app/Support
1

config/sanctum.php

app/Support/TokenAbilities.php

app/Exceptions/CartVersionMismatchException.php

+24 more

agent-aaf8c45178ed6fa97

24m 47s · 130 tools · 82 reqs

$25.50
44 created4 edited10 read
resources/views
19
app/Livewire
18
tests/Feature
8
app/Policies
1

app/Livewire/Admin/Collections/Index.php

app/Livewire/Admin/Collections/Form.php

resources/views/livewire/admin/collections/index.blade.php

+41 more

agent-a94e46415fdbce5a2

21m 25s · 161 tools · 125 reqs

$25.31
13 created10 edited21 read
resources/views
10
app/Livewire
5
tests/Feature
3
app/Support
1

app/Support/Storefront/Countries.php

app/Livewire/Storefront/Account/Dashboard.php

app/Livewire/Storefront/Account/Orders/Index.php

+10 more

agent-a7118dae002fa5091

21m 35s · 156 tools · 122 reqs

$24.97
7 created13 edited15 read
resources/views
10
tests/Feature
3
app/Listeners
2
database/seeders
1

resources/views/errors/500.blade.php

resources/views/errors/419.blade.php

resources/views/errors/404.blade.php

+4 more

agent-a23bd9da03123eb37

28m 27s · 170 tools · 89 reqs

$24.87
60 created14 edited8 read
resources/views
28
app/Models
9
app/Livewire
8
database/migrations
6

database/migrations/2026_06_09_200001_create_themes_table.php

database/migrations/2026_06_09_200002_create_theme_files_table.php

database/migrations/2026_06_09_200003_create_theme_settings_table.php

+57 more

agent-ac0e81897d8cb1642

24m 5s · 147 tools · 87 reqs

$21.12
48 created11 edited7 read
tests/Feature
11
app/Models
8
app/Enums
7
database/migrations
6

app/Enums/OrderStatus.php

app/Enums/FinancialStatus.php

app/Enums/FulfillmentStatus.php

+45 more

agent-aee658067d5c9624e

17m 58s · 137 tools · 59 reqs

$14.23
70 created7 edited19 read
database/migrations
10
app/Models
10
app/Policies
10
resources/views
7

database/migrations/2026_06_09_000001_create_organizations_table.php

database/migrations/2026_06_09_000002_create_stores_table.php

database/migrations/2026_06_09_000003_create_store_domains_table.php

+67 more

agent-ab52ca1a5d5bcb662

18m 44s · 109 tools · 71 reqs

$13.30
35 created8 edited10 read
database/migrations
6
app/Models
6
database/factories
6
app/Enums
4

database/migrations/2026_06_10_800001_create_apps_table.php

database/migrations/2026_06_10_800002_create_app_installations_table.php

database/migrations/2026_06_10_800003_create_oauth_clients_table.php

+32 more

agent-ad67275b52a0ec902

15m 31s · 104 tools · 50 reqs

$10.37
48 created5 edited3 read
database/migrations
9
app/Models
8
database/factories
7
app/Enums
6

app/Enums/ProductStatus.php

app/Enums/VariantStatus.php

app/Enums/CollectionStatus.php

+45 more

Cost & Tool Usage

$422.68 total

Note: These are hypothetical API costs based on Claude Fable 5 list prices ($10 input / $50 output per 1M tokens, with a 90% cache-read discount). This session was run on the Claude Code Max plan with fixed monthly pricing, so no per-token charges applied.

Cost Breakdown

Input Tokens166.5K · $1.66
Output Tokens1.3M · $66.47
Cache Write5.5M · $68.39
Cache Read286.2M · $286.16

Full Calculation (Claude Fable 5)

CategoryTokens$/1MCost
Input166.5K$10.00$1.66
Output1.3M$50.00$66.47
Cache Write5.5M$12.50$68.39
Cache Read286.2M$1.00$286.16
Total$422.68

Tool Usage (Orchestrator - 169 calls)

Bash
41
pw:browser_click
24
pw:browser_take_screenshot
17
pw:browser_snapshot
17
Agent
14
pw:browser_navigate
14
Read
11
Edit
7
pw:browser_wait_for
7
pw:browser_fill_form
5
Write
3
pw:browser_console_messages
3
pw:browser_type
3
SendUserFile
2
ToolSearch
1

Top Agents by Cost

14 agents total
#AgentDurationAPI ReqsToolsFilesOutput TokCost
1agent-a12c5bc2a067318a749m 36s15822230103.1K$55.14
2agent-a04a87cd8876188948h 22m 14s16718633100.7K$54.80
3agent-a5b8fdd31f067495e31m 38s13820054102.7K$30.77
4agent-aa227ac08dc98793032m 38s1331781773.8K$29.73
5agent-a1164194376804efc28m 34s9816684134.6K$26.09
6agent-a510d66f2ca1526f723m 5s1071213775.2K$26.01
7agent-aaf8c45178ed6fa9724m 47s8213048113.9K$25.50
8agent-a94e46415fdbce5a221m 25s1251612371.5K$25.31
9agent-a7118dae002fa509121m 35s1221562045.2K$24.97
10agent-a23bd9da03123eb3728m 27s8917074125.5K$24.87
11agent-ac0e81897d8cb164224m 5s871475995.2K$21.12
12agent-aee658067d5c9624e17m 58s591377762.6K$14.23
13agent-ab52ca1a5d5bcb66218m 44s711094373.6K$13.30
14agent-ad67275b52a0ec90215m 31s501045377.9K$10.37
23565081.3M$422.68

Agent Spawns

0 deployed

Session Details

8088dd0b
Session ID8088dd0b-29e3-446e-a9be-e76d2404af3a
Claude Codev2.1.170
Permission ModebypassPermissions
Working Directory/Users/fabianwesner/Herd/shop
Git Branch2026-06-09-claude-code-fable-5
Modelsclaude-fable-5, <synthetic>
Thinking Blocks78
User Messages8
Total Files Created498

Raw Session Logs

Plus 14 subagent logs available at /2026-06-09-claude-code-fable-5/subagents/

2356 tool calls across 15 agents · 1635 API requests · 293.1M tokens · 508 files

Parsed from 8088dd0b-29e3-446e-a9be-e76d2404af3a.jsonl + 14 subagent logs