←back to thread

Building a Personal AI Factory

(www.john-rush.com)
260 points derek | 4 comments | | HN request time: 0.983s | source
Show context
skybrian ◴[] No.44438359[source]
> It’s essentially free to fire off a dozen attempts at a task - so I do.

What sort of subscription plan is that?

replies(1): >>44438383 #
1. steveklabnik ◴[] No.44438383[source]
Claude Code's $200 Max subscription can take a lot of usage. I haven't done a dozen things at once, but I have worked on two side projects simultaneously with it before.

ccusage shows me getting over 10x the value of paying via API tokens this month so far...

replies(2): >>44439059 #>>44440118 #
2. simonw ◴[] No.44439059[source]
I had to look that up: https://github.com/ryoppippi/ccusage

  npx ccusage@latest
Outputs a table of your token usage over the last few days, which it reads from the jsonl files that Claude Code leaves tucked away in the ~/.claude/ directory.
replies(1): >>44439078 #
3. steveklabnik ◴[] No.44439078[source]
Don’t sleep on the other options either, the live updates are cool, see where you’re at in the five hour session.
4. Aeolun ◴[] No.44440118[source]
Given you can nearly run two full code instances with Opus, and Opus is claimed to be 5x more expensive than Sonnet, you can maybe do 10 sonnet instances at the same time?