Built a physical AI agent device that controls any connected device via USB HID, and sharing the demo here
Hey guys
I wanted to share something we’ve been building, a physical (hardware) AI agent device called Aiden AI that takes a different approach to the “agent controls a computer” problem.
Most software agents need to be installed on the host device, require API access, or need admin permissions. We kept running into this wall.
Our approach is connecting as a standard USB HID device (same protocol as a keyboard and mouse). The host sees a keyboard and a mouse. The agent watches the screen via HDMI, listens through full-duplex audio, and sends inputs back through USB HID (no install, no API, no permissions needed on the host side).
Built on Luckfox Pico Zero (RV1106) with a Go-based LLM agent runtime, Silero VAD for on-device voice detection, memory system, skills system, and OTA updates.
Full architecture: deepwiki.com/AidenAI-IO/aiden-hardware-demo
HF Space: huggingface.co/blog/NatalieY/aiden-hardware-ai-agent-device
Would be great to hear from anyone working on similar edge AI agent deployment challenges, especially around on-device inference and USB HID control.
Discussion in the ATmosphere