The whole thing with R’s in strawberry hasn’t been true for a while now. Turns out you can use RL to get the model to do basic calculation. Notably, this is the exact same problem humans have. The way our brains work is also stochastic, and we struggle to do complex math in our heads. But of course, we can reinforce train ourselves to get better at it. And what we typically do is use an external aid like pen and paper to work through problems, which is basically no different from an LLM harness. If you hook up an LLM to REPL in octave, then it can do math quite well all of a sudden.
Understanding the limitations of LLMs and how to use them effectively requires moving past reductive thinking. While token generation is the base operation, focusing on that is like trying to understand the brain by looking at individual neuron firings. What’s actually interesting in both cases are the high level patterns that end up being produced which I’d argue are substrate independent. Meanwhile, a combination of an LLM with a harness can be seen as a type of a neurosymbolic system. The neural network generates novel patterns, while the symbolic engine provides the rails for it to function within.


















I mean you can just try it with DeepSeek or any other large model yourself. This is literally a solved problem now.
Evidently you need to read up on how reasoning chains work.
It literally is the same problem. Your brains didn’t evolve to do formal logic natively. We emulate it exactly the way the LLM does.
No, for the same fundamental reasons. It’s got nothing to do with state being destroyed either. It has to do with the fact that stochastic systems aren’t a good fit for doing symbolic logic.
Fact based reasoning is something our brains are famously terrible at doing actually. That’s why we use tools like computers in the first place. Our brains can be trained to express patterns of formal logic, and an artificial neural network can be trained to do the same thing. That’s why modern LLMs can reliably tell you the number of R’s in strawberry.
It doesn’t, that’s the whole beauty of genetic algorithms. All you have to do is specify your selection pressures and your goal criteria, and the system evolves a solution to fit the shape your desire. The LLM doesn’t need to get better at doing math, the stochastic approach means it converges on a solution given the right environmental pressures. And that’s why hallucinations don’t matter, they get weeded out by the attempts being tested against the environment.
I can tell you haven’t actually worked with these tools recently.
As a communist, I expect you to understand the concept of quantity transforming into quality.
Do explain how this is different from saying that human brains are fundamentally limited in that neurons are just next state predictors.
Except it’s not incredibly expensive because the system works on the principle of gradient dissent. It isn’t just producing a random value each turn, it produces a plausible value within the context which is precisely what allows it to quickly converge on a solution.
Exactly the way the neurons in your brain are stochastic next state predictors.
I would urge you to spend a bit of time actually learning about the technical reality instead of continuing to argue here.