<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>Mon, 06 Apr 2026 08:43:23 +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 "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><item><title><![CDATA[New comment by nevertoolate in "Ask HN: How to be alone?"]]></title><description><![CDATA[
<p>I'd suggest you to work on your general mood - drugs can help, but nature is also wonderful.<p>I think I have a relatively good life, but I still have hard times. I had circa 6 months long depression streak after my child was born (I'm male).<p>For me the best mood fixer is a walk still. Super small commitment, great with a dog too. For a weekend the best is a longer hike. I practice yoga and train my body - great mood boosters. I've trained my body to be able to sit comfortably on the ground so I can work from anywhere - sunshine in park hellooo.<p>Hope you find your rhythm soon!</p>
]]></description><pubDate>Sun, 08 Mar 2026 21:09:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47301501</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47301501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47301501</guid></item><item><title><![CDATA[New comment by nevertoolate in "GPT-5.4"]]></title><description><![CDATA[
<p>So you had generated 2000 lines in 30 minutes and ran out of tokens? What was your prompt?<p>I’d use a fast model to create a minimal scaffold like gemini fast.<p>I’d create strict specs using a separate codex or claude subscription to have a generous remaining coding window and would start implementation + some high level tests feature by feature. Running out in 60 minutes is harder if you validate work. Running out in two hours for me is also hard as I keep breaks. With two subs you should be fine for a solid workday of well designed and reviewed system. If you use coderabbit or a separate review tool and feed back the reviews it is again something which doesn’t burn tokens so fast unless fully autonomous.</p>
]]></description><pubDate>Fri, 06 Mar 2026 12:38:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47274248</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47274248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47274248</guid></item><item><title><![CDATA[New comment by nevertoolate in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>I wouldn’t be surprised and most likely would go for a walk :)</p>
]]></description><pubDate>Wed, 04 Mar 2026 20:50:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47253592</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47253592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47253592</guid></item><item><title><![CDATA[New comment by nevertoolate in "My spicy take on vibe coding for PMs"]]></title><description><![CDATA[
<p>I agree - we should use the tools. But we should be mindful about how humans actually learn.<p>Some improvement ideas:<p>A prototype can help in the “Better communicate the idea/feature” part but it is even better if you let engineers do this as learning by doing is better than just being shown the result.<p>Vibe coding doesn’t help in “Understand the systems” - on the contrary, this is already a well known fact that vibecoding has negative effect in understanding the underlying system. It should be hardboiled documentation reading, trial and error which helps, otherwise you get only the illusion of competence.</p>
]]></description><pubDate>Wed, 04 Mar 2026 08:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47244773</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47244773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47244773</guid></item><item><title><![CDATA[New comment by nevertoolate in "The Eternal Promise: A History of Attempts to Eliminate Programmers"]]></title><description><![CDATA[
<p>Sounds like you are in a wonderful relationship, I’m glad!</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:22:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47206067</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47206067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206067</guid></item><item><title><![CDATA[New comment by nevertoolate in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>My summary: openclaw is a 5/5 security risk, if you have a perfectly audited nanoclaw or whatever it is 4/5 still. If it runs with human-in-the-loop it is much better, but the value is quickly diminishing. I think llms are not bad at helping to spec down human language and possibly doing great also in creating guardrails via tests, but i’d prefer something stable over llms running in “creative mode” or “claw” mode.</p>
]]></description><pubDate>Sat, 21 Feb 2026 12:40:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47100255</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=47100255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100255</guid></item><item><title><![CDATA[New comment by nevertoolate in "Claude Chill: Fix Claude Code's flickering in terminal"]]></title><description><![CDATA[
<p>So why are you stuck with ink/react stack?</p>
]]></description><pubDate>Thu, 22 Jan 2026 08:38:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46716662</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46716662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46716662</guid></item><item><title><![CDATA[New comment by nevertoolate in "Junior Developers in the Age of AI"]]></title><description><![CDATA[
<p>Sorry but I don't understand why you ask this question, can you explain your train of thought?</p>
]]></description><pubDate>Wed, 14 Jan 2026 17:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46619119</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46619119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46619119</guid></item><item><title><![CDATA[New comment by nevertoolate in "Trump says Venezuela’s Maduro captured after strikes"]]></title><description><![CDATA[
<p>Taiwan is a different story. There are quite detailed war simulations built for defending the country. I guess you might mean that russia is one of the “3 big world” powers and their move is the special operations to capture kiev. I stop here</p>
]]></description><pubDate>Sat, 03 Jan 2026 20:22:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46481128</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46481128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46481128</guid></item><item><title><![CDATA[New comment by nevertoolate in "Using secondary school maths to demystify AI"]]></title><description><![CDATA[
<p>- how to prove that humans can argue endlessly like an llm?<p>- ragebait them by saying AIs don’t think<p>- …</p>
]]></description><pubDate>Fri, 12 Dec 2025 20:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46248816</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46248816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46248816</guid></item><item><title><![CDATA[New comment by nevertoolate in "Netflix to Acquire Warner Bros"]]></title><description><![CDATA[
<p>I do. I’ve researched the optimal distance for a smallish tv screen (which fits between the studio monitor stand). I move the tv closer when watching a film, it stands on hacked together wooden box like thing which has some yoga tools and film magazines in it - it has wheels. Crazy stuff.
There is a flipchart like drawing of my daughter covering the tv normally which we flip when watching films.</p>
]]></description><pubDate>Fri, 05 Dec 2025 19:07:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46165793</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46165793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46165793</guid></item><item><title><![CDATA[New comment by nevertoolate in ""Good engineering management" is a fad"]]></title><description><![CDATA[
<p>I also hear that middle management is being cut from all companies. Some kind of management is necessary though, no? Otherwise people will get misaligned an all that. I'm not sure what is the point of the article. I guess a good manager doesn't need a bullet list to be able to function so why this person is writing a new one?</p>
]]></description><pubDate>Sun, 23 Nov 2025 21:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46027476</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=46027476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46027476</guid></item><item><title><![CDATA[New comment by nevertoolate in "Blending SQL and Python with Sqlorm"]]></title><description><![CDATA[
<p>Total nitpick - you say list is commonly understood to be linearly iterated. I’d expect a list to refer to an ordered sequence - default implementation of access and mutation varies wildly between languages. E.g. java code usually defaults to ArrayList, lisps to cons cells, C++ doubly linked list, etc.<p>Sql has “tuples” for the rows of a result-set which are neither tuples nor lists in the “general sense” and are of a “record” type - names with values.<p>So what is a list? Depends on the context.</p>
]]></description><pubDate>Sat, 15 Nov 2025 18:35:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45939517</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=45939517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45939517</guid></item><item><title><![CDATA[New comment by nevertoolate in "Some people can't see mental images"]]></title><description><![CDATA[
<p>Might be possible but then you lose aphantasia :)</p>
]]></description><pubDate>Fri, 07 Nov 2025 14:23:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45846684</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=45846684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45846684</guid></item><item><title><![CDATA[New comment by nevertoolate in "Why aren't smart people happier?"]]></title><description><![CDATA[
<p>You are saying if promotion makes a person happy it justifies to spend a lot of resources on getting it even if it is harmful for the world (based on unstated ethical framework). GP says it is invalid resource usage - waste of human capital. I think he is hating on the game not the playa (based on unstated ethical framework)</p>
]]></description><pubDate>Thu, 06 Nov 2025 14:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45835463</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=45835463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45835463</guid></item><item><title><![CDATA[New comment by nevertoolate in "Some people can't see mental images"]]></title><description><![CDATA[
<p>I suspect that much more people can do it than unable to do it (aphantasia)</p>
]]></description><pubDate>Thu, 30 Oct 2025 21:38:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45765680</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=45765680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45765680</guid></item><item><title><![CDATA[New comment by nevertoolate in "Some people can't see mental images"]]></title><description><![CDATA[
<p>I didn’t know people see things in the real world, like an imaginary cat until I had a dream where I could imagine something purposefully. I woke up immediately, thrown out from the dream image.<p>I told my wife proudly that I could see something in my dream I wanted to. She told me she can imagine ANYTHING ANYWHERE ANYTIME (painter)<p>My question is: can you see the cat on the table? If not, sorry pal.</p>
]]></description><pubDate>Thu, 30 Oct 2025 21:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45765617</link><dc:creator>nevertoolate</dc:creator><comments>https://news.ycombinator.com/item?id=45765617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45765617</guid></item></channel></rss>