Top
Best
New

Posted by yenniejun111 5 hours ago

Are we offloading too much of our thinking to AI?(www.artfish.ai)
290 points | 281 comments
zerobees 4 hours ago|
I don't know if this is a good framing. "Too much" is subjective, and every heavy AI user will assert that they're just unlocking their potential, that calculators didn't make us dumber, etc.

But to latch onto the calculator argument: if you outsource adding numbers to a calculator, you're still you. On the flip side, if you use an LLM do most of your thinking, what's left? We have people here who use LLMs to raise their children, to manage relationships, to design products. So what's your unique contribution to this world - is it the prompt you once wrote? You're standing in front of a token-generating machine, pulling a lever, sometimes receiving gifts. Is that your edge, your unique experience, your purpose in life?

Many LLM maximalists say they use the tech to learn new things, but to what effect? Are you going to apply that knowledge of physics or computer science yourself, or will you just prompt the LLM again?

In my mind, it's pretty simple: I'm a human, LLMs are not. If a human writes a novel, it's inherently worth more because it's hard-earned and anchored to experiences we share. I want to support that. And I want to be a human who can write novels, the old-fashioned way. I'm not good at lifting weights or running, so my thinking is the only thing I have.

jvanderbot 4 hours ago||
Have you read the "Whispering earring" essay? I love it for the LLM era.[1]

You can treat AI as a whispering earring - "What should we do now? How do we fix this? What do you think?" Or you can treat it like an exoskelton - "Implement kd-tree with metric space xyz for this problem, mapping this to that blah blah".

That's pre-thought execution automation that makes review much simpler - you already know the shape of the desired output. The whispering earring is atrophy.

1. https://croissanthology.com/earring

zerobees 1 hour ago|||
It cracks me up that you bring up the exoskeleton metaphor, because I'm pretty sure it originated from a 100% AI-generated essay that made it to the top of HN a while back. So I guess, AI is whispering things into our ears whether we notice or not.
quietbritishjim 27 minutes ago|||
Exoskeleton is such an obvious metaphor for AI (at least, one potential ways of using it) that surely no one, human or AI, could possibly claim credit for it.
jvanderbot 1 hour ago|||
That's a pretty mid-tier metaphor on my part, along with Iron Man + Jarvis, that I don't think I'd even want to claim credit for :)

I will claim the CNC analogy though - I sometimes feel like a modern machinist just walking between machines and listening for screaming metal.

iN7h33nD 19 minutes ago||||
Reminds me of Daemon by Daniel Suarez. I could plausibly see us heading there for sure https://www.goodreads.com/en/book/show/6665847-daemon
jeromechoo 1 hour ago||||
Wow what a read! Thanks for sharing. Really helped me unpack why I’m so bothered by people who c/p AI answers verbatim.
snapetom 1 hour ago||
I did a code review for a really, let's just say "challenging", co-worker a few years ago. There was one block of code that was really obtuse and I couldn't figure out why it was there and what it did. So I asked him.

He sighed like he was taking responsibility for a grave sin and I should admire him for it, and said, "I don't know. I copied that from StackOverflow."

I've felt that AI is just an amplification of what we've all done and been through with SO answers.

jeromechoo 31 minutes ago||
It certainly makes it all the easier for people predisposed to this quality of work.
jr3592 58 minutes ago||||
This is such a good point. It matters HOW you use the LLM.

Come to it with knowledge and understanding of a subject matter, asking for an implementation? That's different from going to it with no knowledge, asking for guidance on everything.

khalic 4 hours ago||||
Thank you for the surprising read
paytonjjones 3 hours ago||||
Something I never considered much is what happens when everyone else is using the Whispering Earring.

You may be more free and independent, but you may also be unable to compete as everyone else easily gains wealth and success. Natural selection doesn't particularly care about freedom of consciousness.

Bleak.

ben_w 2 hours ago|||
Eventually, that becomes interesting. Before we get to that stage, I think we pass through (almost) everyone following almost the exact same advice as each other.

Such people are extremely predictable.

You may have already noticed, before LLMs, cliché? Talking points that make a group identifiable? Words and phrases that act as applause lights or cognitive stop signs? (That last sentence itself being a pair of clichés that you can use to identify where I hang out online).

Anyway, point is, LLMs will give us a memetic monoculture before they turn us all into a world of correctly personalised Whispering Earring wearers. That makes them predictable, that makes them exploitable. It'll be like playing chess against someone you know is using a specific version of Stockfish: even though it would beat you if you tried to fight the system unaided, you can win by asking your own copy of the AI to go one step further ahead, and it will be accurate precisely because it's playing against itself and reacting to its own moves.

(Of course, the fact I've said this in writing means this is in the training data; in the general case this means the LLMs will know that and account for that, but I suspect comments like this won't shift the needle all that much compared to the aggregate output of 3 billion people reacting to short-form emotional manipulation A/B slop)

csh0 2 hours ago|||
This is already underway.

My dog often gets misidentified as a restricted breed. This used to make apartment hunting difficult because, occasionally, the property manager would visually ID the dog breed as banned, I’d have to go to the vet and get paperwork, potentially gene testing, arguing she wasn't, it was a whole thing.

But, recently, the apartment I moved into had an online portal where I had to upload a photo and it would identify the breed to determine if it was approved.

I correctly assumed the portal was using an LLM for this purpose. I wrote a script which submitted different photos of my dog to the major LLM providers until it found a photo which all the LLMs would identify as the correct breed.

I simply submitted that photo and, as expected, passed with flying colors.

ForOldHack 1 hour ago||
I was anticipating that it would have reversed course and flagged you. Blessings on you, and your four footed friend.
sebastiennight 2 hours ago|||
> It'll be like playing chess against someone you know is using a specific version of Stockfish: even though it would beat you if you tried to fight the system unaided, you can win by asking your own copy of the AI to go one step further ahead, and it will be accurate precisely because it's playing against itself and reacting to its own moves.

I don't believe this is how chess works, and I don't believe this is how Stockfish works, and I don't believe this is how AI works.

Stockfish isn't winning because it's playing a better sequence of programmed steps, and having access to "the next version of Stockfish" doesn't mean it can "guess the next move" and play against that.

ben_w 2 hours ago||
I didn't say "the next version of Stockfish".

You have Stockfish version n, see board state s. I have Stockfish version n, see board state s. I want to know what you're about to do, so I put Stockfish into state s, ask it what the best move is, and I know you'll make that move because I know you'll ask Stockfish version n the same question of the same state. I now know board state s+1.

The steps are not pre-programmed, but the program itself is (modulo hardware imprecision) deterministic. If there's a RNG in there then sure, this doesn't work as easily as I wrote it; and there may be randomness in the thing that this is a metaphor for, regardless of if there's one in Stockfish or not, but that's not hard to work with when you want to win against an aggregate: we invented the field of statistics to deal with random numbers because they come up so often.

muvlon 48 minutes ago||
There is deliberate randomness in stockfish. The easiest way to see this is from the fact that, when playing the white pieces, it won't play the same opening move every time. Often it's e5, but it also goes for e4 or Nf3 or something else entirely.

This is by design, and very much necessary for a competitive chess engine. Otherwise, people could do basically what you say: Run an offline (as in, ahead of time, with ample compute resources) search against stockfish that finds a line where it loses, then make an engine that plays that every time.

As a consequence, even if you know that your opponent is running stockfish, you can't really use that against them. Your best bet is also just running stockfish.

chowells 1 hour ago|||
It is literally impossible for everyone to obtain wealth. Wealth isn't a number or physical circumstances. Wealth is having economic power over the people around you. Success is a little more nebulous, but when thought of as a relative of wealth it's similarly contextual.

The danger isn't everyone but you getting wealthy. The danger is that wealth tends towards concentration. And it tends to concentrate around people who are already wealthy. The danger is, bluntly, that things will get worse for all but a few and most people will be so caught up in a red queen's race that they can't see how to stop.

SamPatt 34 minutes ago||
No. The world has absolutely gotten wealthier over the last few centuries.

Wealth is obviously not zero sum. Humanity is far wealthier today than before the industrial revolution, and the trend is still towards increasing wealth.

