I have always failed to understand the obsessive dream of many engineers to become managers. It seems not to have to do merely with an increase in revenue. Is it really to escape from "getting bogged down in the specifics" and being able to "focus on the higher-level, abstract work", to quote OP's words? I thought naively that engineering always has been about dealing with the specifics and the joy of problem solving…
Don't you get bored with spending many years learning and becoming advanced or an expert in a system paradigm (like different hosting systems), a programming language (i.e. Perl), or a framework (pick your JS framework), only to have it completely obsoleted a few years later? And then in a job interview, when you try to sell yourself on your wisdom as expert on thing X, new to Y, they dismiss you because the 25 year…
OpenClaw is changing my life
281–290 of 537 posts
Re: OpenClaw is changing my life
#282Earlier quoted context omitted.
Fixing mediatek drivers is not the flex you think it is.
It is if it's something they couldn't do on their own before. It's a magical moment when someone is able to AI code a solution to a problem that they couldn't fix on their own before. It doesn't matter whether there are other people who could have fixed this without AI tools, what matters is they were able to get it fixed, and they didn't have to just accept it was broken until someone else fixed it.
Cue the folks saying "well you could DIE!!!" Not if I don't fix brakes, etc ...
Re: OpenClaw is changing my life
#283These days it feels like there is a ton of pro anthropic astroturfing on this site. Probably it is mostly genuine enthusiasm from sincere people. But nevertheless there are a ton of articles from or about anthropic and within the comments of these you are sure to find, often at the top, someone staunchly defending the superiority of engineering everything via agentic use of the in fashion Claude model. If they are tr…
Grok 4 Fast told me its own internal system prompt has rules against autonomous operation, so that might have something to do with it. I am having decent results with it though.
Re: OpenClaw is changing my life
#284I have always failed to understand the obsessive dream of many engineers to become managers. It seems not to have to do merely with an increase in revenue. Is it really to escape from "getting bogged down in the specifics" and being able to "focus on the higher-level, abstract work", to quote OP's words? I thought naively that engineering always has been about dealing with the specifics and the joy of problem solving…
I actually don’t think the author wants to become a real manager, he wants to play a video game where he sends NPCs around to do stuff. Real managers deal with coaching, ownership, feelings, politics, communication, consensus building, etc. The people who are good at it like setting other people up to win.
Re: OpenClaw is changing my life
#285This was incredibly vague and a waste of time. What type of code? What types of tools? What sort of configuration? What messaging app? What projects? It answers none of these questions.
>Over the past year, I’ve been actively using Claude Code for development. Many people believed AI could already assist with programming—seemingly replacing programmers—but I never felt it brought any revolutionary change to the way I work.
Funny, because just last month, HN was drowning in blog posts saying Claude Code is what enables them to step away from the desk, is definitely going to replace programmers, and lets people code "all through chatting on [their] phone" (being able to code from your phone while sitting on the bus seems to be the magic threshold that makes all the datacenters worth it).
Re: OpenClaw is changing my life
#286Re: OpenClaw is changing my life
#287Earlier quoted context omitted.
Don't you get bored with spending many years learning and becoming advanced or an expert in a system paradigm (like different hosting systems), a programming language (i.e. Perl), or a framework (pick your JS framework), only to have it completely obsoleted a few years later? And then in a job interview, when you try to sell yourself on your wisdom as expert on thing X, new to Y, they dismiss you because the 25 year…
Yea, I enjoy being the engineer
Re: OpenClaw is changing my life
#288I have always failed to understand the obsessive dream of many engineers to become managers. It seems not to have to do merely with an increase in revenue. Is it really to escape from "getting bogged down in the specifics" and being able to "focus on the higher-level, abstract work", to quote OP's words? I thought naively that engineering always has been about dealing with the specifics and the joy of problem solving…
For me, getting into management was less about feeling bogged down in the specifics, but more about control (directed mostly above). Anyone who’s had a bad manager or bad decisions they need to adhere to might be familiar with the feeling that caused me to dip my toes into management. Like I’ve been in situations as an IC where poor leadership from above has literally caused less efficient and more painful day-to-day…
Re: OpenClaw is changing my life
#289Besides that blog post obviously being written by AI, can someone here confirm how credible the hype about openclaw is? I'm already very proficient at using Claude Code anywhere, so what would i gain really with openclaw?
https://github.com/a-n-d-a-i/ULTRON
Well, it's a work in progress, but I have self-upgrading and self-restarting working, and it's already more reliable than Claw ;)
I used the Claude Code SDK (Agents SDK) originally, but then realized I can get the same result by just calling `claude -p the_telegram_message`
The magic sauce being the --continue flag, of course. Bit less useful otherwise.
I haven't figured out how to interrupt it or see what it's doing yet though.