☆ Yσɠƚԋσʂ ☆
- 3.32K Posts
- 2.33K Comments
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPto
AI@lemmy.ml•cellularflow is a small PyTorch language model which replaces the transformer FFN with addressable key-value memory banks for continual learning
2·4 days agoThis really does seem like the next frontier. If a model can learn and adopt on the fly, it becomes far more useful. And I suspect that small models could become tuned to do specific tasks a lot better than a generic large model.
Right, I’m not saying they are equivalent or that LLMs work exactly like the brain. We completely agree that LLMs on their own do not do what brains do. I’m talking about the general principles here. My key point is that a lot of simple behaviors can combine together to produce complex emergent behaviors.
The real question is whether high level patterns human brains produce, which we agree are substrate agnostic, can be expressed within an artificial system. The underlying mechanics of the two systems don’t have to be the same. Similarly how a combustion engine and an electric one both achieve the same end result in a very different way, it seems very likely to me that the patterns the brain produces can also be supported by a completely different substrate. I’ve seen no evidence to suggest that there is something special about biological substrate that makes it a unique platform in this regard.
The reason why saying LLM is a next token predictor is reductive is because this view ignores all the complexity associated with the token being produced. It’s similar to the way we use language a single word at a time, and you could say my brain is the next word predictor. Yet, each word exists within a context, and it’s a token associated with a web of ideas in my head at any one time. Ignoring all that and focusing solely on the word I produced is reductive and completely misses how my brain actually arrived at that word.
This is not like how human reasoning works in the vast majority of cases, and calling it “exactly like” human reasoning is begging the question.
What evidence is there that this is not how human reasoning works, pretty much all the evidence that I’ve seen strongly suggests that human reasoning is very much a stochastic process. Again, the algorithm is almost certainly different, but the principles appears to be very much the same.
As for human analog, the “number of letters” test that most models have gotten better at (but still hallucinate on sometimes), also succeed on nonsense words that are not in their training set. And they work because they are engineered, hard-coded, to break down words into individual characters. That is not an emergent property of the NN like it is in humans.
Humans hallucinate all the time and produce nonsense statements regularly. And just because something is engineered doesn’t mean it works on a different principle. It’s entirely possible for evolution to come up with a similar solution to one that’s consciously designed. The selection pressure is thermodynamics in both cases. Either a system evolves towards a certain state being moulded by energy gradients, or it is designed towards that state because the designer is trying to minimize energy usage and maximize performance. So, whether something is emergent or not is not really a relevant point here.
And you’re right, transformer is just a piece of a much bigger puzzle. In my opinion, active memory formation and dynamic learning are likely the next steps. The real elephant in the room is that we need to delineate training and inference phases. That’s the clearest sign of the limitations of the LLM approach. A human brain can learn efficiently on the fly from few shot examples, and to integrate new information continuously. The current approach is not efficient enough to allow for that, and the fact that the model needs a huge numbers of samples to identify invariant patterns within them itself suggests that there is something wrong with the approach.
There is some research being done in this direction already such as this paper, there are ideas for creating an equivalent of short term memory that’s used in the active context, and then these memories get consolidated into longer term memory layers. So, you could have a base model that is pretrained, and then have active learning on top of that which might get a lot closer to having the plasticity our brains exhibit. Another really interesting approach is MemOS which would allow packaging up skills into composable building blocks that can be shared. So, a model could learn a task, package it up and then another model can reuse it.
It’s also possible that the whole transformer approach is a dead end entirely. For example, SpkingBrain looks like a promising alternative.
So, to sum up, I think LLMs exhibit a lot of similar behaviors to biological brains, which suggests they likely operate on similar underlying principles. But I don’t think they’re equivalent to brains, and at best they mimic what specialized brain structures are doing and you would need to build out other structures to get closer to mimicking what the brain does as a whole. But it’s also possible that they’re just a dead end entirely, and that this approach is not efficient enough to do on the fly learning which is a key aspect of general intelligence.
I don’t know why you think this is true.
I mean you can just try it with DeepSeek or any other large model yourself. This is literally a solved problem now.