beepbooptheory 1 hour ago|||
This has a nice, Borgesian, charm to it but I feel like it's premise is confused. If it's just about the here near-empty signifier of "happiness," what does the magic tech of the earring actually contribute to the parable that some hypothetically perfect narcotic wouldn't?
jvanderbot 55 minutes ago||
The earring doesn't make you feel better, it actually produces a better result. It's never wrong. You might regret addiction, for example? Also, it's a parable. Take it too literally and it loses its charm.
ClikeX 19 minutes ago|||
The thing with calculator argument that always gets me. I do math unconsciously all the time. Even something as simple as adjusting a recipe when cooking. I don't need to grab a device to do that, I just do the quick math in my head. And the only way I can do that is because I learned how to do math. And even with a calculator, I still needed to know what to calculate. The argument "we don't need math, we have a calculator" assumes you always get a textbook question that lays it out for you.

Same goes for LLMs. I can use them for programming, and they're very convenient. But I still need to know what to ask it and make sure it stays within the confines of what I want. And without my knowledge I would have no clue if what it's trying do is correct, or safe.

Naturally, this assumes a workflow where you do actually look and modify the output yourself. But I'd argue that any non tech person is inevitably going to hit a wall where they can't debug themselves out of without getting a human involved.

abalashov 14 minutes ago|||
Underrated and paradoxical element of this, to which, as far as I can tell, LLM boosters offer no solution:

> And without my knowledge I would have no clue if what it's trying do is correct, or safe.

I would contend you got the knowledge by typing the code yourself, that there's no other way to get it, and that if you stop typing the code yourself--and the slogging that entails--you'll lose the ability to prompt LLMs effectively.

It's not that I think the physiokinetic aspects of typing as an input mechanism hold some metaphysical distinction, but rather the level of engagement it forces with the code, and the units in which it does so. I'm not aware as yet of any viable replacement for that.

It's easy to trade on decades of software engineering experience with LLMs: with sufficient experience, everything goes around and comes around, almost any pattern is recognisable, the gratification is immediate, the benefits are now, while the costs and disasters are down the road.

However, the technology world is not static, and if you don't keep up with new frameworks, libraries, languages and other tech in that physical-mechanical "mind-body-keyboard" way that typing--or something substantially close to it--accomplishes, you will lose the ability to navigate that world fluently. That will take down with it the ability, over time, to formulate useful prompts and competently review the output.

delusional 6 minutes ago|||
> I just do the quick math in my head. And the only way I can do that is because I learned how to do math.

A lot of Hacker news commenters tend to overestimate human ability without education. That is, the tend to believe that people are able to do a lot more without regular training than they actually are. They believe that "math" is some naturally ordained eventuality that humans just do, or likewise that "reasoning" is some immutable natural behavior. In truth these things are "unnatural" human reinforced structures that we have to learn and adapt our brains into.

obscurette 38 minutes ago|||
> calculators didn't make us dumber

I think that most of people misunderstand what calculator changed. Calculator didn't replace people doing math, calculator replaced mathematical tables, slide rulers and other already existing devices.

And regarding making people dumber ... Math teachers who saw this change said that there was a clear shift – students started to think less critically. With slide rulers and tables you had to think about answers – significant figures etc – with calculators you don't.

Tubelord 25 minutes ago|||
You still have to think about significant figures with calculators I used. Most will produce an irrational number result with as many insignificant digits that will fit on the display.
elmer2 4 hours ago|||
"Many LLM maximalists say they use the tech to learn new things, but to what effect? Are you going to apply that knowledge of physics or computer science yourself, or will you just prompt the LLM again?"

Many of the LLM maximalists I know don't have the skills or knowledge to excel in technology and need to use LLMs to do their job. It's seen as a cheat code to get work done.

As an example, A person I went to high school with that could barely figure out how to setup a Drupal site a few years ago, is now a frontier engineer at an AI startup. His Linkedin posts are filled with AI buzz words on a daily basis.

"It's inherently worth more because it's hard-earned and anchored to experiences we share. "

At some point, it will be impossible to tell the difference. Many people already can't tell if something was generated by AI.

MisterTea 3 hours ago|||
> At some point, it will be impossible to tell the difference. Many people already can't tell if something was generated by AI.

So what if its indistinguishable - its not a product of human intellect or effort. I feel there is a large disconnect where people look at artful output such as music or writing as a thing no different than a box of paper clips. To them, "It's just there." They don't care how it got there, they just like the feeling they get from the consumption.

That's fast food thinking; It's engineered to be "tasty" in the sense that they put the right amount of chemicals into the food to tickle the right nerve endings. It's junk food that exists to turn a profit. Whereas even the local diner puts effort into its food and has a damn fine Greek menu and the best mozzarella sticks.

planb 1 hour ago|||
I’m not sure it’s so simple. I went on a trip with friends this weekend and cut a video from all the short clips we filmed on our phones. Before AI I would have used some song from my music library as the background tune. This time I created a song with Suno that fits the clips and includes some funny anecdotes from our vacation. If I was very talented and had the time, I could have written the lyrics and recorded the song myself (which undoubtedly would be even more awesome), but I can’t do this. So I used AI as a tool to do it for me. Everyone agrees it’s more personal and a better conserved memory of our shared experiences.
ElProlactin 3 hours ago||||
If you knew how the modern music industry and local diners work, you might not be so impressed.

It's not all artisanal, made with love goodness just because human hands did it.

ericfr11 2 hours ago||
But the AI would not be able to perform live on a stage, producing emotions. I can't imagine staying 3 hours in a crowded room looking at a robot or a computer screen, even if it produces great music. Or if we get to that point, what gives the right and permission for humans to exist anymore?
pixl97 14 minutes ago|||
>But the AI would not be able to perform live on a stage

The vast majority of music consumption is by people that have never seen the artist live. Hell, I have no idea myself if there is a human behind it.

>what gives the right and permission for humans to exist anymore?

Nothing. We are just a mote in incomprehensibly small fraction of eternity. Eventually the process of equalizing entropy will erase all traces of our existence. Enjoy it while you have it.

ben_w 2 hours ago|||
> I can't imagine staying 3 hours in a crowded room looking at a robot or a computer screen, even if it produces great music.

May I introduce you to the runtime of The Lord of the Rings films?

Also the American Federation of Musicians' campaign against "robot" musicians replacing live musicians in movie theatres? https://www.smithsonianmag.com/history/musicians-wage-war-ag...

ben_w 2 hours ago||||
I'm not sure what you're arguing here?

If it's indistinguishable, that could be because the user doesn't care to look closely, or it could be because it's just that well made now. For simple profile pictures, I genuinely stopped being able to tell if I'm looking at a real photo or not last year.

> That's fast food thinking; It's engineered to be "tasty" in the sense that they put the right amount of chemicals into the food to tickle the right nerve endings. It's junk food that exists to turn a profit. Whereas even the local diner puts effort into its food and has a damn fine Greek menu and the best mozzarella sticks.

The former is molecular gastronomy: https://en.wikipedia.org/wiki/Molecular_gastronomy

The digital version fast food we already have and is a little different, in that it's the tuning of "the algorithm" to addict us, while text and image models* seem to be trying to actually fool us.

* I suspect video and music models are trying to addict, but I'm not super sure either way.

budsniffer952 3 hours ago|||
>That's fast food thinking

You're simply drawing the line where it suits you.

I don't consider it pure human coding if you use anything but Notepad.

hoppp 2 hours ago||
What about punch cards?

Real programmers write the code and throw it away after compilation. All the fixes happen in the binary. You are not a real programmer unless you debug hex dumps and add changes directly to the compiled program.

Text editor? No. You punch the program on cards and then wait 1 week to get your turn and get a compiler error.

pixl97 13 minutes ago|||
https://xkcd.com/378/
budsniffer952 2 hours ago|||
Nope, I draw my line at Notepad!
ElProlactin 3 hours ago||||
Perhaps you underestimated the person you went to high school with? The fact he or she "could barely figure out how to set up a Drupal site a few years ago" doesn't mean much. Lots of people are capable of immense progress when they apply themselves.
palmotea 3 hours ago||||
>> "It's inherently worth more because it's hard-earned and anchored to experiences we share."

