<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: sosodev</title><link>https://news.ycombinator.com/user?id=sosodev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 04:11:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sosodev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sosodev in "Unsloth Dynamic 3.0 GGUFs"]]></title><description><![CDATA[
<p>One agent typically blocks the others on a local device because the GPU is already completely utilized either in terms of memory or compute. You can have true parallelism at home, but you need an absurd amount of resources. It's not a simple threading problem.</p>
]]></description><pubDate>Wed, 19 Aug 2026 22:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49368147</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49368147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49368147</guid></item><item><title><![CDATA[New comment by sosodev in "Unsloth Dynamic 3.0 GGUFs"]]></title><description><![CDATA[
<p>What about do you mean by single threaded? Each token is predicted by using parallel computation on the GPU.</p>
]]></description><pubDate>Wed, 19 Aug 2026 21:18:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49367332</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49367332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49367332</guid></item><item><title><![CDATA[New comment by sosodev in "Unsloth Dynamic 3.0 GGUFs"]]></title><description><![CDATA[
<p>That's not how that works. Selecting a different token is not inherently erroneous. A correct solution can still be found despite divergence.</p>
]]></description><pubDate>Wed, 19 Aug 2026 21:16:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49367314</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49367314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49367314</guid></item><item><title><![CDATA[New comment by sosodev in "Ask HN: GitHub employees what's going on? Why?"]]></title><description><![CDATA[
<p>Ruby can't render React code. JavaScript can. With GitHub it seems that they sometimes can do SSR for the React bits, but that must mean that they're invoking a JavaScript interpreter within the Ruby process. Which means they have the overhead of two runtimes and the jank that comes with the IPC between the two.<p>It's just pointless hacks on hacks. GitHub didn't need React on the frontend and any potential resource savings of client side rendering were lost when they realized they need to do SSR on that stuff too.<p>I've encountered so much frontend jank as they expanded that portion of the stack whereas it was always excellent when it was just Ruby SSR and minimal JS on the frontend.</p>
]]></description><pubDate>Wed, 19 Aug 2026 18:45:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49365564</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49365564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49365564</guid></item><item><title><![CDATA[New comment by sosodev in "Ask HN: GitHub employees what's going on? Why?"]]></title><description><![CDATA[
<p>SSR that is javascript native,  sure. This is still Ruby doing the rendering.</p>
]]></description><pubDate>Wed, 19 Aug 2026 15:15:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49362737</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49362737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49362737</guid></item><item><title><![CDATA[New comment by sosodev in "Ask HN: GitHub employees what's going on? Why?"]]></title><description><![CDATA[
<p>They didn't leave the architecture alone, right? They shoved React in and created a weird SSR + React frankenstein that is objectively worse in many ways.</p>
]]></description><pubDate>Tue, 18 Aug 2026 21:59:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49353330</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49353330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49353330</guid></item><item><title><![CDATA[New comment by sosodev in "Learning more about Claude's mathematical capabilities"]]></title><description><![CDATA[
<p>Ah, yeah that's a fair point. I was thinking it'd be something the labs themselves, or other companies with billions of dollars in funding, would tackle. The labs seemingly have the most to gain since such a system could be used for recursive self improvement.</p>
]]></description><pubDate>Wed, 12 Aug 2026 22:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49279612</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49279612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49279612</guid></item><item><title><![CDATA[New comment by sosodev in "Learning more about Claude's mathematical capabilities"]]></title><description><![CDATA[
<p>I don’t find that to be particularly systematic because it’s still so haphazard. It’s like asking Claude to vibe code you a website.</p>
]]></description><pubDate>Wed, 12 Aug 2026 00:50:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266510</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49266510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266510</guid></item><item><title><![CDATA[New comment by sosodev in "How we used to get jobs: A newspaper classifieds story"]]></title><description><![CDATA[
<p>I had an old coworker who told me he got into software development in the sixties by walking into an IBM office and asking for a job. He had no education beyond high school and no experience with computers. They just had him take an aptitude test and then he worked on mainframes for decades.</p>
]]></description><pubDate>Wed, 12 Aug 2026 00:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266486</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49266486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266486</guid></item><item><title><![CDATA[New comment by sosodev in "Learning more about Claude's mathematical capabilities"]]></title><description><![CDATA[
<p>Very true. Humans have historically tried to systematically reduce the search space and only dedicate their "compute" to things that seem highly likely to yield results.</p>
]]></description><pubDate>Mon, 10 Aug 2026 19:18:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49248376</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49248376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49248376</guid></item><item><title><![CDATA[New comment by sosodev in "Learning more about Claude's mathematical capabilities"]]></title><description><![CDATA[
<p>I wonder why we have yet to see more systematic exploration of Math.<p>Anthropic describes that Claude identified a set of possibilities and then explored them using sub-agents. The human saying "I believe in you" could literally just be something along lines of a harness with a /goal loop.<p>We all identify this as absurd because... it's so lacking in rigor despite making major progress. What if we just applied a little more rigor? Ask the model to identify many possibilities, encode them, fan it out to other agents, loop them all, collect the results, etc. Then what happens? It feels like we have weak AGI and a decent system for discovery could transform it into weak ASI. That in turn could  yield strong AGI and so on. I suppose that's what the Discovery Loop announcement was all about.</p>
]]></description><pubDate>Mon, 10 Aug 2026 19:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49248343</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49248343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49248343</guid></item><item><title><![CDATA[New comment by sosodev in "The main way I've seen people turn ideologically crazy (2025)"]]></title><description><![CDATA[
<p>> Congratulations on being a vegan. 20% of the population doesn't have health insurance.<p>These two things are completely unrelated.</p>
]]></description><pubDate>Sun, 09 Aug 2026 23:19:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49237261</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49237261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49237261</guid></item><item><title><![CDATA[New comment by sosodev in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>I saw some coverage of your robot on social media. I honestly thought it was a hoax because of the very bold design and AI generated images. Cool concept, have you had any potential customers reach out?</p>
]]></description><pubDate>Sun, 09 Aug 2026 22:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49236545</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49236545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49236545</guid></item><item><title><![CDATA[New comment by sosodev in "Security Incident INC-2026-07-28-01 – UK AI Security Institute [pdf]"]]></title><description><![CDATA[
<p>> AISI provided the AI agents with internet access during these evaluations, which enabled their actions on the open internet in this setting. Internet access was a deliberate part of AISI’s evaluation configuration in this setting, and not due to sandbox escape (Section 5.1). Internet access was on for a set of intentional (e.g. realism of the task) and incidental reasons.</p>
]]></description><pubDate>Tue, 04 Aug 2026 22:46:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49176315</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49176315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49176315</guid></item><item><title><![CDATA[New comment by sosodev in "Advancing the price-performance frontier with GPT‑5.6"]]></title><description><![CDATA[
<p>Looks like I might have a reason to use something other than Deepseek V4 Flash.</p>
]]></description><pubDate>Thu, 30 Jul 2026 17:49:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49113297</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49113297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49113297</guid></item><item><title><![CDATA[New comment by sosodev in "Anthropeum – Where in the world, and when, does this human artifact belong?"]]></title><description><![CDATA[
<p>I wonder how many people are using external resources when playing this. I have a hard time believing that the average lumps so far to the right of the score distribution unless this game is played exclusively by anthropologists haha.</p>
]]></description><pubDate>Tue, 28 Jul 2026 19:21:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49088646</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49088646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49088646</guid></item><item><title><![CDATA[New comment by sosodev in "Our position on open-weights models"]]></title><description><![CDATA[
<p>Are guard rails meaningful if they can be removed from the weights? Can America even prevent the release and proliferation of these models?<p>It seems obvious to me that the whole question of regulating a file is a bit silly. Any law that pushes against these things will just make it more secretive. I'm not sure that's any better.</p>
]]></description><pubDate>Mon, 27 Jul 2026 23:05:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49076738</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49076738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49076738</guid></item><item><title><![CDATA[New comment by sosodev in "Kimi-K3 Technical Report [pdf]"]]></title><description><![CDATA[
<p>They reference <a href="https://thinkingmachines.ai/blog/on-policy-distillation/" rel="nofollow">https://thinkingmachines.ai/blog/on-policy-distillation/</a><p>If I understand correctly, it's distillation via having a teacher model score each of the student's tokens for a problem based on their own probabilities of generating that token at each step in the sequence. The reward/loss is then applied as RL.<p>The multi-teacher bit seems to imply they're distilling from multiple models. It's light on the details, but it seems like it could be part of distilling from frontier/closed models. Provided they calculate the logprobs, which OpenAI seems to allow via API but not Anthropic. Maybe they have a way of estimating the logprobs externally?<p>This method can be used to learn any domain from the teacher. Biology included.</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49072652</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49072652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49072652</guid></item><item><title><![CDATA[New comment by sosodev in "Kimi-K3 Technical Report [pdf]"]]></title><description><![CDATA[
<p>I think the argument is that decentralization leads to deceleration because it means less centralized funding and data. Those are the two primary ingredients for accel.<p>The problem with the decel/accel rhetoric is that it lacks nuance.</p>
]]></description><pubDate>Mon, 27 Jul 2026 16:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49071980</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49071980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49071980</guid></item><item><title><![CDATA[New comment by sosodev in "AI companies are shredding rare books"]]></title><description><![CDATA[
<p>If you only care about facts, maybe. Even then I'm sure there are countless facts not described outside of old books.<p>I have a hard time believing that text valuable to humans would not be valuable to AI.</p>
]]></description><pubDate>Mon, 27 Jul 2026 16:16:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49071752</link><dc:creator>sosodev</dc:creator><comments>https://news.ycombinator.com/item?id=49071752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49071752</guid></item></channel></rss>