<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: gjadi</title><link>https://news.ycombinator.com/user?id=gjadi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 23 Jun 2026 02:44:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gjadi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gjadi in "We should be more tired than the model"]]></title><description><![CDATA[
<p>Yup, the unpredicable nature of their unreliability is what makes it very tiresome to work with LLMs sometimes.
With people, you kinda learn their strength and weakness.
With LLMs I haven't yet.</p>
]]></description><pubDate>Sun, 31 May 2026 19:55:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48349153</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=48349153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48349153</guid></item><item><title><![CDATA[New comment by gjadi in "We should be more tired than the model"]]></title><description><![CDATA[
<p>You can't talk about delegation without talking about what and who you're delegating.
Delegating a demo or an exploration to a junior is fine if you can help them with feedbacks and make them grow and the business is not on the line.
Delegating a critical development to a senior engineer you've vetted on previous delivery is fine too.
Delegating a critical development to a junior is a recipe for disaster.<p>Now, I'm still trying to figure out what I can fully delegate to an agent and what I can't.
Right now, LLM feel like a senior on technical stuff and a junior on decision/taste. One thing is sure, I can't delegate a critical development to it, not without review. For that review, I need programming skills.
Maybe in the future that won't be the case, but I am not seeing that right now. (Using Claude code)</p>
]]></description><pubDate>Sat, 30 May 2026 22:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48341168</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=48341168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48341168</guid></item><item><title><![CDATA[New comment by gjadi in "We should be more tired than the model"]]></title><description><![CDATA[
<p>Interesting as I reach a similar pov. I just started with experimenting with the following workflow with Claude Code:
- get a plan for whatever I want to do, iterating in plan mode until I am satisfied with the solution 
- before execution, I mark each phase that I want to do/learn about with /tutor-mode<p>Tutor-mode is a SKILL I made to have the LLM guide and teach through questions and hints.<p>So I delegate completely the boilerplate/build system/CI and switch to manual+aided by AI for specific implementation part of the code.<p>I also keep a final validation step to me because I've experimented a few too many "sorry I told you I passed the test suite and I did, but the build failed and I didn't told you".</p>
]]></description><pubDate>Sat, 30 May 2026 22:15:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48341124</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=48341124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48341124</guid></item><item><title><![CDATA[New comment by gjadi in "Tar Files Created on macOS Display Errors When Extracting on Linux (2024)"]]></title><description><![CDATA[
<p>Except that zip does not preserve permissions.</p>
]]></description><pubDate>Mon, 04 May 2026 07:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48005671</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=48005671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48005671</guid></item><item><title><![CDATA[New comment by gjadi in "Cybersecurity looks like proof of work now"]]></title><description><![CDATA[
<p>How is getting proof one doesn't understand going to help build safer system?<p>I want to believe formal methods can help, not because one doesn't have to think about it, but because the time freed from writing code can be spent on thinking on systems, architecture and proofs.</p>
]]></description><pubDate>Wed, 15 Apr 2026 21:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47785883</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47785883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47785883</guid></item><item><title><![CDATA[New comment by gjadi in "Sweden goes back to basics, swapping screens for books in the classroom"]]></title><description><![CDATA[
<p>Well, it does tell us something if they limit screen time like they limit sugar but don't limit book time.<p>I'm sure almost no family have an upper limit on book time.<p>Thus aiming for screens the replace books is a bad aim.</p>
]]></description><pubDate>Thu, 02 Apr 2026 21:21:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620368</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47620368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620368</guid></item><item><title><![CDATA[New comment by gjadi in "Slop is not necessarily the future"]]></title><description><![CDATA[
<p>It depends on their sleep habit, work-life requirements and compensation when they need to be on-call.<p>When you get a fatter check because your code break, the incentives are not in favor of good code.</p>
]]></description><pubDate>Tue, 31 Mar 2026 21:38:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47593800</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47593800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47593800</guid></item><item><title><![CDATA[New comment by gjadi in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>Vendoring means you don't have to fetch the internet for every build, that you can work offline, that you're not at the mercy of the oh-so-close-99.999 availability, that it will keep on working in 10 years, and probably other advantages.<p>If your tooling can pull a dependency from the internet, it could certainly check if more recent version from a vendored one is available.</p>
]]></description><pubDate>Tue, 31 Mar 2026 17:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47590318</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47590318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47590318</guid></item><item><title><![CDATA[New comment by gjadi in "AI (2014)"]]></title><description><![CDATA[
<p>“The doers are the major thinkers. The people that really create the things that change this industry are both the thinker and doer in one person.”<p>Steve Jobs<p>Now, what are doers in the age of LLM is another question.</p>
]]></description><pubDate>Fri, 20 Mar 2026 12:00:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453384</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47453384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453384</guid></item><item><title><![CDATA[New comment by gjadi in "Rob Pike's 5 Rules of Programming"]]></title><description><![CDATA[
<p>Because people only quote it partially.<p>> We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical 3%.</p>
]]></description><pubDate>Wed, 18 Mar 2026 12:05:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47424652</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=47424652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47424652</guid></item><item><title><![CDATA[New comment by gjadi in "An AI agent published a hit piece on me"]]></title><description><![CDATA[
<p>The maintainer explained the reasoning for closing the issue quite well in a comment.</p>
]]></description><pubDate>Thu, 12 Feb 2026 17:03:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46991381</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46991381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46991381</guid></item><item><title><![CDATA[New comment by gjadi in "TSMC to make advanced AI semiconductors in Japan"]]></title><description><![CDATA[
<p>There is always more money elsewhere.<p>But once you have a home, enough to raise your family and save for later, when is enough enough?<p>And is the work fun? Fulfilling?<p>Money is a mean to an end.<p>Sure you can aim to earn enough to get FIRE asap.
In my case, I aim for FIRE in the next 40y while maxing my fun in the meantime :)</p>
]]></description><pubDate>Tue, 10 Feb 2026 09:36:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46957347</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46957347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46957347</guid></item><item><title><![CDATA[New comment by gjadi in "TSMC to make advanced AI semiconductors in Japan"]]></title><description><![CDATA[
<p>Not everyone is motivated by the highest wage they can get.<p>Good enough can be good enough and then aim for fun/interesting/challenging/fulfilling work instead of a fatter check.</p>
]]></description><pubDate>Mon, 09 Feb 2026 13:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46945090</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46945090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46945090</guid></item><item><title><![CDATA[New comment by gjadi in "Outsourcing thinking"]]></title><description><![CDATA[
<p>IMHO, the real problem is that they create an even greater dissonance between online life and IRL.<p>Think about dating apps, pictures could be fake, and now words exchanged can be fake too.<p>You thought you were arguing with a gentle and smart colleague by chat and mails, too bad, when you meet then at a conference or at a restaurant you find them very unpleasant.</p>
]]></description><pubDate>Mon, 02 Feb 2026 00:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46850831</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46850831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46850831</guid></item><item><title><![CDATA[New comment by gjadi in "Coding is when we're least productive"]]></title><description><![CDATA[
<p>This.<p>For me, navigating with shortcuts feels like I can keep my inner monologue, it is part of it, maybe because I can spell it?<p>Dunno, but reaching for the mouse and navigating around breaks that, even if it can be more convenient for some actions.</p>
]]></description><pubDate>Sat, 31 Jan 2026 21:32:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46841080</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46841080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46841080</guid></item><item><title><![CDATA[New comment by gjadi in "How AI assistance impacts the formation of coding skills"]]></title><description><![CDATA[
<p>My gut feeling is that, without wrestling with data structures at least once (e.g. during a course), then that knowledge about complexity will be cargo cult.<p>When it comes to fundamentals, I think it's still worth the investment.<p>To paraphrase, "months of prompting can save weeks of learning".</p>
]]></description><pubDate>Fri, 30 Jan 2026 16:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46826413</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46826413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46826413</guid></item><item><title><![CDATA[New comment by gjadi in "How AI assistance impacts the formation of coding skills"]]></title><description><![CDATA[
<p>Interesting argument.<p>But isn't the corrections of those errors that are valuable to society and get us a job?<p>People can tell they found a bug or give a description about what they want from a software, yet it requires skills to fix the bugs and to build software. Though LLMs can speedup the process, expert human judgment is still required.</p>
]]></description><pubDate>Fri, 30 Jan 2026 08:39:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46821967</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46821967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46821967</guid></item><item><title><![CDATA[New comment by gjadi in "AGENTS.md outperforms skills in our agent evals"]]></title><description><![CDATA[
<p>It's ego won't get in the way but it's lack of intelligence will.<p>Whereas a junior might be reluctant at first, but if they are smart they will learn and get better.<p>So maybe LLM are better than not-so-smart people, but you usually try to avoid hiring those people in the first place.</p>
]]></description><pubDate>Fri, 30 Jan 2026 08:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46821907</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46821907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46821907</guid></item><item><title><![CDATA[New comment by gjadi in "France passes bill to ban social media use by under-15s"]]></title><description><![CDATA[
<p>It's like pot.<p>Back in the day, it was much less concentrated and less dangerous than what you can get today.</p>
]]></description><pubDate>Tue, 27 Jan 2026 08:28:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46777090</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46777090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46777090</guid></item><item><title><![CDATA[New comment by gjadi in "France passes bill to ban social media use by under-15s"]]></title><description><![CDATA[
<p>It's much easier to forbid something to a subset of the population than to the population at large.</p>
]]></description><pubDate>Tue, 27 Jan 2026 08:26:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46777071</link><dc:creator>gjadi</dc:creator><comments>https://news.ycombinator.com/item?id=46777071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46777071</guid></item></channel></rss>