# What does an eval gate report when a PR has no baseline run?

It reports a one-sided delta, not a zero. Tessary's CI gate compares the base commit's latest completed eval run against the head commit's, grader by grader, and when one side has no completed run at all, that missing comparison stays missing instead of getting treated as a pass. A fabricated zero would read as "nothing changed," a claim about the base commit's behavior the gate never actually measured.

The forecast half of the report can still say something with no history behind it: a status of "insufficient history" and a risk score of zero is the gate's honest way of saying it has no learned correlation yet, not a clean bill of health. The right response to a one-sided report is to run the base commit's own eval suite so the next comparison has something real to diff against, not to read the gap as a pass.

---

Source: https://tessary.ai/answers/deploy-gates/what-a-pr-report-shows-with-no-baseline-run
More on Deploy gates: https://tessary.ai/answers/deploy-gates
From Tessary, agent reliability for AI agents in production: https://tessary.ai
