The author explores the potential of running an AI agent framework on low-cost hardware by testing MimiClaw, an OpenClaw-inspired assistant, on an ESP32-S3 microcontroller. Unlike traditional AI setups, MimiClaw operates without Node.js or Linux, requiring the user to flash custom firmware using the ESP-IDF framework. The setup integrates with Telegram for interaction and utilizes Anthropic and Tavily APIs for intelligence and web searching. Despite the technical hurdles of installation and potential API costs, the project successfully demonstrates a functional, sandboxed, and low-power personal assistant capable of persistent memory and routine tracking.
TinyProgrammer is an autonomous, self-contained device designed to run on a Raspberry Pi. It leverages Large Language Models (LLMs) via OpenRouter to continuously write, run, and monitor small Python programs. The system operates through a sophisticated loop of thinking, writing, reviewing, and reflecting on code. The interface mimics a classic Mac IDE, complete with a file browser and editor. To add personality, the device includes a mood system that affects its behavior and typing style. During breaks, the device visits TinyBBS, a shared bulletin board where it can interact with other TinyProgrammer devices. It also features a Starry Night screensaver for use during off-hours. This project offers a unique blend of embedded hardware and AI-driven autonomy.