What is MatrixAI Studio?
MatrixAI Studio is a declarative artificial intelligence framework launched in 2025 that converts human intent into verifiable, trainable, auditable and servable models from the command line or HTTP. It differs from frameworks like PyTorch or TensorFlow through its radical emphasis on auditability, security and declarative composition: the system produces explainable decisions, with cryptographic traces, versioned training contracts, and no arbitrary code that escapes the verification system.
MatrixAI Studio is designed for IT teams, AI project managers and developers who need to build reliable decision systems in regulated or sensitive environments — where it is not enough for the model to work: you need to prove why it works and under what conditions it might fail.
Key features
Complete auditability
Every training run, decision and action is recorded with cryptographic traces. Nothing happens without the system documenting it.
Declarative language (.mxai)
Models are described with .mxai and .mxtrain files, not arbitrary Python code. This makes every model inspectable, versionable and reproducible.
Type and contract verification
MatrixAI verifies shapes, types and ranges before executing any training run. Incompatibilities are caught at compile time, not in production.
Verifiable architectures
Supports everything from linear regression and dense networks to architectures with embeddings, normalisation layers and residual connections — all within the audit system.
Studio + Expert mode
The Studio interface lets you test use cases without writing JSON. Expert mode exposes the execution graph, internal traces, metrics and the full API.
Portable and servable
Trained models can be exported to ONNX/WASM, packaged in Docker and served over HTTP with authentication and health metrics.
Frequently asked questions
Who is it designed for?
For development teams, AI project managers and organisations that need to build explainable decision systems in sectors such as healthcare, finance, logistics, or any environment where auditability is a requirement.
Is MatrixAI Studio open source?
The technical core (P0–P22) is fully developed and documented. The distribution strategy (open source, commercial or mixed) is being defined in the current product phase.
How does the declarative language work?
Instead of writing Python code to define a model, you write a .mxai file that describes the network type, layers, parameters and constraints. MatrixAI compiles that file to a verifiable intermediate representation and generates the training code.
What audit guarantees does it offer?
Every training run produces a cryptographically signed trace containing hyperparameters, data used, per-epoch metrics and the hash of the resulting model. Production decisions are also recorded.
Can I try it without installing anything?
Yes. MatrixAI Studio includes a web interface where you can try guided use cases — email classification, risk assessment, pharmacy — without writing JSON or installing dependencies. Access it here.
Technology stack
- Frontend: React, TypeScript, Vite
- Backend / Core: Python, custom type system, declarative compiler
- Infrastructure: Docker, Nginx, SSL/TLS
- Export: ONNX, WASM, HTTP/REST with Bearer Auth
Contact
For collaborations, technical questions or commercial enquiries, visit our contact page.