Live data from Hacker News

Claude Code On-the-Go

granda.org

101–110 of 349 posts

Re: Claude Code On-the-Go

#101
That sounds nice, but what happens when there's something Claude messes up, doesn't know how to do something, or when you have to review the thousand lines it added to your project ?

Unless it's a totally vibe coded side project without any tests or quality control of some sort.

I'm just curious what you can build with this setup. It just seems to be the way to create a mountain of sloppy, unmaintainable code.

Re: Claude Code On-the-Go

#102
post #60

Earlier quoted context omitted.

If you think the profession has enough time to organize reasonable unions, you’re an optimist. Pessimists are changing careers altogether as we speak. Either way it’s been a fun ride.

Before I get into it: what careers do you think are most compelling? Especially if you think all white collar work is going to be undermined by this technology. I wrote this up a bit ago in my essay fragments collection. It's rough and was just a thought I wanted to get down, I'm unsure of it, but it's at least somewhat relevant to the discussion here: LLM or LLM-adjacent technology will never take over the execution…

[deleted]

Re: Claude Code On-the-Go

#103
post #92
post #74

Earlier quoted context omitted.

> white collar workers will be working 24/7 Where we're going, there's no "white collars workers" anymore. Only white collars Claude agents.

Yeah, there's no way we have these careers in 30 years. The best we can do is wrestle the control away from hyperscalers and get as much of this capability into the open as possible. Stop using Anthropic products and start using weight available models. (I'm not talking ICs - I mean the entire startup / tech ecosystem.)

Have fun trying to afford the necessary hardware to run open models acceptably. The big labs are trying to make sure we won’t be able to in short order.

Re: Claude Code On-the-Go

#104
I've been working on something similar: https://github.com/shepherdjerred/monorepo/tree/main/package...

Essentially you run a server on some machine. Sessions are created in Docker containers, K8s pods, or via Zellij (an app similar to tmux). You can:

- Directly attach to sessions via Docker attach (built-in via a TUI). You get a normal Claude Code experience, but multiplexed. The switcher/UI shows you the status of Claude and the PR (pushed, merge conflicts, CI status, review status, etc.)

- Manage sessions via a web UI. Connect to Claude Code directly via your browser. You have access to the usual Claude Code terminal or a native chat view.

- Manage sessions via an app. You have access to a native chat view.

It achieves isolation via Git worktrees + a proxy so that containers have access to zero credentials (there aren't even any Claude code creds in the container), which allows you to more safely use bypass all permissions mode.

This works better for me that Claude Code on Web because I have control over the environment Claude is running in. I can give it any Docker image I want, I can have it connect to my local network, etc.

It's still a WIP (the core bits are there, but it's not polished yet), but I'm hoping it provides a friendlier UX with a similar goal for what the OP has in mind.

Re: Claude Code On-the-Go

#105
post #92
post #74

Earlier quoted context omitted.

> white collar workers will be working 24/7 Where we're going, there's no "white collars workers" anymore. Only white collars Claude agents.

Yeah, there's no way we have these careers in 30 years. The best we can do is wrestle the control away from hyperscalers and get as much of this capability into the open as possible. Stop using Anthropic products and start using weight available models. (I'm not talking ICs - I mean the entire startup / tech ecosystem.)

How stopping using hyperscalers models on their infra would "get as much of this capability into the open as possible"?

Either "we" create models better than commercial state of the art (by using whatever means).

Or we use open models AND fund organisations building such models (could be by purchasing service from these orgs or donations - in which case would these orgs be different than hyperscalers?).

But i dont see how just hosting the models on some private servers would give us an edge?

Re: Claude Code On-the-Go

#106
post #13

Pandora's box is open; we're moving towards a world where white collar workers will be working 24/7 and they'll be expected to do so. It won't matter if I'm washing the dishes, walking the dog, driving to the supermarket, picking up my kids from school. I'll always be switched on, on my phone, continuously talking to an LLM, delivering questionable features and building meaningless products, destroying in the process…

It's utterly unreal to me to hear so little discussion about labor organization within software during these nascent moments of LLM deployment. Software engineers seem totally resigned toward reduced salary and employment instead of just organizing labor while still in control of the development of these systems. I really don't get it -- is it that people think these technologies will be so transformative that it is…

The ownership class sure did a number on the white collar working class.

“I don’t need a union, I can negotiate my wages and working conditions just fine on my own”

Re: Claude Code On-the-Go

#107
post #5
post #2

This is a pretty sophisticated setup. I particularly like how it uses Tailscale. I've been using the simpler but not as flexible alternative: I'm running Claude Code for web (Anthropic's version of Codex Cloud) via the Claude iPhone app, with an environment I created called "Everything" which allows all network access. (This is moderately unsafe if you're working with private source code or environment variables cont…

I don't like claude code web due to its lack of planning mode. I found the result is often lackluster compare to claude code cli. My current setup: Tailscale + Terminus(ipad) + home machine(code base) Need to look into how to work on multiple features at the same time next.

I've been really impressed with https://github.com/BloopAI/vibe-kanban to do this. Really really impressed.

Re: Claude Code On-the-Go

#108
post #60

Earlier quoted context omitted.

If you think the profession has enough time to organize reasonable unions, you’re an optimist. Pessimists are changing careers altogether as we speak. Either way it’s been a fun ride.

Before I get into it: what careers do you think are most compelling? Especially if you think all white collar work is going to be undermined by this technology. I wrote this up a bit ago in my essay fragments collection. It's rough and was just a thought I wanted to get down, I'm unsure of it, but it's at least somewhat relevant to the discussion here: LLM or LLM-adjacent technology will never take over the execution…

If programmers think they can just learn a trade, they’ll bein for a rude awakening when Elon comes for their jobs next. Optimus will be doing your plumbing by the time you graduate from trade school and get your paper and internships.

Re: Claude Code On-the-Go

#110
post #13

Pandora's box is open; we're moving towards a world where white collar workers will be working 24/7 and they'll be expected to do so. It won't matter if I'm washing the dishes, walking the dog, driving to the supermarket, picking up my kids from school. I'll always be switched on, on my phone, continuously talking to an LLM, delivering questionable features and building meaningless products, destroying in the process…

I’m a remote work from home employee who never ever works overtime.

I do use Claude code for my personal projects and ping at them from coffee shops and micro moments during my free time.

It’s possible to engineer your own life boundaries and not be a victim of every negative trend in existence.

Post reply on HN