PrismAI
PrismAI

The multimodal AI operating platform.

Orchestration-first. Model-agnostic. Execution-ready.

Native Android Client

A complete workspace, built for the edge.

Before we dive into how the engine works, this is what you actually do with it. Prism AI brings desktop-grade multimodal capabilities to Android for the very first time. Every mode is optimized for a specific intent, powered by the local orchestrator.

Orchestration Engine

One model does not equal intelligence. True autonomy lives in the orchestration layer.

Prism AI functions as a kernel for agentic workflows—parsing intent, scheduling tasks, mounting tools, and executing in isolated environments.

Stage 01 of 05

Intent Parsing

Natural Language Decoding & Route Mapping

When a user prompt enters Prism AI, the Orchestrator analyzes intent, context depth, required modality, and safety boundaries in real-time.

Semantic intent vectorization
Constraint & safety rule parsing
Context token budget allocation
Execution IO Frame
JSON Stream
IN >{"user_input": "Build a responsive dashboard", "mode": "agent"}
OUT>{"route": "FULL_STACK_AGENT", "complexity": "HIGH", "required_mcp": ["git", "fs"]}
The Agentic Harness

The control layer that makes Prism AI autonomous and safe.

Models are engines, but they need a chassis. The harness observes outputs, plans next steps, evaluates results against intent, retries on failure, and formats final delivery. It protects the user from raw model hallucination.

Observe
Plan
Execute
Evaluate
Retry
Finalize
Live System Metrics
Active
Active Workflow
wf_9b8x2a
Tool Routing
mcp.github.read
Memory Injection
pgvector.K=5
Sandbox Status
AVF/Microdroid
Provider Context
Claude Opus 4.8
Execution Trace
> evaluating constraints... ok
> generating plan strategy... done
> verifying tool permissions... authorized
> compiling payload... ready
> deploying to sandbox... running

Execution
Environments

LLMs generate code. Prism AI executes it securely. We isolate every agent interaction within hardware-backed local microVMs or the user's own GitHub Codespaces allocation.

Zero-Trust Environments

Android Virtualization Framework

Android Host
Microdroid
pKVM BOUNDARY
ARM HARDWARE

Local agents run code via Microdroid. A protected KVM enforces hardware-backed isolation between the host OS and the disposable guest VM.

User-Owned Compute

GitHub Codespaces

Codespaces
2-Core • Active
user/prism-workspaceGitHub Codespaces Compute
Port 3000localhost:3000
Forwarded
$gh codespace rebuild --async
Container initialized on GitHub
SSH port-forward established

Heavy build tasks spawn inside the user's own GitHub Codespaces allocation via native port-forwarding — no Prism-hosted container fleet. Compute and billing stay on the user's own GitHub account.

Read-Only Rootfs

Immutable State

ROOTFS

Guest environments boot from dm-verity verified, read-only root filesystems preventing persistent tampering.

Secure Boundary Line

Socket-Based IPC

{ AST_DIFF }STDOUTSIGKILL

Communication across the host-guest boundary occurs exclusively through constrained vsock protocols, safely piping AST diffs and stdout logs.

Model Providers

Models are engines. They are not the product.

Prism AI routes tasks through an abstraction layer. The orchestration layer remains stable regardless of the model you plug in.

OpenAI
OpenAI
Anthropic
Anthropic
OpenRouter
OpenRouter
Groq
Groq
TogetherAI
TogetherAI
Replicate
Replicate
Google Gemini
Google Gemini
DeepSeek
DeepSeek
Ollama (Local)
Ollama (Local)
Custom Provider
BYOC Architecture

Prism AI operates under a Bring Your Own Credentials (BYOC) model and does not provide proprietary hosted AI models. The platform is designed primarily as an orchestration and execution environment where users utilize their own API credentials, providers, local runtimes, or self-hosted AI infrastructure.

AI SKILLS & MCP INTEGRATIONS

Skill & MCP Flow

Watch how PRISM dynamically loads specialized skills and connects to live MCP servers on demand to complete real-world tasks.

Skill & MCP flow
User
Delivered
Drag any node
StatusReady

Skills