> At some point, it will be impossible to tell the difference. Many people already can't tell if something was generated by AI.

Nit: it won't be impossible, just so hard so most people won't bother or give up if they try, and society will settle into a mediocre, regressed state. Then wait a little while, and the next generation will justify their mediocrity as actually some kind of progress, and the people who knew better will be dead and unable to challenge that.

More technology != more progress. Just look what social media had done. At its best, it's like what came before, just more isolating.

pixl97 11 minutes ago||
I mean, you act if society is something that always progresses into something you in particular want. Studying history shows us that society commonly progresses in to horrific terrors that defy reason. And so we may be entering that state again.
idiotsecant 3 hours ago||||
If we're contributing anecdata I have used LLMs to tremendous effect to learn all kinds of interesting stuff because I like learning interesting stuff and LLMs can tailor the level of instruction to exactly where you're at and don't mind questions interrupting ever 6 seconds which is better than both textbooks and teachers, mostly.
bluefirebrand 2 hours ago||
Have you ever tried to do the thing you learned without the LLM holding your hand?

Or are you just assuming you learned something because you made a finished product of some kind?

ex-aws-dude 2 hours ago||
The question is does that even matter

You may argue what if LLMs are inaccessible but that’s like teachers saying “you won’t always have a calculator”

ClikeX 7 minutes ago|||
> that’s like teachers saying “you won’t always have a calculator

They were right, though. For one, you still need to now what kind of equation to put into the calculator. If you don't know the concepts, what are you going to calculate. Real life situations don't actually spell out neat textbook questions.

And just take a look throughout the day how many quick maths you do subconsciously. Just things like cooking or grocery shopping have tons of moments where you just do the calculation in your head. And you can do that because you've learned how and when to do that.

It's not just a matter of "What if it's inaccessible", but also "Do you want to be dependent on your phone even more". Are just going to walk around with your phone on voice mode narrating your life into your LLM to let it tell you what to do?

bluefirebrand 49 minutes ago||||
An LLM always being accessible is not my problem

My problem is that filtering all of human creativity and expression through an LLM is ugly

walt_grata 1 hour ago|||
Sure it does. I still nees to know the correct mathematics to type into the calculator and the calculator is deterministic. If you don't understand it without the llm explaining it, how can you be sure you actually understand it? How can you catch mistakes made due to it being non-deterministic? Ask another llm? Same problem
budsniffer952 3 hours ago|||
This is the classic gatekeeping our industry loves:

"This guy couldn't do a thing we found easy, now he can! Boooo!"

Yes, I can now set up a Drupal website in a few hours. That is great for me.

ThrowawayR2 2 hours ago||
"Gatekeeping" is a derogatory way of saying "maintaining standards of quality", usually by those who stand to benefit from lowered standards. I heartily approve of "gatekeeping" because I like having competent co-workers.
slibhb 4 hours ago|||
> In my mind, it's pretty simple: I'm a human, LLMs are not. If a human writes a novel, it's inherently worth more.

While I appreciate you laying it out so plainly, I disagree. A novel is a bunch of words and I don't care if they were written by one person, five, an AI, or infinite monkeys on typewriters. What's valuable in a novel (or a poem) is in the words.

dml2135 4 hours ago|||
Wow, I could not disagree with this more. What’s valuable about a novel is the social relationships it fosters, both in relation to the author, and also all the others that have read it. I read a book to better understand what other people are thinking, how they see the world — both directly from the author, and indirectly, in discovering what other readers may have found valuable.

I can maybe understand finding value in a machine-written novel if others also read it and enjoyed it, but having an LLM spit out a novel and reading it in isolation, that would be a complete waste of time to me.

ericfr11 3 hours ago|||
What if the original idea/concept was from a human, who used an LLM to extend and write the book?
beej71 2 hours ago||
For me in that case, I'd value the story but not the writing. I want to know that a human has had the experience of writing what I am having the experience reading.

If I find out after the fact that an AI wrote it, the writing becomes bland, like a magic trick exposed.

slibhb 2 hours ago|||
It seems to me that you don't like reading (which is fine). Some people enjoy reading words strung together in a certain way. The value comes from the simple relationship between the text and the reader, not on some kind of social connection.
beej71 2 hours ago|||
It seems to be that you don't appreciate the relationship between the author and the reader and the author and the text, which is fine, but is a bit tragic.

