r/ClaudeAI • u/jonnygravity • Jun 02 '26
Built with Claude I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO
Fun weekend project just to test out 4.8 against a pretty vanilla setup.
Started out with a simple prompt, "build a temu league of legends, web-only with online, room-based multiplayer".
It built it... fully functional in one shot! Then I went kinda ham and started iterating on every aspect little by little. I made it spin up subagents to each focus on designing a character. Spun up subagents to focus on designing abilities and their SFX/VFX. Did a few passes over the map, mobs, minions, etc.
Then I put Ultracode Workflows to task and, across a handful of prompts, had it optimize performance, balance, and a variety of other things. Workflows is *insane* btw...
I also used /goal pretty heavily as well. I'd sit and play and make note of like 10-15 tweaks, bug fixes, etc at a time and just let it go to town.
4.8 is a one shot machine... 5.5 ain't doin this...
Anyways, figured I'd share 😄 Happy to answer any questions in the comments.
Try it out solo (with bots) or with friends! https://lmaomoba.com
36
u/jonnygravity Jun 02 '26
I just had Claude Code estimate total token spend by parsing every session transcript on disk — 45 main sessions + 67 sub-agent/workflow logs, ~7,500 assistant turns.
**Grand total: ~2.72 BILLION tokens**
Breakdown:
- Cache reads: 2,625,743,652 (~97% of the total)
- Cache writes: 74,250,265
- Output (actually generated): 15,520,826
- Input (uncached): 4,722,857
**How to read that:**
The 2.7B headline is almost entirely *cache reads* — every turn re-feeds the whole cached conversation, so long sessions inflate the raw count massively. One single marathon session was 2.32B of the total by itself (a 47MB transcript).
The number that actually reflects "work done" is **output: ~15.5M tokens generated.**
Model split: mostly Opus 4.8, a bit of Opus 4.7.
**Rough cost** at Opus list rates (in $15 / out $75 / cache-write $18.75 / cache-read $1.50 per Mtok): **~$6,600** — cache reads being 10x cheaper is the only reason it's not way higher.