Live data from Hacker News

Claude Code On-the-Go

granda.org

121–130 of 349 posts

Re: Claude Code On-the-Go

#121

Earlier quoted context omitted.

I've been writing software for 30 years, a part of it had success in the sense of being widely known and adopted for a long time. Writing software is difficult, consumes time and is difficult as you get older to focus the needed time away from other matters like a professional life and family. With LLM, my productivity suddenly went up x25 and was able to produce at a speed that I had never known. I'm not a developer…

What tool do you use, which languages? Could you give us an example of something you’ve built and how you did it 25 times faster?

Using Claude code Pro with a maxed subscription and ChatGPT Codex with the business subscription.

The code is written in Dart and never wrote a line of DART in my life, I'm a veteran expert around Java, C++. The reason for choosing DART is simply because it is way readier for multi-platform contexts than Java/C++. The same code base now runs on Linux, Android, iOS, OSX, Windows and Web (as static HTML). Plus the companion code in C++ for ESP32 microcontrollers. It also includes a CLI for running as linux server.

Don't ask me for a hard analysis and data proving x25 performance increase, what I know is that an off-grid product was previously taking me two years of research/effort to build in Android/Web and get a prototype running. Now in about a month went far above all previous expectations (cached maps with satellite imagery, bluetooth mesh, webRTC, whatever apps) and was able to release a product several times per day that works as envisioned. Iterating quickly and getting direct feedback from users.

The repository: https://github.com/geograms/geogram

Overview of the apps being written: https://github.com/geograms/geogram/tree/main/docs/apps

IMHO, Codex is far superior at the moment for complex tasks, Claude is cheaper and still good enough quality for most tasks. In addition to keep several terminals with tasks in parallel, this gives me time throughout the day for other tasks with family/friends and a lot of motivation like a coding-buddy to try different routes and quickly implement a prototype instead of always being alone doing this kind of work. For example, it added an offline GPT bot but wasn't what was needed so could quickly discard it too.

These tools get lost on API implementations and the documentation folder is mostly there to provide the right context when needed. I've learned to use simple markdown documents with things to keep in mind like "reusable.md" or "API.md" to make sure it won't reinvent them. Given my experience, there are parts that I'd implement with higher quality on my own, the trade-off is that I can't touch the code by myself now. One of the reasons is that it would make more difficult for these AI to work since my naming and file structure would make it difficult for the AI to work with, the other reason is because I don't want to waste a full day on a single problem like before. As the product grows more stable is when more attention is given to the finer details. On early stages, that type of quality is still more than good enough for me.

You can try the Android or Linux versions if you are so inclined. Never in my life would I ever be able to build so much in 5 weeks.

Re: Claude Code On-the-Go

#122
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…

This is a complete fantasy. If LLM's got to this point of sophistication there would be a total revolution in almost every industry. Society would be radically different. Since LLM's are nowhere near this, I'm not so sure we even have Pandora's box, let alone opened it.

Re: Claude Code On-the-Go

#123
post #56
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…

>But the cognitive dissonance I feel when I think about what this means over a longer time horizon is really painful. Excluding work (where granted, some companies are dictating the use of llms) and trying not to sound uncaring or disrespectful, but have you thought about not using llms for everything and using the old grey cells? Not having answers to every whimsical thought might be a good thing. It's very easy to…

There is evidence that LLM usage is actually making people dumber. I'm not sure if they've figured out the cause/effect or not but that's enough evidence for me to avoid them if I can. They can be useful for some stuff but I found myself offloading my thinking a little too frequently.

Anyways if we do get to the point where you need to use LLMs to write code, I can make a decision then, but for now I don't feel the need to adopt agentic workflows and I think the people who don't will be better cognitively positioned in the future.

Re: Claude Code On-the-Go

#124
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.)

Maybe you can recommend some of those models? I'm honestly bewildered - what is open and not?

Re: Claude Code On-the-Go

#125
post #119

Earlier quoted context omitted.

This would potentially be true for a lot of tech in the last five decades or so. When it gets cheaper to make the things people need and want without those needs and wants changing, you can get away with paying people a lower real wage for the same productivity. Couple that with the fact that the workers themselves also have typically grown more productive from the same tech, allowing companies to undercut competitor…

name something so we can look into it and figure out if its true!

Does Musk's trillion dollar bonus count?

Re: Claude Code On-the-Go

#126
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.

This is always the reason I'm interested in this exact workflow. Want to build something but never have the time without sacrificing significant amounts of sleep but now it's easier than ever to get things building.

Re: Claude Code On-the-Go

#128
post #117
post #38

Earlier quoted context omitted.

I'm surprised to see people getting value from "web sandbox"-type setups, where you don't actually have access to the source code. Are folks really _that_ confident in LLMs as to entirely give up the ability to inspect the source code, or to interact with a running local instance of the service? Certainly that would be the ideal, but I'm surprised that confidence is currently running that high.

Claude Code on the web, ChatGPT Codex and Google Jules are not the same as Claude, ChatGPT and Gemini. They are entire apps where you authorize Github access and they work via PRs. They'll include screenshots on your PRs etc. I like using them a lot when I can.

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.

Re: Claude Code On-the-Go

#129
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…

I'm curious how this seed/hash/prompt of an idea relates to ladders of abstraction?

Consider "Uber, but for X"

This wasn't a thing you could deploy as a term pre-Uber.

I'm not sure what this means for your analogy, but it does seem important. Somehow branding an idea reifies a ... callable function in? ???

Maybe something like (just spitballing)

The specification-length needed for a given idea isn't fixed - it's relative to available conceptual vocabulary. And that vocabulary expands through the work of instantiation and naming things?

Which maybe complicates the value story... terseness isn't intrinsic to the idea, it's earned by prior reification work?

Hmm

Basically it seems that "Like Tinder but" is doing a lot of lifting there... and as new patterns get named, the recombination space just keeps expanding?

Re: Claude Code On-the-Go

#130
Not quite the same thing, but I wrote my own agent (as in a replacement for Claude Code) that uses SSH for all operations. That means I can run a very minimal VM (like 4GB RAM Oracle free tier), run the agent locally, and the agent only operates on remote files.

The limitation is that some Typescript builds run out of RAM (even with swap) and I can't use playwright, but still it's been useful.

It's fun writing an agent, too.

Post reply on HN