Evidence Engine Reports

Automated, reproducible verification reports generated directly from the Condrox AI runtime. Each report is produced by executing the live system against a fixed scenario suite and recording the measured outputs.

What Is the Condrox Evidence Engine?

The Condrox Evidence Engine is an automated, deterministic verification layer that produces academic-grade evidence for every major capability of the system. Rather than relying on hand-written claims, the engine executes the actual Condrox AI code against a fixed suite of scenarios and records the measured outputs. This approach ensures that every reported metric corresponds to a real execution trace that can be inspected and reproduced.

The engine evaluates seven dimensions of evidence, organized as Phases 1 through 7:

Latest Report Snapshot

93.87%
Overall Score
WARN
Overall Status
READY
Release Status
11
Scenarios / Sessions
7
Evidence Phases

The WARN status reflects remaining reasoning-metric limitations (StepByStepStructure and ExplanationQuality on code_analysis). The full-system release status is READY, with a complete-session score of 92.94%. These are measured observations, not concealed failures. The engine reports them transparently so that subsequent improvements can be tracked against a documented baseline.

Generated Artifacts

Each evidence run produces the following artifacts in Reports/evidence/. The artifacts span machine-readable payloads, dashboard-style reports, and three academic editions tailored to different review contexts:

ArtifactDescription
*.jsonMachine-readable full evidence payload
*.htmlDashboard-style HTML report
*_lab_edition.academic.htmlLab-grade report with methodology and signature
*_academic_edition.academic.htmlAcademic edition with reasoning focus
*_peer_review_edition.academic.htmlPeer-review edition with conversation evidence
index.htmlEvidence Portal: report library and score history

Open Live Evidence Portal

Reproducibility

The reports are fully reproducible. Running the following command in the project root regenerates every artifact using the same scenario suite and measurement rules:

python scripts/generate_evidence.py

To verify a previously generated report against the current runtime, use the verification command:

condrox verify

You can also open the portal directly from the Condrox runtime manager:

condrox evidence-portal

Key Source Files