AI-built Linux organizer ships in a day with 180 tests and three packages
PoleTV · reddit · 2026-07-25
The author used AI coding tools to ship a native Linux organizer called Disciple in one day, then documented what actually mattered:
- The app is built with GTK4/Libadwaita and includes notes, habits, projects, calendar events, and an optional AI assistant.
- Most of the work was not code generation, but fixing issues the tests and model missed: window behavior, duplicate actions, layout bugs, unsafe context sharing, model selection, and packaging.
- The reliability lesson: keep deterministic actions outside the model. Dates, recurrence, database writes, matching, and Undo are handled locally.
- The model only sees the actions relevant to the current request, context is bounded, reversible changes happen immediately, and permanent deletion still needs confirmation.
- The organizer still works without any AI provider.
- The project ended with 180 tests and working Flatpak, RPM, and DEB packages.
He shared a short demo video and the source repo, and asked whether this architecture makes sense for AI-connected desktop apps.
More from coding & agent
- Claude Opus 5 builds a procedural Three.js RPG character from one prompt — majidmanzarpour · 2026-07-25
- A single Claude Dispatch prompt turns a podcast into an auto-updating audio feed — AaronBergman18 · 2026-07-25
- OpenAI rolls out Voice Mode in Codex to all ChatGPT account holders — jxnlco · 2026-07-25
- A neutral comparison of 11 MCP gateways for agent access control and auditing — Nearby_Pair_6483 · 2026-07-25
- GPT-5.6 Sol Ultra helped crack a six-year quantum cryptography problem — polynoamial · 2026-07-25
- Build AI agents to augment humans, not replace them — arpit_bhayani · 2026-07-25