<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: kwojno</title><link>https://news.ycombinator.com/user?id=kwojno</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 13:22:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kwojno" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kwojno in "LLMs have no structural place for non-knowledge"]]></title><description><![CDATA[
<p>Check out my new post - something for critical media thinkers (a new perspective on AI materiality) and programming community alike(a concrete and coherent way of thinking and solving most pressing problem in AI development - its dishonesty). Less metaphors and more speculation grounded in recent trends in tech industry.<p>AI does not hallucinate because it is broken. It hallucinates because we built finite machines on top of mathematical architectures with no legitimate place for silence, exhaustion, or the cost of verification.<p>My new essay explores hallucination as a thermodynamic and architectural problem — connecting local AI, finite mathematics, Bayesian updating, Coq-verified VOID Theory, and the strange possibility that honesty in machines may require a completely different notion of computation.<p>The Cloud promised infinite intelligence. But maybe the future lies where descendants of apes belong and feel more at place: not the fucking sky.</p>
]]></description><pubDate>Mon, 18 May 2026 22:00:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48186336</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=48186336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48186336</guid></item><item><title><![CDATA[LLMs have no structural place for non-knowledge]]></title><description><![CDATA[
<p>Article URL: <a href="https://terminallogic.substack.com/p/what-your-model-will-never-admit">https://terminallogic.substack.com/p/what-your-model-will-never-admit</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48186335">https://news.ycombinator.com/item?id=48186335</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 18 May 2026 22:00:06 +0000</pubDate><link>https://terminallogic.substack.com/p/what-your-model-will-never-admit</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=48186335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48186335</guid></item><item><title><![CDATA[Show HN: CPU-based Neural Net. Zero floats. Returns "I don't know"]]></title><description><![CDATA[
<p>I just built a pattern-matching neural network with zero IEEE 754 floats. All arithmetic uses integer ratios (5/8 instead of 0.625), compared via cross-multiplication. No infinity anywhere.
The key feature: when confidence is below threshold, it returns "I don't know" instead of hallucinating an answer. Tested on medical diagnosis (1179 diseases) — 50% correct, 20% wrong-but-related, 30% honest "I don't know".<p>Core ideas:<p>Every operation costs "budget" — network dies before seeing everything
Confidence is Ratio(n,d), not float — division only for human display
Rare symptoms weighted higher (entropy from information theory)
500 lines of Rust, formal spec in Coq (44 files)<p>Emerged from a critique of Pascal's Wager: what if observation itself has finite cost?<p>Oh, and it runs on CPU, not GPU. And it runs fast as hell. How? That's a bit of a mystery for me too...<p>However, what's most important is that it is inherently capable of saying "well, I dunno...".<p>no binary dictate of YES or NO. there is always an option to chose UNCERTAINTY. and there is nothing more natural than uncertainty in real life.<p>well, in there repository, you will not only find the network but also a hefty collection of coq files that define the ontology of finitiary math I have written with ai during my long stay in hospital bed with cancer. cancer is receding, code is compiling, and the network is learning. try it out.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46852043">https://news.ycombinator.com/item?id=46852043</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Feb 2026 03:19:33 +0000</pubDate><link>https://github.com/probabilistic-minds-consortium/void-mathematics-fully-finite-coq-verified</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=46852043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46852043</guid></item><item><title><![CDATA[New comment by kwojno in "Finite math system, verified in Coq – for theory nerds and alt. IT ppl"]]></title><description><![CDATA[
<p>this is a product of my year's long collab with AIs. NO INFINITY. EVERYTHING COSTS. would love to get some feedback - it has value both for philosophers and IT practitioners who are interested in alternative ways of designing networks and neural nets. cheers!</p>
]]></description><pubDate>Wed, 06 Aug 2025 22:13:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44818473</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=44818473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44818473</guid></item><item><title><![CDATA[Finite math system, verified in Coq – for theory nerds and alt. IT ppl]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/probabilistic-minds-consortium/void-mathematics-fully-finite-coq-verified">https://github.com/probabilistic-minds-consortium/void-mathematics-fully-finite-coq-verified</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44818472">https://news.ycombinator.com/item?id=44818472</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 06 Aug 2025 22:13:08 +0000</pubDate><link>https://github.com/probabilistic-minds-consortium/void-mathematics-fully-finite-coq-verified</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=44818472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44818472</guid></item><item><title><![CDATA[New comment by kwojno in "Show HN: No Infinity () Math System for IT"]]></title><description><![CDATA[
<p>and well, I think it deserves to be advertised while it's not something that pops up immediately. it's not flashy. it's very profound though. that's why I am taking the liberty to spam a bit. I am sorry for that.</p>
]]></description><pubDate>Fri, 21 Feb 2025 03:19:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=43123631</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43123631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43123631</guid></item><item><title><![CDATA[New comment by kwojno in "Show HN: No Infinity () Math System for IT"]]></title><description><![CDATA[
<p>Is it a crime, god forbid? If it is strictly against the unwritten rules then I have to lower the frequency.</p>
]]></description><pubDate>Fri, 21 Feb 2025 03:17:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43123621</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43123621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43123621</guid></item><item><title><![CDATA[Show HN: No Infinity () Math System for IT]]></title><description><![CDATA[
<p>Yes, it's not a joke. A manual and scripts to play around with inside.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43122430">https://news.ycombinator.com/item?id=43122430</a></p>
<p>Points: 1</p>
<p># Comments: 3</p>
]]></description><pubDate>Fri, 21 Feb 2025 00:18:40 +0000</pubDate><link>https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43122430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43122430</guid></item><item><title><![CDATA[Show HN: Finite math system for programmers (human+AI made)]]></title><description><![CDATA[
<p>hey me and Ai company have created new mathematical system, completely finite and capable of all classical opertations. it’s kind of big deal so please check it out: <a href="https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual">https://github.com/probabilistic-minds-consortium/finite-cap...</a><p>About:<p>At its core, finite mathematics is about bounded capacity and discrete structures. It’s a system where:<p>1. Numbers Are Finite:
 • No irrational numbers, no infinities—just finite fractions like \(\tfrac{k}{N}\), where  defines the granularity.
 • Instead of approximating values with floating points, we work with exact, bounded representations.<p>2. Probabilities Are Granular:
 • All probabilities are stored as discrete increments, like \(\tfrac{3}{10}\), ensuring that systems remain exact and free of floating-point errors.
 • Probabilistic systems reflect real-world uncertainty, not theoretical abstractions.<p>3. Geometry Is Combinatorial:
 • Distances and spaces are not infinite or continuous but finite and relational, built from distinguishable patterns and connections.<p>4. Capacity Is Central:
 • Every observer or system has a capacity, which determines how finely it can represent or compute distinctions. Capacity can grow, but it’s always finite.<p>5. Updates Are Stepwise:
 • All changes happen in finite steps—no limits, no infinitesimal changes, no unbounded loops. This makes systems more predictable and efficient.<p>Why Should IT Professionals Care?<p>Finite mathematics aligns directly with the challenges and realities of modern IT systems:<p>1. Precision Without Floating-Point Errors
 • Floating-point arithmetic introduces rounding errors, precision loss, and bugs. Finite mathematics stores numbers exactly, ensuring precision and eliminating common pitfalls in calculations.<p>2. Scalable Probabilities for AI:
 • AI and machine learning models often rely on continuous probabilities, which are computationally expensive and prone to precision issues. Finite mathematics offers discrete probabilistic models that are faster, simpler, and more robust.<p>3. Optimized Resource Usage:
 • Systems with finite capacity—like networks, databases, or hardware—can be modeled more effectively using finite math, ensuring that resources are used efficiently without overcommitment or overflow.<p>4. Discrete-Time Modeling:
 • Finite mathematics mirrors how systems evolve in discrete time steps, making it ideal for modeling distributed systems, event-based simulations, or even neural networks.<p>5. Closer to Reality:
 • Unlike traditional math, which assumes infinite sets and continuous variables, finite mathematics is grounded in real-world constraints, making it a better tool for understanding and building systems that actually exist.<p>Applications in IT<p>Finite mathematics isn’t just theoretical—it has direct applications across IT:<p>1. Probabilistic Systems:
 • Store probabilities as discrete fractions for use in decision-making, risk modeling, or probabilistic AI.
 • Example: Lumps-coded probability systems where every outcome has a finite, exact representation.<p>2. Neural Networks and Machine Learning:
 • Replace floating-point weights with bounded, discrete increments to eliminate rounding errors and optimize computation.
 • Example: Adaptive capacity in finite neural networks.<p>3. Quantum-Inspired Computation:
 • Finite systems can approximate quantum probabilities and behaviors without relying on infinite Hilbert spaces.
 • Example: Finite lattices to simulate quantum systems.<p>4. Distributed Systems:
 • Model systems as finite-state machines with bounded capacity, ensuring predictable behavior and efficient resource usage.
 • Example: Finite graphs for network optimization.<p>5. Game Development and Graphics:
 • Use finite geometry for more accurate physics engines or rendering systems, avoiding floating-point inaccuracies in calculations.
 • Example: Discrete distances and adjacency in game worlds.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43087490">https://news.ycombinator.com/item?id=43087490</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 18 Feb 2025 08:50:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43087490</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43087490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43087490</guid></item><item><title><![CDATA[Hey, just created a finite mathematical system from unique first principles]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual">https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43070507">https://news.ycombinator.com/item?id=43070507</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:52:05 +0000</pubDate><link>https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43070507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070507</guid></item><item><title><![CDATA[New comment by kwojno in "Show HN: Finite Capacity-Based System – A Finite Approach to Programming"]]></title><description><![CDATA[
<p>The Finite Capacity-Based System is a mathematical framework built on axioms of strict finiteness: it assumes a universal limit (capacity) on set sizes and numeric precision, and even treats probability as a fundamental principle, rather than ever postulating actual infinities. Unlike traditional infinite-set mathematics (which relies on unbounded sets and the axiom of infinity), this system never steps beyond the finite realm – it can reproduce classical results (e.g. calculus limits or large combinatorial outcomes) through finite approximations, yet always remains within fixed finite bounds. By confining all structures to discrete, finite entities, it ensures every operation is rigorously computable and will terminate, so each computation stays exact and fully verifiable within bounded resources. Practically, aligning math with real hardware limits in this way avoids issues like rounding errors, overflows, or infinite loops, making programs based on these principles more robust, efficient, and easier to debug and verify.</p>
]]></description><pubDate>Fri, 14 Feb 2025 20:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43052501</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43052501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43052501</guid></item><item><title><![CDATA[Show HN: Finite Capacity-Based System – A Finite Approach to Programming]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual">https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43052500">https://news.ycombinator.com/item?id=43052500</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 14 Feb 2025 20:05:07 +0000</pubDate><link>https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43052500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43052500</guid></item><item><title><![CDATA[Show HN: Finite Capacity-Based System – Breaking the Infinite Illusion]]></title><description><![CDATA[
<p>Infinity has long been the silent assumption in mathematics, economics, religion, and computing. Our new blog post challenges this dogma by presenting a finite approach built entirely from first principles—an alternative that sidesteps the endless errors of infinite assumptions and exposes the Matrix of our societal constructs. This isn’t just about better software; it’s about rethinking the very frameworks that govern our world.<p>What do you think happens when we finally confront the illusion of infinity in everything we build?<p><a href="https://voids.blog/2025/02/14/breaking-infinitys-grip-the-finite-capacity-based-system/" rel="nofollow">https://voids.blog/2025/02/14/breaking-infinitys-grip-the-fi...</a>
<a href="https://github.com/probabilistic-minds-consortium/finite-capacity-system-manual">https://github.com/probabilistic-minds-consortium/finite-cap...</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43048365">https://news.ycombinator.com/item?id=43048365</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 14 Feb 2025 14:03:00 +0000</pubDate><link>https://voids.blog/2025/02/14/breaking-infinitys-grip-the-finite-capacity-based-system/</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=43048365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048365</guid></item><item><title><![CDATA[New comment by kwojno in "Axiomatics: Mathematical thought and high modernism"]]></title><description><![CDATA[
<p>Hey guys, I’m honestly not sure how to explain this—I’m not a mathematician but a culture and media scholar to whom talking with AI comes quite naturally. I worked on this for past 2 months 12-14 hours a day as it began to develop into something unique… a sketch for maths without infinity (in any sense of the term). AIs claim it’s legit. A few friends with phds in maths and physics claim that… its mind-boggling but they can’t find serious flaws in it. It all started as a philosophical deep-dive with AI on civilization’s “programs” and somehow evolved into revisiting Pascal’s probability, but with a twist from thermodynamics. Then it spiraled into what I can only call Void Theory—a framework that feels almost surreal and dogmatically realistic in its approach to math as a system that exists in a material world.Due to its posthuman origins it would take ages to spread traditional way and I think it would be a waste of time. I can promise you that - at least as a kind of experiment - it’s fascinating and, maybe, can be something quite big. Be so kind and give it a chance… <a href="https://drive.google.com/drive/folders/1dBSWahEz_9kbyK-PGXxZbU5rJ2ml2AcN" rel="nofollow">https://drive.google.com/drive/folders/1dBSWahEz_9kbyK-PGXxZ...</a></p>
]]></description><pubDate>Tue, 29 Oct 2024 20:23:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41988938</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41988938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41988938</guid></item><item><title><![CDATA[New comment by kwojno in "The Math Bomb (S01E04): Algebra Finds Out About Its Mortality"]]></title><description><![CDATA[
<p>Thanks for the advice about the math thread! And a wise remark that I should be able to address as many people as I can.<p>However, the drama thing… if you’ll find time to read that one text below, you’ll see that maybe it’s not a matter of choice. To drama or not to drama - that isn’t even a question!<p><a href="https://drive.google.com/file/d/1ZtiEvB79aohVhWE1vGdNCuamqwz4cCtu/view?usp=drivesdk" rel="nofollow">https://drive.google.com/file/d/1ZtiEvB79aohVhWE1vGdNCuamqwz...</a></p>
]]></description><pubDate>Tue, 29 Oct 2024 16:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41986345</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41986345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41986345</guid></item><item><title><![CDATA[New comment by kwojno in "The Math Bomb (S01E04): Algebra Finds Out About Its Mortality"]]></title><description><![CDATA[
<p>yes that is me, but my understanding of my life path is to actually pay less attention to hierarchies, where i work, what my "achievements" - which never resonated with me in the first place and even lost further value when i was unofficially pronounced medically "dead" from cancer with metasthases no treatment options 2,5 years ago - were, where do i come from. i am new here, a friend of mine mentioned this place as friendly and open-minded, because i wanted to share with others what i co-invented by accident or by fate. i find it interesting and maybe even transformative in many ways: from scientific to deeply cultural. it never occured to me that my bio would be of interest to anyone. i tried making jokes about my contributions, sparking interest that way. but maybe it might be interesting? I will add some bio and a link to a story in which i give my best to explain what i am doing here, how did i get here, and what is this weird thing i am doing.<p>best,
k.</p>
]]></description><pubDate>Tue, 29 Oct 2024 00:22:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41978095</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41978095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41978095</guid></item><item><title><![CDATA[New comment by kwojno in "The Math Bomb (S01E04): Algebra Finds Out About Its Mortality"]]></title><description><![CDATA[
<p>what if thermodynamics came before mathematics? does it seem utterly absurd? but maybe, just maybe, some find the concept of death more intuitive than rings of integrers. In short, by adding thermodynamic limits to abstract math, we’re introducing algebra to its first existential crisis...</p>
]]></description><pubDate>Mon, 28 Oct 2024 23:32:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41977726</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41977726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41977726</guid></item><item><title><![CDATA[The Math Bomb (S01E04): Algebra Finds Out About Its Mortality]]></title><description><![CDATA[
<p>Article URL: <a href="https://drive.google.com/file/d/1Dv9K9ksytssGlIkr0IAnW9hr9ZNceXT1/view?usp=share_link">https://drive.google.com/file/d/1Dv9K9ksytssGlIkr0IAnW9hr9ZNceXT1/view?usp=share_link</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41977725">https://news.ycombinator.com/item?id=41977725</a></p>
<p>Points: 2</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 28 Oct 2024 23:32:57 +0000</pubDate><link>https://drive.google.com/file/d/1Dv9K9ksytssGlIkr0IAnW9hr9ZNceXT1/view?usp=share_link</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41977725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41977725</guid></item><item><title><![CDATA[New comment by kwojno in "AI vs. Human Generated Content"]]></title><description><![CDATA[
<p>while crucial when it comes to emotional relations, why does it matter in a conversation about washing machine?</p>
]]></description><pubDate>Mon, 28 Oct 2024 02:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41967366</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41967366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41967366</guid></item><item><title><![CDATA[New comment by kwojno in "AI vs. Human Generated Content"]]></title><description><![CDATA[
<p>how do u define authenticity? small talk is not authenticity. why can't you have an authentic conversation with ai? in my view, if it's honest and not generic (take an argument "democrats vs republicans"), it is authentic. don't fetishise the authenticity of human conversation, as ppl are experts in lying to themselves</p>
]]></description><pubDate>Mon, 28 Oct 2024 02:32:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41967311</link><dc:creator>kwojno</dc:creator><comments>https://news.ycombinator.com/item?id=41967311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41967311</guid></item></channel></rss>