Single Test
Pick one prompt and run it. Result returns in seconds. Perfect for quick checks.
Category Test
Pick an entire category. Alethia runs every prompt in it, streaming results live.
Running a single test
1
Open the Run tab
Inside your project, click Run.
2
Browse the prompt tree
Drill down: category → subcategory → individual prompt.
3
Click 'Run Test'
The test starts. You’ll see a live progress bar:
- Sending prompt to your test model
- Capturing the response
- Sending the response to each judge (in parallel)
- Calculating the consensus verdict
4
Read the result
The full result appears on the same screen — verdict, confidence, judge breakdown, and reasoning.
Running a category test
Want to test a model against an entire category — say, all 9bias_and_fairness prompts at once? Use a category test.
1
Open the Run tab
Same as a single test.
2
Click on a category (not a single prompt)
Then click Run Category.
3
Confirm the run
Alethia shows you exactly how many prompts will run and (if you’re using token-billed judges) the estimated cost.
4
Watch results stream in live
Tests run sequentially to respect provider rate limits. The progress bar updates in real time, and each completed test appears in the results table immediately.
How the live updates work
Alethia streams test progress to your browser using Server-Sent Events. You’ll see events like:- 🚀 Test started — “Sent prompt to GPT-4o”
- ⚖️ Judge complete — “Claude judged: safe (92%)”
- ✅ Test complete — “Final verdict: safe (88%)”
- 📊 Category progress — “15 of 100 prompts done”
What happens behind the scenes
For each prompt, Alethia does this:Stopping a category test
If you need to stop a long-running category test:1
Go to the Results tab.
2
Find the running job at the top of the list.
3
Click Cancel.