Not that I doubt that one day people will simply gather around the AI infinite story creation bot. They just won't know what they're missing. :(

dml2135 2 hours ago||||
I love reading, and I was explaining precisely why I love it.
dwaltrip 2 hours ago|||
Ironic, as you didn’t read their comment…

> The value comes from the simple relationship between the text and the reader

This is not some universal truth, yet you state it as such.

People can get different things from a text.

sorokod 3 hours ago||||
novel is a bunch of words

or even a bunch of characters, bunch of pixels and so on.

To me this is the wrong level of abstraction that is not sufficient to encode the meaning of literature.

horsawlarway 4 hours ago||||
Generally speaking - I agree with you. Source bias is a real logical fallacy, and failing to evaluate the content itself, regardless of the source, is a problematic view of the world.

In the same way that I don't need the lumber in my house "hand sawed" for it to achieve my goal of creating a habitable space.

---

But more broadly, I do think there's space to at least question the use and role of AI.

Because while content can (and should) be addressed directly, there's a valid meta-conversation about the intent of producing content, and the results producing that content might have.

What goal does producing this content achieve?

What is the role of this content in society?

Is this content, on this scale, an appropriate thing to be making?

These are MUCH harder questions - often because we've shifted from concrete (content) to abstract (value judgements).

To go back to my housing analogy: We're no longer evaluating the benefits of hand-sawed vs power sawed timber. We're discussing whether our housing is built in the right spots, if we're building enough of it, and are we allocating it in the right ways.

tines 2 hours ago|||
> Source bias is a real logical fallacy

This is irrelevant because we’re not using the source to judge the strength of an argument. Logical fallacies have only to do with the strength of a logical argument, nothing else.

To illustrate this, if I sell you some energy and you ask whether the energy comes from burning children or from a solar farm, I can’t say that it’s a logical fallacy for you to care because all energy powers your home just the same. You don’t owe any consideration to the content (energy) at all, because energy is not an argument that is subject to the source fallacy, to treat it as such is a fundamental category error.

Even to take your tack and say “We should consider the energy generated from burning children apart from its source, because we don’t want to fall prey to the source fallacy. However, the societal effects should also be taken into consideration…” shouldn’t be countenanced.

beej71 1 hour ago|||
There's a road in California that is the last hand-built road made in the state. Nothing special about it, in particular (aside from the terrifying, exposed drop), otherwise.

But since I know the human history of the road, it _feels_ different when I'm on it than other machine-built roads.

It's the same in a hand-made house. Knowing the human labor gives the house a different vibe.

If we look at 10 paintings and one was painted by a human master artist, it becomes, to me, more impressive than the AI works, even if it isn't the award-winner.

These sentiments are incredibly subjective, of course. Some people simply feel no difference between a hand-made brick and a machine-made brick other than the latter is likely cheaper and of higher material quality.

But for those of us looking for the indescribable _soul_ of the work, we fail to find it in those produced by machine.

I just visited Lowell National Park and watched the mechanical looms in action. The cloth they produced was blandly soulless, like all the cloth we use and wear and discard. The loom itself, on the other hand, was a hand-built mechanical work of art, and felt amazingly _human_ by compassion.

This isn't something we tend to value in the US, though. The closest we get is people hanging their kids' childhood art on the walls and buying custom art at great expense to increase social standing. And a few support-your-indy-artist types.

pton_xd 2 hours ago||||
> A novel is a bunch of words

> What's valuable in a novel (or a poem) is in the words.

Even if the words are a lie? Misleading? False?

I'm not even talking about LLMs. What if it's propaganda designed to influence your thinking, possibly against your own interests; are those still valuable words that you'd cherish reading?

My point is that the source matters, intent matters, and authenticity matters. To me, anyway.

brainwad 20 minutes ago||
Most (all?) good novels are propaganda designed to influence your thinking.

If a machine could truly provoke thoughts as well as a human author, then yeah it'd be worth reading its work, too.

ThrowawayR2 3 hours ago||||
LLMs are inherently backward looking; their training corpus consists of existing works and their ability to extrapolate is ultimately constrained by that corpus. However powerful their proponents claim them to be, they aren't powerful enough to predict the evolution of human society and culture as a whole.

Changes to that corpus that reflect the real world are going to come from incorporating future works created by humans. (LLM generated training data can reinforce fidelity to the current corpus but don't alter it.) The future still belongs to human creativity.

tumdum_ 1 hour ago||||
Reading a book is a way to peek into author's mind. There is nothing to peek into when the book is generated by llm.
drdeca 4 hours ago||||
I think there is both value that comes from the work being authored by a human, and value which does not?
runarberg 4 hours ago||||
You do care though. You may not think you care but you absolutely do. If somebody tells you that in the Hood canal west of Seattle, there is a population of endangered tree octopuses, who are unique among octopuses in that they climb up to land and lay their eggs under fallen tree trunks in old growth forests, and that they are now endangered because road construction is cutting their access to the old growth forests, so they cannot lay more eggs.

You would care about that story, until you found out that this story is a lie, an old April’s fools joke that escaped confinement. The words are the same, but your reactions to the exact words have changed with new information about the source.

When we read personal stories it affects our emotions as we empathize with the author, or otherwise share the feelings that the author is trying to convey. When we find out there is no such author, our empathy and our notion of shared feelings vanishes with the new information even though the words stay the same.

sodapopcan 3 hours ago|||
> You do care though. You may not think you care but you absolutely do.

This is something I have a lot of trouble explaining and generally don't try to because I've never actually studied this or anything. So I can only go from my 45 years experiencing of experiencing art along with others.

Of course if you are just putting on music to work to, this isn't going to matter much if at all, but...

Generally people do really seem to care about the person behind something they are experiencing. The simplest example I can give is one of those extremely well shot photos that very few people have taken from a sitting position of their feet dangling off a massive building. I would have a very hard time believing anyone claiming that such a photo wouldn't give them very different feelings if they knew it was a real person v not. Again, this is the simplest example I can think of but I think it goes much deeper with all sorts of art, ie, most people to some degree are attempting experiencing art through the person who created it whether they "know" it or not. This is evident when presented with something they don't like and say something like, "Who would make this?"

slibhb 2 hours ago||||
Your example hinges on whether a bunch of words is true, not on how they came to be written.

> When we read personal stories it affects our emotions as we empathize with the author, or otherwise share the feelings that the author is trying to convey. When we find out there is no such author, our empathy and our notion of shared feelings vanishes with the new information even though the words stay the same.

This isn't true for me. If I read an incredibly moving poem and later learned that it was written by someone casting the I Ching and picking words out of a hat, it would not affect how I felt about the poem.

dolebirchwood 1 hour ago|||
> You would care about that story

No, I wouldn't. I don't live in Seattle, and I don't care about octopi. Why project what you think a reader cares about?

platevoltage 2 hours ago||||
Completely untrue. Stephen King has a loyal following. These same people aren't going to pick up a generic scary book written by a machine. This goes for music as well.
Forgeties79 4 hours ago|||
I care because it’s not personal, it’s not informed by lived experience, etc. It has no meaning. AI “novels” are just facsimiles of other people’s writings assembled in a way that appears new, but ultimately it’s just an approximation of a person writing a book. Their’s no author intent or context of any kind to consider. It removes core pillars of experiencing literature.

I don’t want a mathematical approximation of writing informed by feelings, knowledge, experiences, etc. anymore than I would want to see an “AI band” perform just because the music is supposedly great. There’s no personality, there’s nothing personal period.

horsawlarway 4 hours ago||
while I understand this argument - I think it consistently falls down when compared to the types of content that are generally purchased and consumed.

I'd argue that most folks get plenty of value from the content itself, entirely separate from the intent, context, or even existence of the author.

I don't care about the motivations of the director to enjoy an action movie. I don't care about the life history of the author to enjoy a good fiction.

I think there is (and should be) space for content where people care, but I'd suggest it's the fringes (ex - majority of music is production grade pop, not meaningful songs, majority of books sales are erotic fiction, etc).

buttercraft 3 hours ago|||
> I don't care about the life history of the author to enjoy a good fiction.

But the fiction is a product of the author's lived experiences. If the author had lived a different life, they would have written a different book. Or none at all. Without life experience, where would stories even come from? Why would they matter at all?

Forgeties79 3 hours ago||||
> types of content that are generally purchased and consumed.

This is the entire issue though. We’ve boiled creation down to “consumable content” like we are all in a boardroom talking market strategy. I am reading a book to enrich my life. Yes I enjoy popcorn entertainment and “low brow“ stuff, not everything needs to be Citizen Kane, but what does it say about us if we’re willing to just sit around “consuming” LLM content which is just facsimiles of actual creation by real people? What is the point when we have more “content to consume” than ever before? It’s just saturating us with impersonal stuff lazily achieved by scraping the real thing and prompting until it outputs something acceptable. Why is the person even making it? The answer unfortunately is almost always “a quick buck,” so I’m not sold.

What is the point of reading a middling fantasy book that a person didn’t even create when there are already likely countless fantasy books in existence/being written right now?

sodapopcan 3 hours ago|||
> I don't care about the motivations of the director to enjoy an action movie. I don't care about the life history of the author to enjoy a good fiction.

...and you don't need to know those things, that's insane. But you very likely are, even (not so) subconsciously, questioning some of these things.

parl_match 4 hours ago|||
> If a human writes a novel, it's inherently worth more because it's hard-earned and anchored to experiences we share. I want to support that

I'd extend on this as well: the process of creating changes you. In a technical sense, where you approach a problem and the way you solve that problem informs you. Both your problem solving skills, creative skills, but also even understanding how a compromise works.

This is why I have minimal compunction about an experienced engineer using AI-assisted coding ("hey claude, define this data class") versus finding AI-art to be repugnant.

The act of creating an artistic work is both an expression, but also the act of ideating and then executing on that changes you. Experience, emotion, and other more intangible concepts.

wincy 2 hours ago|||
I use AI to make songs and pictures for my friends. I barely even listen to music that I didn’t have a hand in making. It’s my favorite genre by far. My kids too. Personalized studio quality songs all day, every day. I suddenly have the power and time to make things I enjoy. I think there’s going to be a hollowing out that’s going to happen where we might not have another Michael Jackson or Taylor Swift or famous musicians because why bother when you can just listen to your own custom tailored tunes. All that matters to me is that I like the song. I don’t care if someone built a custom keyboard or did it on a Stradivarius violin.
dmarcos 3 hours ago|||
I mostly agree with you but, how do you square the use of other types of automation that are not AI? e.g computer animation vs hand-drawn, CAD software for engineering and architecture… Are those lesser art forms or we’re just used to them?
Izkata 3 hours ago|||
> But to latch onto the calculator argument: if you outsource adding numbers to a calculator, you're still you.

Except calculators have been a problem for decades, it's why they're not allowed in school when you're still learning. Without doing the math yourself and internalizing how it works, you won't develop the number sense to tell if the result makes sense (broken calculator, typo, wrong equation, etc).

I still remember my physics teacher using one of the student's test answers as an example of how he should have known it was wrong and gone back over it (I think it was a pendulum on an elevator, his result had negative gravity (so gravity going upwards)).

nicbou 1 hour ago|||
We had exams where the calculator was allowed, because we were tested on our ability to type in the right calculations. The calculator wouldn't save you.
kurthr 1 hour ago||
Even in the 80s HPs would do derivatives (and simple integrals). But, open book tests are the worst, nothing could save you!

I still remember giving Mathematica a relational equation of the atomic radius expectation values for it to integrate by parts and collect terms... at the time it failed to find the right integrating factor and gave gibberish. Probably works now.

rescbr 3 minutes ago||
I had a professor who polled the class if we preferred our exams to be open book or not. First year of undergrad.

The midterm was open book, he even shared the previous year's exams. The final, as expected, closed book, thank you very much.

kurthr 1 hour ago||||
If you can't work in order of magnitude calculations and estimations you're not going to last long in physics. Many useful models give good answers only within a certain range of inputs, while at the same time you often can tell where in a dynamic space you are by external observations. For example, estimating Martian wind speed within a factor of 3x from the size of the sand dunes, can be done having only seen pictures and with only the knowledge of a few dimensionless parameters.

That's also how you can tell if your calculator is "lying" to you (or you typed wrong). I guess I have a few similar tools in spaces where I'm more experienced to see when "hallucinations" and gibberish are being generated by LLMs. Of course having it "check sources" and evaluate its own solutions sometimes also works, if those are reliable, but you're on the hairy edge at that point.

SkyBelow 1 hour ago|||
I see an AI as an advanced calculator, but I see even a simple calculator as a poison to education if not strongly controlled.

Number sense is such a nebulous concept, but it captures what I've seen people struggle with. A general sixth sense about where an equation should or shouldn't go, a feeling that random numbers don't appear quite random enough and might have a pattern, or even recognizing that having a pattern signifies some relationship that otherwise has no evidence.

theturtletalks 56 minutes ago|||
> is it the prompt you once wrote?

Yes, but also the prompts you give after, and the iterations you continue to do. Art is rarely something you build once and forget about. A lot of that going on in AI no doubt, but the builders who polish their work and strive for perfection are still the builders they were before AI.

You mention the novel writer and yes that person who's great at writing novels will create great art. But the ones that are 80% of the way their, but maybe can't nail the ending, or segue into different plot-lines, can now create great art and have AI get them there. Subconsciously, they will get better at those things by using AI and seeing the result.

I'm always reminded of that I, Robot scene where the scientist says "you must ask the right questions." And that is true now more than ever.

ah1508 1 hour ago|||
> calculators didn't make us dumber

For most people, GPS did not improve sense of direction, spellchecking did not help to write without making mistake, deepl did not help to be better in foreign languages. But replacing a bicycle by a motorcycle forces to acquire new skills without losing any, and we can find many example of symbiosis between "The man and the machine" (Lindbergh wrote a book named "WE"). AI could be something like that, after all it is human knowledge reachable in a conversational and contextual manner.

So AI can be used to learn: "tell me what's wrong in my code, or if it can be improved". I also tend to think that the more we code, the more we give AI valuable piece of knowledge to learn from, the best code it can produce, the less the produced code seems alien. It can be a win/win, all depend on the mindset. I like to code and even if I am skeptical about many aspects of AI I can share the workload with a robot, as an exercise or if the time or budget is constrained.

embedding-shape 3 hours ago|||
> We have people here who use LLMs to raise their children, to manage relationships, to design products.

My first thoughts were around trying to understand why these people would do that. What I see a lot around me, is people being afraid to fail, as it's some inherently dumb and bad thing, not realizing that sometimes failing is what makes you learn enough so you don't fail later, or builds resilience in other ways that later will be useful, for others or for yourself. Avoiding the path of harsh failure will put you down the path of mediocrity.

netsharc 3 hours ago||
It's passing the buck, isn't it, if I ask AI and AI tells me something dumb, I can blame AI and absolve myself of responsibility.

At the same time, the troubling allure is that the machine has ingested a million books and has better knowledge than me (e.g. in things like JavaScript or Japanese), so why not trust it about how to raise kids.

murukesh_s 29 minutes ago|||
it's the gut bacteria that is left. lol, that hunger, that emotion, that sense of intuition. Without emotions we are just a naturally evolved LLM.
Wilsoniumite 4 hours ago|||
"What's your unique contribution to the world" is a good question, and I've been thinking about it a lot. One framing I very much like is thinking about the priceable versus unpriceable contributions of a person. As an example, your software engineering ability is priceable (it's your labor). Your value to your parents isn't priceable. The problem is, right now the default assumed value of the latter is 0. Our society only tries to put a value on priceable facets of a person. There's reasons for that, wisdom of the crowds and whatnot, but of course it also means that if an AI can do that thing, economics drives society to adopt AI over employing people.

It's possible to set that latter value to be nonzero. You can't use free markets to set it because they necessarily cannot see what price to set, so you kinda have to guess, but IMO, it isn't zero, and I'd hazard to say it's positive.

amarant 4 hours ago|||
Silly nitpick but the free market absolutely can, and has in the past, put a monetary (positive)value on your person.

We have of course abolished slavery since then.

Which is a weird way of saying I don't think we necessarily should put a monetary value to people. Instead we need to realize that money isn't everything in life. So much of life is unpriceable, and that's as it should be. Attempting to price the unpriceable necessarily makes a mockery of the unpriceable thing.

hsb3 4 hours ago|||
You guys have to look up where the concept of Dignity came from.
purav0788 2 hours ago|||
I don't relate with this at all, are you saying that founders who execute through employees are not creating anything by "themselves", they have no "unique contribution"? Most of us just want to create great products and hopefully get paid for them. And at the end, if I create a great product through this method, I feel equally happy, who wants to grind for a decade over some manual software creation process ?
eCa 2 hours ago||
> most of us

*some of us. This is one of the differentiators (can’t find a better word right now). Some became software developers because they enjoy(ed) the process. Some became software developers because that was the way to make products that made money. Neither is more correct or genuine than the other, but neither can also claim to be a significant majority.

asdff 2 hours ago|||
The calculator argument is interesting because I am for sure slower at arithmetic by hand than when I was in gradeschool able to rattle off times tables and long division and what not, due to calculator use. I know plenty of other people who can’t easily do basic math, like multiplying something by 1.5x as a recent example in my life. Their gradeschool self probably would also run laps around them.
jrozner 3 hours ago|||
Most people only do the simplest of math on a day to day basis. I’d bet that if you asked most adults to do something even remotely non-trivial (addition, subtraction, multiplication) a lot would have trouble without a calculator and/or make a large number of mistakes. That’s probably fine because it’s unlikely most adults are all of a sudden going to have to do non-trivial math without a calculator. That probably isn’t the case for people who are having agents do effectively everything for them in their lives
raincole 2 hours ago|||
> So what's your unique contribution to this world - is it the prompt you once wrote

Why not? You're implying writing good prompts doesn't require effort or thought, which is false to me.

> Are you going to apply that knowledge of physics or computer science yourself, or will you just prompt the LLM again?

To write better prompt is a good reason to learn new things. It's so obvious that more knowledge and experience you have, the better results you get from LLMs.

budsniffer952 3 hours ago|||
>We have people here who use LLMs to raise their children, to manage relationships, to design products

It's not either/or. I think about designing a product in conjunction with AI "thinking" about it. Two heads are better than one.

dolebirchwood 1 hour ago||
>We have people here who use LLMs to raise their children, to manage relationships

Anyone who's spent time in professions in or adjacent to social work would say that a lot of their clients would frankly be better off outsourcing these decisions to LLMs.

njarboe 3 hours ago|||
The same was probably said when machines started making furniture, cloth, harvesting wheat, etc. A desk made custom by a human to your specs is cool, beautiful, and life giving for both involved. And will cost $10-$50k. Maybe with the AIs and robots doing the grunt work, humans could get back to building things for each other. That would be great but I'm not sure what percentage of people are interested in that though.
zestyrx 4 hours ago|||
> I'm not good at lifting weights or running, so my thinking is the only thing I have

I'm not saying this to be snarky, but maybe it's time to work on lifting weights and running. The worth of a novel is, of course, subjective, but most people would judge it based on the entertainment value it provides and not how much human effort went into it. Hobbies like fitness (which don't have an output that's meant to be consumed) seem like a safer harbor in this new era.

BHSPitMonkey 3 hours ago||
I was going to say, neither of those forms of exercise are expressions of a natural talent... they're things you simply do (at whatever levels you can currently manage) to stay healthy. They're good for your mental state, too! (And I could stand to do both a bit more regularly...)
hoppp 3 hours ago|||
Just live your life and don't support the AI machine. Nobody is forcing you, your life quality might get much better and you live your life as an intelligent person.

On the other side, people pushing the intelligence is for losers narrative are already too stupid to create anything that benefits humanity or the planet, so might as well ignore them.

nathias 2 hours ago|||
LLMs are bicycles for the mind, they do not think instead of you
hellisothers 3 hours ago|||
Focusing just on AI wrt our work (let’s say software engineering for now) and letting go the other items. I see a like when this comes up the story is if the AI is doing the arch/impl then what are you even doing anymore? That is honestly not where my value add is, many people can do those two things plenty well, it’s basically commoditized at this point (at a certain experience level). What I bring is all the soft skills and intuition to glue it together and ship and maintain it.

Let the impl go.

Aurornis 3 hours ago|||
> Many LLM maximalists say they use the tech to learn new things, but to what effect? Are you going to apply that knowledge of physics or computer science yourself, or will you just prompt the LLM again?

We had some contractors at the house doing some work. The contractors had been doing this work for a long time. I could tell they were good at what they did because I had some experience with that type of work when I was younger and they were way better than me.

We ran into an unusual situation (old house, old building techniques, overlapping old renovations) that they had never seen before. The contractors pulled up ChatGPT and started chatting with it. Eventually they came up with a solution with some good materials and techniques to make it work without turning it into a bigger tear out and complete rebuild project, and they got quick links to confirm it matched code.

This worked because they had the experience to judge the accuracy of the answers. They still checked the claims against the description of the materials we needed to order. After they did the work they had the experience to do it again, and it didn’t take them any guessing, trial and error, or searching through forums or Facebook groups (which are very popular with contractors) to get advice.

This is the right way to benefit from LLMs in learning something: Get the information then put it into practice so you learn it.

I worry when I see someone claim to learn something from an LLM but then the next turn is having the LLM do the work. It’s like skimming a math textbook but then skipping the exercises and never doing any quizzes. Every student in school learns that you have to practice to really understand something because reading the words is not enough. You have to work through it to internalize it.

LLMs can be very powerful tools in this way. They can also trick people into thinking they’re learning when they’re not. I think everyone has to go through that learning process about how to learn all over again like we all did with calculators in elementary school. There will be a lot of people who get trapped into being LLM promoters, whose output ceiling is limited by what LLMs can do as limited by their ability to recognize what’s right and wrong.

By now, almost everyone can think of someone they know who is happy to turn their brain off and press enter in Claude until it says the task is complete. I worry how this is going to intersect with the Reddit generation who grew up consuming doomer content about how jobs are just “bullshit jobs” and how your goal should be to do as little as possible at work, because there will come a time where those who spent their careers offloading their thinking to LLMs without doing the hard work of learning will not have much compelling reason to be hired over any other intern who can prompt Claude.

On the long term view I can see a lot of the LLM prompters getting replaced by LLMs doing the prompting. On social media like Reddit you can already see a lot of people gloating about how they just copy from Jira into Claude, push a PR, and then have Claude handle code review from their peers while they do nothing. Not hard to see that someone like that isn’t doing much that couldn’t be done by going one level deeper with Claude and letting it automate that person away. You have to put in some work to stay valuable.

barnacs 2 hours ago||
Similar to your contractor example, I like to think of the useful way to use LLMs as doing "grep -C" (show lines surrounding the match).

You provide some context you are looking to expand on and let the LLM autocomplete provide you with relevant terms and concepts that have historically come up in that context and may or may not be actually useful. Then you do due diligence to learn about those related concepts, determine their applicability and distill it all down into a solution.

athrowaway3z 4 hours ago|||
> In my mind, it's pretty simple: I'm a human, LLMs are not. If a human writes a novel, it's inherently worth more because it's hard-earned and anchored to experiences we share.

.... What?

You open up with the calculator argument. Great. Then state "on the flip side". Ok.

And then declare it very simple in your mind when there is _only_ the flip side.

The whole issue is the not-simple gray area and where each of us believes the line between empowered human and brainless idiot is drawn.

dismalaf 3 hours ago||
> Many LLM maximalists say they use the tech to learn new things, but to what effect?

"Many book maximalists say they read books to learn new things, but to what effect?"

First we had verbal transmission, then books, then the Internet, now LLMs. And they all kind of do the same thing.

For me, the value of an LLM is it can take my imprecise query, scour its memory AND the Internet, and then return an answer (with citations if you ask) quicker than I can look for it "manually".

And I'm far from an LLM maximalist...

ofjcihen 5 hours ago||
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 and I do the same.

I’m willing to bet deep understanding is going to become a commodity soon.

allthetime 5 hours ago||
It is easier than ever to learn difficult concepts. It is also easier than ever to produce things that used to require understanding of those concepts without them. Discipline and drive to use these powerful new tools patiently and with purpose is what is required.
pibaker 1 hour ago||
Do we actually have any measurements of if AI helps you learn something better?

Because it is one thing to feel like you have learned something and another thing to have actually learned it well enough to put it in use. There are so many YouTube tutorials on all kinds of subject that will make you feel like an expert in the field after watching, and then you start doing the thing they have supposedly taught you and you can't remember a darn thing, because your "learning" was only ever skin deep and never meaningfully tested or reinforced.

gretch 38 minutes ago||
> Do we actually have any measurements of if AI helps you learn something better?

To me this is intuitively true based on anecdata. 2 examples

1) learning spanish - when I hear or read a phrase I don't know, I type it into the LLM and I learn a new word/phrase. Sure, I could have cracked open a spanish language dictionary, but tbh, I wasn't going to do that. Not to mention that dictionaries are translating word by word and not phrase by phrase.