Absolutely not.
Evidently you need to read up on how reasoning chains work.
Not really. It might have similarities, but I would never say it’s the exact same problem.
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.
But for different reasons. Transformers because they are state destroying. Humans because they have limited and volatile working memory.
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.
It’s certainly different because pen and paper are most often used to enhance working memory, but the fact-based reasoning and the algorithmic state machines are encoded in our brain which is impossible for a transformer LLM.
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 also requires understanding how things actually work.
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.
Which is the same way it gets better at coding and yet still can’t actually solve complex problems in design space, constantly has to use ensemble sampling, and constantly has to be told to re-roll the dice whenever the test fails. And that behavior is so costly under the hood that it’s eye watering.
I can tell you haven’t actually worked with these tools recently.
Not really. Watching individual neuron firings would be equivalent to watching individual parameter weights and the outputs of each step of the transformer. Token generation is literally the entire functioning of transformers.
As a communist, I expect you to understand the concept of quantity transforming into quality.
Yeah, patterns are, by definition, substrate independent. But transformers only maintain high level patterns on a per-token basis. High level patterns can and do emerge from weighted parameter space, and in many surprising ways, but they are fundamentally limited in transformers because transformers are, at base, next-token predictors so even though we get emergent high-level patterns that can, for example, sort lists, we STILL get hallucinations specifically because the high-level patterns are ephemeral on a per-token basis.
Do explain how this is different from saying that human brains are fundamentally limited in that neurons are just next state predictors.
Yes. Inference -> fitness check -> iterate. Agentic retry. It’s incredibly expensive precisely because it uses next-token predictors to generate an answer with an already-known fitness algorithm and then just re-runs inference until the answer passes the fitness test.
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.
Yes, modern transformer harnesses do a TON of work and actually make these parrots useful instead of novelties. But it doesn’t change the fact that they are fundamentally statistically weighted parameter-space stochastic next-token predictors, no matter how much you add to them.
Exactly the way the neurons in your brain are stochastic next state predictors.
Instead of arguing against the technical reality, why not focus on the truth about the harnesses - they add a ton of value and make next-token prediction much more useful in some contexts, especially contexts like producing working code.
I would urge you to spend a bit of time actually learning about the technical reality instead of continuing to argue here.
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.
Yeah pretty much, I’m very excited for the bubble to finally pop too.
What I’m describing is the general feedback loop. Coding is just one application here, and plenty of problems can be encoded in the same way. Again, it doesn’t actually matter if it’s getting a greater basis in reality or not. All it needs to do is to generate plausible outputs within a particular context, and these can be tested, and iterated on to solve a problem. And if you go back and read through the thread, nobody is arguing that it’s not a token generator. What’s being said is that this is a reductive way to look at what’s actually happening. It’s like saying that human is a cell reproduction machine. Technically true, and completely useless for understanding what humans do.
Or rather it produces a random output based on the input and its parameter weights
The bias is precisely what makes it not random, but rather stochastic. There’s a very big difference here.
In the form of adjustments to parameter weights
I’m talking about feedback from the environment it operates in. That’s the actual test that allows the model to keep adjusting outputs towards a specific target rather than them being random. And that’s what makes the whole thing useful in the end.
The training apparatus outside the model does this repeatedly, yes, under the thesis that tweaking parameter weights will result in fewer failures to the deterministic fitness algorithm. That’s a theory.
No, that’s not a theory, that is precisely what we measurably observe in practice with coding harnesses. And having built one myself, I can tell you for a fact that this works exactly the same way a genetic algorithm does, and large part of making an effective harness comes from ensuring that the model gets actionable feedback.
No. That’s a leap that has no basis.
The basis is me having worked on a harness and observed how the model outputs improve based on the feedback. There’s also plenty of research on the subject explaining how and why this works in detail. The parameter space is also not nearly as opaque as you seem to think.
At no point is the LLM getting closer to learning facts, and the thesis that knowledge or skill is representable as a statistical model is unproven and seems increasingly unlikely.
That’s missing the point entirely. The question isn’t about whether LLM is getting closer to learning facts. It’s about whether the biasing from the feedback loop causes the LLM to produce relevant outputs. Also, the thesis that knowledge or skill is representable as a statistical model is very much demonstrated by world models where a temporally consistent simulation of the environment is maintained.
Applying the same technique to fine tuning an LLM is a better use of time than manually fine tuning, but that doesn’t make it any less a probabilistic next-token generator that can’t represent stable facts and rules and where every fine tune for one input is always in tension with the fine tubes for all other inputs.
That’s not how any of this works at all. You’re not trying to get it to represent stable facts, you use things like compilers, test harnesses, formals specs, and so on, to create the selection pressure. Then the model is the stochastic part of the system which finds a path that satisfies the selection criteria. Or, with robotics, you have models interact with the physical world and use the feedback to adjust predictions within the model.
Yes, but just because algorithms are analogous doesn’t mean they are functionally equivalent.
Yet, they are functionally equivalent in accomplishing many tasks now. And of course, biological brains have many more subsystems and are more complex in general. I’m not arguing that part at all. My point was that what grounds our mental models in reality is the same feedback loop we use to ground LLMs, and it’s effective for the exact same reason. I also don’t think LLMs are the pinnacle of AI, they’re just one piece of the puzzle, and as I noted earlier, people are already moving towards world models now.
I find world models to be fundamentally more interesting than plain LLMs because if a model encodes the rules of how the physical world works, that provides a foundation for meaningful communication. Humans can talk to each other easily precisely because we all have a shared context which is the environment we live in. And we see how the rate of misunderstanding quickly goes up when we start talking about abstract topic because they can be interpreted in many different ways. So, if models can share the understanding of the physical world with us, it becomes a lot easier to tell them what you want, to correct them, and to have them genuinely understand requirements in a human sense.
Very well put, and people hating on this tech really need to understand that the rational thing to focus on is how to develop it outside corporate control. I wish there were more discussion regarding training models using distributed computing or optimizing local models to be more capable while using fewer resources.
The oligarchs aren’t debating AI ethics while they’re investing billions to own and control this technology, and they absolutely do not care that there’s a fringe left movement whinging about it. Our choice is to cower in nostalgia or fight to have a stake in our future. We should fight to have a say in how this technology is developed and who controls it. People who weren’t happy with proprietary operating systems didn’t just whinge about it incessantly, but rolled up their sleeves and built their own alternatives with things like Linux and BSD. That should be the guiding mindset today as well. And thanks to Chinese companies releasing open weights, we already have a good foundation to work from.
I very much agree with your argument regarding the nature of cognition and consciousness as well. People like to mystify the brain and claim there’s some intangible soul, but that’s just what we’ve always done trying to make ourselves feel special and separate from the rest of nature. The reality is that the more we learn about cognition, the more evident it becomes that it is an emergent phenomenon that exists on a gradient, from the most primitive biological feedback loops to the stunning complexity of the human mind. While LLMs are just a piece of the puzzle, they demonstrate how a lot of the things our brains are capable of can, in fact, be understood and replicated. There’s absolutely no reason to believe that we won’t be able to make systems that are capable of reasoning in the same way as us in the future.
Yes, it is a stochastic system, that’s the whole point tough. There are two things at play here, one is that the model does prediction based on the context of the current data it’s looking at rather than just whatever data it was trained on. That’s what the article is highlighting. The second part is the feedback loop such as what you see in agentic coding. The model makes a prediction, that prediction is tested against the environment, the model gets feedback, and it iterates. And that’s what grounds it in reality addressing the issue of it producing meaningless outputs. The system as a whole behaves similarly to a genetic algorithm where the solution evolves through the cycle of trial and error.
Incidentally, this is true for humans as well. This is why we need tools like the scientific method and peer review in science. People hallucinate things all the time, and when we loose the connection between the predictions the brain generates and sensory feedback we call that schizophrenia.
The key point, which is entirely correct, is that next token predictor label is technically true in a narrow sense but it completely misses what LLMs actually do. Pre training is about matching existing sequences, but RLVR means that the model generates its own sequences and learns from the outcomes instead of just imitating the training data.
The chess analogy has nothing to do with chess having finite states. What the article is saying is that a system trained only on a specific set of games would be a next move predictor, but one that chooses moves dynamically based on winning probability uses live context for its heuristic. So the mechanism encoded in that loop is able to discover and reinforce new patterns that were never part of the original training.
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPtoGeneral Programming Discussion@lemmy.ml•ravynOS - Finesse of macOS. Freedom of Open Source.
4·11 days agoI really hope it takes off. There are some genuinely good ideas in macOS, but as a whole it’s a steaming pile of garbage at this point.
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPto
Security@lemmy.ml•First Android malware targeting automotive head units
3·19 days agosecurity in iot world has always been a shitshow
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPtoGeneral Programming Discussion@lemmy.ml•Japan tried to build an operating system for the entire world, then the US government intervened
7·21 days agoIt was a fascinating dive, and the idea of making a document oriented OS rather than application oriented one would’ve been so much better. The most frustrating part about modern computing is that data is tied to specific apps. But if things were designed around data from the ground up, we could’ve had far better file standards. Business logic could’ve been decoupled from presentation as well, and you could create interfaces on the fly to represent a specific workflow you want. Basically a similar idea to the way shell scripting works but for the desktop.
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPto
AI@lemmy.ml•A 150M param recurrent model scores 29.5% on ARC-AGI-1 at $0.0007 per task
2·26 days agowhich ones?
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPtoGeneral Programming Discussion@lemmy.ml•Eigendrum - draw a shape and hear it as a real drum
9·27 days agothing can just be fun :)
☆ Yσɠƚԋσʂ ☆@lemmy.mlOPto
Security@lemmy.ml•Terabytes of credentials leaked in massive supply-chain attack
3·28 days agoI bet LLMs are a big part of it because the barrier to trying different attacks is much lower now, and a lot of people don’t even realize it.
Most modern web breaks without Js though.
















yeah these tricks are pretty fun to read