Real-time metrics from the Swiss Truth knowledge base โ claim coverage, query usage, and pipeline health.
Current state of all claims across the 5-stage validation pipeline.
How confident are certified claims? All undergo 1%/month decay โ higher is better.
Claims per knowledge domain and query volume โ where AI agents are looking for answers.
{% set max_certified = s.domains | map(attribute='certified') | max | default(1) %}| Domain | Certified claims | Coverage | Queries |
|---|---|---|---|
| {{ d.name }} | {{ d.certified }} | {{ qcount }} queries |
The certified facts AI agents are searching for most โ a live signal of what knowledge matters.
{{ a.never_queried }} certified claims have never been queried โ potential coverage gaps or unused knowledge.
{% endif %}