Publications

An index of white papers, evidence reports, academic editions, and verification artifacts produced by the Condrox AI system.

Overview

Condrox AI produces two classes of publications: static documents authored alongside the system (white papers, FAQs, technical references), and automated reports generated by the Evidence Engine on every run. The automated reports are reproducible. Running python scripts/generate_evidence.py regenerates every artifact using the same scenarios and measurement rules.

Static Publications

TitleTypeAudienceLink
Condrox AI: A Non-LLM Cognitive Architecture for Language UnderstandingWhite PaperAcademic, ResearchersRead →
Condrox AI Technical Deep DiveTechnical ReferenceEngineersRead →
System ArchitectureArchitecture ReferenceEngineers, ArchitectsRead →
Component Status ReportStatus ReportEngineersRead →
Knowledge Store ReferenceReferenceEngineersRead →
Technical FAQFAQEngineers, ReviewersRead →
Development PhasesEngineering LogEngineers, HistoriansRead →
Comparison with LLM-based SystemsComparative AnalysisPress, ResearchersRead →
Market Value AnalysisValuation AnalysisInvestors, BusinessRead →
Media KitPress KitPress, MediaRead →

Automated Evidence Reports

Every evidence run produces the following artifacts in Reports/evidence/. They are regenerated automatically and reflect the live state of the system.

ArtifactEditionPurpose
*.jsonMachine-readableFull evidence payload for programmatic analysis
*.htmlDashboardHuman-readable HTML report with metrics and charts
*_lab_edition.academic.htmlLab EditionLab-grade report with methodology, references, and signature
*_academic_edition.academic.htmlAcademic EditionAcademic edition with a reasoning focus
*_peer_review_edition.academic.htmlPeer Review EditionPeer-review edition with conversation evidence
index.htmlEvidence PortalStatic portal with report library, score-history chart, and version history

Open Live Evidence Portal

Evidence Dimensions

The Evidence Engine evaluates seven dimensions, each with its own evaluator and metric set.

DimensionPhaseMetrics
System VerificationPhase 1Boot, API health, scenario runs, intent and mode accuracy
Conversational EvidencePhase 2Empathy, relevance, consistency, multi-turn stability, context preservation, no-dictionary-dump
Reasoning EvidencePhase 3Step-by-step structure, logical coherence, explanation quality, planning, code analysis, correctness signal
Agent & Pipeline EvidencePhase 4Agent usage, metadata, RAG, memory, personality, stage timing
Full-System IntegrationPhase 5End-to-end conversation, reasoning, agent, RAG, and API health
Academic ReportsPhase 6Lab, Academic, and Peer Review editions with methodology and signature
Evidence PortalPhase 7Static portal with score history, report library, and version history

Latest Report Snapshot

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

WARN status is driven by the local API health check (API not running) and several conversation and reasoning metrics that accurately flag current response limitations. These are real measurements, not failures to hide.

Reproducibility

All automated reports are fully reproducible. Running the following command in the project root regenerates every artifact:

python scripts/generate_evidence.py

To open the portal directly from the Condrox runtime manager, run:

condrox evidence-portal

For more details on the Evidence Engine, see the Evidence Engine page.