LLMs lack common sense, and therefore just mimic intelligence

    Abin Varghese
    Coffee AI
    abin[at]coffeeai[dot]co
    November 17, 2025
    Abstract

    Let's be real. We're all seeing what LLMs can do, and it's wild. But I've got this nagging feeling we're mistaking a great mimic for a real actor. This essay is my argument for why. I'm going to break down why LLMs, at their core, are just really good at predicting text, but completely lack what Yann LeCun calls 'common sense.' This is a real, internal model of how the world works. I think this is the problem, and that just scaling them up will not get us to real intelligence. It'll just get us better mimics.

    Introduction

    You've seen it. I've seen it. You ask an LLM to write a complex piece of code or a poem about a sad robot in the style of Shakespeare, and bam, it does it. It feels like magic.

    But then you ask it a basic physics question, like, "If I have a bowling ball and a feather, and I drop them in a vacuum..." and it gives you the right answer. But here's the catch: it gives the right answer because it has read the textbook and seen that question thousands of times. It doesn't know why. It has no internal concept of "gravity", "mass", "vacuum", or "dropping". It's just repeating the most likely statistical pattern of words that follow that prompt.

    This is the whole illusion. We're so impressed by the fluency that we've stopped asking if there's any real understanding behind it.

    This essay is me digging into that illusion. I'm arguing that without a true "world model," all LLMs can ever be are mimics. They're amazing, but they are not "thinking" or "reasoning" in the way we are. They are just mimicking intelligence.

    Background

    What LLMs Are Actually Good At

    Let's give credit where it's due. LLMs are masters of language. They are incredible feats of engineering. They have read, digested, and tokenized more text than any human could in a thousand lifetimes. They are statistical engines for text. They are masters of the form of human knowledge.

    When you ask an LLM a question, it is not "thinking" about an answer. It is calculating, in a massive, high-dimensional space, what the most statistically probable next word should be, given all the words that came before it. That's it. It's a system built on language, not on reality.

    What They're Missing (The World)

    This is where Yann LeCun comes in, and his ideas just click for me. He argues (and I completely agree) that animals and humans spend the first months of their lives just... watching. We learn that if you let go of an object, it falls. We learn that if something goes behind a wall (object permanence), it still exists. We learn physics, gravity, and object properties before we even have language.

    This builds what he calls a "world model". This is an internal, non-verbal, predictive simulation of how the world works. Our language and reasoning are built on top of this model.

    LLMs don't have this. They haven't learned from video. They've learned from text about video. They've learned the description of the world, not the rules of the world.

    Problem Analysis

    The Prison of Text

    The core problem is that LLMs are "grounded" in language, not reality. This means their entire "understanding" is confined to the relationships between words. They can tell you that "fire is hot" because the words "fire" and "hot" appear together all the time. They cannot "know" this because they have never felt (or simulated) the sensation of heat or the process of combustion.

    They are, in effect, in a prison of text. They're just remixing the massive library of human-generated text they were fed.

    Why This Fails: The "Novel Scenario" Test

    Here's where it all falls apart. This is the test that proves they are mimics.

    As we discussed, if you ask an LLM a common physics question, it's fine. It'll recite the textbook answer.

    But ask it a truly novel one, like:

    "What happens if I drop a bowling ball in a vacuum... but gravity is half as strong... and the ball is made of styrofoam... and I threw it sideways?"

    An LLM will freak out. It will try to find text that matches this. It will grab bits and pieces about "half-gravity" or "styrofoam" and "vacuums" and stitch them together. It will probably give you a confused, non-committal, or just plain wrong answer. It's "hallucinating" because it's trying to find a pattern in its text data that doesn't exist.

    A system with a real world model, a real "common sense" simulator, would not panic. It would just run its internal simulation:

    1. Set gravity = 0.5g
    2. Set object_drag = 0 (it's a vacuum)
    3. Apply initial_velocity_x
    4. Run the simulation.

    It would then generate its answer based on the result of that simulation. It can handle any novel scenario because it understands the rules, not just the text.

    An LLM can't do this. It mimics, it doesn't simulate.

    Proposed Solution

    A New Architecture (Not Just a Bigger LLM)

    So what's the answer? It's not just "scaling up" LLMs. If you feed a text-predictor more text, you just get a... better text-predictor. You don't magically get a world model.

    The "solution" is a completely different architecture. This is what LeCun is proposing.

    He calls this JEPA (Joint Embedding Predictive Architecture). I will not get super technical, but the core idea is simple and brilliant. Instead of trying to learn by predicting every single pixel in the next frame of a video (which is wasteful and too hard), it learns to predict an abstract representation of what's going to happen.

    It learns the essence of the action, not the noisy details. It's designed to learn these world models efficiently from sensory data.

    This points to a new set of requirements for building real AI:

    1. Learning from Sensory Data (Not Just Text): The model must be "grounded" in video, audio, and interaction. It needs the raw data of reality.
    2. Predictive Models (Not Just Generative): The system's goal must be to predict the consequences of actions, not just generate convincing text.
    3. A Goal-Oriented "Cost" Module: The system needs a "cost" function (LeCun's term) that gives it a goal. This could be "minimize customer frustration" or "solve the physics problem." This is what allows for real planning.

    Discussion

    What's At Stake

    If we keep going down the LLM-only path, we're not going to get AGI. We're going to get incredibly fluent, convincing mimics. We'll get systems that can pass the bar exam but have no idea what a "law" is. We're building systems that are great at seeming smart, not at being smart.

    This creates a huge risk. We'll have systems that can confidently "hallucinate" and mislead us, all while sounding perfectly intelligent.

    Implications for What I'm Building

    This is why this stuff matters so much to me. For my project, Scientia, we're building simulations for learning. If I just use a standard LLM for my "AI Tutor," it's just a better textbook. It can explain photosynthesis, but it can't simulate it.

    But if the tutor has a world model, a real simulation of the concept it's teaching, it can do so much more. It can let the student run novel experiments. It can let the learner ask "what if?" and show them the answer. That's a real tutor. That's the difference between mimicking teaching and actually teaching.

    Limitations and Future Work

    Look, I'm not saying this is easy. What I've just described is the "hard part" of AI.

    We're talking about training models on petabytes of video data, which is computationally brutal. And the "Configurator" module and "Actor" module LeCun talks about in his paper? The parts that set goals and take actions? That stuff is... complex. We don't really know how to build those parts at scale yet.

    But at least it's a path. It's a blueprint that feels right and addresses the core problem (the lack of grounding). It is not just building a bigger and bigger text-predictor and hoping common sense just "emerges."

    Conclusion

    So, here's my take. LLMs are amazing. They're a huge breakthrough. But they are not the path to real intelligence. They're a powerful tool for language.

    As long as they are only trained on text, they will only be able to mimic understanding, not possess it. They will never have common sense.

    Real common sense, the kind a human or even an animal has, comes from learning the rules of the world by observing and interacting with it. That's the next great challenge. That's the architecture we need to be working on. And that's where we should be focusing, not just building better mimics.