Earlier quoted context omitted.
This is an important point. My light-bulb moment was when I talked to a product owner in a previous job, and I expressed surprise around an expensive planned change, because it didn't seem that valuable to our customers. He said, "Almost half of what we do is not that valuable to our customers, but it's valuable to him, and her, and him", pointing through the conference-room window at my fellow programmers, "and that…
Do the engineers not derive enjoyment in their jobs from making the customer experience better? This does track with what I've experience in my career, where we've gone from everything being to better the user experience to tech companies sort of trying to out-do each other in their technical solutions while the software continuously gets worse and more antagonistic.
Workers are spending over 6 hours a week botsitting AI, fueling job frustration
111–120 of 233 posts
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#1126 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 w…
I suppose it's the same as asking someone else to take care of a feature and hoping they understand what you have in mind. The difference is that there's a lot of context that's shared between you and a human developer that is simply absent with AI.
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#113This really hit home for me: In some cases, workers are also being asked to automate the parts of their jobs they enjoy most, Hinds said on the podcast, pointing to customer-service employees who enjoy building relationships but are increasingly expected to supervise AI agents instead. "That's what gives you joy and meaning at work," she said. "That is very dangerous." What's a 20% productivity gain if I constantly f…
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#114This really hit home for me: In some cases, workers are also being asked to automate the parts of their jobs they enjoy most, Hinds said on the podcast, pointing to customer-service employees who enjoy building relationships but are increasingly expected to supervise AI agents instead. "That's what gives you joy and meaning at work," she said. "That is very dangerous." What's a 20% productivity gain if I constantly f…
This is an important point. My light-bulb moment was when I talked to a product owner in a previous job, and I expressed surprise around an expensive planned change, because it didn't seem that valuable to our customers. He said, "Almost half of what we do is not that valuable to our customers, but it's valuable to him, and her, and him", pointing through the conference-room window at my fellow programmers, "and that…
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#115You pay per token, even on subscription models the limit is tokens. If I was valued at 1 trillion dollars, and I was in the hole enough to sink a couple small countries' GDP, maybe I would slowly start to optimize to maximize token usage. I want to sell tokens, how do I sell more tokens? Not by doing the same work in less tokens, that's for sure. This is like if you pay me by the hour and then excitedly tell me that…
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#116This really hit home for me: In some cases, workers are also being asked to automate the parts of their jobs they enjoy most, Hinds said on the podcast, pointing to customer-service employees who enjoy building relationships but are increasingly expected to supervise AI agents instead. "That's what gives you joy and meaning at work," she said. "That is very dangerous." What's a 20% productivity gain if I constantly f…
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#117Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#118This really hit home for me: In some cases, workers are also being asked to automate the parts of their jobs they enjoy most, Hinds said on the podcast, pointing to customer-service employees who enjoy building relationships but are increasingly expected to supervise AI agents instead. "That's what gives you joy and meaning at work," she said. "That is very dangerous." What's a 20% productivity gain if I constantly f…
When I was given a semi-ultimatum "use AI or get fired" kind of thing for writing code I had a brief bout of depression/sadness. Whereas my friend doesn't care/says "I get paid to not work". I have gotten past it, now I'm just like, I'll do what I need to do to get paid since unfortunately I'm in a lot of debt so I need this job. I learned to code in 2013 so I like typing the code myself but now it seems like a waste…
You come to a point where you realize that you're not doing anything that creative, or nothing you haven't done hundreds of times before, maybe every few years you switch to whatever new tech stack has gotten popular, but it's fundamentally all the same. And you start to realize that everything you do has a lifespan of a few years, and then you (or probably someone else) will re-do it.
As retirement starts feeling like it is something that will happen sooner than later, you look back and see that almost nothing you've built is still in use, or will be for very long after you're gone.
I hope to retire in about two years. At that point, I plan to not be using any technology or computers in my life for a while, or as little as possible. Maybe at some point I'll rediscover some of the fun I used to have writing programs for myself, but I suspect I'll need a long break before that happens.
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#119Earlier quoted context omitted.
This is an important point. My light-bulb moment was when I talked to a product owner in a previous job, and I expressed surprise around an expensive planned change, because it didn't seem that valuable to our customers. He said, "Almost half of what we do is not that valuable to our customers, but it's valuable to him, and her, and him", pointing through the conference-room window at my fellow programmers, "and that…
By that logic, pair programming should have taken off
Re: Workers are spending over 6 hours a week botsitting AI, fueling job frustration
#120Earlier quoted context omitted.
Do the engineers not derive enjoyment in their jobs from making the customer experience better? This does track with what I've experience in my career, where we've gone from everything being to better the user experience to tech companies sort of trying to out-do each other in their technical solutions while the software continuously gets worse and more antagonistic.
This is the danger of isolating engineering from customers, or even internal customer-interfacing employees. If all they see is code, they will get satisfaction from tidy code, not user happiness. One good thing about AI is it elevates product engineers because they more directly bridge the customer-product-code divide.
I've been at a place that is basically microservices slop (several dozen services per engineer). They're all poorly maintained and at least a solid 40% of all this code that they've written could have been just a traefik or nginx configuration/container.
When you have a lot of inexperienced (relative to industry) and overworked software engineers, the solution to every problem becomes to write code and writing new code should be a last resort.
Worse still, there's just a poor general understanding of the internet protocols they're working with and of how to do distributed systems right. Unfortunately with LLMs I've been seeing this get worse, not better.
They use the LLMs for code generation but not architecture review. Bad ideas are getting fully-baked quickly before anyone with good sense can intervene.