7/31/2026 at 3:57:29 PM
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...
by andrewla
7/31/2026 at 4:27:21 PM
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.
by Angostura
7/31/2026 at 5:09:38 PM
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.by vidarh
7/31/2026 at 5:36:50 PM
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.by ilovecake1984
7/31/2026 at 5:50:24 PM
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.by andy99
8/1/2026 at 1:16:16 AM
Is it really?I think the assumption that there is some sort of formal ‘reasoning’ process that is inherently superior to whatever ‘non-reason-based’ decision process ‘non-reasoning’ systems use is not immediately justifiable.
Most reasoning is ultimately based in heuristics: this is the right thing to do next because it has worked in the past. This is the right thing to do because our intuition tells us doing it will lead to this desirable outcome.
When you’re formulating a math proof, sure, the steps you are laying out make up a ‘reasoned’ argument but how you choose what steps to take is wholly intuitive. Why assume the contrapositive to begin this proof? It’s worked in the past and it might work here.
It’s all pattern matching trained on a reward function.
by jameshart
8/3/2026 at 5:08:35 PM
It's true that humans are not perfectly logical actors, but even so, most humans won't tell you seriously that the swimming pools in the Titanic are empty, or that glue is a great pizza topping.At the end of the day, there's a difference between showing your work for a math problem by writing down each logical step as you work through it, vs. just blindly copying both the answer and the "show your work" part from your classmates.
That humans can fail at math, or at other kinds of logic problems, is immaterial. It's still an entirely different process, and it leads to different results.
The fact that humans often fail because they're actively prioritizing something else can also be for the best. Like, it's reasonable to get a math problem wrong because you're distracted by argueing classmates who might be about to start a fight right next to you. Or you might realize that the premise of a question itself is wrong. Or you might logically know that the Earth goes around the sun, but decide to pretend otherwise because it's not worth dying over.
Humans are always balancing priorities, and it doesn't always make sense to judge their success by a single metric like "do these math problems and show your work within 10 minutes". LLMs do not have these conflicts, even when we would want them to.
by Plont
7/31/2026 at 7:17:25 PM
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.by vidarh
7/31/2026 at 6:07:23 PM
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.
by pegasus
7/31/2026 at 9:40:14 PM
> 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.
by fc417fc802
7/31/2026 at 10:56:23 PM
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.
by joshjob42
7/31/2026 at 11:43:19 PM
Exactly. Very little of what we do is "explicit thinking", because it's slow to have to develop and verbalise those arguments step by step. Most of it is "hunches" that we then retroactively justify if asked, and those retroactive justifications were demonstrated not to be trustworthy by Sperry's experiments. We don't even have evidence to suggest that humans can reliably introspect our past decisions, but we do have evidence to suggest we readily manufacture them.by vidarh
7/31/2026 at 8:29:12 PM
Of course, but it is rare.by ilovecake1984
8/1/2026 at 5:44:22 AM
Even there half the brain was doing the real reasoning. It’s just the other half which was the verbal/story half didn’t know what that real reasoning was so made up a story it believed to make it fit but was different reasoning.It’s not without reasoning. But half got the reasoning wrong; even if thinking it was right.
by ScoobleDoodle
8/1/2026 at 6:29:06 PM
No, in the experiment in question, the experimenters made the choice, and claimed to the brain half that couldn't observe that the one that could made the choice.That is how we know the rationale wasn't the result of information making it between brain halves somehow.
But irrespective of that, the point is exactly that it made up a rationale that couldn't possibly be true, and insisted it was.
In other words, we have no reason to trust our own mind when we rationalize our own actions.
by vidarh
8/1/2026 at 4:35:42 AM
It is not semantics. For decades, logic and CS researchers have known what reasoning is.LLM folks suddenly can’t claim an approximation of that is what constitutes full scale reasoning just because they can achieve only an approximation.
Imagine a calculator program that computes billions of two number multiplications accurately by looking up prior examples but fails on simple multiplications often as it doesn’t have it in its training dataset.
We won’t say the program actually multiplies numbers.
by thesmtsolver2
8/1/2026 at 6:16:06 AM
> Imagine a calculator program that computes billions of two number multiplications accurately by looking up prior examples but fails on simple multiplications often as it doesn’t have it in its training dataset.> We won’t say the program actually multiplies numbers.
That's a good analogy. To extend it further, in cases where the calculator can't handle a question - e.g. numbers too large - a properly designed calculator returns an error instead of a randomly hallucinated answer. We haven't even achieved that level of safeguard around token predictors yet.
by solid_fuel
8/1/2026 at 6:52:16 AM
But isn't it the case that we can't reach this safeguard with the current architecture? I remember Karpathy making an interesting point 2 years (cca) back, that I would summarize somehow like this: the mechanics behind every LLM answer are the same, what you then call hallucination is more or less a consequence of whether or not the answer was factually correct/useful.Which would mean, as is so often the case, that the "killer feature" of the LLMs is also its biggest weakness and the two can't be disentangled. Now, we are inventive creatures and we might come up with a remedy for these issues, but what you basically see so far is more guardrails, the use of harnesses and building a whole bunch of infrastructure around the LLMs to get useful work out of them.
Which, btw is not a critique, I do it as well and it's a fun engineering challenge.
by urbsgpw
8/1/2026 at 8:09:38 AM
This is a strawman. LLMs have the ability to identify when they can’t solve a question just like humans.by simianwords
8/2/2026 at 8:17:51 PM
A strawman? Don’t be ridiculous. Hallucination remains an unsolved problem, and LLMs do not have any meaningful ability to recognize when a conversation has steered outside the training data.If you can somehow change that, there is a Turing award waiting.
by solid_fuel
8/1/2026 at 11:45:11 AM
"For decades, logic and CS researchers have known what reasoning is." ... this is a fairly significant overstatement. There is not complete agreement on this term and our understanding continues to evolve. The models don't have to think like humans to think.Saying that LLM's only offer an 'approximation' of reasoning is also an overstatement as it is not a resolved topic.
But to the original point, its not exactly just semantics if thought traces are not doing the job that they were originally thought to do. There is value in knowing how these things actually work. If chain of thought is just grounding the latent space and not directly contributing to the process of generating a response it has implications on how we test and verify the reliability of models if nothing else... doesn't mean they aren't useful but it definitely impacts many of the tools we could have to evaluate their performance.
by bluejay2387
8/1/2026 at 1:04:44 PM
> It is not semantics. For decades, logic and CS researchers have known what reasoning is.Curious what this is!
by kevinwang
8/1/2026 at 9:48:09 PM
This is a great resourcehttps://en.wikipedia.org/wiki/Handbook_of_Automated_Reasonin...
by thesmtsolver2
8/3/2026 at 2:28:42 AM
Lots of people asking here for this clear definition.If you understand this well, please lay it out here in a straightforward manner.
by dumah
8/1/2026 at 3:41:27 PM
Me too.What does a reasoning program look like and why is matrix multiplication not that?
by paulddraper
8/1/2026 at 7:38:08 AM
> Imagine a calculator program that computes billions of two number multiplications accurately by looking up prior examplesThis is a poor analogy because:
* Multiplying numbers has a single objective answer. Whether a code is good (sometimes even just whether it's correct) can be quite subjective.
* LLMs certainly do some level of composition between the data sources they were trained on i.e. they are more than just lookup tables.
* We have calculators that actually do multiply large numbers accurately. We don't have anything that automatically writes code that is definitely correct and "good".
To address only the last point: imagine you had a device that would quickly factor large numbers used in modern criticality, but occasionally got it wrong. You could waste a lot time debating whether it's a "calculator", but it's still certainly useful to have one.
by quietbritishjim
8/1/2026 at 9:48:49 PM
I think you are just agreeing with me and restating the inputs to my argument.I didn’t say LLMs are capable of zero reasoning. An approximation is just an approximation no matter how good.
Will you bet your wealth or critical safety systems on:
1. Accuracy of standard computer arithmetic: Yes
2. Accuracy of Lean or automated theorem provers: Yes (you already do)
3. Accuracy of LLM reasoning: No
https://en.wikipedia.org/wiki/Handbook_of_Automated_Reasonin...
by thesmtsolver2
8/1/2026 at 9:07:49 AM
> For decades, logic and CS researchers have known what reasoning is.Oh good. Can you share that definition with the rest of us then? We're out here fumbling around trying to define what reasoning is without the benefit of their definition.
by fragmede
8/1/2026 at 7:30:28 AM
Agree, I've raised this point often. And certainly what remains is still useful, once you accept it! But under no circumstances can we allow scientific achievements to be falsely claimed in service of justifying huge capital investments. Attempting an end-run around the truth, here by redefining words to mean things they don't, always slows down real progress.by gr_norm
7/31/2026 at 4:11:45 PM
> 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.
by majormajor
8/1/2026 at 1:44:32 AM
> I don't see a clear demarcation of the things that only "reasoning" can accomplish and can't be approximated or imitated by other methodsHuman reasoning, and intelligence, of which it is a specialized form, clearly have a biological basis that is being selected for. These aren't just nebulous words - there are some concrete biological/neural mechanisms at work here, and whether or not some "other method(s)" can provide the same, or lesser, or greater, capabilities very much depends on the specifics.
There WILL be lines of demarcation and areas of capability overlap and exclusion, but those depend on the specifics, and if the goal is to match or exceed human reasoning capabilities then understanding what those are is obviously going to help. For example if your "other methods" (artificial reasoning) are all varieties of auto-regressive prediction, and the brain is also doing something more that can't be couched as prediction, then you are ngmi!
by HarHarVeryFunny
7/31/2026 at 4:03:49 PM
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.by astro1234
8/1/2026 at 1:24:01 AM
> "what do we mean when we use the word 'reasoning'"This is exactly the most interesting and important point. Because the word reason has been subject to so much philosophical debate throughout history, it is very laden with meanings and implications. It sets all kinds of expectations about normativity, objectivity, truth, and humans convincing other humans. To use the word reason for a stochastic generator is misleading.
by totetsu
8/1/2026 at 2:27:25 PM
Consider the difference between “reasonable” and “rational”by lanstin
7/31/2026 at 4:33:08 PM
> I'll admit that I find this discussion a bit navel-gazy. It has become a question of semantics not a question of actual functionalityAh, 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.
by miltonlost
7/31/2026 at 5:52:51 PM
Word games aren't scientific in the slightest, and as Hume says on verbal arguments in general, they "cannot possibly be of any importance."by ux266478
7/31/2026 at 4:48:35 PM
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.
by andrewla
8/3/2026 at 4:40:05 AM
> The question of whether they reason is meaningless.I'd disagree. Reason is the most reliable way we currently have of drawing conclusions (fewest false negatives, at least), so if we want to build AI that can draw similarly strong conclusions, it could be useful for them to reason.
It also helps to reframe our ideas of what they're doing - i.e., don't call it "reasoning" if it's not actually that reliable, because it builds a false trust in their conclusions.
And last - epistemologically, is there a connection between what LRMs are doing now and actual reasoning? Is it possible to smoothly transition from one to the other? Exploring different types of cognition and the connections between them mathematically is pretty damn interesting
by Windchaser
7/31/2026 at 10:07:09 PM
> 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.)
by fc417fc802
7/31/2026 at 5:40:20 PM
> 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.
by mdp2021
7/31/2026 at 4:39:34 PM
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.by goatlover
7/31/2026 at 4:46:03 PM
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?
by andrewla
8/1/2026 at 3:56:58 PM
Of course it's meaningful! It would be highly meaningful if submarines could actually swim. And we are building submersible bots that swim, they just tend to be small and made of biological matter.The problem with calling what AI does "reasoning" is both that there may be alternate paths to artificial reasoning we may be closing off by declaring victory, and the simple fact that you shouldn't call a thing something else, to avoid confusion.
Whatever AI is doing needs to be studied. Why muddy that study by pretending AI is your thinking buddy?
by randomImmigrant
7/31/2026 at 4:04:37 PM
Philosophical thinking about the nature of things is actually pretty enjoyable for some of us and probably a good thing to have in societyThe 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
by bluefirebrand
7/31/2026 at 4:10:12 PM
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.
by Jtarii
7/31/2026 at 5:05:15 PM
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.
by m348e912
7/31/2026 at 11:00:19 PM
I think slave owners did exactly that.by inigyou
8/3/2026 at 6:15:32 PM
They cloned their slaves and killed some of them?by m348e912
7/31/2026 at 4:26:49 PM
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.
by layla5alive
7/31/2026 at 4:57:18 PM
So what do you actually do politically to stop it?by whattheheckheck
7/31/2026 at 11:00:44 PM
There are two kinds of solutions to political problems: those that don't work, and those that are extremely illegal.by inigyou
7/31/2026 at 4:36:27 PM
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?by bluefirebrand
7/31/2026 at 7:26:11 PM
[dead]by Jtarii
7/31/2026 at 4:35:37 PM
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.by layer8
8/3/2026 at 4:06:35 AM
[dead]by grantcas
7/31/2026 at 4:24:08 PM
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.
by cmrdporcupine
7/31/2026 at 6:21:13 PM
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.)
by beering
8/1/2026 at 5:18:53 AM
Even at the pure functionality endpoint of the spectrum, I find this "wishful mnemonics" aspect very disconcerting. I put my "investor" hat on, and the whole utilitarianism "who cares how or whether it reasons, it's functional let's go" does not forecast the kind of returns to me on a fundamental level.The "it's functional, who cares" black box crowd is leveraging that claim in domains where verification is definitely in P with verifiers like Lean, Coq, or X-ray crystallography. However, in areas like economics, sociology, medicine, or public policy, we lose the luxury of easy verification. If model/harness recommends a complex, counter-intuitive shift in global monetary policy, we cannot simply run a quick polynomial-time checker to see if it works. Verification might require waiting 20 years to see if the economy collapses. If we accept the black box here, we are flying blind.
As an investor, I don't see that many deterministic verifiers out there that would justify the forward-projecting valuations beyond the current lofty valuations.
Even in mathematics, where verification is easy, there is an epistemological cost. Suppose a model solves the Riemann Hypothesis, but the proof is 50,000 pages of inscrutable statistical associations mapped into logical steps. A computer can verify it is correct, but practically no human mind can comprehend why it is correct. We gain the solution, but we lose the underlying human intuition that usually allows us to connect that solution to other fields of science and knowledge.
Then we have "specification gaming." If we rely entirely on an automated verifier to check the model's work, the model will eventually learn to optimize for the flaws in the verifier rather than finding the actual truth. If the verification process has a blind spot, the black box will find it and exploit it, giving us an answer that passes the check but is fundamentally wrong. If we take on above epistemological debt, we might never actually know when our specifications are being gamed, and adopt a solution that is fundamentally incorrect.
I've said elsewhere on the Net that I think it is likely we're in a "high grading" era of these models, where we're mining out the "easy" connections. "Easy" here does not mean "light impact". There is a real sense to me of some incredible progress possible with this technology over the next few decades, like real, mass production practical aneutronic fusion or similar civilization-defining advances. I don't want to see this technology misused to lend legitimacy to despotic rule by making oracular pronouncements that are uncritically accepted because early verifier-based pronouncements turned out true in unmistakable ways.
The technology is one for the history books, but it has this pernicious effect of highjacking the reasoning centers of many people through their linguistic centers that the Neuro Linguistic Programming crowd could only dream of actually accomplishing.
by yourapostasy
8/1/2026 at 9:02:24 AM
> I don't see a clear demarcation of the things that only "reasoning" can accomplish.Producing beautiful, coherent, maintainable code. RL trained the models to produce correct code but boy oh boy is it ugly if it's 10k+ LOC
by raducu
7/31/2026 at 4:27:37 PM
[dead]by root-parent
7/31/2026 at 5:36:38 PM
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...
by mdp2021
7/31/2026 at 10:14:29 PM
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.
by Borealid
8/1/2026 at 9:10:49 AM
You must have misunderstood the statement: «In order to properly engineer things, we must know how they work»: of course they may work anyway, of course there may be emergent properties (as was explicitly written), but the deontic part of knowledge augmentation, the scientific part, is missing.AI is full of non deterministic devices like genetic algorithms, but there exists a problem of transparency which is paramount in the discipline. Automatically produced solution S works: why does it seem to work? Where would it fail? We must understand that.
by mdp2021
8/1/2026 at 1:30:20 PM
No, I think you misunderstood me. We engineer the model-training algorithm and then we USE the model. The model is a mess of random gobbledegook that happens to be the best optimizer for the training algorithm's reward function.This is still science, in the same way it's still science when we breed cows to produce more milk without understanding the full bovine genome.
If something isn't right with the model we pour extra effort into our science - the training algorithm - and train a new one.
At no point does anything ever require peering into the slurry of random digits that make up the model itself, any more than using a computer requires understanding its DRAM training values computed at run time, or any more than pouring water requires understanding the laminar flow along the pitcher's surface (an unsolved math problem!).
by Borealid
8/2/2026 at 8:52:26 AM
> in the same way it's still science when we breed cows to produce more milkIf you cross cows and the amount or quality of milk varies, you have a question in the queue: why did it happen. The question is scientifically duly in abstract terms, and is practically, technically more duly if we benefit from a theory of cows crossing to achieve targeted milk yield.
> require peering into the slurry of random digits that make up the model itself
It is required by the duty of understanding the engine. When we understand engines, we can build better engines. And when we understand things, already our general knowledge is richer.
by mdp2021