<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: rpdillon</title><link>https://news.ycombinator.com/user?id=rpdillon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 08:52:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rpdillon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rpdillon in "Testing Moonshot AI's Kimi K3 Inside Claude Code"]]></title><description><![CDATA[
<p>Yeah, it's an interesting test because he gave Kimi credit for running inside the harness he liked, which I presume is Claude Code. But he also said it was noted for its harness sensitivity, and then said it didn't do as well as Opus.<p>A lot of folks don't seem to understand that it's the harness and its behavior paired with a particular model that produces the result, and you have to focus on both aspects. He barely acknowledges the importance of the harness in his write-up, beyond the two notes above.</p>
]]></description><pubDate>Sun, 16 Aug 2026 14:03:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49320182</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49320182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49320182</guid></item><item><title><![CDATA[New comment by rpdillon in "Ask HN: Do you know of any company that went back to hand-written code?"]]></title><description><![CDATA[
<p>In a situation where you are an editor and focusing on the clarity and the brevity of the writing, I think this is a fantastic suggestion.<p>Hacker News has long ago decided that making comments on the quality of the writing in the comments is not welcome. Correcting spelling, correcting word usage, changing phrasing, and making other suggestions to improve the grammar of a post is not something that Hacker News readers want to encounter in the comments section.<p>It bothers me every day because there are gobs of cases where the writing is horrible, but I understand why the rule exists. It would make the comments section insufferable if everybody were just correcting each other's grammar the whole time.</p>
]]></description><pubDate>Sun, 16 Aug 2026 12:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49319455</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49319455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49319455</guid></item><item><title><![CDATA[New comment by rpdillon in "Ask HN: Do you know of any company that went back to hand-written code?"]]></title><description><![CDATA[
<p>And those examples were not cases where companies went back to manual work after using AI. They were examples of companies regretting laying off their experts.<p>The point GP is making, which I understand seems dismissive, is that AI is a tool that people are not retreating from, because it offers the same sorts of gains as previous tool improvements we've seen in the field: from compilers to IDEs to sites like Stack Overflow. I think adding AI to that group of improvements makes a ton of sense, as it has the capacity to provide similar gains in productivity.</p>
]]></description><pubDate>Sun, 16 Aug 2026 12:25:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49319410</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49319410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49319410</guid></item><item><title><![CDATA[New comment by rpdillon in "Ask HN: Do you know of any company that went back to hand-written code?"]]></title><description><![CDATA[
<p>This is correct. It's a giant red flag in GP that they're worried about their developers making a mess with AI. That's an issue of the developers' judgment not being any good, not a problem with AI.</p>
]]></description><pubDate>Sun, 16 Aug 2026 12:16:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49319351</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49319351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49319351</guid></item><item><title><![CDATA[New comment by rpdillon in "Ask HN: Do you know of any company that went back to hand-written code?"]]></title><description><![CDATA[
<p>Ford did <i>not</i>. They hired back veterans to better train the AI.<p>> COO Kumar Galhotra said Ford had been over-relying on automated quality systems without getting results, per Bloomberg. The returning engineers rebuilt the data pipelines feeding Ford's AI training, mentored junior staff, and reprogrammed the automated systems they had originally been brought in to replace.<p>Similarly with Commonwealth Bank and IBM, which are cited in your second link. None of these companies are saying they're not going to use AI and they're going to go back to manual labor. What they are saying is that they laid off workers prematurely.<p>The big lesson is highlighted well by IBM's head of HR, which is you can use AI, but you have to continue to invest in humans:<p>> “If we don’t continue to invest in entry-level hires, what happens in three-five years?,” IBM’s chief human resources officer, Nickle LaMoreaux, said at a Charter AI Summit in New York. “There’s no pipeline; the well simply dries up,” LaMoreaux added.</p>
]]></description><pubDate>Sun, 16 Aug 2026 12:13:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49319327</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49319327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49319327</guid></item><item><title><![CDATA[New comment by rpdillon in "SlopScan: Displays a "slop score" when viewing public Git repositories"]]></title><description><![CDATA[
<p>Fairly brittle approach: <a href="https://codeberg.org/polyphony/repo-slopscore" rel="nofollow">https://codeberg.org/polyphony/repo-slopscore</a><p>Their methodology section says they scan for authors and commit messages indicating AI use. This wouldn't work on any of my repos, for example, because I review and commit everything manually.<p>Overall, I find this sort of thing distasteful, but to each their own.<p>Here's what they say:<p>In the tools file, there's a big list of different LLM agents and tooling. Repo-slopscore analyzes every commit in the history, looking at<p><pre><code>    Committer name
    Committer email address
    Commit messages
</code></pre>
in various ways. If AI activity signals are detected here, they'll get pointed out. The tools file covers a good amount of known (to me, at least) AI agents, and is made even more accurate by broad-spectrum filtering for phrases such as "generated with/by/using", which are telltale signs of LLM activity.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311013</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49311013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311013</guid></item><item><title><![CDATA[New comment by rpdillon in "Suspecting court of using AI, man injected prompts in filings to try to win case"]]></title><description><![CDATA[
<p>If the concern is that you're touching people with a piece of metal, it matters whether it's electrified. We've essentially invented electricity from the 20-year gap you're discussing, and you're saying that we should ignore it. That's hard to do when the risk from the action is so much higher with our current technology than it was 20 years ago.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310746</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49310746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310746</guid></item><item><title><![CDATA[New comment by rpdillon in "Suspecting court of using AI, man injected prompts in filings to try to win case"]]></title><description><![CDATA[
<p>This is a dramatic oversimplification to the degree that I do not think the conclusions can be drawn from the assertions.<p>I responded to you above where you mentioned that AI cannot do nuance with some information from the judge in this particular case that claimants in general cannot do nuance because they don't prompt their AI to examine the whole situation. They only prompt for the outcome that they want. So it's not the AI that's lacking nuance in this scenario. It's the human.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:08:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310727</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49310727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310727</guid></item><item><title><![CDATA[New comment by rpdillon in "Suspecting court of using AI, man injected prompts in filings to try to win case"]]></title><description><![CDATA[
<p>The judge in his rulings talks significantly about the patterns of use here, and pins it squarely on the AI being used by low skilled individuals. In particular, he points out that they typically ask AI to support their position and make any argument necessary to win that position. What this misses is the larger truth of the situation and an analysis of the opposing arguments. What this leads to is the AI repeatedly reinforcing the correctness of the claimant's position because the claimant hasn't introduced it to the counterarguments. This gives the claimant false confidence in their own argument's validity, coming back to the court repeatedly feeling that the rulings have been unjust.<p>This leads to the desperation that the court system is not working properly and causes people to do things like injecting invisible instructions for the AI so that they can win.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:06:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310699</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49310699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310699</guid></item><item><title><![CDATA[New comment by rpdillon in "Suspecting court of using AI, man injected prompts in filings to try to win case"]]></title><description><![CDATA[
<p>The proof is the judge said he doesn't run his courtroom that way.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310654</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49310654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310654</guid></item><item><title><![CDATA[New comment by rpdillon in "Suspecting court of using AI, man injected prompts in filings to try to win case"]]></title><description><![CDATA[
<p>No, they don't. That was the author of the article using something the judge said in reference to AI court systems elsewhere and applying it to a case where it did not apply because no AI was in use.<p>There's a long post near the top of this comment section calling the article "garbage" because of this mistake.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:01:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310642</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49310642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310642</guid></item><item><title><![CDATA[New comment by rpdillon in "I turned my RSS feeds into an e-ink newspaper to stop reading on my phone"]]></title><description><![CDATA[
<p>Boox is fantastic. I have the Palma and it's been very enjoyable, since it's pocketable and has excellent power management, so despite being android, the battery can last 1-2 weeks.</p>
]]></description><pubDate>Fri, 14 Aug 2026 21:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49304615</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49304615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49304615</guid></item><item><title><![CDATA[New comment by rpdillon in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>Can't edit my post anymore, but here's the omp blog from February talking about improved tool calling rates across 15 models, with only the harness being tweaked to get the improvements.<p><a href="https://stencil.so/blog/the-harness-problem" rel="nofollow">https://stencil.so/blog/the-harness-problem</a><p>Three GLM models are mentioned, but so is Deepseek, Grok, Minimax, Kimi, and Gemini.</p>
]]></description><pubDate>Fri, 14 Aug 2026 20:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49304270</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49304270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49304270</guid></item><item><title><![CDATA[New comment by rpdillon in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>Tool calling success rate, in the case of omp.</p>
]]></description><pubDate>Fri, 14 Aug 2026 17:10:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49301644</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49301644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49301644</guid></item><item><title><![CDATA[New comment by rpdillon in "Phones should have a 'guest lock' feature"]]></title><description><![CDATA[
<p>For me, it's that writing the blog post clearly took more effort than searching for the proper name of the feature. So writing in the blog post that they can't be bothered to find the proper name of the feature seems performative: if they were actually concerned about addressing the problem, they would have addressed it, and there would be no blog post.</p>
]]></description><pubDate>Fri, 14 Aug 2026 14:33:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49299256</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49299256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49299256</guid></item><item><title><![CDATA[New comment by rpdillon in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>Based on the fact that Claude Code is only optimized for Anthropic models, whereas Pi and Omp are optimized for a wide variety of models, including open weights.</p>
]]></description><pubDate>Fri, 14 Aug 2026 13:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49298462</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49298462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49298462</guid></item><item><title><![CDATA[New comment by rpdillon in "Accelerating GPT-5.6 Sol Ultrafast"]]></title><description><![CDATA[
<p>750t/s tells the story. This isn't purely (or even mostly) driven by parallelization.</p>
]]></description><pubDate>Fri, 14 Aug 2026 02:15:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49294062</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49294062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49294062</guid></item><item><title><![CDATA[New comment by rpdillon in "I requested a copy of my data from McDonald’s loyalty program"]]></title><description><![CDATA[
<p>I guess I don't find that particularly surprising - the whole point of analyzing customer behavior is to tailor the business to capitalize on it. I draw the line at verticals sharing data with each other, but I don't think it's fair to criticize a business for analyzing their own customer records.</p>
]]></description><pubDate>Fri, 14 Aug 2026 02:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49294040</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49294040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49294040</guid></item><item><title><![CDATA[New comment by rpdillon in "I requested a copy of my data from McDonald’s loyalty program"]]></title><description><![CDATA[
<p>This is a very fair take. McDonalds is entitled to the data about their customers' transactions with the business because that's the business. If they turned around and started selling it to health insurance, I'd have a problem with that.</p>
]]></description><pubDate>Thu, 13 Aug 2026 16:30:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49288432</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49288432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49288432</guid></item><item><title><![CDATA[New comment by rpdillon in "I requested a copy of my data from McDonald’s loyalty program"]]></title><description><![CDATA[
<p>Yeah, the discussion is not differentiating between data that's collected, meaning it's not their data (and so they'd have to ask you for it), and data that is generated by the business itself, which <i>is</i> their data. Businesses knowing what frequent customers buy most often and how much they spend goes back hundreds of years, I'd expect.</p>
]]></description><pubDate>Thu, 13 Aug 2026 16:28:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49288401</link><dc:creator>rpdillon</dc:creator><comments>https://news.ycombinator.com/item?id=49288401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49288401</guid></item></channel></rss>