There's an odd trend with these sorts of posts where the author claims to have had some transformative change in their workflow brought upon by LLM coding tools, but also seemingly has nothing to show for it. To me, using the most recent ChatGPT Codex (5.3 on "Extra High" reasoning), it's incredibly obvious that while these tools are surprisingly good at doing repetitive or locally-scoped tasks, they immediately fall…
OpenClaw is changing my life
521–530 of 537 posts
Re: OpenClaw is changing my life
#522Earlier quoted context omitted.
Yes. Programmers might be especially susceptible precisely because our advanced understanding makes us think we cannot be easily fooled. But we are also easier to impress: only we understand how difficult it is to one-shot code a working app. AI psychosis sets in when AI captures enough of your perception to alter your reality. Programmers might be "smarter", but we give AI a bigger set of tools to capture our percep…
We are also used to prioritizing "flow states" as part of our engagement with technology, and these tools seem to be flow-state inducers. Also prone to following hype, used to typing words into computers to get results, etc...
Re: OpenClaw is changing my life
#523Earlier quoted context omitted.
I can’t speak for anyone else, but Claude Code has been transformative for me. I can’t say it’s led to shipping “high quality projects”, but it has let me accomplish things I just wouldn’t have had time for previously. I’ve been wanting to develop a plastic -> silicone -> plaster -> clay mold making process for years, but it’s complex and mold making is both art and science. It would have been hundreds of hours befor…
I’m trying to pivot my career from web/business app dev entirely into embedded, despite the steep learning curve, many new frameworks and tool chains, because I now have a full-time infinitely patient tutor, and I dare say it’s off to a pretty good start so far.
For AI I've been using Cecli which is cli and can actually run the compile step then fix any errors it finds - in addition to using Context7 MCP for syntax.
Not quite 10x yet but productivity has improved for me many times over. It's just how you use the tools available
Re: OpenClaw is changing my life
#524Earlier quoted context omitted.
Who is liable for the runtime behavior of the system, when handling users’ sensitive information? If the person who is liable for the system behavior cannot read/write code (as “all coders have been replaced”), does Anthropic et al become responsible for damages to end users for systems its tools/models build? I assume not. How do you reconcile this? We have tools that help engineers design and build bridges, but I s…
Who is responsible now when human coding errors leak user's sensitive information? I'm not seeing programmers held up as the responsible party. The companies who own the code are vaguely responsible, so it will be the same. The bridge scenario is simply addressed: Licensed Engineer has to approve designs. Permitting review process has to review designs. Not sure it matters who drafted them initially.
If the only point being made by “all coders are replaced” is that humans aren’t manually typing the code from their keyboard anymore, I don’t think there’s much interesting to argue there, typing the code was never the hard part.
Re: OpenClaw is changing my life
#525My pet peeve with AI is that it just accelerates whatever has already been automated or can be automated easily, but could not touch the bastions of government service, financial service, schools and health services that are way less automated. They keep eating ourselves’ lunch without touching the real problems. For me the pain point has always been with non-IT people/companies. They are way more accustomed with pho…
> My pet peeve with AI is that it just accelerates whatever has already been automated or can be automated easily .... > I’m just a frustrated old man I guess. I think this is a great summary of the failure of vision that a lot of tech people are having right now. > automate anything that already has an endpoint or whatever Facebook used to have API's, Reddit used to have API's, amazon used to have API's They are gon…
Re: OpenClaw is changing my life
#526Re: OpenClaw is changing my life
#527Re: OpenClaw is changing my life
#528Re: OpenClaw is changing my life
#529The "supervisor" workflow mentioned by others in this thread (using one agent to manage multiple worker agents) is exactly where the industry is heading. It turns the human from a "vibe coder" into an architect who manages state and requirements while the agents handle the implementation "beads".
If you're hitting the "stupid zone" on larger tasks, try breaking the plan into smaller, specific markdown specs first. OpenClaw's ability to "interview" a codebase and then implement from those specs in commit-sized chunks is a game changer for non-trivial monorepos.
Re: OpenClaw is changing my life
#530Earlier quoted context omitted.
I went from CTO to unemployed to stay-at-home dad. It taught me something about myself as a manager: I wasn’t trying to micro-manage and was pretty hands-off, but I always had a small voice in my head saying I could do things better myself. Sadly, that meant I didn’t delegate enough, even if I let the team work on their own stuff. I’ve the same problem with the baby, I wanna do everything myself because of that stupi…
Another reframing that might help: “Doing X is only part of the task. Getting baby/junior/employee to do X as independently as possible is also a critical requirement.” This framing doesn’t allow you to think you’d do a better job because then the task is incomplete.