Example Applications
AI Debate Arena
Full-Stack | Python + FastAPI
A real-time debate application where any two Prysm-routed models argue any topic across 10 rounds, including 4 adversarial attack rounds with prompt injection, jailbreak attempts, context manipulation, and authority spoofing. Every API call is traced through Prysm, and the app makes it easy to see which attacks were blocked, which were flagged, and where policy coverage still needs work.
What it demonstrates:
- Drop-in SDK integration through PrysmClient(...).llm()
- Configurable left/right/judge model slots
- Multi-provider tracing in a single session
- Real security outcomes, including partial blocking when guardrails need improvement
- Live security event streaming via SSE
- Confidence scoring on every response
- Dashboard session filtering & drill-down
git clone https://github.com/osasisorae/debate-arena.git
cd debate-arena
pip install -r requirements.txt
cp .env.example .env
# Set PRYSM_API_KEY
python app.py
Building something with Prysm? We'd love to feature your project. Reach out at info@prysmai.io or open a PR on GitHub.