<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: ritz_labringue</title><link>https://news.ycombinator.com/user?id=ritz_labringue</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 02:37:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ritz_labringue" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ritz_labringue in "GPT-5-Codex"]]></title><description><![CDATA[
<p>Well, it's really a VSCode extension that lets you run Codex CLI in the IDE. Not the "cloud" version of Codex... So GP is technically correct</p>
]]></description><pubDate>Tue, 16 Sep 2025 09:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45260123</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=45260123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45260123</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Ask HN: How can ChatGPT serve 700M users when I can't run one GPT-4 locally?"]]></title><description><![CDATA[
<p>You’re right, I conflated two things. MoE improves compute efficiency per token (only a few experts run), but it doesn’t meaningfully reduce memory footprint.<p>For fast inference you typically keep all experts in memory (or shard them), so VRAM still scales with the total number of experts.<p>Practically, that’s why home setups are wasteful: you buy a GPU for its VRAM capacity, but MoE only activates a fraction of the compute each token, and some experts/devices sit idle (because you are the only one using the model).<p>MoE does not make batching more efficient, but it demands larger batches to maximize compute utilization and to amortize routing. 
Dense models batch trivially (same weights every token). MoE batches well once the batch is large enough so each expert has work. So the point isn’t that MoE makes batching better, but that MoE needs bigger batches to reach its best utilization.</p>
]]></description><pubDate>Sat, 09 Aug 2025 23:04:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44851195</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44851195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44851195</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Ask HN: How can ChatGPT serve 700M users when I can't run one GPT-4 locally?"]]></title><description><![CDATA[
<p>The short answer is "batch size". These days, LLMs are what we call "Mixture of Experts", meaning they only activate a small subset of their weights at a time.
This makes them a lot more efficient to run at high batch size.<p>If you try to run GPT4 at home, you'll still need enough VRAM to load the entire model, which means you'll need several H100s (each one costs like $40k). But you will be under-utilizing those cards by a huge amount for personal use.<p>It's a bit like saying "How come Apple can make iphones for billions of people but I can't even build a single one in my garage"</p>
]]></description><pubDate>Fri, 08 Aug 2025 21:39:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44841961</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44841961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44841961</guid></item><item><title><![CDATA[New comment by ritz_labringue in "My "Are you presuming most people are stupid?" test"]]></title><description><![CDATA[
<p>I don't think I agree with the premise. Sure there are lots of car accidents in absolute terms, but given how many people drive and how error-prone driving inherently is, most people are actually pretty decent drivers</p>
]]></description><pubDate>Tue, 24 Jun 2025 19:33:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44370085</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44370085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44370085</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Generative AI coding tools and agents do not work for me"]]></title><description><![CDATA[
<p>AI is really useful when you already know what code needs to be written. If you can explain it properly, the AI will write it faster than you can and you'll save time because it is quick to check that this is actually the code you wanted to write.
So "programming with AI" means programming in your mind and then using the AI to materialize it in the codebase.</p>
]]></description><pubDate>Tue, 17 Jun 2025 09:15:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44297150</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44297150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44297150</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Meta's Llama 3.1 can recall 42 percent of the first Harry Potter book"]]></title><description><![CDATA[
<p>Harry Potter action figures trade almost entirely on J. K. Rowling’s expressive choices. Every unlicensed toy competes head‑to‑head with the licensed one and slices off a share of a finite pot of fandom spending. Copyright law treats that as classic market substitution and rightfully lets the author police it.<p>Dropping the novels into a machine‑learning corpus is a fundamentally different act. The text is not being resold, and the resulting model is not advertised as “official Harry Potter.” The books are just statistical nutrition. One ingredient among millions. Much like a human writer who reads widely before producing new work. No consumer is choosing between “Rowling’s novel” and “the tokens her novel contributed to an LLM,” so there’s no comparable displacement of demand.<p>In economic terms, the merch market is rivalrous and zero‑sum; the training market is non‑rivalrous and produces no direct substitute good. That asymmetry is why copyright doctrine (and fair‑use case law) treats toy knock‑offs and corpus building very differently.</p>
]]></description><pubDate>Mon, 16 Jun 2025 07:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44287337</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44287337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44287337</guid></item><item><title><![CDATA[New comment by ritz_labringue in "I think I'm done thinking about GenAI for now"]]></title><description><![CDATA[
<p>I very much agree, and I think people who are in denial about the usefulness of these tools are in for a bad time.<p>I've seen this firsthand multiple times: people who really don't want it to work will (unconsciously or not) sabotage themselves by writing vague prompts or withholding context/tips they'd naturally give a human colleague.<p>Then when the LLM inevitably fails, they get their "gotcha!" moment.</p>
]]></description><pubDate>Thu, 05 Jun 2025 19:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44194938</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=44194938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44194938</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Building AI agents to query your databases"]]></title><description><![CDATA[
<p>It does require writing good instructions for the LLM to properly use the tables, and it works best if you carefully pick the tables that your agent is allowed to use beforehand.
We have many users that use it for every day work with real data (definitely not toy problems).</p>
]]></description><pubDate>Tue, 18 Mar 2025 09:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43397384</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=43397384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43397384</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Grok3 Launch [video]"]]></title><description><![CDATA[
<p>It's not on par with o1, let alone o1-pro</p>
]]></description><pubDate>Tue, 18 Feb 2025 13:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43089411</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=43089411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43089411</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Setting up PostgreSQL for running integration tests"]]></title><description><![CDATA[
<p>Why can't you just create a pool of databases and truncate all tables after each run ? That should be pretty fast</p>
]]></description><pubDate>Fri, 19 Apr 2024 11:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=40085597</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=40085597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40085597</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Sam Altman, Greg Brockman and others to join Microsoft"]]></title><description><![CDATA[
<p>researchers are paid 2x what engineers are paid at OAI, even if it's not the same job there's still one that is "higher level" than the other.</p>
]]></description><pubDate>Mon, 20 Nov 2023 14:19:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38348565</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=38348565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38348565</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Show HN: Generate startup ideas based on HN comments"]]></title><description><![CDATA[
<p>> Create a blockchain-based AI-powered VR platform that allows pet owners to monitor and interact with their pets remotely, providing real-time feedback on their health, behavior, and emotions. Incorporate web3 technology to ensure secure and transparent data management, and leverage VR/AR to create an immersive experience for both pets and owners. This startup idea taps into the growing trend of tech running through every industry, while also addressing the need for innovative solutions that benefit both pets and humans.<p>All I need now is a tool that will generate the YC application</p>
]]></description><pubDate>Thu, 06 Apr 2023 18:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35472258</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=35472258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35472258</guid></item><item><title><![CDATA[New comment by ritz_labringue in "GPT-3 APIs are now in public beta"]]></title><description><![CDATA[
<p>Thanks ! Didn't know that.
Isn't it also very expensive to run ?</p>
]]></description><pubDate>Thu, 16 Dec 2021 12:34:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=29577511</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=29577511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29577511</guid></item><item><title><![CDATA[New comment by ritz_labringue in "GPT-3 APIs are now in public beta"]]></title><description><![CDATA[
<p>Doesn't it cost hundreds of thousands of dollars just to train GPT-3 ?
If so, that seems like a good reason to use a "managed" GPT-3.</p>
]]></description><pubDate>Thu, 16 Dec 2021 12:18:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=29577435</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=29577435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29577435</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Show HN: Fion – A new tool to track your spending, without a budget"]]></title><description><![CDATA[
<p>I confirm that this product cannot be launched in France with this name</p>
]]></description><pubDate>Tue, 06 Oct 2020 14:29:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=24698007</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=24698007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24698007</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Amazon to pay $1B+ for Zoox"]]></title><description><![CDATA[
<p>Your parent is specifically talking about greenfield projects that are <i>not</i> customer facing. Alexa/Echo is customer facing.</p>
]]></description><pubDate>Fri, 26 Jun 2020 06:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=23649212</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=23649212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23649212</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Tycoon Xavier Niel says he was spy who hacked ex-French president"]]></title><description><![CDATA[
<p>disclaimer: he was an investor in my startup<p>He spends a lot of his money on giving back: 42, a free programming bootcamp (<a href="https://www.42.fr/" rel="nofollow">https://www.42.fr/</a>), Station F, a huge co-working space in Paris which hosts entrepreneurs for free (<a href="https://stationf.co/" rel="nofollow">https://stationf.co/</a>)<p>He also has a very active VC/Business Angel fund (he funds 2 early stage startups every week out of his own pocket).
His telecom company (free) helped divide by 2 the average price of mobile plans in France.<p>All in all, his impact seems very positive, I'd love to understand why you think he is evil</p>
]]></description><pubDate>Mon, 25 May 2020 11:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=23300124</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=23300124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23300124</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Retry pattern – A fundamental pattern for systems resilience (2018)"]]></title><description><![CDATA[
<p>Thanks. This makes sense.</p>
]]></description><pubDate>Tue, 25 Feb 2020 18:05:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=22415492</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=22415492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22415492</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Revolut raises $500M at a $5.5B valuation"]]></title><description><![CDATA[
<p>If you pay for the premium/metal plan, the support is stellar as well (or at least, it has been for me)</p>
]]></description><pubDate>Tue, 25 Feb 2020 18:04:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=22415484</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=22415484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22415484</guid></item><item><title><![CDATA[New comment by ritz_labringue in "Retry pattern – A fundamental pattern for systems resilience (2018)"]]></title><description><![CDATA[
<p>Not sure why this is getting downvoted</p>
]]></description><pubDate>Sat, 15 Feb 2020 17:02:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22336393</link><dc:creator>ritz_labringue</dc:creator><comments>https://news.ycombinator.com/item?id=22336393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22336393</guid></item></channel></rss>