<?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: Paolo</title>
    <description>The latest articles on Forem by Paolo (@paolomulas).</description>
    <link>https://forem.com/paolomulas</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%2F674127%2F1e2eabe5-9d9b-41c0-a906-5dd8dc8f8af7.png</url>
      <title>Forem: Paolo</title>
      <link>https://forem.com/paolomulas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/paolomulas"/>
    <language>en</language>
    <item>
      <title>Built Datapizza-AI in PHP on 2011 Raspberry Pi: Edge AI Without GPU</title>
      <dc:creator>Paolo</dc:creator>
      <pubDate>Sun, 02 Nov 2025 08:36:35 +0000</pubDate>
      <link>https://forem.com/paolomulas/built-datapizza-ai-in-php-on-2011-raspberry-pi-edge-ai-without-gpu-22ba</link>
      <guid>https://forem.com/paolomulas/built-datapizza-ai-in-php-on-2011-raspberry-pi-edge-ai-without-gpu-22ba</guid>
      <description>&lt;h1&gt;
  
  
  Built Datapizza-AI in PHP on 2011 Raspberry Pi (256MB RAM) — Zero GPU
&lt;/h1&gt;

&lt;p&gt;I ported &lt;strong&gt;Datapizza-AI from Python to PHP&lt;/strong&gt; to explore edge AI on ultra-constrained hardware. This runs on a 2011 Raspberry Pi Model B with only 256MB of RAM.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Challenge
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Ultra-constrained hardware (256MB RAM, 700MHz CPU)&lt;/li&gt;
&lt;li&gt;Zero heavy dependencies — just curl + OpenAI API
&lt;/li&gt;
&lt;li&gt;No local ML models, no GPU&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Result
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Fully functional AI agents&lt;/strong&gt; using ReAct pattern with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tool-calling and reasoning&lt;/li&gt;
&lt;li&gt;Multi-model support (OpenAI, DeepSeek, Mistral, Anthropic, Kimi)&lt;/li&gt;
&lt;li&gt;Vector search with JSON-based storage&lt;/li&gt;
&lt;li&gt;Full streaming support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Proves that intelligent &lt;strong&gt;API architecture beats raw compute&lt;/strong&gt;. You don't need expensive hardware when you design systems API-first.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Project
&lt;/h2&gt;

&lt;p&gt;📦 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/paolomulas/datapizza-ai-php" rel="noopener noreferrer"&gt;https://github.com/paolomulas/datapizza-ai-php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📝 &lt;strong&gt;Full Technical Breakdown:&lt;/strong&gt; &lt;a href="https://medium.com/@paolomulas_29555/the-smallest-ai-lab-in-the-world-built-with-php-and-a-raspberry-pi-6decc45639e6" rel="noopener noreferrer"&gt;https://medium.com/@paolomulas_29555/the-smallest-ai-lab-in-the-world-built-with-php-and-a-raspberry-pi-6decc45639e6&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;ReAct agents with tool-calling&lt;/li&gt;
&lt;li&gt;Vector search with JSON persistence&lt;/li&gt;
&lt;li&gt;Streaming responses&lt;/li&gt;
&lt;li&gt;Modern PHP 7.x+ code&lt;/li&gt;
&lt;li&gt;Framework-agnostic&lt;/li&gt;
&lt;li&gt;~150 lines to get started&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious if anyone else is doing edge AI experiments on legacy hardware! Happy to discuss implementation details.&lt;/p&gt;

</description>
      <category>php</category>
      <category>ai</category>
      <category>raspberrypi</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
