Turn Gated AI Actions Into Replayable Evidence
Lumyn is a deterministic decision gateway for production AI. Every gated action emits a durable Decision Record with a verdict and stable reason codes, so you can audit and replay.
pip install lumyn && lumyn demo --storyDecision Records
Every gated action emits a durable record with verdict, stable reason codes, and replayable digests.
🔁Replay Incidents
Reproduce decisions deterministically from stored records to debug and audit without guesswork.
🧠Policy + Memory
Gates can learn from labeled history while keeping reason codes stable and machine-readable.
🔒Strict Contracts
Versioned v1 schemas and strict policy validation to prevent silent drift in production.
⚡Fast Integration
Drop in a gateway that returns deterministic decisions and durable evidence.
🧪Upgrade Safely
Migrate packs and policies with explicit versioning; no breaking changes to v1 contracts.
2 Minutes to Your First Decision Record
pip install lumyn
lumyn demo --story
# Make a decision (CLI) and record it
lumyn decide --request examples/requests/decision_request.v1.json
# Fetch a Decision Record (API) and replay it
lumyn replay --pack workspace/packs/<decision_id>.jsonWhy Lumyn?
| Without Lumyn | With Lumyn | |
|---|---|---|
| Can you prove why it happened? | Screenshots + logs | Durable Decision Record |
| Can you replay a gate? | Not reliably | Yes (deterministic) |
| Do decisions drift silently? | Often | Reason codes + digests |
| Incident resolution | Hours of guesswork | Minutes with replay |
Ready to stop guessing?
From pip install to replayable decisions in minutes.
Read the Quickstart Guide