<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jack1-tom</title>
    <description>The latest articles on DEV Community by jack1-tom (@jack1tom).</description>
    <link>https://dev.to/jack1tom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4059734%2F2692460a-46c8-4afa-8940-d84bd778ab28.png</url>
      <title>DEV Community: jack1-tom</title>
      <link>https://dev.to/jack1tom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jack1tom"/>
    <language>en</language>
    <item>
      <title>AI Hallucinations Will Never Be Fully Solved by Software — Here's Why</title>
      <dc:creator>jack1-tom</dc:creator>
      <pubDate>Mon, 03 Aug 2026 02:27:34 +0000</pubDate>
      <link>https://dev.to/jack1tom/ai-hallucinations-will-never-be-fully-solved-by-software-heres-why-43dd</link>
      <guid>https://dev.to/jack1tom/ai-hallucinations-will-never-be-fully-solved-by-software-heres-why-43dd</guid>
      <description>&lt;p&gt;Here's a claim that might sound extreme at first: AI hallucinations will never be fully solved by software alone. I'm not saying this to be provocative — I'm saying it because the hardware itself may be part of the problem.&lt;/p&gt;

&lt;p&gt;The Usual Suspects&lt;br&gt;
Most discussions about AI hallucinations revolve around algorithms and data — the nature of statistical prediction, data contamination, reasoning failures. All valid. But I want to try a more fundamental angle.&lt;/p&gt;

&lt;p&gt;The Core Observation&lt;br&gt;
Digital computers built on the von Neumann architecture are physically discrete binary logic. Human natural language is continuous, fuzzy, and context-dependent.&lt;/p&gt;

&lt;p&gt;The semantic signals we input must be encoded into discrete 0/1 sequences to be processed by hardware. The vast gray area of human cognition — uncertainty, doubt, conditional states — has no native physical representation at the hardware level. There is no "uncertainty register," no "suspend judgment" instruction.&lt;/p&gt;

&lt;p&gt;All confidence estimation, self-reflection, and uncertainty quantification in today's LLMs are software simulations built on top of binary bits. At output time, it still picks the single most probable path.&lt;/p&gt;

&lt;p&gt;The Hard Question&lt;br&gt;
If this framing holds, could current alignment and interpretability research be treating symptoms at the software layer without addressing a deeper structural mismatch?&lt;/p&gt;

&lt;p&gt;I'm not dismissing this work — it's the most practical and effective direction we have. I'm just curious: if there is a fundamental gap between physical design and input modality, can software alone fully bridge it?&lt;/p&gt;

&lt;p&gt;Objections I've Considered&lt;br&gt;
Counterargument My response&lt;br&gt;
"NNs use float32/float16, not raw binary"   True, but those are still discrete approximations over finite precision. You're simulating continuity, not embodying it.&lt;br&gt;
"Turing completeness implies computational equivalence across paradigms"    Computational equivalence doesn't mean representational equivalence. The gap isn't about what you can compute — it's about what you can preserve during encoding.&lt;br&gt;
"Biological neurons also use discrete action potentials, yet handle ambiguity fine" This is the strongest objection. My tentative response: the physical substrate matters. Neurons fire in analog circuits, not binary switches. The action potential is discrete, but the context it sits in is not.&lt;br&gt;
What This Means for Alignment&lt;br&gt;
If there is indeed an irreducible loss of semantic information when continuous meaning is compressed into discrete tokens, then:&lt;/p&gt;

&lt;p&gt;Alignment work is still valuable — it's the best tool we have right now.&lt;/p&gt;

&lt;p&gt;But it may be treating symptoms — fixing outputs rather than addressing the encoding-level loss.&lt;/p&gt;

&lt;p&gt;And it may hit a ceiling — if the loss is baked into the physical substrate, no amount of software-layer patching will fully recover it.&lt;/p&gt;

&lt;p&gt;Not a Conclusion — an Invitation&lt;br&gt;
This is not a settled argument. I'm not saying "this is the answer." I'm saying: is this a question we should be asking more seriously?&lt;/p&gt;

&lt;p&gt;Engineers will keep building. Researchers will keep aligning. That's good. But if there's a fundamental gap between discrete hardware and continuous semantics, we should at least be aware of it — even if we don't yet know how to close it.&lt;/p&gt;

&lt;p&gt;Related project I'm working on: a software-layer framework called Yellow Light Mechanism that tries to handle uncertainty in the output stage, as a practical step while these deeper questions remain open.&lt;/p&gt;

&lt;p&gt;Originally posted as Discussion #24950 on the llama.cpp repository. This is an adapted version for a wider audience.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>computerscience</category>
      <category>architecture</category>
    </item>
  </channel>
</rss>
