<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: drdeca</title><link>https://news.ycombinator.com/user?id=drdeca</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 03 Aug 2026 12:16:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=drdeca" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by drdeca in "Towards a Theory of Bugs: The Ruliology of the Unexpected"]]></title><description><![CDATA[
<p>Well, of course at the real hardware level there will be some non-zero amount of nondeterminism, but the error correction steps that have been implemented are enough to make the probability of it behaving contrary to the design of the hardware, low enough to be pretty negligible.<p>And if you want additional assurance (due to, e.g. the computation being very long) you could probably use some cryptographic techniques to produce a certificate that the output is as it should be, and you can check that certificate as many times as you want to avoid possible random hardware errors in the process of checking the certificate.</p>
]]></description><pubDate>Tue, 28 Jul 2026 17:52:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49087514</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49087514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49087514</guid></item><item><title><![CDATA[New comment by drdeca in "Towards a Theory of Bugs: The Ruliology of the Unexpected"]]></title><description><![CDATA[
<p>It is true of course that there is no automatic procedure which takes in an arbitrary program and decides if it has a desired input/output behavior. (Whether an input program has a given “semantic property” is undecidable.)<p>But that doesn’t mean that it is impossible to have all our programs be formally verified. For that, if we have a formal specification for what each should do…
Well, I suppose it’s possible that some program we would want is possible to implement with the desired properties, but not possible to prove that it has those properties?
It is possible to enumerate (program, proof) pairs though.</p>
]]></description><pubDate>Tue, 28 Jul 2026 17:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49087294</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49087294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49087294</guid></item><item><title><![CDATA[New comment by drdeca in "Towards a Theory of Bugs: The Ruliology of the Unexpected"]]></title><description><![CDATA[
<p>Eh? I don’t see how Gödel’s results imply that.</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:05:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49072550</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49072550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49072550</guid></item><item><title><![CDATA[New comment by drdeca in "The arguments against open source AI are bad"]]></title><description><![CDATA[
<p>Most people don’t want to hurt lots of other people in an untargeted way, yes.<p>But there are a lot of people, and, apparently a few of them shot up some electrical substations?<p>If you hold constant the (very small) fraction of people who want to cause mass harm, and increase the average ease with which a randomly selected person could cause mass harm ,  you would expect the amount of  deliberate mass harm to increase, even if the fraction of people who would want to do that is like, 0.000001 of people?</p>
]]></description><pubDate>Thu, 23 Jul 2026 22:42:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49029051</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49029051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49029051</guid></item><item><title><![CDATA[New comment by drdeca in "The arguments against open source AI are bad"]]></title><description><![CDATA[
<p>Whether or not this is compatible with how the constitution ought to be understood, in practice, it is illegal to create a nuclear bomb.<p>Maybe those laws should be considered unconstitutional, idk. But those laws are currently in place.</p>
]]></description><pubDate>Thu, 23 Jul 2026 22:32:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49028947</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49028947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49028947</guid></item><item><title><![CDATA[New comment by drdeca in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>Well, what’s the theorem statement for the result you’re thinking of then?<p>Of course n bits can only encode for 2^n options. But to prove mathematically that we are close to the best that can be achieved in 1GB requires a mathematical definition of what we mean by better. Rather, it requires at least a choice of a proxy for what we mean by better. (Showing that some approximation of what we mean by better is close to as good as can be, would suffice. Like, if we can show that the loss can’t get much lower with a 1GB model, that would count.)</p>
]]></description><pubDate>Wed, 22 Jul 2026 17:49:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49010664</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49010664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49010664</guid></item><item><title><![CDATA[New comment by drdeca in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>So, when you said “proven” I thought you might have meant like, a mathematical proof. It appears that this is not what you meant. (Right?) (If it is what you meant, I was asking for like, the particular theorem.)<p>Also, ok, when I said “intelligence”, it was because you were already talking about how “smart” the model could be. So, I thought you were already on board with using the word “intelligence” to refer to the phenomenon where these kinds of models produce outputs that satisfy the kinds of tasks they are pointed at.<p>None of those links give an argument that the current 1GB models are the best they can be.<p>My understanding is that so far when training a model by distillation (using the logits of the teacher model), one can achieve better outcomes than one could if training the 1GB model from scratch on the same training data as the large model, and that so far, better models as the teacher model have yielded better results for the student model.</p>
]]></description><pubDate>Wed, 22 Jul 2026 01:02:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49000514</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=49000514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49000514</guid></item><item><title><![CDATA[New comment by drdeca in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>What proof of a ceiling are you talking about? Wouldn’t proving this require a good definition for intelligence, which I don’t think there is consensus on?</p>
]]></description><pubDate>Tue, 21 Jul 2026 21:33:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48998681</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48998681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48998681</guid></item><item><title><![CDATA[New comment by drdeca in "The human-in-the-loop is tired"]]></title><description><![CDATA[
<p>Do you think the sort of people who complain about articles being AI-written are incapable of writing articles or something? Why would not being willing to read articles produced that way result in not reading any articles?</p>
]]></description><pubDate>Fri, 17 Jul 2026 04:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48943416</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48943416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48943416</guid></item><item><title><![CDATA[New comment by drdeca in "Are we offloading too much of our thinking to AI?"]]></title><description><![CDATA[
<p>I think there is both value that comes from the work being authored by a human, and value which does not?</p>
]]></description><pubDate>Tue, 14 Jul 2026 16:28:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48909319</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48909319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48909319</guid></item><item><title><![CDATA[New comment by drdeca in "Is The Economist Always Wrong?"]]></title><description><![CDATA[
<p>If your prediction is a probability distribution, rather than a discrete outcome label, then, assuming the distribution over the future depends continuously on your action, there should be a fixed point, I think?<p>Like, if you output a probability distribution among n options, and then there is a continuous map from the probability distribution you describe in your output, to another probability distribution over those options…<p>Err, hm, maybe you need a stronger hypothesis on the continuous map? If it is contractive then it will definitely have a fixed point.  I don’t remember the hypothesis needed.</p>
]]></description><pubDate>Wed, 08 Jul 2026 06:40:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828394</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48828394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828394</guid></item><item><title><![CDATA[New comment by drdeca in "98% isn't much"]]></title><description><![CDATA[
<p>Do you know any browsers which don’t support <a href="https://motherfuckingwebsite.com/" rel="nofollow">https://motherfuckingwebsite.com/</a> (if you remove the google traffic tracking js that’s iirc tacked on at the end of the page (or maybe I’m thinking of better mfing website (which adds a tiny bit of css)? Idr.)) ?<p>I get that asking a commercial website to be as basic/supported as that website is a big ask. I don’t think the other commenter was saying that such websites should reach 100%, only that they should start from there and sacrifice only as much as is necessary.</p>
]]></description><pubDate>Tue, 07 Jul 2026 16:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48819867</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48819867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48819867</guid></item><item><title><![CDATA[New comment by drdeca in "Self-Harness: Harnesses That Improve Themselves"]]></title><description><![CDATA[
<p>Was surprised and somewhat disappointed that the article doesn’t appear to evaluate how well the models work when running in the harnesses optimized for the other models. Do they still do better than with the baseline harness? Does each model do worse with a harness optimized (by this process) for the other models, than it does for the harness optimized for itself?</p>
]]></description><pubDate>Wed, 24 Jun 2026 22:17:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48666279</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48666279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48666279</guid></item><item><title><![CDATA[New comment by drdeca in "Tacky men with ridiculous glasses want you to wear them too"]]></title><description><![CDATA[
<p>This seems implausible.</p>
]]></description><pubDate>Mon, 22 Jun 2026 22:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48637572</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48637572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48637572</guid></item><item><title><![CDATA[New comment by drdeca in "I was wrong about the Midjourney ultra-sound scanner"]]></title><description><![CDATA[
<p>The criticism of “these posts are AI generated” seems like something that is about the posts themselves?</p>
]]></description><pubDate>Mon, 22 Jun 2026 02:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624864</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48624864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624864</guid></item><item><title><![CDATA[New comment by drdeca in "There Is(Ǝ) – Such That (∋)"]]></title><description><![CDATA[
<p>If that’s it, why is it using ∋ rather than ∈? I would expect “Ǝx∈ℕ”.</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:40:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543824</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48543824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543824</guid></item><item><title><![CDATA[New comment by drdeca in "Games Between Programs: The Ruliology of Competition"]]></title><description><![CDATA[
<p>I feel like this didn’t really <i>go</i> anywhere? In the discussion section he says that this should provide reason to not expect easy theorems or answers, but I don’t feel like that was really derived from the results of the experiments?<p>What’s the point if you aren’t even going to try to prove a theorem? Or, heck, even really test a hypothesis?</p>
]]></description><pubDate>Tue, 09 Jun 2026 05:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48456788</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48456788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48456788</guid></item><item><title><![CDATA[New comment by drdeca in "Transformers are inherently succinct"]]></title><description><![CDATA[
<p>Huh?
Any process on a computer by itself is also a Markov chain.<p>If you include all the information the LLM uses to produce the next token as part of the state, then of course the LLM is a Markov chain.<p>So would be any other process for sampling continuations of a text, with finite memory.</p>
]]></description><pubDate>Fri, 05 Jun 2026 23:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48419468</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48419468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48419468</guid></item><item><title><![CDATA[New comment by drdeca in "An OpenAI model has disproved a central conjecture in discrete geometry"]]></title><description><![CDATA[
<p>A convex hull is a different thing than the linear span. It is smaller.<p>And, my point is that the inputs it is often fed <i>are not in the convex hull of the inputs in the training data</i>.<p>When the input space is very high dimensional, this is a common outcome.<p>I’m not denying that the outputs are causally downstream from the training data. Of course it is.<p>I’m saying that the inference time inputs aren’t in the convex hull of the training time inputs. This isn’t about saying that the output isn’t because of the training data. Of course it is.<p>But when you have very high dimensional input space, then even with many inputs in the training data, it is still common for inference time inputs to not be in the convex hull of the train time inputs.<p>This has nothing to do with the complexities of how the models work after the initial embedding of the tokens as vectors. It’s just about the inputs that appear during training, and the inputs that appear at inference time.<p>> But an LLM can not infer a concept to which it has no information channel.<p>Of course! And nothing I said implies otherwise. Really, the point I’m making doesn’t even depend on what the model outputs!<p>If I took a best fit line from 1 parameter to a 1D output, and then provided that linear model an output that was outside the range of inputs the best fit line was obtained from, that would not be interpolation, it would be extrapolation.<p>It is similar here, except instead of the input being outside the convex hull due to being further away, it is outside the convex hull due to, like, the shape of the convex hull of training inputs just doesn’t include the point in question.</p>
]]></description><pubDate>Thu, 04 Jun 2026 17:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48401746</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48401746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48401746</guid></item><item><title><![CDATA[New comment by drdeca in "An OpenAI model has disproved a central conjecture in discrete geometry"]]></title><description><![CDATA[
<p>I suppose it is conceivable that there are some useful ideas that cannot be described in terms of language we understand (e.g. if there are ideas that are alien to us and beyond what can be described using <a href="https://en.wikipedia.org/wiki/Natural_semantic_metalanguage#Semantic_primes" rel="nofollow">https://en.wikipedia.org/wiki/Natural_semantic_metalanguage#...</a> ), but, if there is, I'm not sure those are ideas we can communicate to one-another?<p>By "If you need new language" do you mean like, coining new words?<p>I don't see what would prevent them from doing this? LLMs can process text that includes newly coined terms, and respond to that text in ways that use those newly coined words in accordance with the descriptions of the meanings given for those new words in the prompt. They can also make up new words+definitions when asked to do so. Now, whether they can, without being told to do so, recognize that it would be useful to coin a new word for something, and then start using it, I don't know of any instances of this, but based on the previous two things, I don't see a reason to expect this to be fundamentally beyond what they can do?<p>I don't know what it would mean for a concept to be "independent of the existing language they are trained on". If there are ideas that can't be expressed in terms of the semantic primes all ideas we can express can be expressed in terms of, then I guess such an idea would be independent of our language, but I think that's a much stricter condition than what you mean (and I'm not sure if there even are any good ideas that can't be indirectly expressed in terms of semantic primes -- I kind of suspect not, unless they are like, ideas that are too big to fit in a human mind anyway).<p>Of course, the outputs these models produce is causally downstream from the data they are trained on, and the distribution they produce over text is largely based on the distribution over text in the training data, but altered in a number of ways (for example, to make them implement the character of the "assistant" persona).</p>
]]></description><pubDate>Thu, 21 May 2026 22:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48229735</link><dc:creator>drdeca</dc:creator><comments>https://news.ycombinator.com/item?id=48229735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48229735</guid></item></channel></rss>