The AI That Never Leaves My Laptop
OnDevice.ai is a private, local-first AI workspace — chat, projects, files and deterministic PPTX/XLSX/DOCX generation, running on your own hardware. The architecture, the design bet behind it, and an honest comparison with Claude and ChatGPT.
Show almost any enterprise a useful AI workflow and the demo goes well right up until someone from security asks the only question that matters: where does the data go?
For every mainstream assistant the answer is some version of “to a datacentre we operate, under a policy you should read.” For a lot of teams that’s fine. For the ones I work with — regulated industries, client-confidential material, an internal audit function with opinions — it ends the conversation. Not because the tool is bad, but because the paperwork to say yes costs more than the productivity it buys.
So I built the other thing. OnDevice.ai is a private AI workspace that runs on your own machine: streaming chat, project-based context, file analysis, and real PowerPoint, Excel and Word generation. Inference runs locally through Ollama or LM Studio. Cloud is an option, not an assumption.
The core architectural bet is that document reliability comes from schema-validated specs and fixed generators — never from asking a model to emit binary Office files. The model produces a JSON spec; a deterministic generator produces the bytes; structural validation hard-gates the download. A file that downloads is a file that opens.
And the honest part: on raw capability, Claude and ChatGPT win, and it isn’t close. A frontier model has more knowledge, better reasoning and far better taste. What this has instead is a hard floor — the deck won’t win a design award, but it will open every time, cost nothing per document, and never leave the laptop. The ceiling is set by the model and rises as local models improve; the floor is set by the pipeline and doesn’t move.
The write-up covers why it exists, what it is, the “specs before bytes” bet, the architecture and trust boundary, the hybrid GGUF/MLX model policy, how web grounding stays off unless it’s needed, a feature-by-feature comparison with the commercial assistants, where it genuinely earns its place — and the list of capabilities it deliberately refuses to build.

About the Author
Ajay Walia
AI {IT Architect} focusing on local-first multi-agent AI engineering, zero-data-egress systems. Ideator, Creator and Executor on Curious Bit.
Keep Reading

Aether, Rethought — The Shape Was Wrong All Along
Our first build mirrored the org chart. It was the wrong shape. Here's how five recognised agentic design patterns, scored against the same criteria, led to a hybrid recommendation — and what changes in v3.

Aether, Grown Wild — The Implementation Journey (v2.6 → v2.8.2)
The second chapter of Aether: how a local-first team of IT architecture agents grew from a clean idea into a 13-agent, web-first, self-escalating system — and every bug that shaped it along the way.

RAG Chatbot from indexed public documentation
A domain-specific Retrieval-Augmented Generation assistant built with LangChain, OpenAI embeddings and FAISS that answers questions about the GitHub REST API strictly from indexed public documentation. Week 15 graded mini-project of the IITM Pravartak Professional Certificate Programme in Agentic AI and Applications.