<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: xcodevn</title><link>https://news.ycombinator.com/user?id=xcodevn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 01:38:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=xcodevn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by xcodevn in "Every GPU That Mattered"]]></title><description><![CDATA[
<p>I have a strong feeling that this website was designed by Claude Code using the /frontend-design skill.</p>
]]></description><pubDate>Tue, 07 Apr 2026 15:30:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47676900</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47676900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676900</guid></item><item><title><![CDATA[New comment by xcodevn in "Auto Research Engineer"]]></title><description><![CDATA[
<p>Example run: <a href="https://asciinema.org/a/udK1O06TS8f7kXNO" rel="nofollow">https://asciinema.org/a/udK1O06TS8f7kXNO</a></p>
]]></description><pubDate>Sat, 04 Apr 2026 16:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47640233</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47640233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47640233</guid></item><item><title><![CDATA[New comment by xcodevn in "Auto Research Engineer"]]></title><description><![CDATA[
<p>A Claude Code setup that implements ML papers from arxiv. Give it a paper, it orchestrates a team of AI agents to read the paper, plan the implementation, write the code, verify correctness, optimize performance, train, and compare results against the paper's claims.</p>
]]></description><pubDate>Sat, 04 Apr 2026 15:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47640155</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47640155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47640155</guid></item><item><title><![CDATA[Auto Research Engineer]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/NTT123/auto-research-engineer">https://github.com/NTT123/auto-research-engineer</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47640154">https://news.ycombinator.com/item?id=47640154</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 04 Apr 2026 15:55:16 +0000</pubDate><link>https://github.com/NTT123/auto-research-engineer</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47640154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47640154</guid></item><item><title><![CDATA[New comment by xcodevn in "Two different tricks for fast LLM inference"]]></title><description><![CDATA[
<p>The official document from Anthropic:<p>> Fast mode is not a different model. It uses the same Opus 4.6 with a different API configuration that prioritizes speed over cost efficiency. You get identical quality and capabilities, just faster responses.</p>
]]></description><pubDate>Sun, 15 Feb 2026 18:30:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47026075</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47026075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47026075</guid></item><item><title><![CDATA[New comment by xcodevn in "Two different tricks for fast LLM inference"]]></title><description><![CDATA[
<p>They failed to grasp the very fundamental point of batching, which is sharing model weights between requests. For more context, this wasn't just one person's mistake, several AI twitter personalities proposed this 'Claude Opus fast = small batching' hypothesis. What I find funny is how confident these AI influencers were, while the people who actually work on LLM serving at frontier labs said nothing. The people who genuinely understand this and work at frontier labs stay quiet. The rest is simply noise.</p>
]]></description><pubDate>Sun, 15 Feb 2026 12:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47023261</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=47023261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47023261</guid></item><item><title><![CDATA[New comment by xcodevn in "What I learned building an opinionated and minimal coding agent"]]></title><description><![CDATA[
<p>I do think Claude Code as a tool gave Anthropic some advantages over others. They have plan mode, todolist, askUserQuestion tools, hooks, etc., which greatly extend Opus's capabilities. Agree that others (Codex, Cursor) also quickly copy these features, but this is the nature of the race, and Anthropic has to keep innovating to maintain its edge over others</p>
]]></description><pubDate>Sun, 01 Feb 2026 10:42:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46845157</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46845157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46845157</guid></item><item><title><![CDATA[New comment by xcodevn in "What I learned building an opinionated and minimal coding agent"]]></title><description><![CDATA[
<p>I did something similar in Python, in case people want to see a slightly different perspective (I was aiming for a minimal agent library with built-in tools, similar to the Claude Agent SDK):<p><a href="https://github.com/NTT123/nano-agent" rel="nofollow">https://github.com/NTT123/nano-agent</a></p>
]]></description><pubDate>Sun, 01 Feb 2026 10:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46844988</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46844988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46844988</guid></item><item><title><![CDATA[New comment by xcodevn in "The Adolescence of Technology"]]></title><description><![CDATA[
<p>For one, these models should be able to understand the physical world via images, audio, and video. I do agree that current models are quite good at coding, but that's mainly because coding is entirely text-based and easily verifiable. It's not obvious that this capability will transfer to other domains that aren't text-based and aren't as easily verifiable.</p>
]]></description><pubDate>Tue, 27 Jan 2026 01:36:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46774386</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46774386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46774386</guid></item><item><title><![CDATA[New comment by xcodevn in "The Adolescence of Technology"]]></title><description><![CDATA[
<p>> we may have AI that is more capable than everyone in only 1-2 years<p>There's no evidence this will be the case...</p>
]]></description><pubDate>Mon, 26 Jan 2026 18:46:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46769804</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46769804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46769804</guid></item><item><title><![CDATA[New comment by xcodevn in "Qwen3-Max-Thinking"]]></title><description><![CDATA[
<p>I'm not familiar with these open-source models. My bias is that they're heavily benchmaxxing and not really helpful in practice. Can someone with a lot of experience using these, as well as Claude Opus 4.5 or Codex 5.2 models, confirm whether they're actually on the same level? Or are they not that useful in practice?<p>P.S. I realize Qwen3-Max-Thinking isn't actually an open-weight model (only accessible via API), but I'm still curious how it compares.</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:46:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767911</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46767911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767911</guid></item><item><title><![CDATA[New comment by xcodevn in "After two years of vibecoding, I'm back to writing by hand"]]></title><description><![CDATA[
<p>IIRC, the Claude Code creator mentioned that all the PRs are reviewed by humans, just like normal human PRs. So yes, humans still look at the code at the review stage. Though I still consider this to be level 3, but anyway, this is just a matter of definition.</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:36:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767789</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46767789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767789</guid></item><item><title><![CDATA[New comment by xcodevn in "After two years of vibecoding, I'm back to writing by hand"]]></title><description><![CDATA[
<p>I believe Anthropic is already doing Level 3 vibe coding for >90% of their code.</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:16:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767507</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46767507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767507</guid></item><item><title><![CDATA[New comment by xcodevn in "After two years of vibecoding, I'm back to writing by hand"]]></title><description><![CDATA[
<p>My observation is that vibe-coded applications are significantly lower quality than traditional software. Anthropic software (which they claim to be 90% vibe coded) is extremely buggy, especially the UI.</p>
]]></description><pubDate>Mon, 26 Jan 2026 15:42:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767014</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46767014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767014</guid></item><item><title><![CDATA[New comment by xcodevn in "Nano agent: a minimalistic Python library for building AI agents using DAGs"]]></title><description><![CDATA[
<p>Over the weekend, I wrote this small Python library to teach myself the core idea behind modern agentic systems. This kind of software sits at the core of Claude Code, Codex, etc. I wanted to see if I could build it from scratch, so this is mostly educational for me.<p>The result is a surprisingly simple piece of software. At its core are immutable DAGs, which keep the design simple and easy to reason about.<p>I also added a set of built-in tools that are <i>inspired</i> by Claude Code's built-in tools.<p>A bonus point: it can also capture Claude Code auth tokens, so you can use it with your Claude Code subscription. However, there is a chance that Anthropic will ban you if they detect this, so use it at your own risk.<p>P.S.: One additional point I also want to mention is that Claude Code (SDK) is closed-source, so I cannot modify it for my use case or fix its buggy UI on my own. This is one of the factors for why I'm creating this library.</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:36:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755553</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46755553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755553</guid></item><item><title><![CDATA[Nano agent: a minimalistic Python library for building AI agents using DAGs]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/NTT123/nano-agent">https://github.com/NTT123/nano-agent</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46755552">https://news.ycombinator.com/item?id=46755552</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:36:48 +0000</pubDate><link>https://github.com/NTT123/nano-agent</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46755552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755552</guid></item><item><title><![CDATA[New comment by xcodevn in "Claude Chill: Fix Claude Code's flickering in terminal"]]></title><description><![CDATA[
<p>> only ~1/3 of sessions see at least a flicker.<p>...after many months, for such a visible bug, is such a crazy thing to say.<p>In case the above comes across as too hostile, to balance this, I would say thank you to the claude code team for such an amazing product!</p>
]]></description><pubDate>Wed, 21 Jan 2026 04:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46701185</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46701185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46701185</guid></item><item><title><![CDATA[New comment by xcodevn in "Claude Chill: Fix Claude Code's flickering in terminal"]]></title><description><![CDATA[
<p>I have a hypothesis: they haven't fixed this because they're using Claude Code to develop Claude Code. I'm a fan of Claude Code, but it isn't good enough to fix tricky issues like this. And because no one looks at the codebase themselves, they haven't been able to fix it after many months. Sometimes, all we need is an engineer to sit down for the weekend and fix the damn bug, not spin up 9 different Claude Agents prompted to fix itself.</p>
]]></description><pubDate>Wed, 21 Jan 2026 03:16:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46700710</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=46700710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46700710</guid></item><item><title><![CDATA[New comment by xcodevn in "Gluon: a GPU programming language based on the same compiler stack as Triton"]]></title><description><![CDATA[
<p>Interesting, i can see this being very similar to Nvidia's CUTE DSL. This hints that we are converging to a (local) optimal design for Python-based DSL kernel programming.</p>
]]></description><pubDate>Thu, 18 Sep 2025 02:50:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45284644</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=45284644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45284644</guid></item><item><title><![CDATA[New comment by xcodevn in "AlphaGenome: AI for better understanding the genome"]]></title><description><![CDATA[
<p>> Once the model is fully released, scientists will be able to adapt and fine-tune it on their own datasets to better tackle their unique research questions.<p>This is in the press release, so they are going to release the weights.</p>
]]></description><pubDate>Fri, 27 Jun 2025 05:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44393904</link><dc:creator>xcodevn</dc:creator><comments>https://news.ycombinator.com/item?id=44393904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44393904</guid></item></channel></rss>