Case study · Accelerated coding
A short case study on the economics of building a full-stack app with an accelerated-coding stack: CloudCode (the coding agent) + CodeEasy (the command center). The app, backend, docs, prototypes, and this whole dev-preview site came together over roughly 3 × 8-hour days of ideation and development, for a total AI/dev spend of about $500 — roughly $200 of autonomous auto-coding plus ~$273 of interactive AI coding. Shared as a data point for CodeEasy and possible labs benchmarking.
For information only. These are real usage captures from CloudCode on this machine — not a quote, a bill, or a committed budget. Costs are token/agent spend (not human time), approximate, and specific to these sessions. Human-directed ideation + development ran ~3 × 8-hour days alongside.
The headline
Two components make up the ~$500: autonomous auto-coding (~$200) and interactive AI coding (~$273 — the two captured CloudCode sessions below, $276.71).
Autonomous multi-agent build spend.
Two captured sessions ($276.71).
Auto-coding + AI coding combined.
Human-directed days, agents doing the build.
The stack
Two tools by the same maker (agencie.io Labs), running on one laptop with a local model — the setup behind the numbers.
agencie.io · autonomous coding agent
“Ship code with AI — not your codebase.” A Claude Code-style autonomous agent that reads, edits, tests, and ships diffs while source (and, optionally, the model) stays in your own perimeter. It was the hands-on driver of every edit and test here.
claude-cli (Claude on subscription), auto-routing light→efficient, heavy→Opus. LM Studio local models detected as fallback.agencie.io · command center + AutoCode
“The command center for the age of AI co-pilots.” A visual dashboard that keeps a human in control while agents work — codebase architecture in seven views, and compact structured context (~2k tokens vs ~50k raw files) fed to the agent so it stays efficient.
The captures
CloudCode's own usage panel for two representative sessions — one building the app + ideation repo, one doing this devsite's marketing work. Tap either to view full size.
The numbers
The two captured sessions side by side. All figures ex-VAT token/agent spend, from the tool's own accounting.
| Session | Wall clock | API time | Cost | Code · models |
|---|---|---|---|---|
| App + ideation repo build | 10h 57m | 3h 52m | $249.95 | +12,763 / −1,135 · Opus $96.95, Fable $153.00, Haiku $0.0006 |
| Devsite marketing work | 5h 54m | 49m | $26.76 | +2,029 / −93 · Opus $26.76, Haiku $0.0006 |
| Total (2 captured sessions) | ~16h 50m | ~4h 41m | $276.71 | +14,792 / −1,228 lines |
| This table is the AI coding ≈ $273 ($276.71 captured, CloudCode). Separate from the ~$200 autonomous auto-coding (CodeEasy) — together ≈ $500 total. Two sessions on one machine; not human time. | ||||
For everything else, there's Mastercard.
Not affiliated with Mastercard — just the vibe. Internal wink only.
What's possible
The point of the numbers isn't the numbers — it's what they imply about who can now build.
A single technically-fluent operator — one person acting as builder and architect — took this from idea to a working app, backend, docs, prototypes, store pack, and this dev-preview site in roughly 3 × 8-hour days, for about $500 of AI/dev spend.
With an agentic toolchain (CloudCode + the CodeEasy MCP) the bottleneck shifts from headcount and hours to judgment and taste: what to build, how to shape it, and where the hard lines are (privacy, regulatory, safety). The tools do the volume; the human sets direction and holds the standard. That's the benchmarking story worth telling — not "AI writes code", but what one well-equipped person can now ship.
Lines of code
A snapshot of the repository today (git-tracked, measured with cloc). "Hand-written"
excludes generated files like package-lock.json and the vendored Mermaid library.
Full breakdown lives in docs/lines-of-code.md.
Across the whole project, all languages.
TypeScript, HTML, SCSS, Markdown, config.
With lockfiles + vendored libs counted.
Trunk-based, small focused commits.
Code lines by area (git-tracked, excludes blanks/comments). The remainder — root config, scripts, and assets — makes up the balance to ~18.9k.
The code
Everything above lives in one private GitHub repo — app, backend, native shells, docs, prototypes, store pack, and this dev site.
What it shows
Why this is a useful data point, and what drives the number.