2) growing vegetables in the garden. I literally watched YT tutorials and did what they did, and now I have vegetables that I didn't before. Yes, I could have probably could have gotten this from a botany book, but once again, I probably was not going to do this. I also was trouble shooting a lot in gemini

Here are the problems I traversed: - How much water should I give these per day? what's the watering schedule? - how much sun vs shade? - when do I move seedling to the ground outside? - Is trimming good? which parts and when do I trim? - [take a picture of weird growth] - Is this a disease on the plant? Or part of the plant naturally?

dakolli 3 minutes ago||
Do you retain that information? Or are you just constantly relying on having access to an llm to re-look things up. The amount of information I retain when using llms to learn is far less than other methods, not sure why, you'd think it would be just as effective as reading a book, but it's definitely not. Probably for the same reason that learning math and always using a calculator does not make you great at math.

I've wasted a ton of my life already trying to make llms work for learning over the last few years, I'm especially bitter about it. I think this technology is a scam made to make us reliant on a think-for-me machines.

demosthanos 4 hours ago|||
I wonder if it'd be more effective to teach how to critically use AI than to try to forward people to textbooks.

For myself, I have found that I am better able to learn new topics than ever before because being able to have a conversation with a moderately competent but sometimes catastrophically wrong AI about any new subject is actually the perfect mix of helpful and unhelpful for learning.

