Hacker News new | ask | show | jobs
by ACCount37 260 days ago
AI is a broad field because intelligence is broad field.

And what's remarkable about LLMs is exactly that: they don't reason like machines. They don't use the kind of hard machine logic you see in an if-else chain. They reason using the same type of associative abstract thinking as humans do.

1 comments

Surely "intelligence" is a broad field... i might not be so that great at it, but i hope that's ok.

"[LLMs] reason using the same type of associative abstract thinking as humans do": do you have a reference for this bold statement?

I entered "associative abstract thinking llm" in a good old search engine. The results point to papers rather hinting that they're not so good at it (yet?), for example: https://articles.emp0.com/abstract-reasoning-in-llms/.

I don't have a single reference that says outright "LLMs are doing the same kind of abstract thinking as humans do". Rather, this is something that's scattered across a thousand articles and evaluations - in which LLMs prove over and over again that they excel at the cognitive skills that were once exclusive to humans - or fail at them in ways that are amusingly humanlike.

But the closest thing is probably Anthropic's famous interpretability papers:

https://transformer-circuits.pub/2024/scaling-monosemanticit...

https://transformer-circuits.pub/2025/attribution-graphs/bio...

In which Anthropic finds circuits in an LLM that correspond to high level abstracts an LLM can recognize and use, and traces down the way they can be connected. Which forms the foundation of associative abstract thinking.