Skip to content
Hozu
Menu
All trials

Trial 0009 — 0.2, measured with Claude Code in the app directory, Nuxt re-run the same way

Question: with the 0.2 loop (hozu check, hozu get / post, hozu add feature, a leaner skill), what does the agent cost to build and to change the task board? The measurement is made the way a user works: Claude Code started in the app, with the skill discovered from the app.

Targets stated in ADR 0027 before the run:

Setup

Results

Hozu build Nuxt build Hozu change Nuxt change
Hidden acceptance 12 / 12 12 / 12 6 / 6, regression 12 / 12 6 / 6, regression 12 / 12
Turns 11 7 15 7
Output tokens 10,311 6,362 8,200 4,238
Fresh input tokens 44,794 16,735 36,079 16,841
Cached input read 0.31 M 0.14 M 0.45 M 0.14 M
Wall time 88 s 73 s 81 s 48 s
Cost (USD, as reported) 0.63 0.29 0.54 0.25
Weighted tokens 127.5 k 62.1 k 121.9 k 52.0 k
App source after the change 19.0 KB 10.0 KB
Target Result Met?
Build ≤ 1.3× 2.05× no
Change ≤ 1.1× 2.34× no
Correctness 12/12, 6/6, 12/12 yes, both yes

Where the tokens went

Hozu build:

It then rewrote the scaffolded files for the spec's toggles, filters and detail page, and verified with hozu post --next, including the duplicate title.

Nuxt build: read the spec and the scaffold (3.2 k), wrote the pages and API routes, checked, and tried the app with curl … | grep.

Hozu change:

Then there were two failures.

Nuxt change: 7 turns, most of it writing.

Reading the result

Conclusion