rocketpastsix 29 minutes ago

6 hours a week is low, unless its the average spread across industries. I think I spend more time in Claude Code via the CLI versus any other app I have on my laptop.

Like others said, the frustration is when it gets something so wrong you just think "wow, how'd you mess that up?" but when it gets it right its kind of nice. I also dont like that I basically tell Claude what to do, and then either go to busy work or waste time on the internet.

  • comboy 18 minutes ago

    I kind of enjoy exploring black boxes, trying how different inputs are mapping to differences in outputs. It's kind of like hacking. The problem is, they keep altering the box.

kstenerud 19 minutes ago

I've found that setting good guardrails, and running in a sandbox so that the agent doesn't keep asking tedious permission questions, makes things go a LOT smoother.

Generally, I spend anywhere between 15 mins and an hour setting things up (depending on how well the project is set up for AI work), and then set the agent going, coming back in a half-hour to an hour to check its progress. Generally, the tooling keeps it honest (for golang, forbidigo is AWESOME). 80% of the questions the agent asks me require a lot of thought. 20% of what it does needs correction.

The other thing to remember with LLMs is that they are NOT human, and won't react in a human way. So you'll see strikes of "brilliance" followed by the absolutely bizarre. But good guardrails keep that to a minimum.

  • epolanski 13 minutes ago

    It doesn't change the premise.

    AI should be assisting us, instead it's doing the job and it's us being an assistant to it. This is a monumental shift that people seem to be missing in how knowledge working is changing and it's going beyond mere coding.

    Guardrails, prompts, whatever, it's us helping it doing the job, not the other way around.

    Opus 4.6 was the last genuinely good assistant LLM, but since then it's quite clear that the training/reinforcement is focused "given prompt -> do task" so it's behavior is more and more about doing it itself, not helping you. If you try to use it as an assistant it just sucks and is perma wired into finding the solution. Many times I want it to help me investigate, and his answer will still be focused on the fix, not answering my questions.

    4.7 first, 4.8 later and fable are absolute disasters as assistants.

    Fable in particular is so "intelligent" that it will push with very strong and intelligent takes even if it is completely wrong.

    I have never disliked our job more.

  • smcleod 6 minutes ago

    Your experience pretty much mirrors my own. I hate to be the 'they're holding it wrong' guy but there's certainly a lot of people out there that have no real idea how to effectively leverage AI.

Aboutplants 25 minutes ago

Isn’t this just the new type of work? Human in the loop of automated processes?

Welcome to the factory!

  • hootz 20 minutes ago

    Like Chaplin in Modern Times, we will tighten screws until we lose our minds.

  • mschuster91 6 minutes ago

    Yeah, Amazon warehouses are just the same. Humans are only used for tasks beyond the comprehension or physical ability of a machine at that point in time.

    The problem is, we haven't had the debate on a societal level if we want to go the star trek route (aka, we give our darn best to automate everything so that humans have the time to do whatever they want) or the realcommunism route (we ward off automation so that we have jobs for people).

    The result of that debate not having been made is the third possible outcome - rabid capitalism automates everything as soon as it is profitable and lays off the humans, focusing on getting higher margins out of less people if need be; the best example for that IMHO is Disneyland or Vegas going on ridiculous nickel-and-diming tours. In the end however, there will be no one left any more who has employment and we'll be in for quite the riots.

righthand 31 minutes ago

“the incredible ground-level utility that many of us on HN celebrate every day through undeniable, massive productivity gains”

I’ve been told before.

  • loopmonster 20 minutes ago

    I'm yet to be invited to the celebrations.

stogot 42 minutes ago

I could care less about bot sitting (haven’t we always written our own automation?), but it’s botsitting the unverified slop that people send you that fuels frustration. I thought I worked with competent people who respected me

  • reluctant_dev 36 minutes ago

    Our product lead/manager recently sent me an AI generated PRD (complete with a Claude Code spec!) to build core feature which we have had for over 2 years (and is the most used feature by our customers).

    I just can't imagine tanking my trust with my coworkers by doing something like that.

    • tommek4077 26 minutes ago

      Maybe this is the AI layoff wave we'll see. Sorting out incompetent team members.

      • liveoneggs 22 minutes ago

        the ones who spend all day telling the bosses how great AI is?

    • rozap 6 minutes ago

      So we're now in this world where everyone is instantly 10x more productive at turning their thoughts into code. Now, think about the coworkers you've had that are middling to mediocre. Do you want them to have a tool that makes them 10x more productive?

      That's what I wonder about, what happens to all those folks.

  • kerblang 27 minutes ago

    It's not a lack of respect for you; it's a lack of respect for the work itself. That lack is being rewarded and encouraged.

    Managers will be sure to tell you how much they respect you. Ask them if they respect the work and you'll get a blank stare.

intended 33 minutes ago

Understanding what is going on with AI productivity is … frustrating to say the least.

The best I can say is that genAI is a self reported a 20% efficiency boost, and for a very (very) small group of people, it’s maybe a 2-3x boost. (And if you are at a frontier lab, you go fly into the big bucket of exceptions)

At this point, for most use cases, AI productivity is either the equivalent of giving people 3D printers, and seeing little benefit, or signing up for an outsourcing service, just without the development of human capital anywhere.

  • righthand 28 minutes ago

    I think it depends on how you measure the boost. If you are talking about generating a first draft then yes, the boost is there. If you’re talking about completing the project in all well tested and architected aspects, then overall there really isn’t a boost.

    6 hours of debugging and docs reading is not equal to 6 hours of prompt fiddling. The return of value beyond the few fixes applied will be almost nil from the fiddling.