Mick Lab — where experiments become working apps
Every Mick Lab app is designed, implemented, tested, and published using only an Android phone. This site documents a practical workflow for continuously developing generative AI apps on mobile alone.
Android-only development stack
All apps, including LLM tester with llama.cpp, Dual AI Chat, and Dual AI Reversy, are developed directly on Android without relying on a PC.
See how Userland + Termux + Copilot CLI + custom scripts are used for GitHub CI operations
Application menu
The following tools are currently available. Select a card to open its product page or demo.
LLM tester with llama.cpp
Validation tool that combines GGUF local inference, an on-device API/WebUI, and MCP integration
Dual AI Chat
Chat app for Ollama-compatible APIs
Dual AI Reversy
Reversi app with independent Human / CPU / AI control for Black and White
Development / CI notes
Android development and GitHub integration with Userland, Termux, and Copilot CLI
Local LLM (GGUF) inference viewer
Demo that downloads a GGUF from a fixed URL, stores it in IndexedDB, and runs inference in the browser
Latest experiment notes
- Local LLM (GGUF) inference viewer: download GGUF and run actual inference inside the browser
- LLM tester with llama.cpp: refreshed the product page, manual, technical spec, and privacy policy to match the current app, including MCP / function calling, multimodal API behavior, and WebUI integration
- Dual AI Reversy: added the product page, user manual, and bilingual privacy policy
- Dual AI Chat: added the product page and manual, and corrected the avatar limit to two simultaneous avatars
- Android app (llamachat): continuing code review and checking TTS / voice-input behavior