<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: BenoitEssiambre</title><link>https://news.ycombinator.com/user?id=BenoitEssiambre</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 16 Sep 2026 02:54:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=BenoitEssiambre" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by BenoitEssiambre in "Why don't machine learning research agents overfit?"]]></title><description><![CDATA[
<p>It doesn't have to be arbitrary. The Kolmogorov/Solomonoff definition, that the simpler models are the shortest programs that can generate what we know about a domain, measured in bits, have a solid mathematical foundation, based on information entropy and even thermodynamic entropy if you cross over into computer hardware.<p>Entropy is a metric targeted in LLM training which is likely why LLMs are overfitting less and less as they improve and why they subjectively seem to obey Occam's razor.<p>There's lesson for software engineering in general behind that kind of simplicity. <a href="https://benoitessiambre.com/entropy.html" rel="nofollow">https://benoitessiambre.com/entropy.html</a></p>
]]></description><pubDate>Mon, 14 Sep 2026 21:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49704390</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=49704390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49704390</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Simple Is Not Small"]]></title><description><![CDATA[
<p>Reducing entropy or cross entropy fits intuition and theory and it's what LLMs target during training in order to model languages, to model the world and to enable calibrated reasoning across uncertainty and gray areas. I think you can use entropy reduction as a good definition of simplicity even though it's not always "simple" to understand what that entails.<p><a href="https://benoitessiambre.com/entropy.html" rel="nofollow">https://benoitessiambre.com/entropy.html</a></p>
]]></description><pubDate>Tue, 08 Sep 2026 02:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49604972</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=49604972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49604972</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "The Economic Benefit of Refactoring"]]></title><description><![CDATA[
<p>The benefits go beyond reducing token consumption. Compact contexts also foster better reasoning, enable intelligence across more layers if you can load them in a single context, and writing software to enable this, results in more correct software, software that _generalizes_, that has higher probability of being correct not just for tested cases, but for the interpolations and extrapolations of these cases.<p>Refactoring towards good abstractions is more powerful than people realize. There's information theoretic bayesian math to back this up.<p>It's a bit of a divine coincidence that software that is more economically and energy efficient to process and run tends to also be more correct.<p>It's all about reducing the entropy of your code. <a href="https://benoitessiambre.com/entropy.html" rel="nofollow">https://benoitessiambre.com/entropy.html</a></p>
]]></description><pubDate>Thu, 30 Jul 2026 16:25:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49112219</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=49112219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49112219</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Claude Fable 5"]]></title><description><![CDATA[
<p>Looks like a good model (sir). Costs are getting out of control though. 2x Opus and non-metered usage going away. We're quickly approaching the cost of a human salary for normal usage.</p>
]]></description><pubDate>Tue, 09 Jun 2026 17:29:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48464343</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=48464343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48464343</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "The software industry: annealing, but wrong"]]></title><description><![CDATA[
<p>Attempts to impose always small PRs might get me to argue that optimal change sizes are normally distributed.<p>If you look at how simulated annealing (<a href="https://en.wikipedia.org/wiki/Simulated_annealing" rel="nofollow">https://en.wikipedia.org/wiki/Simulated_annealing</a>) is done, while the average size of jumps shrinks in the wikipedia annealing animation, there's always _some_ probability of large jumps in the optimized metropolis-hasting process as the jumps are still normally distributed just with shrinking variance over time.<p>"[I split a large PR into multiple] But also, I could not have developed the quotas feature in real life in that artificial order. The grants structure evolved as my understanding of pricing and quota enforcement evolved. The original quota semantics sucked, so I rewound back to the data structures, which affected how the pricing got imported, which changed how the quotas were stored. The code reviewers didn't have to worry about that but I did."<p>This is also one way LLMs are fundamentally different from prior language models which worked by searching over parse trees top-down or bottom up trying to fit independently evolved pieces. LLMs lay everything out in a large matrix of randomized weights and try to slide everything into place jointly.<p>This means organizing all the pieces well into a single context window unlocks a special AI power: to efficiently jointly converge these pieces to fit better with each other (like a smart human having loaded up on context would do). Splitting the work into multiple PRs or contexts might stymie this powerful aspect of AI.<p>It is a challenge and somewhat of an art to pack and organize the information in a context window to exploit this type of reasoning LLMs are made for.</p>
]]></description><pubDate>Mon, 01 Jun 2026 01:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48351634</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=48351634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48351634</guid></item><item><title><![CDATA[The software industry: annealing, but wrong]]></title><description><![CDATA[
<p>Article URL: <a href="https://apenwarr.ca/log/20260531">https://apenwarr.ca/log/20260531</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48351575">https://news.ycombinator.com/item?id=48351575</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 01 Jun 2026 01:17:47 +0000</pubDate><link>https://apenwarr.ca/log/20260531</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=48351575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48351575</guid></item><item><title><![CDATA[The Era of Compounding Language]]></title><description><![CDATA[
<p>Article URL: <a href="https://benoitessiambre.com/compound.html">https://benoitessiambre.com/compound.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47433828">https://news.ycombinator.com/item?id=47433828</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Mar 2026 01:54:38 +0000</pubDate><link>https://benoitessiambre.com/compound.html</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=47433828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47433828</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>If you're at a place that rewards complexity, you might be able to pitch simplicity as something that to get right, requires deep understanding of complex information theoretic concepts and deep understanding of ontological knowledge about the domain (it helps that this is true <a href="https://benoitessiambre.com/simple.html" rel="nofollow">https://benoitessiambre.com/simple.html</a> ). You can talk about the Bayesian Occam's Razor ( <a href="https://benoitessiambre.com/abstract.html" rel="nofollow">https://benoitessiambre.com/abstract.html</a> ) and about minimizing the entropy of code ( <a href="https://benoitessiambre.com/entropy.html" rel="nofollow">https://benoitessiambre.com/entropy.html</a> ), of tests ( <a href="https://benoitessiambre.com/integration.html" rel="nofollow">https://benoitessiambre.com/integration.html</a> ) and even of infrastructure ( <a href="https://benoitessiambre.com/pgcentrism.html" rel="nofollow">https://benoitessiambre.com/pgcentrism.html</a> ).</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:49:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248257</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=47248257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248257</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "When does MCP make sense vs CLI?"]]></title><description><![CDATA[
<p>One underrated reason that CLIs are often better than MCP is that Unix tools seem to have close to information theoretically optimal layout to enabled reasoning. They are concise, in the Solomonoff/Kolmogorov sense.<p>This means that the related parts in the inputs and outputs are recursively as close together as possible.<p>There's a reason humans don't type and read http/json on the command line. It's hard to read and reason over that type of syntax. json is made to be easy to parse for simple algorithms, not meant to organise info in an easy to reason about layout.<p>AIs benefit from the easy to reason about layout. It's not just about being able to fit in the context window but about the contents of that context window being organized such that the attention mechanism doesn't have to stretch itself out trying to connect far apart related pieces. It doesn't have to try to match brackets to disambiguate information. CLIs tend to use formats that are obvious at a glance for humans and LLMs alike.<p>It's about the entropy of the formats. <a href="https://benoitessiambre.com/entropy.html" rel="nofollow">https://benoitessiambre.com/entropy.html</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 01:18:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47212710</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=47212710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47212710</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Pretty soon, heat pumps will be able to store and distribute heat as needed"]]></title><description><![CDATA[
<p>Yeah I always wondered if I ever switched to solar panels, would there be a way to accumulate heat to be used in the Canadian cold months that have little sunlight? The closest I found was electric thermal storage based on heating bricks. They can accumulate more energy than water since they can go to higher temperatures. For example these say they go to 1300°F or 700°C <a href="https://steffes.com/ets/roomheater/" rel="nofollow">https://steffes.com/ets/roomheater/</a> . They don't seem to have large models that could heat a house for months however.</p>
]]></description><pubDate>Tue, 03 Feb 2026 04:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46866362</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46866362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46866362</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "How does misalignment scale with model intelligence and task complexity?"]]></title><description><![CDATA[
<p>This matches my intuition. Systematic misalignment seems like it could be prevented by somewhat simple rules like the hippocratic oath or Asimov's Laws of robotics or rather probabilistic bayesian versions of these rules that take into account error bounds and risk.<p>The probabilistic version of "Do No Harm" is "Do not take excessive risk of harm".<p>This should work as AIs become smarter because intelligence implies becoming better bayesians which implies being great at calibrating confidence intervals of their interpretations and their reasoning and basically gaining a superhuman ability for evaluating the bounds of ambiguity and risk.<p>Now this doesn't mean that AIs won't be misaligned, only that it should be possible to align them. Not every AI maker will necessarily bother to align them properly, especially in adversarial, military applications.</p>
]]></description><pubDate>Tue, 03 Feb 2026 03:36:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46866143</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46866143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46866143</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "AGENTS.md outperforms skills in our agent evals"]]></title><description><![CDATA[
<p>Wouldn't this have been more readable with a \n newline instead of a pipe operator as a seperator? This wouldn't have made the prompt longer.</p>
]]></description><pubDate>Thu, 29 Jan 2026 22:55:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46818024</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46818024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46818024</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "France Aiming to Replace Zoom, Google Meet, Microsoft Teams, etc."]]></title><description><![CDATA[
<p>Countries are waking up to the danger of having the US in a position to take control of most of their computers and phones via software updates.<p>Open source solutions like  <a href="https://en.wikipedia.org/wiki/GendBuntu" rel="nofollow">https://en.wikipedia.org/wiki/GendBuntu</a> could become more prominent. There's even interesting non us hardware options like <a href="https://starlabs.systems/" rel="nofollow">https://starlabs.systems/</a><p>The US has had an unfair advantage in tech, defense, science and finance because it hosted the global hubs of the free world. This attracted eye-watering amounts of money to places like SF and NY. With the newfound isolationism, tariffs, threats etc. reducing the viability of hosting the global hubs, there's massive opportunities opening in europe and elsewhere, especially if governments can help bootstrap these sectors with efforts like these.</p>
]]></description><pubDate>Mon, 26 Jan 2026 20:12:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46770858</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46770858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46770858</guid></item><item><title><![CDATA[The Unreasonable Effectiveness of Failure]]></title><description><![CDATA[
<p>Article URL: <a href="https://benoitessiambre.com/fail.html">https://benoitessiambre.com/fail.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46747596">https://news.ycombinator.com/item?id=46747596</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 24 Jan 2026 20:58:10 +0000</pubDate><link>https://benoitessiambre.com/fail.html</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46747596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46747596</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Proof of Corn"]]></title><description><![CDATA[
<p>It could be just an owner or a board or directors at the top. It's possible the CEO will be automated for some companies.</p>
]]></description><pubDate>Fri, 23 Jan 2026 20:33:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46737504</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46737504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46737504</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "European Alternatives"]]></title><description><![CDATA[
<p>I also mean Hacker News</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46736163</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46736163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46736163</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "Proof of Corn"]]></title><description><![CDATA[
<p>AI CEOs are coming.</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735967</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46735967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735967</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "European Alternatives"]]></title><description><![CDATA[
<p>Its founder lives in europe so there's that.</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:23:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735834</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46735834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735834</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "European Alternatives"]]></title><description><![CDATA[
<p>It is a sad reality. The US has recently threatened to annex Denmark and Canada. Some of us are suddenly keenly aware that the US is in a position to take control of most of our computers and phones via software updates.<p>Open source is the global alternative you're looking for. There's even interesting hardware options like <a href="https://starlabs.systems/" rel="nofollow">https://starlabs.systems/</a><p>The US also has had an unfair advantage in tech/defense and finance because it hosted the global hubs of the free world. This attracted eye-watering amounts of money to places like SF and NY. With this newfound isolationism, tariffs etc. reducing the viability of hosting the global hubs, there's massive opportunities opening in europe and elsewhere.</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:06:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735623</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46735623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735623</guid></item><item><title><![CDATA[New comment by BenoitEssiambre in "European Alternatives"]]></title><description><![CDATA[
<p>For consumers, these computers look interesting: <a href="https://starlabs.systems/" rel="nofollow">https://starlabs.systems/</a></p>
]]></description><pubDate>Fri, 23 Jan 2026 17:50:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735440</link><dc:creator>BenoitEssiambre</dc:creator><comments>https://news.ycombinator.com/item?id=46735440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735440</guid></item></channel></rss>