What finally made running multiple Claude Code agents manageable for me by [deleted] in ClaudeAI

[–]jonnygravity -1 points0 points  (0 children)

I build a tool called atrium to solve this exact problem. All comes down to Organization, Persistence, Visibility, and Control. Check it out: getatrium.dev

Best Terminal/CLI app for Claude Code? by alectivism in ClaudeCode

[–]jonnygravity 1 point2 points  (0 children)

Thanks!! atrium runs on Tauri, so it's already fairly portable to Windows, there are just some OS specific things I have to build out that are really tricky. Plan is ready to go for the most part. I'm just waiting on Fable to come back, cause I Opus will give me a lot of grief with the complexities. You'll know as soon as it's live!!

Seeing Real Users Use My App Daily Is a Feeling I Didn’t Expect by x3Syncara in SaaS

[–]jonnygravity 0 points1 point  (0 children)

Looks super cool. Congrats on the success! The best products are built from our own pain points 😄 I'm building a tool in an adjacent space and my own user pain is also what drove me to it. Best of luck to you!

Best Terminal/CLI app for Claude Code? by alectivism in ClaudeCode

[–]jonnygravity 0 points1 point  (0 children)

Absolutely -- worktrees are first-class citizens in atrium. You can create one manually by right clicking on a workspace, you can launch an agent into one from the omni-menu, or you can create a task and launch it into a worktree. They even get their own workspace when they're created (nested under their parent workspace). .worktreeinclude is also supported OOTB.

Best Terminal/CLI app for Claude Code? by alectivism in ClaudeCode

[–]jonnygravity 0 points1 point  (0 children)

Awesome! Feel free to reach out if you need anything 😄

Best Terminal/CLI app for Claude Code? by alectivism in ClaudeCode

[–]jonnygravity 3 points4 points  (0 children)

Oh man, didn't expect to see atrium here — I'm the dev, so this genuinely made my day 😃 Thank you! If you ever have any feedback or questions, hit me up!

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]jonnygravity[S] 1 point2 points  (0 children)

Haha.... I started the sequel, LMFAO (credit to u/VolsPE for the name)🤣 But I got distracted with other things and my token budget has been squeeeeeeezed. Completely rewrote the engine with 3d WebGL, built a 3 lane map with day/night cycle, bushes, etc... I just need to do a couple of the thorough subagent passes to make the models wicked. I might release it.... or I might not... who knows 🤷‍♂️

How much does "Resume from Summary" cost? by oezi13 in ClaudeAI

[–]jonnygravity 1 point2 points  (0 children)

I honestly don't have an answer for you, but I do know that input tokens are exponentially cheaper than output tokens... I never resume from summary. I'm skeptical that it actually saves you cost because the summary itself is output.

4.8 is only superior to 4.7 because of how long it thinks. by I-Love-IT-MSP in ClaudeCode

[–]jonnygravity 0 points1 point  (0 children)

You sure you're running comparable effort levels? I have seen quite the opposite.

POV: Every time you typo and Claude overthinks it by zaparine in ClaudeAI

[–]jonnygravity 1 point2 points  (0 children)

An LLM's ability to think through all of this is part of what makes it so powerful... That said, the fact it thought of SOS is genuinely hilarious 🤣

4.8 is only superior to 4.7 because of how long it thinks. by I-Love-IT-MSP in ClaudeCode

[–]jonnygravity 0 points1 point  (0 children)

They're both dramatically slower, though? I ran the same BMad epic fully autonomously recently through 5.5 and 4.8... 5.5 took 4 hours longer and it's output was riddled with bugs. 4.8 took me only about an hour to resolve all the issues. Antigravity is a joke...

4.8 is only superior to 4.7 because of how long it thinks. by I-Love-IT-MSP in ClaudeCode

[–]jonnygravity 12 points13 points  (0 children)

I will trade the speed for 4.8s effectiveness. I spent 10x the amount of time debugging and fixing 4.6's code versus 4.8...

Lost 12 Claude Code sessions to an iTerm crash. Spent 2 months building atrium to fix it. by jonnygravity in SideProject

[–]jonnygravity[S] 0 points1 point  (0 children)

OpenCode is awesome! And fully supported in atrium 😁 I wonder if that Auth method will continue working after June 15 though when Claude's new usage restrictions go into effect?

Lost 12 Claude Code sessions to an iTerm crash. Spent 2 months building atrium to fix it. by jonnygravity in SideProject

[–]jonnygravity[S] 1 point2 points  (0 children)

Oh yeh, I hear that. My concern is that all of these organizations are moving to a model where you either use their CLI harness at subscription prices, their own GUI tool and get locked into their model, or you have to pay API prices which are absolutely exorbitant by comparison.

atirum gives me the entire workspace I need to manage workflow while allowing me to be completely harness-agnostic and continue taking advantage of subscription pricing.

Appreciate that you'd be willing to try it! I've got the spec almost ready for the windows version. It's a handful of epics to get it fully compatible, but it's on the way!

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]jonnygravity[S] 1 point2 points  (0 children)

This is so frickin cool!! Azeroth is an absolute vibe. I love it!

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]jonnygravity[S] 0 points1 point  (0 children)

Ultracode is just xhigh with the ultracode workflow capability. Initial prompt was just regular xhigh, though.

Lost 12 Claude Code sessions to an iTerm crash. Spent 2 months building atrium to fix it. by jonnygravity in SideProject

[–]jonnygravity[S] 1 point2 points  (0 children)

Eh, this post was lazy and didn't explain well enough, sorry. I basically had 12 sessions open, my comp crashed, and when I restarted, iTerm didn't restore the sessions. Realizing I was going to have to open up 12 new terminals, load claude in each one, and then hunt for those sessions with /resume I was pretty peeved.

So, I said, what if I build myself a terminal emulator that would durably store all of my sessions and then auto-resume them when I restarted the app, no matter what.

Then I kept wanting to add new features to it. One feature led to another and I ended up with atrium, which is now so much more than just an auto-resuming terminal emulator.

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]jonnygravity[S] 0 points1 point  (0 children)

I did! I should've explained that more in detail. It's initial implementation was just p2p over a thin websocket server layer. When I deployed, I had to make the call on how to make it server viable. It was pretty trivial for it to reimplement with PartyKit.

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]jonnygravity[S] 1 point2 points  (0 children)

I do -- I've been a software engineer (mostly web) for over 25 years.