I use a loop along these lines:

* Ask a question * Get an answer * Be skeptical of the answer * Investigate/reason about the answer * Critique the answer * Rinse and repeat

This kind of loop is far more useful to me than any textbook ever has been, because a textbook just drips information into my head. It's more likely to be accurate, but not guaranteed, and it doesn't encourage me to actually engage with the material in the way that a wrong AI answer does.

ofjcihen 4 hours ago||
That’s the beauty, you can do both. In practice I usually just let the AI know what chapter I’m on and then ask questions or have it ask me questions based on the chapter.
dspillett 4 hours ago|||
> the common refrain is “think of yourself as a manager now”

One of the many reasons I'm determined to remain a luddite wrt AI. I hate the idea of being a manager and have refused promotions to avoid it in the past. I don't want to manage automatons any more than I want to manage people. I want to do stuff, not manage.

ozim 3 hours ago||
I find a lot of people are actually happy that they can offload mundane parts of job to automatons and to be really busy with the interesting parts.

It is not like you have to give them fun parts of the job.

While being a team lead for people I actually have to do the opposite. Get interesting parts to hand over to people to keep them happy and pick mundane not interesting boilerplate myself.

fnoef 3 hours ago||
I keep hearing my this very much, so I have a question: what fun parts are there left for me?

