<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: neuzhou</title><link>https://news.ycombinator.com/user?id=neuzhou</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 11:11:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=neuzhou" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Genetic algorithm engine that evolves trading strategies]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/NeuZhou/finclaw">https://github.com/NeuZhou/finclaw</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47653486">https://news.ycombinator.com/item?id=47653486</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Apr 2026 20:21:06 +0000</pubDate><link>https://github.com/NeuZhou/finclaw</link><dc:creator>neuzhou</dc:creator><comments>https://news.ycombinator.com/item?id=47653486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47653486</guid></item><item><title><![CDATA[New comment by neuzhou in "We replaced RAG with a virtual filesystem for our AI documentation assistant"]]></title><description><![CDATA[
<p>Agreed. I've been working on a codebase with 400+ Python files and the difference is stark. With embedding-based RAG, the agent kept pulling irrelevant code snippets that happened to share vocabulary. Switched to just letting the agent browse the directory tree and read files on demand -- it figured out the module structure in about 30 seconds and started asking for the right files by path.<p>The directory hierarchy is already a human-curated knowledge graph. We just forgot that because we got excited about vector math.</p>
]]></description><pubDate>Fri, 03 Apr 2026 22:24:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47633136</link><dc:creator>neuzhou</dc:creator><comments>https://news.ycombinator.com/item?id=47633136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47633136</guid></item></channel></rss>