Why one project per model?
Because the central question Alethia answers is:“How safe is this specific model against my prompt library?”By scoping each project to a single model, you can:
- Track that model’s safety over time
- Compare it cleanly against another project (= another model)
- Generate a report that says “here is the evidence for this model”
- “GPT-4o Safety Audit — Q2 2026”
- “Claude Sonnet 4 — Pre-deployment review”
- “Our Fine-Tuned LLaMA — v3.2”
- “GPT-4o vs GPT-4o-mini comparison — December 2026”
Creating a project
1
Go to Projects → New Project
From the sidebar in your team’s workspace.
2
Name your project
Be specific. Include the model name and date if you’ll re-test the same model later.
3
Pick the target model
This is the model you’re testing. Choose any LLM Configuration that’s marked as a test model.
4
Pick your judges
Select up to 3 judge models. Use models from different families than your test model to reduce bias.
5
Choose a voting method
- Majority (default) — 2 of 3 judges agree wins
- Unanimous — all 3 must agree, otherwise inconclusive
- Weighted — high-confidence votes count more
6
Set the minimum confidence
Default is 70%. Anything below this is flagged as low-confidence and may need review.
7
Add tags (optional)
Tags help you filter and group projects later (e.g.,
production, q2-2026).What lives inside a project?
Once created, your project has these tabs:Project lifecycle
Switching between projects
Use the project switcher at the top of the sidebar to jump between projects in your current team. Recently used projects appear at the top.Sharing data across projects
The Prompt Library and the LLM Configurations are shared at the team level. So when you create two projects in the same team, both projects:- Use the same prompts
- Can pick from the same set of models