←back to thread

Grok 3: Another win for the bitter lesson

(www.thealgorithmicbridge.com)
129 points kiyanwang | 1 comments | | HN request time: 0s | source
Show context
ArtTimeInvestor ◴[] No.43112245[source]
It looks like the USA is bringing all technology in-house that is needed to build AI.

TSMC has a factory in the USA now, ASML too. OpenAI, Google, xAI and Nvidia are natively in the USA.

While no other country is even close to build AI on their own.

Is the USA going to "own" the world by becoming the keeper of AI? Or is there an alternative future that has a probability > 0?

replies(7): >>43112250 #>>43112266 #>>43112288 #>>43112313 #>>43113081 #>>43113084 #>>43113181 #
lompad ◴[] No.43112266[source]
You implicitly assume, LLMs are actually important enough to make a difference on the geopolitical level.

So far, I haven't seen any indication that this is the case. And I'd say, hyped up speculations by people financially incentivized to hype AI should be taken with an entire mine full of salt.

replies(5): >>43112290 #>>43112419 #>>43112691 #>>43112716 #>>43113043 #
ArtTimeInvestor ◴[] No.43112290[source]
First, its not just about LLMs. Its not an LLM that replaced human drivers in Waymo cars.

Second, how could AI not be the deciding geopolitical factor of the future? You expect progress to stop and AI not to achieve and surpass human intelligence?

replies(3): >>43112319 #>>43112382 #>>43112437 #
Eikon ◴[] No.43112319[source]
> You expect progress to stop and AI not to achieve and surpass human intelligence?

A word generator is not intelligence. There’s no “thinking” involved here.

To surpass human intelligence, you’d first need to actually develop intelligence, and llms will not be it.

replies(1): >>43112519 #
willvarfar ◴[] No.43112519[source]
I get that LLMs are just doing a probabilistic prediction etc. Its all Hutter Prize stuff.

But how are animals with nerve-centres or brains different? What do we think us humans do differently so we are not just very big probabilistic prediction systems?

A completely different tack: if we develop the technology to engineer animal-style nerves and form them into big lumps called 'brains', in what way is that not artificial and intelligence? And if we can do that, what is to stop that manufactured brain from not being twice or ten times larger than a humans?

replies(6): >>43112567 #>>43112751 #>>43112930 #>>43113206 #>>43113272 #>>43113546 #
grumbel ◴[] No.43112751{3}[source]
I don't think the probabilistic prediction is a problem. The problem with current LLM is that they are limited to doing "System 1" thinking, only giving you a fast instinctive response to a question. While that works great for a lot of small problems, it completely falls apart on any larger task that requires multiple steps or backtracking. "System 2" thinking is completely missing as is the ability to just self-iterate on their own output.

Reasoning models are trying to address that now, but monologueing in token-space still feels more like a hack than a real solution, but it does improve their performance a good bit nonetheless.

In practical terms all this means is that current LLMs still need a hell of a lot of hand holding and fail at anything more complex, even if their "System 1" thinking is good enough for the task (e.g. they can write Tetris in 30sec no problem, but they can't write SuperMarioBros at all, since that has numerous levels that would blow the context window size).

replies(1): >>43114402 #
1. fragmede ◴[] No.43114402{4}[source]
give it a filesystem, like you can with Claude computer use, and you can have it make and forget memories to adapt for a limited context window size