Solo Dev Spent Six Months on an On-Device Android Agent Built as an Editable Graph, Not a Prompt

alexeyw · reddit · 2026-09-06

A developer built an Android on-device agent over six months of nights and weekends; it's now on Google Play and open-sourced under Apache 2.0. The core bet: an editable graph of typed nodes instead of one big prompt — a 2–4B model on a phone falls apart on multi-hop tasks, so the graph holds the task while each node gets model-sized work. Structured-output nodes run through a validation gate with error-quoting retries (two by default, configurable 0–4).

Original post →

More from coding & agent

coding & agent channel →