<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: sgk284</title><link>https://news.ycombinator.com/user?id=sgk284</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 16 May 2026 10:04:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sgk284" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Three Years of Predicting Football with LLMs]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/three-years-of-predicting-football">https://bits.logic.inc/p/three-years-of-predicting-football</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46917060">https://news.ycombinator.com/item?id=46917060</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 06 Feb 2026 19:29:34 +0000</pubDate><link>https://bits.logic.inc/p/three-years-of-predicting-football</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46917060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46917060</guid></item><item><title><![CDATA[On The Obsolescence of Interns in the Age of AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/interning-in-2026">https://bits.logic.inc/p/interning-in-2026</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46447732">https://news.ycombinator.com/item?id=46447732</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 31 Dec 2025 20:03:13 +0000</pubDate><link>https://bits.logic.inc/p/interning-in-2026</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46447732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46447732</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>Yep, 100% correct. We're still reviewing and advising on test cases. We also write a PRD beforehand (with the LLM interviewing us!) so the scope and expectations tend to be fairly well-defined.</p>
]]></description><pubDate>Tue, 30 Dec 2025 06:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46430341</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46430341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46430341</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>It doesn't require removing them if you think you'll need them. It just requires writing tests for those edge cases so you have confidence that the code will work correctly if/when those branches do eventually run.<p>I don't think anyone wants production code paths that have never been tried, right?</p>
]]></description><pubDate>Tue, 30 Dec 2025 01:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46428363</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46428363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46428363</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>FWIW all of the content on our eng blog is good ol' cage-free grass-fed human-written content.<p>(If the analogy, in the first paragraph, of a Roomba dragging poop around the house didn't convince you)</p>
]]></description><pubDate>Tue, 30 Dec 2025 00:00:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46427694</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46427694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46427694</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>I suspect it will still fall on humans (with machine assistance?) to move the field forward and innovate, but in terms of training an LLM on genuinely new concepts, they tend to be pretty nimble on that front (in my experience).<p>Especially with the massive context windows modern LLMs have. The core idea that the GPT-3 paper introduced was (summarizing):<p><pre><code>  A sufficiently large language model can perform new tasks it has never seen using only a few examples provided at inference time, without any gradient updates or fine-tuning.</code></pre></p>
]]></description><pubDate>Mon, 29 Dec 2025 22:20:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46426479</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46426479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426479</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>I never claim that 100% coverage has anything to do with code breaking. The only claim made is that anything less than 100% <i>does guarantee</i> that some piece of code is not automatically exercised, which we don't allow.<p>It's a footnote on the post, but I expand on this with:<p><pre><code>  100% coverage is actually the minimum bar we set. We encourage writing tests for as many scenarios as is possible, even if it means the same lines getting exercised multiple times. It gets us closer to 100% path coverage as well, though we don’t enforce (or measure) that</code></pre></p>
]]></description><pubDate>Mon, 29 Dec 2025 22:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46426419</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46426419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426419</guid></item><item><title><![CDATA[New comment by sgk284 in "AI is forcing us to write good code"]]></title><description><![CDATA[
<p>Can you say more? I see a lot of teams struggling with getting AI to work for them. A lot of folks expect it to be a little more magical and "free" than it actually is. So this post is just me sharing what works well for us on a very seasoned eng team.</p>
]]></description><pubDate>Mon, 29 Dec 2025 22:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46426351</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46426351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426351</guid></item><item><title><![CDATA[AI is forcing us to write good code]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/ai-is-forcing-us-to-write-good-code">https://bits.logic.inc/p/ai-is-forcing-us-to-write-good-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46424200">https://news.ycombinator.com/item?id=46424200</a></p>
<p>Points: 302</p>
<p># Comments: 216</p>
]]></description><pubDate>Mon, 29 Dec 2025 19:11:26 +0000</pubDate><link>https://bits.logic.inc/p/ai-is-forcing-us-to-write-good-code</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46424200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46424200</guid></item><item><title><![CDATA[Engineering Is Becoming Beekeeping]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/engineering-is-becoming-beekeeping">https://bits.logic.inc/p/engineering-is-becoming-beekeeping</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46413486">https://news.ycombinator.com/item?id=46413486</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Dec 2025 19:00:31 +0000</pubDate><link>https://bits.logic.inc/p/engineering-is-becoming-beekeeping</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46413486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46413486</guid></item><item><title><![CDATA[Your Team Uses AI. Why Aren't You 10x Faster?]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/my-team-is-using-ai-why-arent-they">https://bits.logic.inc/p/my-team-is-using-ai-why-arent-they</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46404332">https://news.ycombinator.com/item?id=46404332</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 27 Dec 2025 19:18:33 +0000</pubDate><link>https://bits.logic.inc/p/my-team-is-using-ai-why-arent-they</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46404332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404332</guid></item><item><title><![CDATA[Machine-Driven Code Review]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/code-review-without-bottlenecks">https://bits.logic.inc/p/code-review-without-bottlenecks</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46397102">https://news.ycombinator.com/item?id=46397102</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 Dec 2025 22:35:54 +0000</pubDate><link>https://bits.logic.inc/p/code-review-without-bottlenecks</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46397102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46397102</guid></item><item><title><![CDATA[New comment by sgk284 in "Using Vectorize to build an unreasonably good search engine in 160 lines of code"]]></title><description><![CDATA[
<p>Reranking is definitely the way to go. We personally found common reranker models to be a little too opaque (can't explain to the user why this result was picked) and not quite steerable enough, so we just use another LLM for reranking.<p>We open-sourced our impl just this week: <a href="https://github.com/with-logic/intent" rel="nofollow">https://github.com/with-logic/intent</a><p>We use Groq with gpt-oss-20b, which gives great results and only adds ~250ms to the processing pipeline.<p>If you use mini / flash models from OpenAI / Gemini, expect it to be 2.5s-3s of overhead.</p>
]]></description><pubDate>Thu, 25 Dec 2025 11:23:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46383741</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46383741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46383741</guid></item><item><title><![CDATA[Magic-Image: A React Component That Lets Coding Agents Create Images]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/open-sourcing-magic-image-a-react">https://bits.logic.inc/p/open-sourcing-magic-image-a-react</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46378070">https://news.ycombinator.com/item?id=46378070</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Dec 2025 18:44:02 +0000</pubDate><link>https://bits.logic.inc/p/open-sourcing-magic-image-a-react</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46378070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46378070</guid></item><item><title><![CDATA[Codex is a Slytherin, Claude is a Hufflepuff]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/codex-is-a-slytherin-claude-is-a">https://bits.logic.inc/p/codex-is-a-slytherin-claude-is-a</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46368858">https://news.ycombinator.com/item?id=46368858</a></p>
<p>Points: 19</p>
<p># Comments: 7</p>
]]></description><pubDate>Tue, 23 Dec 2025 20:01:37 +0000</pubDate><link>https://bits.logic.inc/p/codex-is-a-slytherin-claude-is-a</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46368858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46368858</guid></item><item><title><![CDATA[Intent: An LLM-Powered Reranker Library That Explains Itself]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/open-sourcing-intent-an-llm-powered">https://bits.logic.inc/p/open-sourcing-intent-an-llm-powered</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46357127">https://news.ycombinator.com/item?id=46357127</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Dec 2025 18:34:01 +0000</pubDate><link>https://bits.logic.inc/p/open-sourcing-intent-an-llm-powered</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46357127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46357127</guid></item><item><title><![CDATA[How to Ship Confidently When Your Back End Makes Things Up]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/how-to-ship-confidently-when-your">https://bits.logic.inc/p/how-to-ship-confidently-when-your</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46347878">https://news.ycombinator.com/item?id=46347878</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Dec 2025 20:01:11 +0000</pubDate><link>https://bits.logic.inc/p/how-to-ship-confidently-when-your</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46347878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46347878</guid></item><item><title><![CDATA[Deep Onboarding]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/deep-onboarding">https://bits.logic.inc/p/deep-onboarding</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46339867">https://news.ycombinator.com/item?id=46339867</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 20 Dec 2025 21:37:58 +0000</pubDate><link>https://bits.logic.inc/p/deep-onboarding</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46339867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46339867</guid></item><item><title><![CDATA[Fine-Tuning Is (Probably) a Trap]]></title><description><![CDATA[
<p>Article URL: <a href="https://bits.logic.inc/p/fine-tuning-is-probably-a-trap">https://bits.logic.inc/p/fine-tuning-is-probably-a-trap</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46329836">https://news.ycombinator.com/item?id=46329836</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 19 Dec 2025 19:28:03 +0000</pubDate><link>https://bits.logic.inc/p/fine-tuning-is-probably-a-trap</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46329836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46329836</guid></item><item><title><![CDATA[Show HN: Turn your startup logo into a holiday Google doodle]]></title><description><![CDATA[
<p>Article URL: <a href="https://doodle.logic.inc/">https://doodle.logic.inc/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46315519">https://news.ycombinator.com/item?id=46315519</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 18 Dec 2025 17:11:23 +0000</pubDate><link>https://doodle.logic.inc/</link><dc:creator>sgk284</dc:creator><comments>https://news.ycombinator.com/item?id=46315519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315519</guid></item></channel></rss>