I can relate to this. Last October, I had a real epiphany using Claude Code at work. Suddenly, that initial inertia of starting something whether it’s drafting a JIRA ticket, structuring a PR, or just brainstorming completely vanished. I started using Claude exclusively in plan mode, and within minutes, I’d have full clarity on exactly what I wanted to do and how to do it. With the release of the Opus model, I felt 1…
Task Paralysis and AI
121–130 of 137 posts
Re: Task Paralysis and AI
#122Earlier quoted context omitted.
If you can't get results with the thing I'm getting results with, what other explanation would you give?
What results lmao? Literally everything you've shared has zero-value - yes I checked them out. Thinking wtf is this?
Re: Task Paralysis and AI
#123I do have an actual diagnostic and I had the same experience over the past year with early coding harness at the beginning of the year, then Claude code since its release date. But after 1+year going that direction I really don’t want to continue. The novelty is gone, dealing with AI now feels frustrating and boring, I miss engaging deeply with the actual lower level technical challenges. I do not want to manage flee…
I have done a lot of introspection on this and realized that I'm very much driven by intrinsic rewards moreso than extrinsic. I got into coding over a decade before it was my career because of the exploration, learning, and puzzle/challenge aspect. Every time I have tried to be extrinsically driven (career or OSS wise) it's never worked out anyway. I could have done more to make it successful but I never cared about…
Not for me, but that's because I like playing around with software. So in web apps, the UX is done by me.
I'm not here to invalidate your experience. I get what you're saying and I feel it. I just also want to show the point of view where intrinsic motivation can still pop up (for some people at least).
But yea, it sucks if all of it is taken away from you. I'm sorry to hear that.
Re: Task Paralysis and AI
#124Earlier quoted context omitted.
> [...] considering we're asking people who struggle with avoiding quick dopamine to use it professionally in their daily work life. It's so wild that it never dawned on me, why some people around me were so quick with "Let AI do that!". I'm not saying that each and everyone has ADHD, but I think I underestimated a) the flow of dopamine a successful prompt can set free and b) the craving for it by folks that I deemed…
I thought about it a little deeper and I think software development has always had the addictive tendency. That hunt for the solution to the problem, has a rush when you complete it. It’s just that the rush is more frequent, addiction intensity scales with dose and frequency.
I feel with AI agents, the pendulum shifted back a bit.
I do get what you're saying that software development has an addictive tendency as 20% of the time I am like that as well (and then I'm the "eat, sleep, code" kind). But at the same time, it's just not true for everyone.
I guess what it is: in order for software development to have an addictive tendency for one, certain conditions need to be met beforehand.
> has always had the addictive tendency
If you meant just your own experience by the way then I misread your comment. Since it reads to me as if you're trying to generalize it a bit.
Re: Task Paralysis and AI
#125I could have written this article myself. The addiction part, the ADHD part and the pending test part. The fear of becoming addicted to AI is real and I don't think I'll be capable to stop it, considering we're asking people who struggle with avoiding quick dopamine to use it professionally in their daily work life. My Pro went to Max(5) to Max(20) pretty quickly and I was burning through that weekly limit still, wit…
The counterweight has been, after using it for a bunch of projects, I have internalized that it will very, very quickly get me to maybe 60% and then I'll have to take it the rest of the way mostly by myself (or handholding it tightly for the remaining 40% at a much slower pace). In other words, the initial implementation is practically already there, already done. So there's no rush left in generating it - it's only…
Re: Task Paralysis and AI
#126I do have an actual diagnostic and I had the same experience over the past year with early coding harness at the beginning of the year, then Claude code since its release date. But after 1+year going that direction I really don’t want to continue. The novelty is gone, dealing with AI now feels frustrating and boring, I miss engaging deeply with the actual lower level technical challenges. I do not want to manage flee…
Re: Task Paralysis and AI
#127Earlier quoted context omitted.
> But I felt no accomplishment. It felt just the same as if I downloaded the tool from someone else's repo (and who had an overly eager maintainer that would implement my GitHub issue requests). I get that. I recently watched a "talking head" style video by javid9x, where he said something along the lines of disconnecting from the code emotionally [0]. He has to get into the code to understand that. I get the same fe…
That’s exactly it! There is no feeling of accomplishment whatsoever, because we aren’t really accomplishing anything. The LLM is doing all the work. Out pops an application, but it might as well have been written by someone else, because it was, but also it wasn’t! It’s great that an application now exists where there wasn’t one before, but it’s hollow because I didn’t make it. Nobody made it! It just exists now with…
The answer could be to just push further, and try solving harder problems.
Re: Task Paralysis and AI
#128AI basically killed my joy for programming. I've been working as swe in bigtech for 8 years. I like learning stuff, actually coding stuff with my hands, gather information and understanding before implementing, polish my code. Thats all gone Now I am just a monkey thats: 1) add enough context, description and harness to an agent 2) review ouput and repeat 1) if context is lacking It was bottom to top: from understand…
Re: Task Paralysis and AI
#129I could have written this article myself. The addiction part, the ADHD part and the pending test part. The fear of becoming addicted to AI is real and I don't think I'll be capable to stop it, considering we're asking people who struggle with avoiding quick dopamine to use it professionally in their daily work life. My Pro went to Max(5) to Max(20) pretty quickly and I was burning through that weekly limit still, wit…
Re: Task Paralysis and AI
#130Earlier quoted context omitted.
Strange. I tell Claude Code to do things differently all the time.
I'd recommend a different workflow, with extensive upfront planning. This works extremely well for me: https://www.stavros.io/posts/how-i-write-software-with-llms/ It's to the point that I just push the output of that to production and know it'll be OK, except for very large changes where I'm unlikely to have specified everything at the required level of detail. Even then, things won't so much be wrong, as they'll ju…