Portfolio case study
Orion
Safe AI Business Intelligence Prototype
Orion is a Python/FastAPI portfolio project that explores how an AI-assisted
analyst can answer business questions from structured data without being
given unrestricted permission to modify, delete, or expose records.
The current prototype uses fictionalized local CSV data, read-only connector
patterns, destructive-operation blocking, PII/secrets scrubbing, deterministic
evaluation checks, and reviewer-visible decision trails. It is designed to
demonstrate safe enterprise AI thinking: useful answers, narrow permissions,
auditable steps, and honest boundaries.
The demo runs entirely on fictionalized local CSV data. It is not real
company, customer, financial, or production data — the synthetic dataset
exists only so the safety model can be inspected without exposing any
private information.