A skill is a folder of instructions the agent loads only when it's relevant — so context stays clean and behaviour stays predictable.

skills.shRegistry
Browse and install vetted, ready-made skills. Versioned and updated in place.
skill-creatormcp-builderpptx
SKILL.mdCustom
Drop your own skill file in the workspace. Write the procedure once; the agent handles the rest.
your-skill/SKILL.md

MCP servers

Experimental

MCP connects the agent to live systems — real reads and real writes, not just text. Spawned on demand, disconnected when done.

OfficialMaintained
First-party servers published by the service itself. Scoped auth, predictable tools.
githubgmailslacknotion
CustomBring your own
Wrap any internal API with the MCP SDK — or let mcp-builder scaffold the server for you.
your-api.mcp
Memory Architecture

A continuous living archive.

Conversations aren't just strings of text. They are vectorized, embedded, and stored for deep contextual recall across entirely separate sessions.

STM CACHE
LTM VECTOR STORE

Short-Term Cache

Redis In-Memory

High-performance volatile storage for active session states, fast-moving UI locks, and immediate recent-token access. Assures sub-millisecond data retrieval during fluid conversations.

IOPS optimized

Long-Term Memory

PGVector Ext.

Persistent semantic embeddings of your entire workflow history. Conversations are dynamically chunked, vectorized, and injected into context explicitly when relevant topics are breached.

Cosine similarity search
DATA GOVERNANCE & PRIVACY

Zero retention.
Total cryptographic isolation.

Prism AI does not persist, compile, or relay credentials. Experience how our sandboxed containment matrix secures your orchestration layer below.

CRYPTOGRAPHIC VAULTAES-256 STORAGE

Hardware-Bound Safe Token Vault

Tokens are encoded inside browser-isolated storage and only bind temporarily into high-memory execution stacks. Change state to test the local vault.

STORAGE TYPE:window.localStorage
Simulated for this web preview — the Android app stores keys in Android Keystore (hardware-backed), not browser storage.
KEYS DETECTED:Gemini, DeepSeek, Ollama
VAULT SECURITY STATE:Isolated (No Server Exfiltration)
CONNECTION GATEWAY

BYOC Handshake Verification

Test the secure API handshake to confirm direct peer-to-peer pipelines work without routing queries through our backend.

Gemini
Google Gemini API
• Inactive
Deepseek
DeepSeek Cloud API
• Inactive
Ollama
Ollama (Local Runtime)
• Inactive
STREAM SANITIZATIONREAL-TIME SANITIZATION

Zero-Leak Guardrail Sanitizer

Before a request leaves the device for the model provider, on-device heuristic filters scrub Personally Identifiable Information (PII) or plaintext credential structures — scrubbing happens client-side, before the direct provider call, never via a Prism-hosted gateway. Check the sandbox below.

CHOOSE SIMULATION RAW STRING:
RAW STREAM COMPILING: Payload containing credentials
Send standard invoice to john.doe@email.com. Card used: 4111-2222-3333-4444.
Engineering Transparency

Full Stack Architecture

Client UI

KotlinJetpack ComposeMaterial 3MVVM & Clean ArchWebSockets

Orchestration & Backend

Python FastAPILangGraphMCP ProtocolAsync Python

Isolated Execution

AVF (pKVM)MicrodroidGitHub Codespaces (user-owned)

Memory & Data

PostgreSQLpgvectorRedisAndroid Keystore
Roadmap

App Prototype & UI Development

We are currently in Phase 2. Core application interface, UI components, fundamental tools tracking, and basic workflows are actively under development.

Phase 1Finished

Architecture & Planning

Designing system boundaries, setting up environments, and architecture blueprints.

Phase 2Active

App prototype and UI development

Core application interface, fundamental tools tracking, and basic workflows.

Phase 3Upcoming

API, AVF & other functionality implementation and integration

Integrating Android Virtualization Framework, GitHub Codespaces execution tier, backend APIs, and core feature modules.

Phase 4Upcoming

Beta users testing and feedback

Gathering early user feedback, refining system performance, and fixing edge cases.

Phase 5Upcoming

Global launch with source code

Full public release, open sourcing codebase, and enabling global availability.