1. Make long pauses: 1h of work, stop for 30 minutes or more. The productivity gain should leave you more time to rest. Alternatively work just 50% of time, 2h the morning, 2h the evening, instead of 8 hours. Yet trying to deliver more than before. 2. Don't mix N activities. Work in a very focused way in a single project, doing meaningful progresses. 3. Don't be too open-ended in the changes you do just because you c…
(1) is not something the typical employee can do, in my experience. They're expected to work eight hours a day. Though I suppose the breaks could be replaced with low effort / brain power work to implement a version of that.
AI fatigue is real and nobody talks about it
31–40 of 334 posts
Re: AI fatigue is real and nobody talks about it
#32Re: AI fatigue is real and nobody talks about it
#33I've been building https://roborev.io/ (continuous background code review for agents) essentially as a cope to supervise the poor quality of the agents' work, since my agents write much more code than I can possible review directly or QA thoroughly. I think we'll see a bunch of interesting new tools to help alleviate the cognitive burden of supervising their work output.
You can see the exponential growth of tokens in real time! lol Do you find it works well? With these agents I've found that making the workflows more complicated has severe diminishing returns. And is outright worse in a lot of cases. The real productivity boost I've found is giving it useful tools.
Re: AI fatigue is real and nobody talks about it
#34Earlier quoted context omitted.
> I've had conversations with people recently who are losing sleep because they're finding building yet another feature with "just one more prompt" irresistible. My problem is - before, I'd get ideas, start something, and it would either become immediately obvious it wouldn't be worth the time, or immediately obvious that it wouldn't turn out well / how I thought. Now, the problem is, everything starts off so incredi…
I used to have ideas and jot them down in Apple Notes and then usually forget about them entirely. Now I have an idea and jot it down in the Claude Code tab on my iPhone... and a couple of minutes later the idea is software, and now I have another half-baked project to feel guilty about for the rest of time.
Re: AI fatigue is real and nobody talks about it
#35> Engineers are trained on determinism. I'm fatigued by this myth.
Re: AI fatigue is real and nobody talks about it
#36Re: AI fatigue is real and nobody talks about it
#37progress does not care
Re: AI fatigue is real and nobody talks about it
#38For me the fatigue is a little different— it’s the constant switching between doing a little bit of work/coding/reviewing and then stopping to wait for the llm to generate something. The waits are unpredictable length, so you never know if you should wait or switch to a new task. So you just do something to kill a little time while the machine thinks. You never get into a flow state and you feel worn down from this c…
Re: AI fatigue is real and nobody talks about it
#39Does it matter anymore? Most good engineering principles are to ensure code is easy to read and maintain by humans. When we no longer are the target audience for that, many such decisions are no longer relevant.
Re: AI fatigue is real and nobody talks about it
#401. Make long pauses: 1h of work, stop for 30 minutes or more. The productivity gain should leave you more time to rest. Alternatively work just 50% of time, 2h the morning, 2h the evening, instead of 8 hours. Yet trying to deliver more than before. 2. Don't mix N activities. Work in a very focused way in a single project, doing meaningful progresses. 3. Don't be too open-ended in the changes you do just because you c…