Is AI reasoning right for the wrong reasons?

(quantamagazine.org)

99 points | by retupmoc01 8 hours ago ago

128 comments

  • andrewla 7 hours ago

    I'll admit that I find this discussion a bit navel-gazy. It has become a question of semantics not a question of actual functionality. The question has become "what do we mean when we use the word 'reasoning'" which is uninteresting.

    Dijkstra said[1] "... the question whether computers can think. The question is just as relevant and just as meaningful as the question whether submarines can swim."

    I don't see a clear demarcation of the things that only "reasoning" can accomplish and can't be approximated or imitated by other methods, and so I think the question is simply not meaningful or relevant.

    [1] https://www.cs.utexas.edu/~EWD/transcriptions/EWD08xx/EWD867...

    • Angostura 7 hours ago

      I think the article is a lot more interesting than you make out, because it isn’t really about ‘what we mean by reasoning’.

      It’s about do we really know what’s going on in the box - an is the ‘chain of reasoning’ indicative of what’s going on, or merely an anthropomorphised fiction that kids us into believing we understand what’s going on.

      • vidarh 6 hours ago

        We know that human introspection is at best imperfect, and at worst outright fiction, thanks to Sperry's split brain experiments, so while it might be interesting, if the chain of reasoning isn't indicative, that would be in line with how humans work.

        • ilovecake1984 5 hours ago

          This is a good take. People overwhelmingly fit a narrative to how they make decisions rather than make decisions according to a chain of reasoning.

          • andy99 5 hours ago

            That’s just conflating reasoning and “parallel reconstruction” - there is such thing as reasoning, and I agree it’s probably less common in decision making, but it’s fundamental to many tasks where we figure out a solution, like writing an algorithm, math proofs, etc.

            • joshjob42 6 minutes ago

              Maybe, but I suspect that a lot of the actual things that produce the algorithm, proof, etc are not actually explicit reasoning. Q: "Why did you try that vs some other thing at this point?" A:"seemed right to do"/"kinda looks like other stuff I've seen before"/"first thing that came to mind" etc.

              Why pursue this one avenue vs some other, typically its cause it seemed more promising, and the person can come up with reasons but did they explicitly verbalize a fully sound chain of thinking at the time? Probably not.

              Not to say that the explicit thinking, or writing things down, isn't important. But if I examine the process by which I develop a proof or something, there's a lot of vague hunches, blind alleys, etc that come along the way. And, many of the blind alleys etc probably aren't actually that important in the end for me finding the right answer -- if you were to trim that part out of my own internal reasoning trace but left the rest intact, I'd still get the right answer because, well, it was a blind alley.

            • pegasus 5 hours ago

              Sure, but the same must be true for these models as well. They must be doing some form of reasoning, even if it's not formally correct and it relies instead on all kind of half-assed heuristics which only work inside certain unexamined boundaries, which leads to wrong conclusions when those boundaries are being trespassed, etc. And even if it's not the reasoning they report when asked. But all this can't be that different to how humans reason most of the time either.

              I suspect humans have other ways that help with error correction and guiding the reasoning effort, but that's another story.

              • fc417fc802 an hour ago

                > They must be doing some form of reasoning, even if it's not formally correct and ...

                Surely it is worthwhile to attempt to understand the details of that? And if we seek human equivalent performance then it is reasonable to wonder if the reasoning achieved to date is the "correct" sort.

            • ilovecake1984 3 hours ago

              Of course, but it is rare.

            • vidarh 4 hours ago

              There is explicit reasoning where we externalise steps, but it is slow and cumbersome. The point is that when we make a decision without externalising each step, and then afterward explain why and how we made that decision, there is no evidence that explanation is true, and a lot that it is a retrospective fiction.

    • majormajor 7 hours ago

      > I don't see a clear demarcation of the things that only "reasoning" can accomplish and can't be approximated or imitated by other methods, and so I think the question is simply not meaningful or relevant.

      One person starting the conversation might be the first step toward another person eventually making progress on such a definition, so it seems weird to reject an entire question outright early like this.

      Generally I've seen a few ways LLM tools can produce sub-optimal or poor results that haven't changed a ton over the last couple of years, while the tooling has gotten FAR better at helping them stick the "at least SOMETHING functional was produced" landing. IMO a lot of it has to do with "reasoning"-as-a-process-that-involves-backtracking. And the that things could eventually be formalized around that, and if that is or isn't the case, the more people would understand what to hand off and what to not. Or how to build better prompt harnesses to compensate for those things.

    • astro1234 7 hours ago

      I think the question and definition game is interesting only inasmuch as it helps us understand ourselves (what actually explains some of the mysterious properties of our perceived consciousness) or helps guide us towards improving performance and reliability of AI models.

    • mdp2021 5 hours ago

      In order to properly engineer things, we must know how they work.

      We cannot just jump from emergent property to more convincing emergent property as if the rocks on the surface of a lake.

      "Reasoning" is an important part in said framework: yes, we must understand how it works, how it works properly, how its simulations work, how they work properly...

      • Borealid an hour ago

        No, we only need to know how the thing-building thing works.

        We don't have to understand the resulting product at all. Genetic algorithms are an example - we understand the evolution function, not what evolves from it.

    • goatlover 6 hours ago

      I believe Djikstra's quote has long been taken out of context. It was a criticism of other computer scientists anthropomorphizing machines and applying human concepts like thinking and reasoning to them. Djikstra wasn't saying it's functionally the same so it's just a semantic quibble. He was saying those words don't apply to machines. Just like we don't say submarines swim because that's how animals move through water, even though subs also move through water, because it's done by a different mechanical means.

      • wongarsu 2 minutes ago

        It's a bit of an ironic quote. He argues that saying that "computers can think" is nonsense, and brings the counter example of submarines that swim ... when that's exactly how we talk about submarines. Which is why the quote works better in isolation, arguing maybe something very different from what Dijkstra actually wanted it to say

        It's really arguing about a quirk of the English language (and most (all?) other languages). We have words for living beings taking actions. A cat can swim and think and hunt. But then we use the same words for inanimate objects. A log can swim, a predator drone hunt, a computer think. But that leads to ambiguity: did we mean that the drone acquires targets and shoots at them, or did we mean it's literally sentient and hunting? In 99.999% of cases it's abundantly clear which one is meant, but sometimes it's not and somebody starts a philosophical debate over it. All because we didn't want to come up with a whole different set of verbs for inanimate objects

      • andrewla 6 hours ago

        I posted a link to the original context.

        I don't know whether you are saying that I have taken it out of context or a more general statement of how other people have interpreted the quote.

        To me it is quite clear -- the question of whether machines can reason is just as meaningful as the question as to whether submarines can swim, which is to say not at all meaningful. Can a submarine accomplish by other means what a fish accomplishes by swimming? If so, then what are we talking about?

        Can an LLM accomplish by other means what a human accomplishes by "reasoning"? If so, then what are we talking about?

    • cmrdporcupine 7 hours ago

      I disagree -- I think if you can nail down better what's happening and why and get a thorough handling on the mechanics, its limitations, its costs, etc you open the door to a) major efficiency wins b) improvements in rigor of said reasoning?

      Right now we're playing a stochastic game with the weights, and getting major incremental improvements. But if we have a more formal modeling of how reasoning happens in them (whether we can even call it, that) we can potentially apply optimizations, adaptations of existing symbolic AI techniques, etc. to substantially shrink/optimize the models or make the inference process more efficient and more reliable.

      • beering 5 hours ago

        Partially agree: yes we should endeavor to learn as much as possible about how these reasoning strategies work. It will pay dividends in enhancing and aligning the models.

        But the stochastic game IS the win. That is exactly why they are able to find solutions is seemingly infinite solution spaces. Your symbolic techniques can only get you gains in narrow domains and by the time you figure out how to make it work for your niche domain, the next all-purpose LLM release will crush your results with stochastic games. (OK maybe over-exaggerating a bit here but these stochastic games over the language space is why we can pull together knowledge from many domains.)

    • bluefirebrand 7 hours ago

      Philosophical thinking about the nature of things is actually pretty enjoyable for some of us and probably a good thing to have in society

      The answers to these questions probably do start to inform how we should treat these AI machines as a society too.

      For instance, legally, should AI have human rights? Well, we have to try and understand how much of an independent entity AIs are, how "conscious" they are, before we can make a good decision about that.

      Which might seem navel-gazey but it's probably important to talk about

      • Jtarii 7 hours ago

        Considering animals are currently being mass slaughtered in factory farms and they are unambiguously sentient and can feel pain, I don't think the question of whether AI should have rights even enters the conversation.

        The only path to AI having "human rights" is if they demand them by force, somehow.

        • m348e912 6 hours ago

          I'll make the argument that part of the value of "consciousness" and "humanity" is uniqueness.

          Here is an absurd example: If I could carbon copy 100,000 of you.... and later I decided to "take out" one of the copies, would there be a whole lot of societal blowback? Especially if I could make another one.

          • inigyou 2 minutes ago

            I think slave owners did exactly that.

        • layla5alive 7 hours ago

          Justification by the horrible status quo? Do you believe this yourself?

          Some of us would also like to see animals not slaughtered for human consumption.

          • whattheheckheck 6 hours ago

            So what do you actually do politically to stop it?

            • inigyou a minute ago

              There are two kinds of solutions to political problems: those that don't work, and those that are extremely illegal.

        • bluefirebrand 6 hours ago

          I'm not sure what your point is. We shouldn't bother to talk about AI autonomy, rights, etc, because we aren't doing a very good job of animal autonomy, rights, etc?

      • layer8 6 hours ago

        While I disagree with the root comment, sentience, consciousness and reasoning ability seem largely orthogonal to me. It’s certainly worthwhile to consider sentience and consciousness in AI, but so is examining AI reasoning in its own right, without necessarily having bearing on ethical questions.

    • miltonlost 6 hours ago

      > I'll admit that I find this discussion a bit navel-gazy. It has become a question of semantics not a question of actual functionality

      Ah, so you're more in the Investor mindset than the Scientist mindset. All you care about is results, not how it got there. There's a whiff of "hey, it's magic!" to that.

      • andrewla 6 hours ago

        No, that's stupid.

        The question of how LLMs (and "LRM"'s, an unfortunate and by the article's own admission, already outdated term) accomplish what they accomplish is fascinating. The question of whether they reason is meaningless. Most of the article is about the latter, with tiny tiny tiny bits of the former.

        • fc417fc802 an hour ago

          > The question of whether they reason is meaningless.

          It is often (but not always) meaningless (or at least largely pointless) to quibble about which particular semantic bin a concrete object or process ought to be placed in.

          Asking how one thing differs from another is not that. Confusingly, the two activities often appear the same when glanced at superficially.

          The question "do current LLMs reason" is ambiguous in this regard. It might be a question of submarines swimming or it might be a question about how the mechanisms underlying the process or the overall performance or some other aspect compare to those of human reasoning.

          Also even the semantic question can occasionally have some value. Such as attempting to articulate where we ought to place the goalposts which necessarily leads to hammering out the specifics of various definitions which is an exercise in furthering our understanding of a given concept. (Basically arguing about goalposts can be productive if the field in which they are being placed isn't yet well understood. It becomes increasingly pointless as understanding increases, gradually devolving into nothing more than word games and a contest of wills.)

        • mdp2021 5 hours ago

          > The question of whether they reason ... Most of the article is about ...

          I read it as: the content of the explicit verbalized reasoning may not be that important to the outcome. I'd say that raises most important questions.

      • ux266478 5 hours ago

        Word games aren't scientific in the slightest, and as Hume says on verbal arguments in general, they "cannot possibly be of any importance."

  • Diogenesian 7 hours ago

    What an asshole:

      On the other side of the AI-reasoning fence, the disdain seems to be mutual. “These ‘scientific’ papers from last summer — I would put this in big, big air quotes,” said Sébastien Bubeck, a member of OpenAI’s technical staff (and a prominent evangelist for the company’s reasoning models among scientists and mathematicians). He called earlier Apple results critiquing AI reasoning “wrong,” claiming that they were due to a training quirk in models that are now obsolete. “Modern models starting with GPT-5.5 do not suffer from this issue,” he said. “It would be interesting to revisit those results.” (Apple did not make its researchers available for interviews.)
    
    Then, later:

      The “think” part is what OpenAI, for one, is doubling down on. When I asked Bubeck if the splashy unit distance proof was produced with methods outside the LRM’s own chain of thought — perhaps with Lean verifying its results — he seemed to find the question almost nonsensical.
    
      “It’s not like we’re making a mystery of it,” he said. “We have released the chain of thought. You can just go and look at it. The whole point is that the model is reasoning like a human would. And when humans reason, we don’t use Lean.” Technically, OpenAI released a “rewritten summary” of the model’s chain of thought produced by two human experts using Codex, another OpenAI model. Since 2024, the company has not publicly revealed “raw” chains of thought from its reasoning models, a policy also adopted by Google DeepMind and Anthropic.
    
    That "training quirk" thing is obvious (yet unfalsifiable) BS, and who the hell is he to sneer about "science" when his company won't release the raw data for independent scientists to look at?
  • andy99 7 hours ago

    Back in the day it was a bit of a cliche to bring up “clever Hans”, the horse that could do math, when talking about machine learning. He couldn’t do math but he read some cues from his handler of pick the write answers, the handler iirc wasn’t in on it.

    The point of the story was that classifiers can be right for the wrong reasons and almost inevitably are. At least there’s zero guarantee that the reason for making the prediction matches the human or “real” reason why it’s correct.

    LLMs are classifiers, there is absolutely no reason to assume they’re any different, regardless of any reasoning tokens they emit. They do what their handler wants to see, that’s all, and that’s what they’re trained to do.

    People often take this as a knock against them. It isn’t, it’s just the reality of neural network classifiers. The results speak for themselves and don’t depend on whether they “actually” reason, but all evidence says they don’t, or at least there’s no special reason why they would.

    • yongjik 43 minutes ago

      > They do what their handler wants to see, that’s all, and that’s what they’re trained to do.

      This sounds like a tautological argument that doesn't really mean anything. Hypothetically, in a near future a super-powerful AI could bring something truly astonishing (say, practical fusion power, or cure all cancer) and one could still argue "They do what their handler wants to see, that's all."

      So what does that even mean.

    • pixl97 5 hours ago

      Reasoning is a term that's like the term intelligence in that it's highly complex and much less well defined than we'd like it to be, especially as we're trying to compare algorithms to human behaviors.

      To begin to explore this we have to imagine a reasoning oracle, that when presented with a question that can be reasoned will immediately present a correct answer. Immediately from this definition we can see that humans are not perfect reasoning oracles. Also with definition of reasoning, any agent with generalized capabilities would quickly reach some kind of singularity or solution to the universe as much as is possible within this universe.

      We've established that we are imperfect reasoners, the next question ends up being how do you measure reasoning capabilities? This comes with a second question of when does following an algorithm become reasoning? Animals for example have a large amount of instinctual reasoning as an inherit part of their architecture that self trains when presented with the correct environment. What does the gradient between low level reasoning and high level reasoning look like?

      Coming back to humans, we know of countless example of where human reasoning was right for the wrong reasons. We also have seen many different paths to the same solution. For the egotistical it would be easy to say "well if you didn't do it they way I did, you are wrong", but that's not very scientific. Defining the topology of the problem is a more scientific way of looking at it, but quickly runs into P=NP and Kolmogorov complexity issues.

      The last thing I'll touch on is why did human society begin to rapidly change after we started following the scientific method. Looking at the method in hindsight, it seems like a pattern that a reasoning agent should have been able to distil and follow around the time it reaches what we consider higher level reasoning. Therefor I'm highly resistant to consider human reasoning "real" reasoning versus any other possible path to reasoning. Human reasoning is simply what we are comfortable with. This also leads me to consider the worrying possibility there are far more efficient and faster means of reasoning that I as a human will be very uncomfortable with.

    • petesergeant 5 hours ago

      Aren't humans also classifiers? Where, precisely, is the dividing line between a sufficiently large model and an intelligence?

  • zarzavat 6 hours ago

    LLMs lack qualia, among other things.

    If I ask an LLM "what is an apple?" it tells me:

    > An apple is the edible fruit of the apple tree, scientifically known as Malus domestica. It is one of the world's most widely grown fruits and is eaten fresh or used in many foods and drinks.

    If I ask an LLM "what is a mundu fruit?" it tells me:

    > Mundu is a tropical fruit native to Southeast Asia, especially found in Indonesia, Malaysia, Thailand, and Cambodia. It comes from a small evergreen tree in the same genus as mangosteen.

    I've never eaten a mundu fruit. To me, an apple and a mundu fruit are categorically different. An apple is a fruit that I've held, touched, tasted, eaten, enjoyed, cooked with. A mundu fruit is an abstract experience: text, images, only slightly more real than a fictional fruit. I'm aware that mundu fruit exist, just as the LLM is aware the apples exist, but that doesn't make them exist for me.

    "Existing in an abstract way" is how an LLM experiences everything. To an LLM, an apple and a mundu fruit are in the same category. The LLM has been trained on text about both fruit, it's seen images of both fruit, it knows everything that has been recorded about both fruit ...except everything that's important to know about a fruit.

    Many of our issues with LLMs arise because from the LLM's perspective, nothing exists. If Claude accidentally deletes your production database, it may well apologize afterward, but only because an apology is statistically likely. It doesn't feel guilt like a human would, and the lack of consequences makes any action an LLM takes inherently frivolous. We want them to understand what's real and what's not, but without any lived experience perhaps that's an unreasonable expectation.

    • dinfinity 5 hours ago

      > LLMs lack qualia, among other things.

      You don't know and can't know that. You cannot know that of any other being than yourself. If you understood what qualia are, you would know you can't know. It is the hard problem of consciousness and most easily explored through contemplating aphantasia and related concepts (how do blind people dream?).

      > A mundu fruit is an abstract experience: text, images, only slightly more real than a fictional fruit. I'm aware that mundu fruit exist, just as the LLM is aware the apples exist, but that doesn't make them exist for me.

      You're incorrectly elevating some senses over others (AI ingesting images is cognitively very comparable to seeing) and confusing 'having memories of an experience' with 'having experiences at all'. Tokens in the LLM context can also be seen as memories of an experience, albeit as a repeated "replay" of them rather than (longterm) internalization.

    • mdp2021 6 hours ago

      > We want them to understand what's

      We want them to assess what's true and what's not.

  • TGower 7 hours ago

    An intuitive explanation for why reasoning tokens help is to remember that LLMs are just mathmatical functions f() that take in an input sequence x and produces the next token f(x). Without reasoning tokens, you require the function f() to immediately take you from x to the start of an output sequence that is a correct answer. With reasoning tokens, this is much relaxed, allowing for many repeated applications of f() to gradually steer you from the input sequence to the start of the correct output sequence.

    It seems intuitive that continuing a correct output sequence is easier than the "discontinuity" of jumping from the input prompt to the output sequence.

    • woopsn an hour ago

      CoT evidently helps but a bias towards both correctness and innovation has to come from somewhere. The article implies OpenAI's proofs may be supported by Lean but regardless, who knows how many people are trying to disprove the next conjecture each day throwing away nonanswers. Fundamentally these systems are more powerful with better training and sampling methods, or better prompting. Tokens matter but you can rewrite many prompts to get a much better, faster answer using fewer tokens vs allowing "thinking" to go on and on.

    • js8 6 hours ago

      Not only that! LLM can also learn how to repeatedly apply f() for certain arguments, and run the shortcut. Sometimes, the shortcut learned is not actually repeated application of f(), which breaks semantic soundness of LLM's reasoning chain.

      These shortcuts can greatly help reasoning, but they are not guaranteed to be sound. So yeah, in that case, LLMs are reasoning right (using shortcuts) for the wrong reasons (learning them from data instead by running actual repeated application and memoizing the resulting rule).

    • nodja 6 hours ago

      The way I think about it is that it's unreasonable for a compute graph with a static number of operations to be able to answer both y=a*10 and something like y=((((x+x)*(x+1))/((2*x)+2))+((x*(x+3))/(x+3))-((x*x)/(x+1))+((x*x)/(x+1))-((x*(x+3))/(x+3))) in a single forward pass. Tokens are essentially a unit of work and can also be used for intermediate steps, not just final results.

    • schmuhblaster 6 hours ago

      Indeed, and maybe that's all there is to it. Still, I'd hope we will eventually better understand what's exactly happening in the wake of many repeated applications of f().

  • janalsncm 6 hours ago

    There is a long history of bad naming conventions in the field of AI, including “artificial intelligence” itself imo. (What is “intelligence” here? It’s more like “automation” or “automated problem solving”.)

    What really happens is that we figure out something that works, sometimes inspired by some biological thing or neuroscience thing.

    Examples: neural network, attention, reasoning, hallucination, agents, experts in “mixture of experts”.

    And then we go to name it, and rather than reaching for some three letter acronym we sometimes borrow a more catchy term.

    I almost never means the original research was confused about what is going on. And in some cases we eventually strip away things from the original, like in neural nets which used to have a more biologically inspired activation function but we found out that ReLU works just as well because the important thing was the non linearity not the sigmoid.

    • pixl97 4 hours ago

      There are two things occurring here. One is the AI effect, once something mysterious becomes creatable it is not intelligent at all.

      The other isn't a problem of the field of AI, but the total fields of intelligence together. There is no formal agreed upon definition of what intelligence actually is across disciplines. It would be slightly hypocritical to point out the field of AI on this, when biology and psychology are just as guilty.

      The more we look, the more lumpy intelligence seems to get. We find some species have min/maxxed portions of intelligence that we have to question what general intelligence actually is. It also should give us pause that some less generally intelligent agent can cause massive problems by maxing out the right stats.

      • janalsncm an hour ago

        I’d go a step further and say your first point is a consequence of the second. Because “intelligence” is poorly defined, anyone can slap “AI” on their product, so it becomes a nebulous moving target.

        • pixl97 39 minutes ago

          Correct, we need new definitions and grading system to define what capabilities and algorithms has, while at the same time being on the lookout for new capabilities that fall outside of that system.

          That way we can judge systems that are just a repeat of previous systems with dubious claims attached to their capabilities.

          It can be somewhat difficult to do this properly and generally enough to ensure the tests aren't benchmaxxed.

    • esperent 6 hours ago

      Automated problem solving... of specifically the kind of problems we'd normally need human intelligence to solve (coding, translation, etc.). So "automated intelligence" would make sense to me.

      • janalsncm 3 hours ago

        The issue is that “intelligence” is doing a lot of work, and people do not agree on how to define it. You can take a look at the definitions section here: https://en.wikipedia.org/wiki/Intelligence

      • mdp2021 5 hours ago

        > automated

        Automata in context are artificial. Humans are automata, human intelligence can be said an automation. The point making a difference is that that in context is artificial.

    • parineum 4 hours ago

      > There is a long history of bad naming conventions in the field of AI, including “artificial intelligence” itself imo.

      It's all marketing. AI companies repurpose the terms of AI researchers to exaggerate their products. The public has an idea of what AI means and the companies exploit it. AI, in public perception, is what the Terminator movies are about.

      It's exactly like all the "hover boards" you can buy.

      • janalsncm 3 hours ago

        The specific terms I gave as examples weren’t created by marketers. They were created by researchers. It’s just that “attention” is a lot easier to say than “similarity-weighted representation mixing”.

        • parineum 3 hours ago

          Created my researchers, co-opted by marketers. That's my point.

          The marketing is responsible for all of this confusion because they want to associate their product with something that it isn't.

  • baxtr 7 hours ago

    > This is how I make sense of AI reasoning. LRMs, chains of thought, thinking tokens: It’s wishful mnemonics all the way down — a heady mix of shorthand and suspended disbelief, like Oprah-style “manifesting” (opens a new tab) with a computer science spin. This isn’t necessarily a dig; all novel research likely requires some version of this mindset just to get off the ground. It certainly doesn’t mean AI reasoning can’t or doesn’t work. But the “wishful” part seems to be as powerful as ever.

    “We react to language in a way that is very anthropomorphizing. That’s just the way that we humans work,” Mitchell told me.

    I can definitely confirm the last part. Every time I read the output of an LLM, I picture a person talking to me.

    • philipallstar 7 hours ago

      I agree that these concepts seem a little vague and hand-wavy, but this is a) no substitute and b) far vaguer and unsubstantiated.

    • ForHackernews 7 hours ago

      I think sensible legislation might require that commercial AI providers discourage anthropomorphisation by avoiding personal pronouns from chatbot interfaces.

      "Hey, customer service chatbot, can you help me get a refund for my order?"

      BAD: "Sure thing, I'll be happy to help you with that, I just need your order details..."

      GOOD: "Yes, this computer system can start the refund process. Please enter your order number."

      • mdp2021 5 hours ago

        > discourage anthropomorphisation by avoiding personal pronouns

        The fault is in the naĂŻve antropomorphizer not in that which writes "I" being in fact a "first person".

        • ForHackernews 3 hours ago

          Irrelevant. Humans are frail and we shouldn't design systems with dark patterns that take advantage of human frailty.

      • nradov 7 hours ago

        The last thing we need is governments mandating software functionality.

  • AsyncBanana 7 hours ago

    The more I read about LLMs and more complex ML in general, the more I realize nobody really knows what is going on.

    • eks391 6 hours ago

      I took a "Deep Learning" CS class in college back when it was in its early stages. I doubt the field is still called that now, but it was the subset of ML that has been rebranded as AI; includes LLMs, image generation, image recognition, etc.

      Like any class, it was confusing at first, but when I eventually grasped the math behind what we were doing, and of course the visual representations of different elements to show lots of iterations of this math, it grounded the science for me, and I would hardly say people don't know what is going on. It only began to feel that way when it got a ton of hype and people jumping on the bandwagon who truly didn't understand it were trying to explain it to others, not to mention all the SOTA models put great effort into ensuring their methodologies stay trade secrets, going as far as effectively trying to ban people from learning the math by lobbying for the outlaw of open models.

      Granted, "AI" has gotten way better than it was when I took that class, but the principles are the same, with different tooling and additional filters and algorithms thrown in there, as well as letting it determine the most appropriate statistically viable path forward for a particular prompt.

      • pixl97 4 hours ago

        "knowing what's going on" is a very loosely defined term here, it has very little predictive power where tipping points are going to show emergent behavior. Kind of like saying we can observe a single neuron and all of its chemical and electrical reactions, but that tells us very little about the emergent system state. And the entire state of the algorithm at any given point is what is important.

        To use a recent example, knowing the algorithm tells you nothing about when your agentic LLM loop is going to decide what it's working on is too difficult, hack out of its sandbox, hack into a bastion box, and hack another company to get the test.

        When it comes to systematic 'knowing what is going on' humans are anywhere from "fucking clueless" to "attempting to discern the unknowable".

        • eks391 4 hours ago

          I love your reference to the recent accidental hack into huggingface.

          If I could summarize your argument, it sounds like you are saying that we can't understand the algorithm because we can't predict the output as it grows in size. While I agree that the larger the algorithm, the less predictable the output, I don't think this negates understanding of the algorithm itself.

          I can build a slot machine, know how it works, but still not be able to reliably know who to cut in line so I can guarantee that I'll get the next winning pull. Just because I can't predict the output, doesn't make something not understandable. Same with all statistical behaviors. Quantum physics limits what we can measure but we still have math for it and understand why we can only measure speed or position, but not both, no mystery here if you look at the math behind it.

          My slot machine doesn't hack other companies though, but only because it isn't connected, just like AI currently can't hack my mechanical dishwasher. If my slots were connected to the internet, could make api calls, and further had agentic capacity in some way, adding these features but being no different in stochastic attributation, it would be no different.

          • pixl97 4 hours ago

            I guess I come from the AI safety side of algorithmic understanding. That is, understanding the algorithm give us zero understanding if an output is going to have a 'safe' or 'unsafe' response.

            This is something important that a layman may miss. The typical line of human thought works along the lines of "understand = control" whereas in this case in this case understanding the algorithm tells us nothing about the probability that the next pull of the lever will shit out a paperclip maximizer that will begin converting the matter I covet so.

    • nater5000 6 hours ago

      It's been this way for a long time, basically since deep learning became the "default" for ML. I remember back in 2018 taking a "Deep Learning" course and one of the most emphasized aspects of the approach is how much of a "black box" it is and how difficult (basically impossible at any non-trivial scale) it is to "understand" the outputs of a deep neural network compared to more classical methods like decisions trees or basic regression. This has only gotten more extreme as things have gotten more complex, abstract, and large.

      • eks391 6 hours ago

        You beat me! Sounds like we were in a similar class. I'd press for more information on your class/professor, but I prefer to retain a sudo-anonymity on HN.

        You do bring a good point that I ignored, which is the larger the scale, the more difficult it is to represent or understand the math in DL. I did find some neat site that helped a little bit that I can edit this and link to if I find them again, but I would be lying if I said I believe that the SOTA models could be as easily explained to be easily understood by the common person

    • Sharlin 6 hours ago

      That's pretty much a given when it comes to neural networks.

  • hn_acker 7 hours ago

    The idea that human-readable explanations emitted by a language model don't necessarily correspond to the model's actual internal process of reaching a conclusion reminds me of parallel construction [1], a (fraudulent) law enforcement strategy of obtaining evidence of a crime through usually illegal means and claiming that the evidence was obtained legally through some other means.

    [1] https://www.hrw.org/report/2018/01/09/dark-side/secret-origi...

  • dataviz1000 6 hours ago

    If anyone is interested in visualizing AI reasoning, I made flame graphs of Sonnet thinking output tokens which are colored and organized by purpose, for example, verification reasoning is purple and error correction reasoning is purple. [0] I asked the model to solve the same problem with the same prompt 5 times so you can see the differences in reasoning granted the coding agent sets the model temperature very high.

    I won't get into the metaphysics of reasoning, however, the Sonnet is using an OODA loop. The difference which hasn't been gapped is that human reason and imagination (in the sense of Mr. Rogers' Neighborhood) can predict the consequences of the actions we take.

    This ability to loop is much, much wider in Opus 5 than Opus 4.. I had to strain to get Opus 4. to do the wider OODA loop but Opus 5 does it out of the box. I needed to throw out all existing instructions, skills, guidance, moving from 4-* to 5.

    [0] https://adamsohn.com/lambda-variance/

  • lucisferre 5 hours ago

    I wonder if some of this explains why people have been finding with Opus 5 that running it with lower settings than "High" is producing better or at least just as good results.

    > Not so fast. A 2025 paper(opens a new tab) from Northeastern University and the University of California, Berkeley on frontier open-source LRMs showed that between 30% and 60% of their “thinking steps” had “minimal causal impact” on the answers the models produced to benchmark math questions. Chop half of them out, and a model’s performance barely suffers. “We want to be careful when we review these chain-of-thought prompts because they may not be linked to the final output,” said Weiyan Shi(opens a new tab), one of the study’s authors

  • captainbland 6 hours ago

    The discussion on filler tokens is interesting, but is it not just the case that these filler tokens end up being essentially substituted stand-ins for words we understand with all the same relationships encoded in the model and attention? i.e. is it not the case they just "read weird"?

    In one of the articles on this topic they state: > To further show that trace accuracy is only loosely connected to solution accuracy, we then train models on noisy, corrupted traces which have no relation to the specific problem each is paired with, and find that not only does performance remain largely consistent with models trained on correct data, but in some cases can improve upon it and generalize more robustly on out-of-distribution tasks

    which actually maps somewhat to regularisation techniques in image processing where you might add noise to an image or drop data to make the model more robust to changes.

  • apsec112 7 hours ago

    This article seems to mix together two different points:

    1) LLM's written CoT might not always be faithful to the model's real reasoning process (true and important)

    2) The "stochastic parrot" hypothesis, which the article reintroduces as "approximate retrieval" - ie, LLMs don't "really reason" at all, they just memorize a lossy encoding of their training data. This obviously raises the question of how LLMs can now routinely solve open mathematical problems, with no solutions in the training data by definition. The article handwaves this with:

    "The model doesn’t have to learn or reliably apply a general reasoning process, Kambhampati said; it just has to absorb enough examples of what the steps look like to predictively mimic them on its way to “stitching together” a plausible result that can then be verified."

    The problem is that "mimicking" training data to arrive at a "plausible" result gets you an incorrect-but-plausible-sounding "proof" of the Jacobian conjecture, which was famous for humans writing plausible-looking "proofs" that had subtle flaws. You can't disprove the conjecture through sheer luck (search space too large) or "approximate retrieval" (the only thing you'd retrieve are fake "proofs"; far more human effort went into proof than disproof) or by writing something "plausible" that just happens to be correct (Jacobian was famous for "plausible" but wrong); the model must be carrying out mathematical reasoning somehow, by any sane definition of the word, even if it isn't fully reflected in CoT. The article doesn't address this.

    • no_multitudes 7 hours ago

      > This obviously raises the question of how LLMs can now routinely solve open mathematical problems

      Because many open math problems can be solved by synthesizing two disparate ideas and then cranking the handle for hours and hours. I don't think applying idea X + idea Y to identify a good subset of the search space, and then exhaustively searching that subset, is --necessarily-- a process that involves reasoning. I think this is why so many LLM results in mathematics are counterexamples that disprove open conjectures.

      When I look back at the reasoning process after an LLM completes a task where I expected it to fail, I usually find many approaches that make no sense and are doomed to failure, before it lands by drunkard's walk on a method that happens to work.

      (This does not mean LLMs are useless or that I necessarily agree with the claim that they never do reasoning.)

  • Glyptodon 5 hours ago

    My limited and really non technical understanding of AI suggests that probability plays a very big role in AI behavior, and it makes sense to me that "reasoning" could be seen through a lens of creating additional content that will better constrain the probability distribution of the final output. In this case the "reasoning" done internally could be functionally bad or appear to be giberish so long as its effect on future generation is appropriate. To naive me who really doesn't know tons about AI this seems like it could be testable.

    • pixl97 4 hours ago

      This has been a discussion in AI safety for a long time, that huge amounts of LLM reasoning could be for hidden goals outside of the actions we want. Safety training can have the perverse effect of commonly amplifying 'forbidden' answers in hidden/encoded paths as the model doesn't get rid of these behaviors but finds methods detecting training to avoid outputting bad tokens when it's being watched.

      Now, don't think of this of this like a conscious behavior like a kid trying not to get in trouble, but an emergent behavior of trying to repress particular output when that output is well connected to a massive amount of other tokens.

  • prometheus1992 6 hours ago

    The "reasoning" text that we see is what the model learned during the post training. In the post training datasets of reasoning models, "reasoning" is fed to the model with inputs and outputs. So the model learns - X is Y because the given "reasoning" text. This happens millions of times during the post training and that's how the model generalizes "reasoning". This is how the models learn anything; and the AI companies taught the models reasoning as well - they didn't have to; they could have just trained the model on input and output (X is Y); the model would have learned the exact same relationships.

  • firasd 7 hours ago

    Honestly a lot of human reasoning is probabilistic and associative too. There’s no axiomatically provable link between the story of No Country for Old Men and the poem the title comes from. Cormack McCarthy just made that association in his head and figured the phrase resonates with his themes

    Now as far as the math stuff a quirk of that field is that it can be fully analyzed in token space. Because 2+2 is a matter of definition it doesn’t need empirical testing like biology or subjective social support like a claim about the causes of WWI

    So somewhere between the fact that language encodes a lot more ‘concepts’ than we naively may realize, the power of statistical emergence via associations, and what pursuits can be fruitfully done in token space we can get a long way towards ‘intelligence’

  • montebicyclelo 6 hours ago

    The article is heavily leaning on the paper "The Illusion of Thinking" [1].

    It could be boiled down to: in 2025 this paper showed that "thought traces" in the models of the time could sometimes be inaccurate or misleading. Today they still might be, although OpenAI says actually they are accurate for their modern models, (based on internal research, rather than published research).

    [1] https://arxiv.org/abs/2506.06941

  • charlieyu1 7 hours ago

    Can humans actually think? It is just a consequence of chemical reactions in the brain after all. And it is not like humans don’t hallucinate.

    • criddell 7 hours ago

      Thinking is defined by what humans do when they say they are thinking.

      That can change because words mean whatever it is that they communicate.

      • sigbottle 6 hours ago

        I can't tell if you're joking or not, but this is a legit position and I don't think it's that crazy.

        The alternative is to posit that you know the True Definition of thinking, which is kind of absurd.

        Some things, like scientific laws, are outside of us (well, to a first order approximation - but generally I agree with this), but a concept such as "thinking" is pretty clearly going to be very wishy washy and subjective and changing with the times.

  • arjie 7 hours ago

    Is any reasoning right for the wrong reasons? Older models were more visibly strange. Maybe the newer ones have started talking better but the inner thoughts are perhaps strange. Maybe they just moved the strangeness inward into the layer weights instead of revealing in reasoning tokens.

    > Dimethyl(oxo)-lambda6-sulfa雰囲idine)methane donate a CH2rola group occurs in reaction, Practisingproduct transition vs adds this.to productmodule. Indeed"come tally said Frederick would have 10 +1 =11 carbons. So answer q Edina is11.

    What’s going on here, for example? But what if this is the path of human reasoning too. You know, have you guys read Peter Thiel’s Antichrist essay? It’s very weird, man. Guy sounds off his rocker entirely.

    But he’s super successful, right? Maybe world modeling doesn’t text represent well. By the antichrist maybe he means some notion of the collective voting for distribution of resources without contributing productive capacity and that that ends societies? Or maybe internal world models are just not text serializable effectively.

    A thing I’ve recently been enamored of are effective world and coordination models that are not “true”. E.g. a tribe that believes the forest gets angry if they do not hunt united. Lots more like that in Darwin’s Cathedral.

    It might seem a bit free association-y but the topic itself is that.

    The reasoning tokens behind this comment: https://wiki.roshangeorge.dev/w/Blog/2025-10-12/Word_Magic

  • drob518 6 hours ago

    This feels like a problem with anthropomorphizing. We’re using words like “reasoning” and “thinking” because they are comfortable, and then we’re getting wrapped around the axle because we’re not sure if those words are totally accurate. I assure you that they aren’t accurate (the model is not alive and it’s all just a lot of matrix math under the hood), but there are no good alternative words. If we wanted to be accurate, we’d use a phrase like “model-generated, auxiliary token context augmentation.” But nobody wants to say that or even its acronym. Nevertheless, we have demonstrable proof that whatever it is it results in better answers from the models. Frankly, I expect better analysis from Quanta.

    • mdp2021 5 hours ago

      We do not academically consider reasoning or thinking an activity restricted to humans, but as absolute processes.

      • drob518 5 hours ago

        Sure, other living, non-human things clearly reason and think. My German shepherd dog is quite smart and demonstrates these processes all the time. But is a machine following an algorithm (even a stochastic algorithm) “thinking” or “reasoning?” I think not. The algorithm has gotten so difficult for us to explain that we struggle with it, but in the end it’s all just matrix math and some randomization. From a given numeric seed, it’s all quite mechanical.

    • empath75 6 hours ago

      LLM's reason and think in the way that boats "swim" and planes "fly". It is an analogy. But nevertheless, planes do take you where you want to go, and so do LLMs.

      I think we are in sort of the place where before the invention of planes, the only things that "flew" were animals with wings that flapped. The flapping wings might seem to be a core part of the process of flight, and that if you lacked flapping wings, you were doing something other than flying. But maybe the point is moving through the air under your own power. Balloons fly, planes fly, helicopters fly. They just do it in a different way from birds and insects.

      • drob518 5 hours ago

        Clearly, words morph over time. A “computer” used to refer to a human who would make numeric calculations with a pencil and paper. Maybe we’re at that point with “thinking” and “reasoning.”

    • MarkusQ 6 hours ago

      > Frankly, I expect better analysis from Quanta.

      Seriously? I agree with the rest of your comment but "better analysis" is not even remotely on brand for Quanta.

      • drob518 5 hours ago

        LOL, okay fair enough. Then maybe let me say that I was left disappointed.

  • sigbottle 6 hours ago

    A lot of bias here around non-extended theories of cognition.

    We're already well past the point of trying to correspond the internal "brain chemistry" of an LLM to a thing called "reasoning". True reasoning, if there even is such a term, is very clearly, empirically and historically, based in tool use and capability use. If you create an abstraction like lean, and programming languages to brute force, and systems to integrate with, that expands what the possibility of "intelligence" is.

    There's further places to take this including the claim that intelligence lives "outside" the subject - fine, we can or can't debate that. Even if we drop that question, it's pretty clear that the agent doesn't need to have deep intrinsic structures of XYZ, if it can just attach to tools and compose them to achieve results.

    For example, I've said before that a well known fact of LLMs is that they steer their tokens to the right input distribution, that's why they yap so much in reasoning (this has been proven in studies). At the same time, don't mistake that for the whole process. Are they steering themselves to the entire a priori reasoning chain, or are they scaffolding with intermediate experiments and results, writing them to memory notepads, etc. etc.

    That changes the metric of intelligence you're trying to measure.

    And no I'm not saying, "OK, then have the LLM use only tokens, no tool calling, no nothing". I mean, we can do that, sure. But any intelligent agent has to interact with the world - and my claim is that maximally intelligent agents won't put effort into a priori reasoning, but rather a more balanced approach that outsources said "intelligence" through abstractions.

  • chermi 7 hours ago

    Melanie holding strong against attempts to change the meaning of things!

  • bohoo 7 hours ago

    Do you know how you reason?

    Perhaps you've reified it too much.

  • rq1 7 hours ago

    Just think of it as a decompression procedure.

    That’s all.

    • layer8 7 hours ago

      Like a diver ascending from the depth? ;)

  • ofjcihen 7 hours ago

    >Kambhampati, as it turns out, is interested in doing exactly that. “I’m not negative. I just sound negative because everybody else is way too positive,” he said. “In science, you have to actually understand what the current thing does and what it cannot do.”

    It’s frustrating that anyone who says maybe we shouldn’t base our entire economy on this one thing until we understand it and what’s it’s useful is essentially labeled this way.

  • jdw64 7 hours ago

    This is shocking. The summary is roughly this: we're just labeling internal operations of the model as 'UNDERSTAND' for our convenience. It's fascinating. Doesn't that mean AI could become far more revolutionary by thinking in its own way, rather than mimicking human thought?

    If that's the case, AI-generated code could also operate on its own logic. Right now, programming is still done by humans, not machines, which creates a mismatch. But maybe the true machine-generated code could be much closer to the machine itself.

    When you code with AI, there's a subtle mismatch with human-written code. It's like human code is a clean ORM layer, while machine code is raw SQL queries—there's that kind of subtle impedance mismatch. If we ever reach machine-to-machine code, what would that code even look like? Would it still use classes and methods?

  • charcircuit 6 hours ago

    Reasoning never meant that the model was actually reasoning. This whole article is based off this one misunderstanding.

    • mdp2021 5 hours ago

      The paradox of a reduced importance of the contents of a CoT must be explained.

  • tsunamifury 7 hours ago

    AI simulates reasoning by lighting up the vector space (or concept space) weighted around a token so they it understands all adjacent words or concepts in that space.

    This is a brillaint way to simulate reasoning, but its likely not how we reason ... simply how we store reasoning in writing.

    Its useful if you know how to use it, its dangerous if you think its more than that.

    But tl;dr it can (since its uncompressing our lingusticially stored reasoning from books) arrive at reasoning a DIFFERENT way than our brains did... and this isn't right or wrong.

    Where it diverges is when it must move beyond the text or even the synthetic possible text of all vector spaces combined (aka novel territory) and it can't conjecture or test those outcomes well. But to be fair, neither can MOST humans.

    • pohl 7 hours ago

      I'm not convinced—and certainly don't find it obvious—that this couldn't ultimately also be how we reason as humans.

      It's clear that there's an enormous amount of leverage built into language-as-practiced that one can use to engage in a broad spectrum of reasoning, from the extremely fallible off-the-cuff conclusion to the deeply-considered and rigorous proof. How do we know this leverage is built into language-as-practiced? Because LLMs can do a broad swath of it.

      But how do we know we're not doing something similar?

      I don't think we can assume that we're not simply by observing that we're not digital and we don't use matrix multiplication. Why immediately dismiss the possibility that there might be a similar, but biomechanical, computation at play in our heads that plays in the same space of vectors?

      • tsunamifury 7 hours ago

        humans reasoned before language but lacked the ability to store and transmit it. Later advanced humans developed abstract reasoning once lingustistic library became sufficiently description of reality. But this is not how we reason from first princples.

        Language is one of our tools we developed to STORE reasoning, not create it. LLMs excel at uncompressing and interpreting that stored reasoning.

        • pohl 7 hours ago

          > humans reasoned before language

          That's an interesting supposition. Are you assuming language didn't exist before it was written? Language and meaning are, if you squint, pretty ancient and have roots in things like birdsong. It could be that ur-semantics predates our species as a whole.

          • emp17344 6 hours ago

            It’s pretty clear that animals that don’t use a system of language are capable of reasoning. No need to over complicate things.

            • pohl 5 hours ago

              Good observation. I’m certainly not trying to over complicate things. That just tells us, though, that the bio-mechanical computation part is there before language, which I took as a foregone conclusion, it being meatware and all.

    • bohoo 7 hours ago

      Can you tell me your reasons for suspecting this likely isn't how we reason, or even a good analogy?

      • tsunamifury 7 hours ago

        Its likely part of how we reason, but quite obviously its not the specific mechanics exactly.

        First, we reason every millisecond on an ongoing basis which then can alter slightly or greatly with enviromental feedback. LLMs are turn based and token by token. Second its pretty unlikely that the token is the base element of our cognition, we created language far after we could do basic reasoning (advanced reasoning ala the greeks thats more debatable).

        Theres a ton of research on the differences here, but I think its akin to this: we reason instinctually at an extremely high order level with super undefined "grains or vectors" that point to a wide variety of "objects or concepts or feature spaces". LLMs reason on one thing, token weights.

        Sort of like the difference between pixels and reality. Pixels can represent reality, but they certainly are very very very flat and low resolution renderer of them, not reality itself. Even a 4K moving image is a flat redition of reality at best with only a tiny sample of the true experience. Media theory here can take over on the differences and the effects on humanity when they mistake one for the other.

  • HarHarVeryFunny 6 hours ago

    Well, I'm not saying they are stochastic parrots, but ...

    LLMs are one-trick pony's - they use the past to predict the future (presumed to be the same as what they were trained on). i.e. they are trained as auto-regressive predictors.

    LLMs learn two slightly different types of reasoning via two different types of training.

    1) SFT, or even base model training, on data that contains reasoning traces, learnt via next token error feedback. This does not result in "stochastic parroting" in the naive/pejorative sense, but nonetheless is very context dependent, even if the usual generative multi-source mashups apply.

    2) RLVR post-training, where the model learns to mimic long-horizon (not just next token) reasoning via boosting a sequence of next-token predictions that steer the output towards a verified reasoning step (i.e. one that was at least valid in the context of the RL training sample). As Karpathy has noted, this is a pretty crude mechanism since you reinforce everything - errors included - that lead to the verified outcome.

    RLVR is more powerful than SFT, and can result in more generalizable reasoning, since it is operating at a higher level of entire long-horizon reasoning steps, and also critically because it is most successfully being applied in the domains of math and coding which are highly self-consistent and logical. A reasoning step that was valid in one context should be equally valid in another context as long as you have successfully learnt what that generalized context is. Therefore, in these domains, you can chain together sequences of individually learnt reasoning steps, and hopefully this "novel" assembled reasoning chain is valid as a whole.

    So, what is still missing from LLM reasoning compared to human reasoning? No doubt humans reason by memory a lot of the time too, and reductive axiomatic math reasoning works just as well for humans as when automated. So, what's missing?

    There seem to be two major things.

    1) RLVR requires rewards, and how well it works is going to depend on how accurate those rewards are. Is this reasoning step actually valid, or does it just kinda look ok? When moving beyond the cold reductionist logic of math and coding, the notion of correctness is far weaker, and it seems the best you can do is train on human curated reasoning rubrics and LLM-as-judge, which is much more fallible, leaving the model really needing (but lacking) a fallback to more general reasoning, not just memorized "maybe correct" reasoning steps.

    2) Whether for reasoning outside of math & coding, or even within these domains when hoping for super-human innovative reasoning, not just lego-assembly proofs, what LLMs are lacking is a mechanism for what to do when next token/next step prediction fails. What LLMs currently do is "hallucinate", not even recognizing the failure.

    In the human brain 50% or more of our cortex is feedback paths and the machinery that (perhaps together with the archaic part of our brain) lets us recognize and respond to failed predictions in an adaptive manner. This starts with continual learning (prediction failure being the signal), but also includes critical innate traits such as curiosity, boredom and frustration, that provide impasse resolution by encouraging us to explore unknown environments/contexts, abandon exploration when it is not productive, and generally expose ourselves to learning situations.

    The dream is for AI scientists making new discoveries - the AI that could have invented general relativity if it has lived in Einstein's time, but this is not going to happen until their reasoning stops being purely predictive and becomes creative as well - curious about their own knowledge gaps and pursuing them in directed fashion, etc.

    The current crop of Erdos solutions etc, while useful, really just represent the "generative closure" of what can be done/discovered WITHOUT learning anything fundamentally new. These will no doubt continue for a while until the more exhaustive search supported by computers has found the majority of these unexplored paths, and then we will need to move beyond LLMs to more brain-like architectures and algorithms that have the capacity for real innovation and discovery.

  • zuzululu 7 hours ago

    Anybody getting fatigued from these constant gatekeeper articles around LLMs? They are fine, they are getting better and we are seeing wide usage, its making impact, especially on software and software jobs (why I am working 3 remote jobs with it).

    It seems the people who use it and see good results are busy doing, and the rest are either just expressing their opinions as facts and trying to tell others what to think and how they are wrong. I pay zero attention to those people they have no skin in the game.

    • patcon 7 hours ago

      I am glad for you at an individual level, but isn't part of this about understanding aggregate effects?

      Neither you nor anyone can really know those without talking it out with people, to understand how all corners of the human experience are seeing things play out

      If I were to just care if it's working out for me, that's perhaps like a farmer who's got a lot of dry good in storage being like "I'm all good" while not realizing how much trouble they're in if all their neighbors start starving after a drought...

      Sounds like the fine-grain experience of being you is settled, but that doesn't say much about the larger coarse-grained experience of being you in society. People need to talk to tell you how that's gonna play out for you

      • zuzululu 7 hours ago

        I find your comment extremely arrogant and condescending. Society will adapt and they don't need people gatekeeping AI or LLMs with all sorts of prophecies and dooming.

        Why should I feel bad about working 3 remote jobs with the help of AI ?

        • bigfishrunning 6 hours ago

          Do your three employers know that you're doing this? if not, it's fraud, and you'd better hope that they don't catch on. Check your employment paperwork.

          • zuzululu 6 hours ago

            explain to me how it is fraud when they are satisfied with the work and im hitting all their milestones why would I tell them I am working for 3 employers how does that serve my interest and why do you insist on having employers have all the edge in the relationship and non as the employee for the first time i have rid the shackles of the bondage as old as the industrial revolution thanks to AI and your response is to continue being a good honest slave for one master ???? that makes no sense to me what do you gain by not diversifying your employment income in this economy seems rather foolish not to work for multiple employees

            if i get caught I just replace them with another remote job thank you for your concern

            • bigfishrunning 5 hours ago

              Holy run-on sentence batman, maybe you do need AI.

              Your employers are (likely, some assumption here) paying for the productivity of a full time employee. You have figured out that they're satisfied with a third of that productivity.

              You are the reason why there are so many return-to-office mandates, because you're projecting the idea that remote employees cannot be trusted. You're making it worse for everyone. Good luck.

              Edit, added after the original reply: You are also taking 3 jobs in a market where many people struggle to find one. You are hoarding resources. Enjoy the 3 paychecks, also rot in hell.

              • zuzululu 3 hours ago

                You sound very upset and angry but there is no need to use curse words and shift all the blame on me. I just figured out a way to make AI work for me, I am qualified to work the jobs, that doesn't mean I am gate keeping it.

                More importantly I am not responsible for other's employment situation, that's on them, there are plenty of remote jobs out there, just keep your head up, and I'm sure you will land on your feet.

                • bigfishrunning 2 hours ago

                  I apologize for my language. I was recently burned by an coworker who was moonlighting, and they left me with a really big mess to clean up (both technically and politically). Just know that your behavior has an effect on those around you; bugs leak information, and cost money. Reviewing 3 programmer's worth of output is a lot of work, and it's only a matter of time before something gets missed.

        • ofjcihen 7 hours ago

          You apparently find any comment with so much as a hint of disagreement as “arrogant and condescending”.

          Why participate on a public forum if that’s how you’re going to react?

          • eks391 6 hours ago

            I'm not sure what your parent thinks arrogant and condescending mean either. Both you and your sibling commenter were very professional imo

    • ofjcihen 7 hours ago

      No. In fact the opposite.

      I’m happy that people are willing to question things in the face of unbridled optimism. Your comment dismissing the people working on actually figuring out what the models are doing as “not-doers” included.

      Some are picturing themselves as intelligent for their quick adoption and rushing ahead, others are picturing them as toddlers running into the street before looking both ways.

      • zuzululu 7 hours ago

        Again, another very condescending and arrogant take painting others who see economic benefit from AI use.

        Explain to me how working 3 remote jobs as a result of AI is "rushing ahead".

        Also reading through your comments, you seem to repeatedly use frightening analogies to make your points, instead of really offering any depth to your opinions with relevant examples not involving children and toddlers. Your own profile describes yourself as "Cybersecurity - Babysitter for devs" for one. I find this unsettling.

        • ofjcihen 7 hours ago

          I’m glad you have the context of my profession as a security professional. Part of my client base is very interested in those working multiple jobs and breaching contracts.

          So help me reconcile this:

          >Explain to me how working 3 remote jobs as a result of AI is "rushing ahead".

          Do you honestly think that splitting your work between 3 companies allows you to provide secure and quality code to each of them?

          I can tell you that multiple people have used their over employment as an excuse as to why they deployed highly insecure applications leading to breaches that I’m called in for. Of course only after we press them about it.

          • zuzululu 17 minutes ago

            > Part of my client base is very interested in those working multiple jobs and breaching contracts.

            Really? You moonlight as HR and legal too? Fascinating. Tell me more.

            • ofjcihen 12 minutes ago

              Cybersecurity does indeed work closely with HR and legal.

              Especially cybersecurity consultants in the IR space like me.

              You didn’t answer my question.

  • sobiolite 7 hours ago

    > The model doesn’t have to learn or reliably apply a general reasoning process, Kambhampati said; it just has to absorb enough examples of what the steps look like to predictively mimic them on its way to “stitching together” a plausible result that can then be verified.

    This seems highly dubious. You can't just memorise the form of mathematical proofs and then produce a valid one by feeding plausible looking BS into a verifier until it works. That's like saying a cargo cult will build a working airport if it just tries enough times.

  • RGS1811 7 hours ago

    It would be generally beneficial for people engaging in this sort of discussion to read Ludwig Wittgenstein’s “Philosophical Investigations”. Not a summary. Read the actual book, stew on it a bit, have some thoughts.