mozi-app.nexisfoundation.workers.dev
Aura AI
A personal, agentic AI assistant across iOS, Android and web — chat, rich interactive cards, durable automations, memory, connectors, voice, and an Aura-default model route through Vercel AI Gateway.
mozi-app.nexisfoundation.workers.dev
A personal, agentic AI assistant across iOS, Android and web — chat, rich interactive cards, durable automations, memory, connectors, voice, and an Aura-default model route through Vercel AI Gateway.
Personal AI assistants often become disconnected feature piles: chat, memory, connectors, automations, voice, and cards evolve separately. The hard part is making them one governed system with clear runtime boundaries.
Aura maps an agentic life copilot across clients, runtime, tool catalog, memory, connectors, voice, automations, and data layers so each capability has an explicit place in the architecture.
The system has to keep context, connector permissions, voice, memory, durable automations, and rich cards synchronized across mobile and web without turning every feature into bespoke agent logic.
The map emphasizes product architecture as much as model choice: it makes the assistant inspectable through services, layers, and run surfaces instead of presenting it as a monolithic chat app.
This shows Stefan's product systems thinking across cross-platform AI assistants, Cloudflare/Supabase architecture, connector design, voice UX, memory systems, and durable automation flows.
Aura is a systems map for a personal AI operating layer. It shows how chat, cards, memory, voice, connectors, automations, and provider routing can live in one coherent product architecture.
The architecture separates clients, runtime, tool catalog, memory, connectors, voice, automations, and data layers. That prevents the assistant from becoming a pile of unrelated features.
Personal AI assistants need durable memory, user-scoped state, and identity-aware permissions. Supabase provides a relational foundation for continuity while still supporting explicit access boundaries.
Different models should not be treated as interchangeable. Aura's default picker id runs through Vercel AI Gateway to minimax/minimax-m3, while GPT-5.5, Anthropic fallbacks, Cohere rerank, and Apple-native capabilities remain routed by capability fit.
Rich cards, voice capture, automations, and connector actions turn assistant output into usable workflow surfaces. The map makes those surfaces visible as product architecture, not just UI decoration.
Chosen for a low-latency edge control plane where chat, webhooks, and connector traffic can run close to the user.
Keeps identity, persistence, and relational memory in one Postgres-backed layer instead of scattering state across services.
Carries the default Aura model route to minimax/minimax-m3 and keeps Anthropic plus Cohere rerank on the funded gateway path.
Keeps Opus and Sonnet available as hidden registry entries and fallback reasoning paths.
Covers the visible GPT-5.5 picker entry and the realtime voice model while gateway-backed chat stays the default.
Adds retrieval and reranking strength so memory and search results can be ordered before they reach the assistant.
Fits the iOS-native side of the product: voice, app surfaces, notifications, and platform integrations.
Routes user messages into the assistant, streams responses, and keeps the conversation state durable.
Turns agent output into usable UI modules instead of leaving everything as plain text.
Lets the assistant create and manage recurring workflows, reminders, and follow-ups.
Stores durable facts and preferences so the assistant can act with continuity across sessions.
Bridges outside services into the assistant while keeping each integration isolated.
Adds a hands-free path for capture and response when typing is the wrong interaction.