<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: imron</title><link>https://news.ycombinator.com/user?id=imron</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 11 Aug 2026 13:36:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=imron" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by imron in "“Code was never the hard part” is an insult to all programmers"]]></title><description><![CDATA[
<p>And what does this mean now that AI can write at 10x this speed again...</p>
]]></description><pubDate>Sun, 09 Aug 2026 08:29:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49229551</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=49229551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49229551</guid></item><item><title><![CDATA[New comment by imron in "Cruller: Bun's Zig Runtime, Continued on Zig 0.16"]]></title><description><![CDATA[
<p>Yes!  An incredible tool.  You'll rarely need to use it, but when you do it's invaluable.</p>
]]></description><pubDate>Thu, 23 Jul 2026 13:13:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49021056</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=49021056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49021056</guid></item><item><title><![CDATA[New comment by imron in "Grok Build is open source"]]></title><description><![CDATA[
<p>not 100% feature compatible but close enough in terms of capabilities that I use: codex, and grok build.</p>
]]></description><pubDate>Sat, 18 Jul 2026 05:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48955585</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48955585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48955585</guid></item><item><title><![CDATA[New comment by imron in "Grok Build is open source"]]></title><description><![CDATA[
<p>I love opencode but it chews through memory on my 64gb MacBook Pro.   Can’t have too many long running sessions because the memory use just slowly creeps up.<p>It’s not about the terminal at all which as you noted accounts for minimal isage. It’s all the internal chat and history and everything else the agent tracks - all of which are smallish (and largish) strings allocated on the heap.<p>I don’t have the same issues with rust based tuis.</p>
]]></description><pubDate>Fri, 17 Jul 2026 07:59:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944500</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48944500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944500</guid></item><item><title><![CDATA[New comment by imron in "Grok Build is open source"]]></title><description><![CDATA[
<p>It makes a huge memory difference.</p>
]]></description><pubDate>Thu, 16 Jul 2026 15:23:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48935828</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48935828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48935828</guid></item><item><title><![CDATA[New comment by imron in "Anthropic's Method to Losing Goodwill in a Few Easy Steps"]]></title><description><![CDATA[
<p>Codex works great in opencode until it gets up to around 200k context.  Then it starts doing things like:<p>me: Can you implement the next thing<p>OpenCode+Codex: Yep I'll do that next.
<does nothing and returns to prompt><p>me: Well?<p>OpenCode+Codex: <starts implementing><p>me: Looks good, let's fix this one issue.<p>OpenCode+Codex: Sure let's do that.
<does nothing and returns to prompt><p>me: <bangs head against wall><p>--<p>I've found the codex cli to be much better in this regard, it doesn't nearly derp out so much at higher token counts.<p>Opus is still my favourite model (I've found 4.6 specifically gives me the best results in OpenCode), but with all the shenanigans Anthropic is pulling, Codex is a close enough substitute.</p>
]]></description><pubDate>Mon, 06 Jul 2026 14:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48805447</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48805447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48805447</guid></item><item><title><![CDATA[New comment by imron in "Professor denounces mass AI fraud on an exam at Brown"]]></title><description><![CDATA[
<p>If you’re suggesting that the test favors those capable of arranging their thoughts and words before putting pen to paper then.... I’m not sure there’s a problem</p>
]]></description><pubDate>Sun, 28 Jun 2026 23:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48713103</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48713103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48713103</guid></item><item><title><![CDATA[New comment by imron in "Ask HN: Am I missing something with AI"]]></title><description><![CDATA[
<p>As someone with over 25 years experience in software engineering, 6 months ago I used to feel the same way (<a href="https://news.ycombinator.com/item?id=46389417">https://news.ycombinator.com/item?id=46389417</a>).<p>What changed:<p>- Opus.  This was the first model family for me that produced good enough output _and_ could also be correctly steered to correct itself when not good enough.  ChatGPT 5 level models are also good enough here but Opus still has an edge I think.<p>- OpenCode.  The UX of OpenCode just seems to fit well with how I work - enough information about what the agent is doing that I can stop it if its getting stupid/doing something wrong, high enough level that I don't need to constantly babysit it.  I keep trying Claude Code every now and then but continually get unsatisfactory results even with the same underlying model.  Codex works better in this regard.<p>- Tokenmaxxing. At first I got the standard $30/month plan but would hit session limits in about 30 mins, then I needed to wait a few hours before I could continue so no net benefit in productivity.  Then I upgraded to the 5x plan and could go 1-2 hours before hitting sessions limits.  This also was no net benefit.  Then I upgraded to the 20x plan and was swimming in a sea of tokens.  The problem then becomes figuring out how to use them all so you are 'wasting' any of them.<p>It's the last one that really helped shift the mindset for me.  My process now is something like this:<p>1. use the agent to build and refine an overview of what I'm trying to do and what I'd like to build.  This gets saved to the docs folder in the repo.<p>2. use the agent to build out specific plans to build out what I need.  Plans are reasonably high level and describe the what and the why along with important design decisions and measurements of success.  Each plan is about enough to implement in a given session.  I purposefully do not get it to specify code or tests in the plan as too much specificity in the plan causes the implementing agent to get hooked up on the details rather than trying to find a good solution.  These are saved to plans/backlog/NNNNN-plan-name<p>3. Use the agent to help me review all plans and make sure they are consistent and fit with the overview, and also figure out dependencies between the plans, and which ones can be done in parallel.<p>4. Use the agent to start implementing - this involves moving the plan to plans/active/... creating a worktree and a branch and working on the feature.  I will kick off multiple agents working in parallel where the dependency graph allows it.  I review each implemented plan throroughly (I've written my own review tool for this) and iterate until the code meets my standards and the requirements.  Then I move the plan to plans/completed/.. merge to main, remove the worktree and then kick off the next agent.  Usually I'll be switching between reviewing code, kicking off the next plan in a separate agent, planning out new features, all in parallel.<p>This is the real productivity enabler.  You need to have a backlog of well-scoped work and can then have multiple agents working on different parts of it.  Human review is essential if you care about long-term maintainability of the code and ease of future improvement because the AI will still make many flawed decisions.<p>I tend to avoid other peoples skills.  I've found it more productive to build my own as I go if I find myself repeating myself to the agent.  Agents will regularly ignore instructions in skills anyway so it's all a bit hit and miss.  I try to keep any skills that I make brief and too the point (the more concise, the less likely the agent will skip over it/ignore it).<p>Overall I've found I've manage to build things more quickly, and the things that I build are now very well documented and explained which helps both agents and humans understand the codebase.</p>
]]></description><pubDate>Fri, 26 Jun 2026 12:38:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48685937</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48685937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48685937</guid></item><item><title><![CDATA[New comment by imron in "Automating my job away"]]></title><description><![CDATA[
<p>I think OP was rather suggesting that we have a guideline to avoid comments about whether something was written by AI or not.<p>Without fail, every comment section will have posts by people talking about how something is AI generated.  Yeah we get it.  It used to be novel to spot this, but now most people are pretty good at spotting it too and/or don't care.<p>It's about as meaningful as noting an article is written in English.</p>
]]></description><pubDate>Fri, 19 Jun 2026 03:53:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48594603</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48594603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48594603</guid></item><item><title><![CDATA[New comment by imron in "SpaceX to buy Cursor for $60B"]]></title><description><![CDATA[
<p>> They're also saying that the AI market is worth roughly 10% of all global real estate.<p>Why limit yourself to one planet? Space is infinite ;-)</p>
]]></description><pubDate>Tue, 16 Jun 2026 16:49:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558150</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48558150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558150</guid></item><item><title><![CDATA[New comment by imron in "1-Click GitHub Token Stealing via a VSCode Bug"]]></title><description><![CDATA[
<p>I love vanilla vim.</p>
]]></description><pubDate>Wed, 03 Jun 2026 08:26:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48381375</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48381375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48381375</guid></item><item><title><![CDATA[New comment by imron in "Let's compile Quake like it's 1997"]]></title><description><![CDATA[
<p>The debugger doesn’t even come close</p>
]]></description><pubDate>Sat, 30 May 2026 03:21:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48332196</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48332196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48332196</guid></item><item><title><![CDATA[New comment by imron in "Let's compile Quake like it's 1997"]]></title><description><![CDATA[
<p>All the good borland devs were poached by Microsoft.  VC5 and 6 were the spiritual successors of the Turbo XXX family of IDEs.</p>
]]></description><pubDate>Fri, 29 May 2026 11:07:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48321615</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48321615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48321615</guid></item><item><title><![CDATA[New comment by imron in "The Eternal Sloptember"]]></title><description><![CDATA[
<p>Here's one that hit the frontpage recently:<p><a href="https://blog.k10s.dev/im-going-back-to-writing-code-by-hand/" rel="nofollow">https://blog.k10s.dev/im-going-back-to-writing-code-by-hand/</a></p>
]]></description><pubDate>Mon, 25 May 2026 05:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263656</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48263656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263656</guid></item><item><title><![CDATA[New comment by imron in "Tesla's lithium refinery discharges 231,000 gallons of polluted wastewater a day"]]></title><description><![CDATA[
<p>Litigation</p>
]]></description><pubDate>Tue, 19 May 2026 21:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48200062</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48200062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48200062</guid></item><item><title><![CDATA[New comment by imron in "Mercurial, 20 years and counting: how are we still alive and kicking? [video]"]]></title><description><![CDATA[
<p>> This requires using the extremely unintuitive `git rebase --onto A B C` invocation.<p>Unintuitive yes, and I'm not going to disagree with you on UX, but it's not a particularly difficult thing to learn if you use a rebase centric workflow and this is a command I use daily.<p>P.S. don't forget to use --update-refs (or add to your .gitconfig) ;-)</p>
]]></description><pubDate>Mon, 18 May 2026 04:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48175487</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48175487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48175487</guid></item><item><title><![CDATA[New comment by imron in "Mercurial, 20 years and counting: how are we still alive and kicking? [video]"]]></title><description><![CDATA[
<p>> Not any more.<p>`git add -p` FTW</p>
]]></description><pubDate>Mon, 18 May 2026 03:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48175421</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48175421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48175421</guid></item><item><title><![CDATA[New comment by imron in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>Large volumes of training data is a blessing and a curse, especially when you consider who wrote it.</p>
]]></description><pubDate>Tue, 12 May 2026 07:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48105467</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=48105467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105467</guid></item><item><title><![CDATA[New comment by imron in "VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage"]]></title><description><![CDATA[
<p>> Changing the default behavior for all of your users with no notification is pretty unforgivable<p>How else is a poor programmer gonna hit their KPIs and get that promo?</p>
]]></description><pubDate>Sun, 03 May 2026 09:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47995229</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47995229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47995229</guid></item><item><title><![CDATA[New comment by imron in "Regression: malware reminder on every read still causes subagent refusals"]]></title><description><![CDATA[
<p>> Analyze if it's malware how exactly?<p>By spending thousands and thousands of tokens of course :-)</p>
]]></description><pubDate>Wed, 29 Apr 2026 01:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943263</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47943263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943263</guid></item></channel></rss>