It feels like this message of “offloading mundane tasks so you will have more time to do fun parts” is being pushed so hard, but in reality the opposite is happening. Fun parts are being offloaded while I’m left doing the soul sucking and mundane parts

ozim 2 hours ago||
I need a bash script for example. I don’t like dealing with bash or debugging scripts written by others.

I have that part covered by AI so I can get multiple servers up and running and then eventually fix some config or networking here and there which I like.

Instead of bashing my head against the wall.

asdff 2 hours ago||
Different strokes I guess. I love using bash.
georgeburdell 4 hours ago|||
I too give juniors the advice to crack open $textbook. It’s just painful to see the complex things they’ve created with horrible performance and no cohesive data model because they don’t have the requisite academic foundation to hand code the same thing given unlimited time
bryanrasmussen 4 hours ago|||
a commodity is something of low value unless in a large aggregate.
Fordec 3 hours ago|||
Managers, good technical ones anyway, also dive deeper into technical understanding. They don't do it to write more code, they do it to figure out what the developer is saying to ensure the developers aren't blowing smoke.
throwatdem12311 3 hours ago|||
Deep knowledge is going to be the opposite of a commodity.
geraneum 4 hours ago|||
> deep understanding is going to become a commodity soon

How does the text generated by LLM make “our” understanding deeper compared to text written in the books?

ofjcihen 3 hours ago||
I think you have my argument backwards
layer8 3 hours ago|||
Your argument in that quote is completely unclear. Why do you believe that deep understanding is going to become a commodity soon? How would that happen?
geraneum 3 hours ago|||
Yup, my mistake.
ofjcihen 3 hours ago||
No worries :)
therobots927 4 hours ago|||
I couldn’t agree more. It seems AI is very good at middle of the distribution tasks where it has access to a lot of training data - enough to be highly reliable at that task.

Which means as a human your only added value is on the edge of the distribution. Which means you need to be learning and doing more complex, deep topics.

nurettin 4 hours ago|||
Are you really diving into technicals just by asking "sooo what did you do?" to your AI? Without document crawling, debugging and pulling your hair out, how much of it is really a deep dive? I feel like all that effort that goes into generating a mental image from bits and pieces is gone. I'm just grudgingly happy I went through all that before humanity retired.
webdood90 1 hour ago||
The system does not reward deep understanding. It's too slow.

An analogy that I think helps describe how I feel about it all:

AI is like having cheat codes in a video game. You don't have to try hard and develop a deep understanding of how the game works. You aren't challenged anymore and it doesn't feel like you earned winning the game.

It doesn't matter because nobody cares. Businesses truly do not care. You are a cog, a means to an end. It's only about "winning". Now it's no longer fun to play the game.

bsoles 2 hours ago||
I thought it was a myth until the junior developer on my own team responded with "I don't know" to a question about why he made a certain computation during a design review. Because the (wrong) computation was fully AI generated and he couldn't even tell the difference.

Most people don't use AI to learn new stuff. They use it to do "the job" for them and they don't even understand the result. What is the point of a person if they don't bring any value to the table other than being a "resource" to generate prompts?

slicktux 1 hour ago|
One of the most important things for any profession is experience. Experience comes from learning from your own mistakes or those of others. Those with the best skills can be said to have learned a lot from previous mistakes.

So, how can someone become professional if they don’t learn from their own mistakes? In the case of AI; they will learn to become professional prompters and learn from the mistakes of bad prompts??? I prefer the former not the ladder.

dentm42 4 hours ago||
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 motivated to put in the work because the patterns we have learned from others are useful enough to achieve the low goals we set for ourselves.

IOW - modern AI is simply an extension of the lack of thinking that characterizes the modern life... It just does it faster and uses a hulluva lot more energy.

boothby 4 hours ago||
This is such a strange perspective to me. I wouldn't describe anybody I know in this way. Do you not engage in thoughtful conversation with the people you meet? Do you not know people who make art as a hobby? When techies propound such a dim view of humanity, I truly fear for our species. Nobody will shed a tear when your bodily resources are reallocated to paperclip production.
Izkata 3 hours ago|||
I'm guessing they're referring to the unexpected finding that most people don't have an "inner voice" - they don't think in words. It at least partially influenced the NPC meme.
drdaeman 32 minutes ago||
> most people don’t have an “inner voice”

Isn’t that just an incorrect interpretation of the descriptive experience sampling tests? The frequency of having inner monologue varies, but I don’t think it was shown that many people have anendophasia.

ryandvm 3 hours ago||||
Man, I appreciate your optimism, but I don't know how you can spend even 5 minutes on Facebook looking at the absolutely bonkers shit one's own relatives and neighbors post and still come away thinking that most people are "thoughtful".

Are humans capable of profound creativity? Of course. Are they actually doing it? No, not very often.

boothby 1 hour ago||
I do not spend even 5 minutes on facebook. Aside from a comment or two per day on HN, the only human interactions I have on the internet are with coworkers, a of whom I regularly see in person.

If you find yourself consuming more than 5 minutes of content you don't find thoughtful per day, I would ask why. "Touch grass" seems to be the common advice to combat this.

ryandvm 1 hour ago||
Okay, and you're not wrong, but it sounds like you're filtering out most of the shit that humanity is producing and then lecturing folks that say LLMs are smarter than most people.

It's kind of like you hang out in a Buddhist monastery saying, "I don't know what you guys are talking about - people are so peace-loving!"

boothby 50 minutes ago||
No, I'm interacting with people in person. I'd debate your claim that "most of the shit that humanity is producing" is internet-mediated, but your choice of noun renders that rather moot. Stop ingesting shit. There's a whole world out there.
ryandvm 45 minutes ago||
I think we both agree that I need to spend less time in intellectual ghettos.
nomadpenguin 1 hour ago|||
It's a genuinely fascist tendency. Only the elite few are "real people" who think. Everyone else is irrelevant, democracy is a failed experiment, wealth = worth, etc etc etc
plaidthunder 4 hours ago|||
> 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.

mycocola 1 hour ago|||
> Very few people actually "think".

Unknowable. And a callous notion.

abirch 4 hours ago|||
Have you ever read Kurt Vonnegut's Timequake? I think it's very applicable to the average human experience.
latexr 4 hours ago|||
> and/or try to hallucinate coherence

It’s bad enough for rational reasoned discourse that we anthropomorphise LLMs, let’s please not then feed those words back into human discourse, further diluting their meaning. No one “hallucinates coherence”, hallucinations are by definition a perception which does not match reality.

> AI is simply an extension of

It may be an extension, but not “simply” as it also creates the problem where it didn’t exist. I’ve seen several reports (both on and offline) of people who used to engage in deep thinking (I’m talking scientists, postgrads, PhDs working at the edge of what we know) now worrying they are losing their ability to properly think due to their LLM use.

> It just does it faster and uses a hulluva lot more energy.

I hope we can agree that’s bad and that we should try to stop and even reverse it, not simply shrug our shoulders and go “ah well, we were already going to shit anyway, might as well fuck everything up faster”.

drdaeman 4 minutes ago||
> No one “hallucinates coherence”, hallucinations are by definition a perception which does not match reality.

Have you ever had a moment where you realized your perception of something was off and things weren’t as you thought they were?

Have you seen people dead sure of something you were positive as nonsense?

I have, ranging from simple small isolated situations to a whole worldviews. I have personally held mental models that were broken, but felt consistent. I still sure do, just don’t know (hopefully, yet) where they’re mismatching the reality this time.

Call it “delusion” or “hallucination” or “misunderstanding” - it’s still a thing and it happens in language-capable humans and machines alike.

jdw64 4 hours ago|||
I agree with many points.

Even on Hacker News, when you see debates like 'X technology is good' or 'X technology is bad,' most of it seems to be about identity. And that identity often originates from the community they belong to.

The first identity usually starts with a community or the person who created it. Once the community forms, people under it often forget the original reasons and just accept it as their identity.

This is especially true for technology related issues, because the market share of a technology is directly tied to one's career, which makes it even more prone to becoming an identity issue.

