<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: nevertoolate</title><link>https://news.ycombinator.com/user?id=nevertoolate</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Jul 2026 05:49:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nevertoolate" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nevertoolate in "Human mathematicians are being outcounterexampled"]]></title><description><![CDATA[
<p>Can you give an example you think will get cheaper compared to the average income in this future?</p>
]]></description><pubDate>Tue, 21 Jul 2026 13:25:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48992033</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48992033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48992033</guid></item><item><title><![CDATA[New comment by nevertoolate in "Why write code in 2026"]]></title><description><![CDATA[
<p>Can you explain what you are working on?<p>I’ve stopped using llms to generate architecture,  which i design and write myself and let the machine pattern match the gaps. I also use it to review issues which I lot of the times push back against.<p>I’m working on a stateful application sitting on top of a data warehouse and have to implement a stream of messy half defined feature requests and navigate on top of an ever changing infrastructure layer. LLMs rarely get the infra layer even if it is written as code and have hard time grasping how to deal with tech debt, when and how to re-architecture parts of the stack or even implement stuff based on a detailed openspec design.</p>
]]></description><pubDate>Sun, 12 Jul 2026 08:30:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48879408</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48879408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48879408</guid></item><item><title><![CDATA[New comment by nevertoolate in "Exercise intensity influences body composition in healthy older adults (2025)"]]></title><description><![CDATA[
<p>Depends on the goal. If staying at a certain number is the goal yes, climbing two weeks back up will possibly take more and more time. If staying energetic and healthy is the goal the number becomes only one of the moving benchmarks.<p>With that said I think doing some kind of workout even on vacation is important.</p>
]]></description><pubDate>Sat, 04 Jul 2026 12:06:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48784803</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48784803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48784803</guid></item><item><title><![CDATA[New comment by nevertoolate in "How do wombats poop cubes? (2021)"]]></title><description><![CDATA[
<p>I think tantrum comes when they are tired / disconnected from adult monologue. I have almost zero issues when I talk about interesting stuff instead of engaging in debate:<p>we will pick up that book about the monster, it is really scary (slippers on already) and we will sit on the sofa (already carrying the child). Are you cold? Let’s find that pink sweater…</p>
]]></description><pubDate>Sat, 04 Jul 2026 11:54:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48784745</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48784745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48784745</guid></item><item><title><![CDATA[New comment by nevertoolate in "Why I'm Forced to Say Farewell: Google Management Has Lost Its Moral Compass"]]></title><description><![CDATA[
<p>So you think that having your words rewritten by an llm is somehow a more powerful, faster, safer way to write down your ideas? What do you want to say with this exactly? How you separate the “what” to write from “how” to write it?<p>Why I engage with this comment? I truly believe that trusting your own knowledge and skills is the way forward. If you don’t have the skill? Build it. Don’t outsource thinking and learning.</p>
]]></description><pubDate>Thu, 02 Jul 2026 13:16:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48761080</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48761080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48761080</guid></item><item><title><![CDATA[New comment by nevertoolate in "Bun has an open PR adding shared-memory threads to JavaScriptCore"]]></title><description><![CDATA[
<p><p><pre><code>  def my_swe_percentile(best_agent_swe_percentile):
      return min(100, best_agent_swe_percentile * 1.25)</code></pre></p>
]]></description><pubDate>Wed, 01 Jul 2026 12:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48745717</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48745717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48745717</guid></item><item><title><![CDATA[New comment by nevertoolate in "Claude Fable is relentlessly proactive"]]></title><description><![CDATA[
<p>I think it is fine to create the scripts with the cloud based llm but it is definitely not a fable / opus level thing, and running the bisect loop itself has nothing to do with an agent, it is a simple shell script.</p>
]]></description><pubDate>Fri, 12 Jun 2026 18:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48507407</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48507407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48507407</guid></item><item><title><![CDATA[New comment by nevertoolate in "Claude Fable is relentlessly proactive"]]></title><description><![CDATA[
<p>> I was trying to find the root cause of a crash in a Python module which left no errors in the log or console. Fable wrote a test harness that simulated clicks in the UI, then bisected my code until it found the point where it started crashing<p>Does this need an agent though is my question? Maybe generating a test case and a loop doing git bisect but why on earth would we want to run it through the internet and gpus and whatnot when it can be run on a single core celeron.</p>
]]></description><pubDate>Fri, 12 Jun 2026 13:28:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48503838</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48503838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48503838</guid></item><item><title><![CDATA[New comment by nevertoolate in "LLMs are eroding my software engineering career and I don't know what to do"]]></title><description><![CDATA[
<p>So you believe that your work will be done by AI and you will enjoy life more? This is not a loaded question, just trying to understand what your future ideal day / week would look like as an "ai optimist".</p>
]]></description><pubDate>Sun, 07 Jun 2026 13:36:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48434712</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48434712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48434712</guid></item><item><title><![CDATA[New comment by nevertoolate in "When AI Builds Itself: Our progress toward recursive self-improvement"]]></title><description><![CDATA[
<p>What is an ai enterprise tool?</p>
]]></description><pubDate>Thu, 04 Jun 2026 20:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48404113</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48404113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48404113</guid></item><item><title><![CDATA[New comment by nevertoolate in "Can the stockmarket swallow Anthropic, SpaceX and OpenAI?"]]></title><description><![CDATA[
<p>I also notice these things. Otoh i spend definitely less than 50% of my time typing in code so it is impossible that it gives more than 2x speedup. And sometimes i lose time babysitting and rewriting stuff so all in all it is kinda no productivity gain.</p>
]]></description><pubDate>Tue, 02 Jun 2026 14:38:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48370872</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48370872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48370872</guid></item><item><title><![CDATA[New comment by nevertoolate in "The dead economy theory"]]></title><description><![CDATA[
<p>> If it was just programming being automated, then whatever.<p>There is nothing on horizon which automates a programmer’s work. Typing in code is faster now, and some things “only need pointing out” like an existence of a “bug” which an llm + harness might be able to mitigate. Automated tests might capture regressions and possibly written by llm + harness.
If you replicate this in other professions what will you get?</p>
]]></description><pubDate>Sat, 30 May 2026 09:52:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48334488</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48334488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48334488</guid></item><item><title><![CDATA[New comment by nevertoolate in "I think Anthropic and OpenAI have found product-market fit"]]></title><description><![CDATA[
<p>> My time as an experienced software engineer is worth a lot of money - a whole lot more than $12,000 for the past six months<p>From this I assume you think that what the llm has generated is as valuable as your own work generally is. How do you even calculate this?</p>
]]></description><pubDate>Wed, 27 May 2026 20:19:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48300025</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48300025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48300025</guid></item><item><title><![CDATA[New comment by nevertoolate in "I believe there are entire companies right now under AI psychosis"]]></title><description><![CDATA[
<p>Yes</p>
]]></description><pubDate>Sat, 16 May 2026 17:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48162092</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48162092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48162092</guid></item><item><title><![CDATA[New comment by nevertoolate in "I believe there are entire companies right now under AI psychosis"]]></title><description><![CDATA[
<p>So you don’t understand what you generate with ai and think that it will be a solution for a problem you can only solve using sql.</p>
]]></description><pubDate>Sat, 16 May 2026 10:11:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158733</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48158733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158733</guid></item><item><title><![CDATA[New comment by nevertoolate in "Three Inverse Laws of AI"]]></title><description><![CDATA[
<p>it’s cold -> turn on the heater<p>I’d never just turn on the heater silently if someone said this to me. I think it means something else.</p>
]]></description><pubDate>Tue, 05 May 2026 21:43:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48029028</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=48029028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48029028</guid></item><item><title><![CDATA[New comment by nevertoolate in "Job Postings for Software Engineers Are Rapidly Rising"]]></title><description><![CDATA[
<p>What do you base this on? For me it is almost impossible to guess what fits into the context of an llm. Sometimes trivial tasks fail, sometimes quite complex things get one shotted.</p>
]]></description><pubDate>Sat, 02 May 2026 06:49:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47983972</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47983972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47983972</guid></item><item><title><![CDATA[New comment by nevertoolate in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>I think it is great!<p>The issue is that validation needs presence and it is the limiting factor - common knowledge, but is part of the “physics”. Also maintenance gets really tricky if the codebase has warts in it - which it will have. I get much more easy to understand architecture out of an LLM driven code generation process if I follow it and course correct / update the spec process based on learnings.<p>Example: yesterday I’ve introduced a batch job and realized during the implementation phase that some refactoring is needed so the error boundary can be reused in the batch application from the main backend. This was unplanned and definitely not a functional requirement - could be documented as non-functional. There was a gap between the agent’s knowledge and mine even though the error handling pattern is well documented in the repository. Of course this can be documented better next time if we update the process of openspec writing but having these gaps is inevitable unless formal and half-formal definitions are introduced - but still there needs to be someone with “fresh eyes” in the loop.</p>
]]></description><pubDate>Thu, 26 Mar 2026 08:21:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47527880</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47527880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47527880</guid></item><item><title><![CDATA[New comment by nevertoolate in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>I understand that you are serious. I am also serious here.<p>Have you built anything purely with LLM which is novel and is used by people who expect that their data is managed securely, and the application is well maintained so they can trust it?<p>I have been writing specifications, rfcs, adrs, conducting architecture reviews, code reviews and what not for quite a bit of time now. Also I’ve driven cross organisational product initiatives etc. I’m experimenting with openspec with my team now on a brownfield project and have some good results.<p>Having said all that I seriously doubt that if you treat the english language spec and your pm oversight as the sole QA pillars of a stochastic model transformer you are making a mistake.</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:31:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47522065</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47522065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522065</guid></item><item><title><![CDATA[New comment by nevertoolate in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>Poe’s law is strong with this one</p>
]]></description><pubDate>Tue, 24 Mar 2026 19:49:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47508070</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47508070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47508070</guid></item></channel></rss>