Live data from Hacker News

Claude Code On-the-Go

granda.org

261–270 of 349 posts

Re: Claude Code On-the-Go

#261
This is cool, but does everybody have enough work for multiple agents in parallel?

I feel like I'm limited by writing specs for agents, then by reviewing their work.

I typically spend 30-60 minutes writing a spec, then the agent runs for 30-60 minutes, then I spend 30-60 minutes refining code/ui/etc before putting up a PR, then another 30-60 minutes waiting for CI + addressing automated + human code review feedback.

Re: Claude Code On-the-Go

#262
post #252

Earlier quoted context omitted.

You are asking me about implementation difficulty, difficult implementation doesn't mean idea is not worth it. One example: * 300k vs 300M - doesn't matter if I said 100M, 200M, 550M, if you think 300M is not enough for you and your family to afford anything, not sure how other people are surviving for even less. Here is why I think this is good: 1. Ambitious people will still be ambitious, its rare some genius kid s…

> You are asking me about implementation difficulty, difficult implementation doesn't mean idea is not worth it. I can agree with that idea, to an extent. If something is near impossible (not saying this is), then it does become not worth it. The other questions the parent posed are more interesting to me: > How would you determine the worth of rare, illiquid or intangibles? What about wealth held in trusts or compan…

Obviously, I do not know nitty gritty details of economy and finance, but if I would implement this tomorrow I would start taking the equivalent of surplus and start from there to understand more.

For example, say individual has 20M liquid cash, 2 houses each valued at 5M and 1.5B in company shares (based on averaged company value for the last 6 or 12 months):

* whatever you can immediately spend is prioritised first, so you keep your 20M + 2 houses, then surplus is $530M of your company shares

* this equivalent number of shares will be moved to government trust, individual doesn't have any control over it, if person dies next day, government keeps the money (lets simplify for now and keep voting rights as separate question)

* let's say after shares moved to gov. trust, during next 6 months company value halved, gov. returns all your shares, if stock dropped only 10%, you get equivalent back to make your net worth 1B

* regarding taxation, I would keep it as it is today and tax on "realization event"

There are around 3.000 billionaires in the world, even hiring 10 dedicated people for each billionaire to calculate all this stuff on a quarterly basis is not expensive

Re: Claude Code On-the-Go

#263

This is cool, but does everybody have enough work for multiple agents in parallel? I feel like I'm limited by writing specs for agents, then by reviewing their work. I typically spend 30-60 minutes writing a spec, then the agent runs for 30-60 minutes, then I spend 30-60 minutes refining code/ui/etc before putting up a PR, then another 30-60 minutes waiting for CI + addressing automated + human code review feedback.

I'll have claude code editing a script on my laptop and another on the VM running it and synthesizing the results. Then sometimes I'll have another doing some odd job or researching something. Then I'll pull up gemini in my browser to figure out what I should make for lunch...

Re: Claude Code On-the-Go

#264
post #128

Earlier quoted context omitted.

Right, yes, that was precisely my point - it was weird to me that people were comfortable operating on a codebase that they don't have locally, that they can't directly interact with.

when the agent pushes the PR, in a branch, you can switch to that branch locally on your machine and do whatever, review it, change it, and ask for extra modifications on top, squash it, rebase it

Yes, that had already been suggested here: https://news.ycombinator.com/item?id=46492948

Re: Claude Code On-the-Go

#265
post #134
post #128

Earlier quoted context omitted.

Right, yes, that was precisely my point - it was weird to me that people were comfortable operating on a codebase that they don't have locally, that they can't directly interact with.

> it was weird to me that people were comfortable operating on a codebase that they don't have locally, that they can't directly interact with. I have a project where I've made a rule that no code is written by humans. It's been fun! It's a good experience to learn how far even pre-Opus 4.5 agents can be pushed. It's pretty clear to me that in 12 months time looking at the code will be the exception, not the rule.

> the exception, not the rule.

Absolutely - for me, that's already true. I just wouldn't want to give up the ability to _ever_ look at the code before I submit it!

Re: Claude Code On-the-Go

#266

This is cool, but does everybody have enough work for multiple agents in parallel? I feel like I'm limited by writing specs for agents, then by reviewing their work. I typically spend 30-60 minutes writing a spec, then the agent runs for 30-60 minutes, then I spend 30-60 minutes refining code/ui/etc before putting up a PR, then another 30-60 minutes waiting for CI + addressing automated + human code review feedback.

I usually use one instance, sometimes two. But this is a reasonable account of Chris Rackaukas using 32 instances at a time to do boilerplate maintenance across a bunch of open source repositories: https://www.stochasticlifestyle.com/claude-code-in-scientifi...

> I have had to spend like 4am-10am every morning Sunday through Saturday for the last 10 years on this stuff before the day gets started just to keep up on the “simple stuff” for the hundreds of repos I maintain. And this neverending chunk of “meh” stuff is exactly what it seems fit to do. So now I just let the 32 bots run wild on it and get straight to the real work, and it’s a gamechanger.

Re: Claude Code On-the-Go

#267
post #134
post #128

Earlier quoted context omitted.

Right, yes, that was precisely my point - it was weird to me that people were comfortable operating on a codebase that they don't have locally, that they can't directly interact with.

> it was weird to me that people were comfortable operating on a codebase that they don't have locally, that they can't directly interact with. I have a project where I've made a rule that no code is written by humans. It's been fun! It's a good experience to learn how far even pre-Opus 4.5 agents can be pushed. It's pretty clear to me that in 12 months time looking at the code will be the exception, not the rule.

12 month from now, when something go wrong, you'll have a lot of code to look at and debug!

Re: Claude Code On-the-Go

#268

Earlier quoted context omitted.

> we live under a system that is arranged for the sole benefit of the owners of capital, and have been convinced that this is an immutable state of affairs What alternative do you propose?

I would like to propose a cap on net worth. Realistically, if you have 300M, you and your direct family are settled for life. So, I want to propose 1B cap on net worth, if its more than that for 12 months straight, surplus goes to government, if your net worth is down after that, government obliges to return it partially to make it to 1B. People, who are eager building things and innovating, will keep building regard…

Instead of an arbitrary net number, why not a multiplier of the median? For example, capping at 300x the median citizen/household.

Re: Claude Code On-the-Go

#269
Author here! Thanks for checking it out.

On the $210/month VM cost - fair point. For me it's worth it because I'm running multiple parallel agents throughout the day, but you could definitely do this cheaper with a smaller instance or spot pricing.

The real bottleneck isn't typing on mobile - it's reviewing the output. I've found 2-3 parallel agents is my sweet spot before I can't keep up with reviewing PRs. Git worktrees help a lot here since each agent works in isolation with its own containers (including db).

And to the work-life balance concerns - totally valid. For me this isn't about working more, it's about capturing ideas when they strike (usually on walks or waiting in line). The Poke notifications let me stay async rather than glued to a terminal.

Although a little late to the HN post, happy to answer any questions about the setup!

Re: Claude Code On-the-Go

#270

This is cool, but does everybody have enough work for multiple agents in parallel? I feel like I'm limited by writing specs for agents, then by reviewing their work. I typically spend 30-60 minutes writing a spec, then the agent runs for 30-60 minutes, then I spend 30-60 minutes refining code/ui/etc before putting up a PR, then another 30-60 minutes waiting for CI + addressing automated + human code review feedback.

Boris who created Claude Code has a multiple clauses setup it seems as daily usage https://x.com/bcherny/status/2007179832300581177
Post reply on HN