I also do some 'thinking' in certain areas, but most of the time I don't. As my field gets deeper, it becomes harder to allocate cognitive resources to other areas. So in general, most people follow the crowd's opinion, but only maintain deep, thoughtful thinking, including 'taste,' in a few specific technical domains.

vasco 4 hours ago|||
Everyone is always thinking, just many of us not about what we're doing! Sorry
dominotw 4 hours ago||
if we were really thinking then llm wouldn't have been able to compress all knoweldge into few gbs.

everyone is just thinking about how to recall, remix and repeat.

ericpauley 5 hours ago||
> What are we automating? Human work or human agency? Human tasks or human thinking?

I find it's so easy to convince oneself they're doing the former when it's increasingly the latter. The thinking part is so often provided by default by the models, or is a single prompt away. The thoughts are so syntactically (though not stylistically) perfect that it's difficult to ignore them and reason greenfield.

What's the solution? Given how keen models are to short-circuit the thinking process it could be the only solution is to silo off tasks/ideas. Choosing which mental tasks to silo off is itself incredibly difficult especially when there's a pressure to deliver rapidly (and in quantity) on those tasks.

nadzzz 3 hours ago|
[dead]
AnEro 5 hours ago||
When I use a calculator, I atleast try to get with in a few digits of what I think the anwser is in my head. Mostly since when I was younger I had a very passionate teacher about how much slower everyone is now because of calculators on simple math. I just apply the same thing with LLMs, just try and think of how and what I would have said and see how close I was. Only thing I change is I don't trust the anwsers and accept some nuance in the given context. It's a double edge sword because then I crash out over it more than if I don't. When it over and under explaining the wrong sections or when it gets to an objectively terrible solution that technically anwsers the question. It feels like a student trying to get brownie points and/or give fluffed anwsers for the sake of not leaving anything blank on a test.
helterskelter 4 hours ago||
OT, but if we made kids learning math use log tables and slide rules for all their calculations I expect that they would engage their brains more and actually think about what they were doing, ie: form a strategy to solve a problem before they started calculating. Also I think that they would get a better "feel" for working numbers in general. I have no evidence, but I suspect that by abstracting away a lot of the "gruntwork" of calculating, we've really hampered people's development in math.

Unfortunately this adds quite a bit of overhead and would make everything take a lot more time. It might be worth it though.

saulpw 4 hours ago|||
I'm working on this! https://magworld.pw
smoothbraindev 3 hours ago|||
This is really cool! After entering the software field, I felt uncomfortable not having a sense of relative size while working with digital storage units. Piece of mind was achieved after sitting down and mapping the units (Gb, Mb, etc) to common artifacts(audio file, plain text, database).

I've been planning forever to do something similar with length, duration, power, etc.

saulpw 2 hours ago||
That's basically what we're doing! I'd be curious if it helps you. Send me an email if you wind up listening to or reading anything from the site.
helterskelter 4 hours ago|||
Looks interesting, I'll give this a listen and a read. :)
Izkata 2 hours ago|||
> Also I think that they would get a better "feel" for working numbers in general.

This is called "number sense". I'm pretty sure we do have evidence under searches for that term, it was well-enough known as a concept when I was in school decades ago and is the reason we don't use calculators when first learning math.

contextfree 2 hours ago|||
Yeah, I've always tried to train myself to do calculations in my head as much as reasonably possible when learning about mathematical objects, etc. Like when I was learning linear algebra I made myself invert 4x4 matrices in my head. (Pen and paper is also cheating!) Calculators and computers have been better than me at this sort of thing for my entire life, so in some sense this isn't a change?
rokhayakebe 5 hours ago|||
We had Mental Math sessions in class. The goal was to teach you how to do math without pen/paper, calculators were not even an option. I try to teach some of this to my 6 y o.
lelanthran 4 hours ago||
> The goal was to teach you how to do math without pen/paper, calculators were not even an option. I try to teach some of this to my 6 y o.

It works quite well. I do the math lessons during bath-time daily with my 6 yo. He's up to the point were he can add multiply pretty much any number by 2, 3 or 4 as long as the product is under 3 digits.

Going from adding single digits to multiplication of random 2-digit numbers by 4 with lessons only during bath-time (no paper or whiteboard) gives a child a great deal of confidence with numbers.

techpression 3 hours ago||
The calculator comparisons are truly meaningless imo, a calculator does nothing if you don’t know how to use it and what to input, an LLM circumvents all that, but a lot of people seem to think it’s the same.
AnEro 3 hours ago||
It’s not a perfect analogy. I’m approaching it from perspective of a more universal experience of people losing aspects of a skill over time by using a tool. When ultimately the skill learned with out it allows them to use the tool much better
techpression 3 hours ago||
Ah yes, I very much agree on that framing.
hackitup7 18 minutes ago||
I'm offloading tons of my thinking to AI, and I don't like what it's doing to me. I think that I'm having trouble creating things on my own due to it, and tbh it's making me increasingly uncomfortable. I'm not even sure what to do because quitting AI also seems crazy, but it all seems like a bad trend not unlike social media.
zazuke 29 minutes ago||
I think so, thinking is like training a muscle, if you don't do it often, you don't get to do so. But it's not as black and white, because there are different use cases where it makes total sense to use, and when it doesn't. I collected opinions from writers and developers over the years and share why I'm pro writing text manually. https://www.ssp.sh/brain/will-ai-replace-humans/
solumunus 24 minutes ago|
It feels to me like I’m still thinking a lot, but more efficiently. My goal isn’t to write code, it’s to translate business requirements and to architect solutions while balancing trade offs. I’m putting an equal amount of thought into that, but I’ve offloaded a lot of lower value thinking. Am I missing something?
zloy88 5 hours ago||
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
hasteg 4 hours ago||
Using AI to actually learn is indeed very helpful I've found... I just don't think most people use it for that. I recently wanted to build and train my own (albeit, small and simple 10M param model) and used AI extensively to explain concepts for me, explain lines of code, and generate in depth visuals I can use to get a visual intuitive understanding of what is happening under the hood. I think people who have a natural curiosity to understand the why and how of things benefit immensely from it, but I do admit it is very easy to just offload all thinking to it instead of asking it why something is happening. I could have just asked it to implement the entire model using PyTorch and just ran the CLI command to begin training on some auto-generated dataset, but intentionally struggled through it. Actually learning from it requires intentionality for sure.
warshinder 4 hours ago|||
It’s just so sycophantic though.
zloy88 4 hours ago||
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.

al_borland 4 hours ago||
I've found it present wrong, skewed, biased, or old information. In other cases, it seems to ignore the elephant in the room. I find all of these things problematic when trying to learn something new. The less I know about a subject, the more susceptible I am to being mislead.

When I bring these things up, it will apologize, tell me I'm right, and adjust. But what if I didn't know enough to question it? Approaching from the other angle, maybe I'm actually wrong and it's a sycophant, as mentioned, trying to please the user?

On the topics where I'm having to correct it, I probably shouldn't bother asking in the first place. On topics where I'm not correcting it, is it because the AI was right, or I just don't know enough to call it out? This kind of thing worries me about AI being leaned on more and more as a teacher.

Jyaif 4 hours ago|||
If you build stuff with AI it's different. It's very tempting to defer many (too many?) decisions to AI.
zloy88 4 hours ago||
I do daily. So far I am doing fine, not sure what exactly your point is, sorry.
Jyaif 16 minutes ago|||
For one, as of today SOTA LLMs sometimes take the wrong decisions
user43928 4 hours ago|||
Same here.

If anything, I think most here outsource too little thinking to AI.

What am I supposed to be afraid of? Losing skills I no longer need to get the job done?

brazzy 4 hours ago||
This is also now the first thing that I find it truly useful for in a non-coding role: researching how to do things in Azure, which I have not used before.
Sindisil 4 hours ago|
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.

platevoltage 2 hours ago|
The way I look at it is that if I wasn't on HN, I would just assume the entire industry was 100% on board with all of this. There is a more than fair amount of pushback on this forum, which gives me a little bit of hope.
More comments...