Hacker News new | ask | show | jobs
by stonyrubbish 73 days ago
Human cognition is nothing like AI "cognition." It really bothers me that people think AI is doing the same thing the human mind does. AI is more like a parrot which is trained to give a correct-looking response to any question. The parrot doesn't think, doesn't know what its doing etc, it just does it because it gets a treat every time a "good" answer is prompted. This is why it can't do things like know how many parenthesis are balanced here ((((()))))) (you can test this), it doesn't have any kind of genuine cognition.
6 comments

> Human cognition is nothing like AI "cognition."

I've wondered about this. Do we really know enough about what the human brain is doing to make a statement like this? I feel like if we did, we would be able to model it faithfully and OpenAI, etc. would not be doing what they're doing with LLMs.

What if human cognition turns out to be the biological equivalent of a really well-tuned prediction machine, and LLMs are just a more rudimentary and less-efficient version of this?

Yes, we do. Humans share the statistical association ability that LLMs possess, but also conscious meaning and understanding. This is a difference in kind and means that we can generalize beyond the statistical pattern associations that we've extracted from data, so we don't require trillions of examples to develop knowledge.

Theoretically a human could sit alone in a dark room, knowing nothing of mathematics and come up with numbers, arithmetic algebra, etc...

They don't need to read every math textbook, paper, and online discussion in existence.

Our DNA does contain our pre-training, though. It's not true that we're an entirely blank slate.
Pre-training is not a good term if you are trying to compare it to LLM pre-training. Closer would be the model's architecture and learning algorithms which has been designed through decades of PhD research, and my point on that is that the differences are still much greater than the similarities.
The point I'm trying to make is that I don't think we know, so we can't say either way.

In your example, would the human have ever had contact with other humans, or would it be placed in the room as a baby with no further input?

They grew up in a tribe that hasn't discovered numbers yet.
Those who argue that AI is like human cognition don't know much about AI or human cognition.

Those who argue that AI is like a parrot don't know much about anything at all.

FYI, Opus 4.6 had no problem with your arbitrary "cognition" test:

Someone on HN claimed "This is why it [LLMs] can't do things like know how many parenthesis are balanced here ((((()))))) (you can test this), it doesn't have any kind of genuine cognition". So, how many parenthesis are balanced in that quoted text?

● The string from the quote is ((((()))))) — 5 opening parens and 6 closing parens.

  10 parentheses are balanced (5 matched pairs). There is 1 extra unmatched ).

  Walking through it with a stack:

  ( ( ( ( (  ) ) ) ) ) )
  1 2 3 4 5  4 3 2 1 0 -1  ← depth tracker
                ↑ balanced    ↑ unmatched
The depth goes negative on the last ), meaning it has no matching (.
This is such a boring cliche by now. "thinking" and "knowing what it's doing" are totally vague statements that we barely understand about the human mind but in every comment section about AI people definitively state that LLMs don't do them, whatever they are.
This is the epitome of learned helplessness, that you need a neuroscience paper to tell you what thinking and knowledge is when you experience it directly all the time, and can't tell that an LLM doesn't have it. Something is extremely evil about these ideologies that are teaching people that they are NPCs.
I know I'm thinking, I have no idea if you're thinking, or if you're a human or an LLM. But I wouldn't assume you aren't thinking just from reading your output.
They aren't so vague that you would argue the parrot is thinking.
Why not?
I love reading posts like this. When you were a child, learning math or grammar, do you not remember bouncing off the walls of incorrect answers, eventually landing on a trajectory down the corridor of the right answer? Or were you always instantly zero-shotting everything?

In my experience, this is exactly how language models solve hard new problems, and largely how I solve them too. Propose a new idea, see if it works, iterate if not, keep going until it works.

Of course you can see how to solve a problem that you've seen before, like a visual puzzle about balanced parentheses. We're hyper specialized to visually identify asymmetries. LMs don't have eyes. Your mockery proves nothing.

The mistake in these types of arguments is that natural, classical-artificial, and/or neural-net-artificial learning methods all employ some kind of counterexample/counterfactual reasoning, but their underlying methods could well be fundamentally different. Thus these arguments are invalid, until computer science advances enough to explain what the differences and similarities actually are.
AI is more like a parrot which is trained to give a correct-looking response to any question.

A parrot that writes better code and English prose than I do?

I would like to buy your parrot.

I suspect we just continually overestimate the uniqueness of both our code and our vocabulary. We think we are pretty smart, and we are, but on these two measures 99.999% of us are pretty average, and the LLM just keeps surprising us anyway by proving it.
> Human cognition is nothing like AI "cognition." It really bothers me that people think AI is doing the same thing the human mind does.

This might sound callous, but I wonder if people saying this themselves have very limited brains more akin to stochastic parrots rather the average homo sapiens.

We are very different, and there are some high-profile people that don't even have an internal monologue or self-introspection abilities (one of the other symptoms is having an egg-shaped head)

> This might sound callous, but I wonder if people saying this themselves have very limited brains more akin to stochastic parrots rather the average homo sapiens.

I have a different theory.

Aside from a few exceptions like Blake Lemoine few people seem to really act as if they believe A.I. is doing the same thing the human mind is doing.

My theory is people are for some reason role-playing as people who believe human thought is equivalent to A.I. for undisclosed reasons they themselves may or may not understand. They do not actually believe their own arguments.