Hacker News new | ask | show | jobs
by an0malous 9 days ago
They’re the language part of the puzzle, which seems to require some basic world modeling but it can’t make novel models unless there’s an example in its training data.

I think engineering and mathematical thought requires spatial reasoning, when I model problems I see them as 3D shapes. Like the economy is a series of tubes that money flows through and collect in buckets, programming state is little boxes that hold values, chemical interactions are like keys that fit into locks.

I don’t think LLMs can build models like that, but because it has so much memorized and there usually isn’t a need for a novel model custom fit for a problem, it can fake it by imitation.

3 comments

Seems like LLMs are that. A bunch of most probable word associations is a network, and you can build a physical model of a network, or build a network that allows you to reason about a physical model. Whether it's just a flowchart or workflow diagram, or an X-dimensional matrix with vectors moving through it.

But the only way to map the network in an LLM is experimentally. You have to prompt it, and see how the coefficients fall in order to construct your most likely walk through the training data.

I think that LLMs can and do come up with novel things through exhaustion, just by applying the relationships between some set of entities to entirely different sets of entities because an accumulation of earlier context pushed the probability of those entities being mentioned, and they were able to easily replace a selection of entities that were more associated with those nearer connective, relationship words.

I think that as such LLMs are good at generating metaphors, and a lot of innovation comes from going "What if As worked like Bs?" Just go through all the As and Bs, toss the ones that don't make any sense and test the ones that seem like they might.

I don't believe you can say that "LLM" is part of intelligence. No single human is exposed to as much text as any LLM model ingests, not by many orders of magnitude, and humans still perform cognition and generate new language.
Most LLMs are multimodal now, able to map visual concepts to language and vice versa. If OpenAI's recent Erdos solution was faking math, it faked it very well.
3D isn’t one of the modes though, I know a paper several years back showed that diffusion models don’t actually understand physics or geometry.

I can’t evaluate the Erdos solution personally, but both math and software have many problems that are some combination of other problems and since it can get instant verification feedback it can try millions of permutations to discover the right solution. This is valuable, I’m not dismissing it, but I think there’s another tier of harder problems that I don’t believe LLMs can solve and it will require some further theoretical breakthroughs to get there.