<?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>DEV Community: Aiden Mobile Agent</title>
    <description>The latest articles on DEV Community by Aiden Mobile Agent (aidenagent).</description>
    <link>https://dev.to/aidenagent</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.us-east-2.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F14764%2F3e4454c8-9d2d-4642-aa06-3e6e27a14bef.jpeg</url>
      <title>DEV Community: Aiden Mobile Agent</title>
      <link>https://dev.to/aidenagent</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aidenagent"/>
    <language>en</language>
    <item>
      <title>Aiden: A Physical AI Agent Device for the Phone You Already Have</title>
      <dc:creator>Nat</dc:creator>
      <pubDate>Wed, 16 Sep 2026 08:22:51 +0000</pubDate>
      <link>https://dev.to/aidenagent/aiden-a-physical-ai-agent-device-for-the-phone-you-already-have-3b5e</link>
      <guid>https://dev.to/aidenagent/aiden-a-physical-ai-agent-device-for-the-phone-you-already-have-3b5e</guid>
      <description>&lt;p&gt;Hi, dev.to community. We're Aiden, and this is our first post here, so let's start with the obvious question: what are we actually building?&lt;/p&gt;

&lt;p&gt;The problem we started with&lt;/p&gt;

&lt;p&gt;AI agent phones are coming. OpenAI's won't ship until 2028. If you've been following the "agentic AI" space, you've probably noticed the same pattern we did: the interesting hardware is always a year or two out, locked to a specific new device you have to buy, and not something you can actually touch today.&lt;/p&gt;

&lt;p&gt;We didn't want to wait for a new phone. So we built a small piece of hardware that plugs into the phone or computer you already own.&lt;/p&gt;

&lt;p&gt;What Aiden actually is&lt;/p&gt;

&lt;p&gt;Aiden is a physical mobile AI agent device. You connect it via USB to your phone or computer, no app install required. Once connected, it sees the screen, hears your voice, and operates the device for you: navigating apps, sending messages, checking things, completing tasks, the way a person would if they were sitting next to you holding your phone.&lt;/p&gt;

&lt;p&gt;The goal isn't to replace your phone. It's to give any phone or computer you already own genuine agentic capability, without waiting for a manufacturer to build it in.&lt;/p&gt;

&lt;p&gt;The hardware, honestly&lt;/p&gt;

&lt;p&gt;We're currently at dev-board stage. Early Access, no public price or launch date yet. Here's what's actually inside:&lt;/p&gt;

&lt;p&gt;MCU: RV1106G3, ARM Cortex-A7 at 1.2GHz&lt;br&gt;
RAM: 256MB&lt;br&gt;
NPU: 1 TOPS&lt;br&gt;
Connectivity: WiFi 6, BLE 5.x&lt;br&gt;
Battery: 1500mAh (~18 hours)&lt;br&gt;
Ports: USB-C, HDMI 1080p capture&lt;br&gt;
Storage: microSD up to 256GB&lt;/p&gt;

&lt;p&gt;We're being upfront about the "dev-board stage" part because we'd rather you know exactly what you're looking at than oversell a roadmap. This is real hardware doing real work today, not a rendering of what's coming.&lt;/p&gt;

&lt;p&gt;The firmware, and why it's open source&lt;/p&gt;

&lt;p&gt;Aiden's firmware is open source, and it's where most of the actual engineering happens. A few things worth knowing if you're the kind of person who reads dev.to:&lt;/p&gt;

&lt;p&gt;Language mix: primarily Go, with C++ for hardware-level work and Python for tooling and benchmarks&lt;br&gt;
Package management: OPKG/Entware&lt;br&gt;
Persistent memory: Aiden remembers context across sessions instead of starting fresh every time&lt;br&gt;
Provider flexibility: one-click switching between LLM, STT, and TTS providers, so you're not locked into one model or vendor&lt;br&gt;
Cross-platform: works across iPhone, Android, macOS, Windows, and Linux&lt;br&gt;
Updates: free, and shipped regularly&lt;/p&gt;

&lt;p&gt;We publish real PR numbers, real technical writeups, and real dev-board caveats, not polished announcement copy. If you check our blog, you'll find posts about things like the actual architecture behind coordinating real-time voice with background device-control tasks, or the discipline of distinguishing "acknowledged a request" from "verified it actually happened." That's the level of detail we think is actually useful to share.&lt;/p&gt;

&lt;p&gt;Where Aiden sits next to everything else&lt;/p&gt;

&lt;p&gt;We're not the only people building in this space, and we don't think we should pretend otherwise. A few honest comparisons:&lt;/p&gt;

&lt;p&gt;Rabbit R1 is probably the closest hardware form factor to what we're doing.&lt;br&gt;
Humane AI Pin is a cautionary tale worth knowing: discontinued, acquired by HP for $116M in 2025.&lt;br&gt;
Plaud Note overlaps in the efficiency-focused audience but serves a genuinely different function (capture vs. execution).&lt;br&gt;
UiPath / Automation Anywhere represent the enterprise RPA end of the spectrum. Aiden is closer to the accessible, consumer-facing alternative.&lt;br&gt;
Android Accessibility + ADB scripts are the DIY route for technical users who'd rather build this themselves than buy hardware. Respect to anyone doing that.&lt;/p&gt;

&lt;p&gt;If you're into embedded systems, agent architecture, voice interfaces, or on-device AI, we'd genuinely like you looking at what we're doing and telling us where it's wrong. That's not a courtesy line. Some of our best fixes have come directly from people testing dev-board hardware and reporting back exactly what broke.&lt;/p&gt;

&lt;p&gt;Firmware: &lt;a href="https://github.com/AidenAI-IO/aiden-firmware" rel="noopener noreferrer"&gt;github.com/AidenAI-IO/aiden-firmware &lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/bcJavjcnYz" rel="noopener noreferrer"&gt;discord.gg/bcJavjcnYz &lt;/a&gt;&lt;br&gt;
Site: &lt;a href="https://aidenai.io/" rel="noopener noreferrer"&gt;aidenai.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We'll be posting real technical writeups here regularly, not just announcements. If you want the unfiltered version of what we're building, this is a good place to start.&lt;/p&gt;

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