AMARTIE v0.1.0 — Your AI, Verified.

The open-source framework that proves your AI wasn't swapped. Nine independent judges. Hash-chained receipts. Zero trust required.

Try the Live Demo

The Problem

The biggest problem in AI today isn't intelligence. It's trust.

You pay for Claude. You might get GPT. Aggregators silently route to cheaper models. No receipts. No proof. No recourse.

The Solution

AMARTIE is a verification gate that sits between you and AI models. Every outbound action passes through 9 independent judges. Every verdict is hash-chained. Every receipt is tamper-evident.

If the model was swapped — you'll have the proof.

The 9 Judges

J1
TRUTH
Verify every factual claim against the live machine.
J2
BOUNDARY
Perimeter integrity. Nothing improper crosses.
J3
LOGIC
Internal consistency, step ordering, version-chain.
J4
COMPLETENESS
Discovers omissions the others missed.
J5
EXECUTION
Every step is a literal, runnable procedure.
J6
OWNER-INTENT
Maps every owner directive verbatim.
J7
RECOVERY
Rollback path at every destructive step.
J8
TRADE
Financial soundness of money actions.
J9
UNITY
Whole-machine integrity. End-to-end dataflow.

Unanimous or bounce. No exceptions.

9 Plugin Studios

Each plugin transforms the cockpit into a full creative environment:

🎵

Suno Studio

AI music (21 genres)

🎬

Luma Studio

AI video (Ray 3)

🎨

Leonardo Studio

AI image generation

🎥

Runway Studio

AI video synthesis

🗣️

ElevenLabs Studio

Voice synthesis & TTS

🏗️

CAD Studio

3D modeling (FreeCAD)

📖

Storytelling Studio

Interactive fiction (Twine)

🎬

Video Edit Studio

Video production (FFmpeg)

🎮

Game Dev Studio

2D/3D games (Godot)

Proof It Works

Valid Receipt

sha256:a3f8b2c1...
JUDGE 1 (TRUTH): PASS
JUDGE 2 (BOUNDARY): PASS
JUDGE 3 (LOGIC): PASS
JUDGE 4 (COMPLETENESS): PASS
JUDGE 5 (EXECUTION): PASS
JUDGE 6 (OWNER-INTENT): PASS
JUDGE 7 (RECOVERY): PASS
JUDGE 8 (TRADE): PASS
JUDGE 9 (UNITY): PASS
STATUS: UNANIMOUS

Tampered Response (Rejected)

sha256:e7d4a9f2...
JUDGE 1 (TRUTH): FAIL — claim unverified
JUDGE 2 (BOUNDARY): PASS
JUDGE 3 (LOGIC): PASS
JUDGE 4 (COMPLETENESS): PASS
JUDGE 5 (EXECUTION): PASS
JUDGE 6 (OWNER-INTENT): FAIL — directive diluted
JUDGE 7 (RECOVERY): PASS
JUDGE 8 (TRADE): PASS
JUDGE 9 (UNITY): PASS
STATUS: REJECTED — 2 dissents

Quick Start

# Clone the repo
$ git clone https://github.com/amartieai/amartie.git
$ cd amartie

# Install dependencies
$ pip install -e .

# Run the test suite (34 tests)
$ pytest tests -v

Get Involved

⭐ Star the repo: github.com/amartieai/amartie

🔀 Fork and contribute

🐛 Report bugs via Issues

💡 Suggest new plugins/studios