Live data from Hacker News

Are we offloading too much of our thinking to AI?

artfish.ai

51–60 of 512 posts

Re: Are we offloading too much of our thinking to AI?

#51
post #2

I know that the common refrain is “think of yourself as a manager now” but I’ve actually taken the opposite approach and have been telling anyone I train the same. Diving deeper into technical understanding makes more sense to me at this point both as a way to make yourself more useful in the age of AI and also to use AI more effectively. I regularly tell the kids to grab a text book on a subject that interests them…

a commodity is something of low value unless in a large aggregate.

Re: Are we offloading too much of our thinking to AI?

#52
I'm not personally, since I don't use GenAI at all.

Especially given the comments I see here and on other tech and programming forums, I hate the direction things are going.

I still have some hope this will all fade, but the damage done will be worse the longer it goes on, I think.

Re: Are we offloading too much of our thinking to AI?

#53
post #13

imo no way But this varies from person to person Some of us overthink already and offloading to AI just enables us to overthink more in other directions than we would if we didn't have ai

I know people like that - the amount of inane, obsessive and just strange conversations they have with AI is concerning - there's never any actually useful result or information that they get out of these chats.

Furthermore, there are some clearly wrong questions where person asks AI to make some kind of numerical evaluation of some data. And evaluation is done entirely through inference - essentially a hallucination, instead of some one-off python script which can actually give deterministic calculated evaluation. Yet they accept the answer AI gives them.

Re: Are we offloading too much of our thinking to AI?

#54
post #31

The question presumes that most of us are "thinking" in the first place, when in actuality, most of us are just acting according to the patterns that have emerged from our encounters with the thoughts of others. We generally adopt them and/or try to hallucinate coherence when they conflict. Very few people actually "think". It's hard work and takes time. We neither have (take) the time nor are we particularly motivat…

> the modern life

I don't think modernity caused any sort of degradation.

You said it yourself, "thinking is hard work". It's rational to save energy. This might even have incentivized the emergence of mimesis in humans, which is arguably the foundation of our ability to cooperate at large scale.

https://en.wikipedia.org/wiki/Mimesis

Maybe a few of us do the hard work of thinking, and, if we figure out something novel and useful, huge numbers of people ape us uncritically. It's not an inspiring picture of humanity, but it's also not a reason to disparage anyone. More of a fact of life to be dealt with strategically.

Re: Are we offloading too much of our thinking to AI?

#55
post #4

Maybe it's a way of perspective. I adore to use AI to actually learn, so I don't feel like I offload thinking. I use AI to do all the research which earlier I did manual through google search. I still make my own decisions, I just let Claude spoon feed me all infos I want and need. Feels great man

It’s just so sycophantic though.

Lol, wdym. I like to prompt it that I want evidence, so when there is any new topic where I currently don't know how to tackle it myself, I ask that it does a research and give me evidence. So i can check the sources myself. Like I said, I let it spoon feed me.

When I know upfront how to do anything, I just give all the instructions. But the OPs point was If we offload thinking too much, so that's why I was just thinking about this example when I need thinking - that's usually when I need to learn something new.

Re: Are we offloading too much of our thinking to AI?

#57
I’ve found that when I ask AI to do something for me that I know how to do myself - but would rather not spend the time doing - there is a not insignificant chance that the AI will return a subpar result, which I can usually tell rather quickly. Either by glancing at the code, or trying to compile it and getting an error.

This happens frequently enough that it creates a real disincentive for me to use AI for anything that I already know how to do - and use it exclusively for things I don’t know how to do.

It’s deeply frustrating to realize you just wasted 20 minutes posting error messages into Claude when you could’ve just locked in and written it yourself.

Re: Are we offloading too much of our thinking to AI?

#59
This is exactly the lens I use myself. I write AI software and I use it in my development process, but I try to use the AI to do things that don't remove my agency, but extend my capabilities: - Debug things. It knows way more than I do in many areas and it sees things I will miss. If I'm struggling to find the answer, maybe it will succeed. - Review things. It has a wealth of experience I couldn't possibly have. Ask it to critique my work and provide an alternative perspective that I can't provide myself - Implement a design. I have already gone through the thoughtful engineering to decide what to do and how to do it. The rest amounts to translating pseudocode to the programming language. Let it type what I would have typed anyway and save me the hassle of typos, looking up function and parameter names, and other such mechanical details. Let me use that time and mental effort to better consider my design, try more alternatives, or build more things, providing more value overall. - Suggest ideas. Even as a 20 year professional, there are things I don't know or haven't considered. Is there a newer, faster, or more maintainable way of doing this? Is what I wrote clear to anyone other than myself? Before AI, I would ask coworkers, search the web, or reference other sources. Now I can get an immediate suggestion from something with tremendous knowledge at almost no cost. It's full up to be to consider what it suggests, further explore the used and learn about them - I don't take the AI at its word and let it decide what is best for me. But I do use it to gain perspective and explore alternatives.

There are some common traits about the thighs I use AI for. They are this that I either couldn't possibly do myself (because I'm biased, or unfamiliar, or have no access to the expertise) or that I would spend a lot of time while having little agency (mechanical translation). I am not replacing learning, thinking, or deciding. I think this is the key difference.

Post reply on HN