<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: kiBytes</title><link>https://news.ycombinator.com/user?id=kiBytes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 08:41:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kiBytes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: TheFoundry – Easy bootstrapping framework for MultiAgent Systems]]></title><description><![CDATA[
<p>For months, I struggled to build complex, long-running projects using AI agents and I kept failing... One shots, refactoring, high token consume...<p>After several refinements, I built a framework that is actually working for me and I believe is easy for "humans". It follows Enterprise engineering principles to AI, and now my productive agentic sessions are lasting ~25% longer before depleting my tokens.<p>The architecture relies on 3 rules:<p>- Pull-Based Workflow: Agents read a Markdown Kanban board (team_status.md) and pull tickets instead of being pushed tasks.<p>- Anti-Loop Budgets: Agents have a hard stop after 5 failed iterations to prevent token exhaustion.<p>- TOML for A2A: Agent-to-agent requests use TOML to eliminate hallucinated JSON syntax errors.<p>I know agentic bootstrapping can be complex for non-technicals, so I designed this for zero-friction setup. You don't configure anything manually, ust paste this into your favorite IDE (Cursor, Claude, Antigravity):<p><i>"Deploy the bootstrap of the project from here <a href="https://github.com/aavilagallego/TheFoundry" rel="nofollow">https://github.com/aavilagallego/TheFoundry</a> and let's start working."</i><p>An ephemeral @bootstrapper agent will autonomously clone the repo, hydrate the global constitution (AGENTS.md), and then permanently delete its own source code to keep your repo clean.<p>I’ll keep evolving the rules, but this system is yielding great results today. Happy to help and I’d love to hear your thoughts to improve the system!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48322744">https://news.ycombinator.com/item?id=48322744</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 May 2026 13:18:07 +0000</pubDate><link>https://github.com/aavilagallego/TheFoundry</link><dc:creator>kiBytes</dc:creator><comments>https://news.ycombinator.com/item?id=48322744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48322744</guid></item></channel></rss>