<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Flavio Cerato</title>
    <description>The latest articles on Forem by Flavio Cerato (@flavio_cerato_b25a54c975d).</description>
    <link>https://forem.com/flavio_cerato_b25a54c975d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3838914%2F38d62259-a1ea-4d8e-8e0b-73f47e44885a.jpg</url>
      <title>Forem: Flavio Cerato</title>
      <link>https://forem.com/flavio_cerato_b25a54c975d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/flavio_cerato_b25a54c975d"/>
    <language>en</language>
    <item>
      <title>I Built a Multi-Agent AI That Runs on a Raspberry Pi</title>
      <dc:creator>Flavio Cerato</dc:creator>
      <pubDate>Sun, 22 Mar 2026 21:14:04 +0000</pubDate>
      <link>https://forem.com/flavio_cerato_b25a54c975d/i-built-a-multi-agent-ai-that-runs-on-a-raspberry-pi-3lok</link>
      <guid>https://forem.com/flavio_cerato_b25a54c975d/i-built-a-multi-agent-ai-that-runs-on-a-raspberry-pi-3lok</guid>
      <description>&lt;p&gt;I've been building automation workflows for years. When AI agents became the hot new thing, I did what everyone else did: I opened n8n, dragged some nodes around, and tried to build a 'smart' workflow. Then I hit the wall.&lt;br&gt;
n8n is fantastic for IFTTT-style automations, but it's too rigid for autonomous agents. You can't have an agent decide its next step based on context that wasn't pre-defined in a JSON schema. It's like trying to teach improvisation using a coloring book.&lt;br&gt;
So I tried LangChain. It's powerful, yes, but it's also heavy. On my Raspberry Pi 4, importing LangChain took 8 seconds. Running a simple agent consumed 2GB of RAM. I wanted something that could run on a $35 computer, not a cloud instance costing $200/month.&lt;br&gt;
I needed a third way. Something between 'rigid workflow' and 'heavy framework.'&lt;/p&gt;

&lt;p&gt;The Problem: We Need Personal Agents That Respect Privacy&lt;br&gt;
Cloud-based agents are convenient until you realize you're sending your calendar, emails, and personal notes to someone else's API. Even with 'privacy policies,' you're still creating a single point of failure for your digital life.&lt;br&gt;
I wanted agents that could:&lt;br&gt;
Run entirely on local hardware (Raspberry Pi 4 or better)&lt;br&gt;
Orchestrate multiple specialized agents without choking the CPU&lt;br&gt;
Execute real tools (Telegram, file system, APIs) without cloud dependencies&lt;br&gt;
Maintain shared memory across sessions without a SaaS subscription&lt;/p&gt;

&lt;p&gt;Most importantly, I wanted them to feel like collaborators, not scripts. If I tell my agent 'remind me about the meeting tomorrow,' I don't want to pre-define what 'remind' means. The agent should figure out the best channel (Telegram? Email? Calendar block?) based on context.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcihlqv85zty2h27rjv3j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcihlqv85zty2h27rjv3j.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
The Solution: Introducing 9Lives&lt;br&gt;
9Lives is a lightweight runtime for personal AI agents. It's not a framework you import; it's a runtime that orchestrates. Think of it as systemd for AI agents—small, fast, and designed for local-first operation.&lt;/p&gt;

&lt;p&gt;But wait.. take a look with your Eye &lt;a href="https://github.com/flaz78/9Lives" rel="noopener noreferrer"&gt;https://github.com/flaz78/9Lives&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>agents</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
