DEV Community

Nat for Aiden Mobile Agent

Posted on

Aiden: A Physical AI Agent Device for the Phone You Already Have

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?

The problem we started with

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.

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.

What Aiden actually is

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.

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.

The hardware, honestly

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

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

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.

The firmware, and why it's open source

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:

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

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.

Where Aiden sits next to everything else

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

Rabbit R1 is probably the closest hardware form factor to what we're doing.
Humane AI Pin is a cautionary tale worth knowing: discontinued, acquired by HP for $116M in 2025.
Plaud Note overlaps in the efficiency-focused audience but serves a genuinely different function (capture vs. execution).
UiPath / Automation Anywhere represent the enterprise RPA end of the spectrum. Aiden is closer to the accessible, consumer-facing alternative.
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.

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.

Firmware: github.com/AidenAI-IO/aiden-firmware
Discord: discord.gg/bcJavjcnYz
Site: aidenai.io

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.

Top comments (0)