<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: Verdex</title><link>https://news.ycombinator.com/user?id=Verdex</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 14 May 2026 15:25:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Verdex" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Verdex in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>That's my take as well.  I've had my unPRed branches grabbed up and blindly merged by an agent twice now.  The guy doing it was shocked both times that his PR had my change sets in it.<p>Also one engineer is treating the code as assembly.  I've asked some pointed questions about code in his PR and the response was "yeah, I don't know that's what the agent did".<p>Edit:<p>To everyone freaking out about the second guy.  Yeah, I think being unable to answer questions about the code you're PRing is ill advised.  But requirement gathering, codebase untangling, and acceptance testing are all nontrivial tasks that surround code gen.  I'm a bit surprised that having random change sets slurped up into someone else's rubber stamped PR isnt the thing that people are put off by.</p>
]]></description><pubDate>Fri, 01 May 2026 16:54:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47977054</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47977054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47977054</guid></item><item><title><![CDATA[New comment by Verdex in "Schools Never Taught Critical Thinking: AI Exposed the Lie"]]></title><description><![CDATA[
<p>I have a friend who dealt with this in highschool. The English teacher just copied whatever their grade was from their first assignment onto all other assignments.<p>It got so bad that his Dad, who was an active English and Spanish teacher at another school, was convinced to write one of his papers for him.  He got a D.</p>
]]></description><pubDate>Tue, 14 Apr 2026 15:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47767364</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47767364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47767364</guid></item><item><title><![CDATA[New comment by Verdex in "Clean code in the age of coding agents"]]></title><description><![CDATA[
<p>Heres the thing about clean code. Is it really good?  Or is it just something that people get familiar with and actually familiarity is all that matters.<p>You can't really run the experiment because to do it you have to isolate a bunch of software engineers and carefully measure them as they go through parallel test careers.  I mean I guess you could measure it but it's expensive and time consuming and likely to have massive experimental issues.<p>Although now you can sort of run the experiment with an LLM.  Clean code vs unclean code.  Let's redefine clean code to mean this other thing.  Rerun everything from a blank state and then give it identical inputs.  Evaluate on tokens used, time spent, propensity for unit tests to fail, and rework.<p>The history of science and technology is people coming up with simple but wrong untestable theories which topple over once someone invents a thingamajig that allows tests to be run.</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:56:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47705338</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47705338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47705338</guid></item><item><title><![CDATA[New comment by Verdex in "Oracle slashes 30k jobs"]]></title><description><![CDATA[
<p>Hey friend, check the user name of the person I'm responding to (and perhaps check out the people responsible for dtrace and larry ellison lawnmower comparisons).  I might appear more coherent afterwards.</p>
]]></description><pubDate>Tue, 31 Mar 2026 16:58:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47590274</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47590274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47590274</guid></item><item><title><![CDATA[New comment by Verdex in "Oracle slashes 30k jobs"]]></title><description><![CDATA[
<p>Whenever the lawnmower thing comes up, I try to also mention dtrace.  As far as things to be remembered for, they make some strange bedfellows... although it's better than anything I've managed so I guess congrats.</p>
]]></description><pubDate>Tue, 31 Mar 2026 16:42:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47590044</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47590044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47590044</guid></item><item><title><![CDATA[New comment by Verdex in "Claude Code's source code has been leaked via a map file in their NPM registry"]]></title><description><![CDATA[
<p>While the LLM rust experiments I've been running make good use of ADTs, it seems to have trouble understanding lifetimes and when it should be rc/arc-ing.<p>Perhaps these issues have known solutions?  But so far the LLM just clones everything.<p>So I'm not convinced just using rust for a tool built by an LLM is going to lead to the outcome that you're hoping for.<p>[Also just in general abstractions in rust feel needlessly complicated by needing to know the size of everything.  I've gotten so much milage by just writing what I need without abstraction and then hoping you don't have to do it twice.  For something (read: claude code et al) that is kind of new to everyone, I'm not sure that rust is the best target language even when you take the LLM generated nature of the beast out of the equation.]</p>
]]></description><pubDate>Tue, 31 Mar 2026 16:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47589544</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47589544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47589544</guid></item><item><title><![CDATA[New comment by Verdex in "What if AI doesn't need more RAM but better math?"]]></title><description><![CDATA[
<p>It's also less frustrating to organize world wide ram production and logistics than to deal with a single mathematician.<p>Constantly sitting around trying to solve problems that nobody has made headway on for hundreds of years.  Or inventing theorems around 15th century mysticism that won't be applicable for hundreds of years.<p>Now if you'll excuse me I need to multiply some numbers by 3 and divide them by 2 ... I'm so close guys.</p>
]]></description><pubDate>Sun, 29 Mar 2026 12:51:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47562757</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47562757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47562757</guid></item><item><title><![CDATA[New comment by Verdex in "What if AI doesn't need more RAM but better math?"]]></title><description><![CDATA[
<p>Known in the business as 'pulling a jevons'</p>
]]></description><pubDate>Sun, 29 Mar 2026 12:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47562732</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47562732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47562732</guid></item><item><title><![CDATA[New comment by Verdex in "Hong Kong police can now demand phone passwords under new security rules"]]></title><description><![CDATA[
<p>I suppose that you could have the phone listening in real time and generating profiles that are hidden and embarrassing but not illegal.<p>So when they ask for the real profile it shows in the next unlock a profile that makes it very clear you have a deeply embarrassing ASMR addiction.<p>It could cross reference your local laws to ensure to not spill the beans on something locally illegal.</p>
]]></description><pubDate>Fri, 27 Mar 2026 16:23:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47544754</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47544754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47544754</guid></item><item><title><![CDATA[New comment by Verdex in "Reports of code's death are greatly exaggerated"]]></title><description><![CDATA[
<p>The busy beaver function isn't uncomputable.<p>You just compute the brains of a bunch of immortal mathematics. At which point it's "very difficult and expensive function to evaluate with absurdly large boundary conditions."</p>
]]></description><pubDate>Mon, 23 Mar 2026 23:39:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47496656</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47496656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47496656</guid></item><item><title><![CDATA[New comment by Verdex in "Reports of code's death are greatly exaggerated"]]></title><description><![CDATA[
<p>Yeah, church turing suggests that a computer can compute any computable function.  Or the universality of computable substrate.  Maybe there's a confusion that computation universality implies everything universality?</p>
]]></description><pubDate>Mon, 23 Mar 2026 22:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47496055</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47496055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47496055</guid></item><item><title><![CDATA[New comment by Verdex in "Reports of code's death are greatly exaggerated"]]></title><description><![CDATA[
<p>> In theory a computer should be able to model any physical process<p>Wait, which theory is that?  In church turing theory the computer can compute any computable function.<p>Why do we think that the computer can model any physical process?<p>Or are we suggesting that you can build a computer out of whatever physical process you want to model?</p>
]]></description><pubDate>Mon, 23 Mar 2026 22:26:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495989</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47495989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495989</guid></item><item><title><![CDATA[New comment by Verdex in "Reports of code's death are greatly exaggerated"]]></title><description><![CDATA[
<p>Church turing is about computable functions.  Uncomputable functions exist.<p>For example how much rain is going to be in the rain gauge after a storm is uncomputable.  You can hook up a sensor to perform some action when the rain gets so high.  This rain algorithm is outside of anything church turing has to say.<p>There are many other natural processes that are outside the realm of was is computable.  People are bathed in them.<p>Church turing suggests only what people can do when constrained to a bunch of symbols and squares.</p>
]]></description><pubDate>Sun, 22 Mar 2026 23:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483297</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47483297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483297</guid></item><item><title><![CDATA[New comment by Verdex in "AI coding is gambling"]]></title><description><![CDATA[
<p>My understanding is that waymo has gone on the record to say that they have human operators that remotely drive the vehicle in scenarios where their automated system is confused.<p>Which I assert is semantically equivalent to saying: Human drivers (even when operating at the diminished capacity of not even being present in the car) are less likely to make errors driving a car than AIs.</p>
]]></description><pubDate>Wed, 18 Mar 2026 18:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47429729</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47429729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47429729</guid></item><item><title><![CDATA[New comment by Verdex in "Agents that run while I sleep"]]></title><description><![CDATA[
<p>Yeah, in the past the limiting factor was the human suffering of the engineer who had to try and fit the sprawling nightmare fuel into their brain.<p>The machine doesn't suffer.  Or if it does nobody cares.  People eventually start having panic attacks, the machine can just be reset.<p>I suspect that the end result is just driving further into the wilderness before reality sets in and you have to call an adult.</p>
]]></description><pubDate>Wed, 11 Mar 2026 13:31:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47335335</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47335335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47335335</guid></item><item><title><![CDATA[New comment by Verdex in "No, it doesn't cost Anthropic $5k per Claude Code user"]]></title><description><![CDATA[
<p>Yeah, that's kind of what I'm wondering about.<p>It's an interesting story about how even though all metrics show massive losses actually they have massive gains.<p>Accounting is a rather mature field, so I figure that someone in the past has tried this stunt and there should probably be ways for dealing with it.<p>Or do they always flame out after losing all the money?  Knowing the history here would be informative.</p>
]]></description><pubDate>Tue, 10 Mar 2026 17:21:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47326189</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47326189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47326189</guid></item><item><title><![CDATA[New comment by Verdex in "No, it doesn't cost Anthropic $5k per Claude Code user"]]></title><description><![CDATA[
<p>That's an interesting idea.  I'm curious, though, are there any other industries and/or companies that have tried to pull this sort of thing off?  And what ultimately happened to them?</p>
]]></description><pubDate>Tue, 10 Mar 2026 17:18:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47326144</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47326144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47326144</guid></item><item><title><![CDATA[New comment by Verdex in "We should revisit literate programming in the agent era"]]></title><description><![CDATA[
<p>Clearly.<p>Crazy thing.<p>Number of times reading the source saved time and clarified why: many.<p>Number of times reading the documentation saved time and clarified why:  never.<p>Perhaps I've just been unlucky?<p>EDIT:<p>The hilarious part to me is that everyone can talk past each other all day (reading the documentation) or we can show each other examples of good/bad documentation or good/bad code (reading the code) and understand immediately.</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:39:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47309751</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47309751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309751</guid></item><item><title><![CDATA[New comment by Verdex in "We should revisit literate programming in the agent era"]]></title><description><![CDATA[
<p>I do read the code instead of the documentation, whenever that is an option.<p>Interesting factiod.  The number of times I've found the code to describe what the software does more accurately than the documentation: many.<p>The number of times I've found the documentation to describe what the software does more accurately than the code: never.</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:19:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47309446</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47309446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309446</guid></item><item><title><![CDATA[New comment by Verdex in "A man who broke into jail"]]></title><description><![CDATA[
<p>"Its not a fantasy game, it's far future dystopian post apocalyptic implied hyper technical ethereal augmentation science fiction."<p>"Very clever sir.  But Im aware of what dark sun is.  You'll have to come with me."</p>
]]></description><pubDate>Thu, 05 Mar 2026 17:05:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47264180</link><dc:creator>Verdex</dc:creator><comments>https://news.ycombinator.com/item?id=47264180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47264180</guid></item></channel></rss>