The Exhaustion of Talking to a Tool
BrunoBernardino
68 points
73 comments
June 26, 2026
Related Discussions
Found 5 related stories in 704.1ms across 14,015 title embeddings via pgvector HNSW
- I'm Tired of Talking to AI theorchid · 1878 pts · May 27, 2026 · 55% similar
- The human-in-the-loop is tired haritha1313 · 132 pts · July 17, 2026 · 54% similar
- When moving fast, talking is the first thing to break Brajeshwar · 110 pts · April 19, 2026 · 52% similar
- Is anybody else bored of talking about AI? jakelsaunders94 · 614 pts · March 24, 2026 · 52% similar
- Better Models: Worse Tools leemoore · 138 pts · July 04, 2026 · 51% similar
Discussion Highlights (20 comments)
dsjoerg
I feel the opposite. Interacting with humans, I definitely pay a social tax - I have to negotiate the feelings of the people involved. With LLMs there is no social tax, I can be as blunt as I like. But there are other taxes to pay with LLMs; they don't learn, they BS relentlessly, there is less fun and camaraderie. But "social tax"? No, there is not a social tax.
yellow_lead
I just use it as Google, like 'ts Omit example' or something. so I don't get exhausted. If you write complete sentences and say please to the clankers, you're definitely gonna waste energy. I agree they are too slow though, especially when they "Think" for so long and then say "something went wrong" after 30s.
enraged_camel
>> Is it worth the social brainwork? IDK, for some tasks maybe - there are things a single person can do now that would have been impossible a year ago. But for all tasks? And wouldn’t that social brainwork do more good if it was directed at the real people you are working with? It's the opposite. Many people find it exhausting to interact with humans, and do so only because they are required to. Humans often don't understand what you are saying or asking, and they may not know exactly what steps they need to take to find the answer. They get tired. They might get their pride hurt. They might get angry or frustrated. They might judge you because your question is silly or just wrong. LLMs, for all their faults, have none of these issues. I'm not saying I'd rather talk to LLMs all day every day, but when trying to get shit done, they really can be the superior coworker, especially if you're an introvert and suffer from social-battery-drainage issues.
thimabi
I’ve been experiencing similar feelings. Working with LLMs often takes almost as much mental energy as working with people, but the payoff does not always scale in the same way. I think we are still on the early days of LLMs. Right now, using them productively requires deliberate thought and an acute knowledge of their limitations. As the author says, it’s easy to get angry at a model, or to foolishly let it nudge you towards more code and more tests — even when that is suboptimal. To a certain extent, models keep getting better and better at discerning our intentions and providing value. Yet I am not sure whether we will reach a point where using them successfully no longer causes the kind of fatigue that it does today.
01100011
Not my experience, but I'm still new at this. The way I have worked so far is to look for ways I can influence the model's "thinking" and then add that to my main AGENTS.md. I try to steer it towards a thought process that mirrors or exceeds my own. I find it a fun challenge. I think this stuff becomes less necessary in a year or so as these sorts of tweaks become part of the shipped product from the model makers.
dllrr
The productivity gains are well worth any nits I have about responding to the LLM. LLM: "I've just refactored your code base. Would you like me to also fully document it?" op: "you're so needy!!!"
kasey_junk
Most of my workflows have slowly moved away from the chat interface with llms. Instead they look more like traditional Unix pipelines that just happen to call Unix tools that interact with llms. This allows me to make more repeatable processes, not be tied down to vendor implementations of workflows and mix and match models for cost and efficacy. There is nothing that ties you to talking with the text generator black box, and for most of my use cases it’s a negative.
Jonovono
Man, I don't know. LLMs (with the good and bad) feel like the first time a tool has genuinely been an extension of me. And quite the opposite. I'm a quite introverted person. Spending time in a meeting or talking with other humans I find quite exhausting. I don't really get that at all with talking with LLMs.
JKolios
> When you use an LLM, [...] you get to pay the social tax: you converse and negotiate and convince and sometimes even get angry1 at the so-called tool. Might be a subjective opinion, but this is how writing code always felt to me, even pre-LLMs. An ongoing inner conversation where I try to convince the text on the screen to match the text in my head. It never really felt like tool use in the sense of manual labor.
joenot443
Looks like the author submitted it themselves to lobste.rs. Some nice discussion there, as well. https://lobste.rs/s/csgzki/exhaustion_talking_tool As an aside, it's nice to see that Lobsters has remained a quiet success. As much as I love HN and the work Dan's done to keep it how it is, I welcome to variety. There are vanishingly few places for polite and earnest discussion online these days.
blucollar_coder
I talk to my AI all day. Sometimes my voice goes hoarse
chopete3
AI is the new dope for developers. Introverts are first line of serious addicts. ADHD developers are next. Procrastinators are after that.
stillpointlab
I feel on the other side of this. Just yesterday I was reviewing some code output from Claude and I realized a change that I had asked for in a previous review step wasn't what I wanted. I had a moment of social anxiety, like I didn't want to bother a coworker with my indecision. But I have to remember, the LLM doesn't care. It doesn't have an ego. It doesn't get annoyed at being asked to redo work. I still say "please" and "thank you" frequently, but I'm starting to embrace the fact that the LLM doesn't care about grunt work, doesn't care about rework, doesn't care about nitpicking, doesn't have a preference in general. It needs very little more than for me to be completely clear in my instructions.
kstenerud
> When you use an LLM, you don’t get the tool magic: (almost) nobody will claim that Claude or Cursor feel like an extension of their body - they are not consistent or fast enough to trick the brain like a keyboard or a car can. These all seem the same to me? None of them are an "extension of my body"; they're tools I use. > With LLMs, you mostly just get more of the same: more code, more tests, more excuses. You get more specs, more plans, more code, more tests. If you're getting excuses, something's wrong. > Is it worth the social brainwork? There isn't any social brainwork. I'm using natural language to build things, not engaging in social discourse. > LLMs ask us to talk to them, but rarely reward that effort in kind. Nor should they! They're not people, but they're designed to reach goals. If you set a goal (explicitly or implicitly) that you want a social conversation, they'll try to satisfy (and do poorly).
dwa3592
I think it depends. If talking to a tool solves a bigger exhaustion (a bug that has been bugging you for a while) then the exhaustion from talking to the tool becomes normalized. I guess this is true for any tool really. Using a hammer causes a bit of strain in your muscles but if it solves a bigger issue of nailing something in the wall then that strain in the muscle is fine. It will take some time to develop that muscle working with AI too.
Brainspackle
i read this post while AI was busy managing jira tickets for me. Otherwise I wouldn't have had the time to be browsing HN right now
jdw64
I talk almost exclusively with AI these days. There's no one around me who knows programming, I get tired of reading code for projects I'm not interested in, and the projects I am interested in are too difficult, so I just talk with AI, organize my thoughts, and read books. There's no one around me who does programming. There are hardly any programmers in my town. The upside is that most programming-related tasks in my town end up going through me. The downside is that there's not much work to begin with, and I can't talk about the things I'm actually interested in. I'd like to stay in touch with friends who are interested in programming or academia, but since I didn't go to a good university, it seems like I haven't had much of a connection with them
newtonianrules
Could you imagine how destroyed people like this would be if they faced actual adversity in life? Like if they had to live through the Spanish Flu, or the Great Depression, or hell even lose a loved one to something as now trivial to treat as tetanus? Oh, the horror, having to type to a system that will do your job for you while you sit in an air conditioned office in a comfortable chair listening to a podcast while you work.
interestpiqued
My exhaustion comes from how long winded LLMs are. I ask simple questions and get an essay with bullet points.
throwawa14223
I feel this. These tools are viscerally unpleasant. Meetings used to be the thing I didn't look forward to but chatting with an AI is the new low point. Reading AI generated text is the written word equivalent of nails on a chalkboard.