Companion repository to the article "Ein Truth-Check-Protokoll für AI-Forschungs-Output - wie wir bei myBytes nichts veröffentlichen, das wir nicht verteidigen können" (mybytes.com/research/truth-check-protokoll).
This repository contains the templates and a reproducible demo notebook that anyone can use to apply the seven-step truth-check protocol to their own AI/ML research output, vendor evaluations, or PoC reviews.
templates/claim_map.csv- empty template for Step 1 + 2: atomar claims of an article or pitch, each typed (T1-T7).templates/anchor_mapping.csv- empty template for Step 3: per claim, the external evidence anchor with tier classification.templates/reproducibility_bundle.md- checklist for Step 4.notebooks/truth_check_demo.ipynb- reproduces Plot 3 of the companion article from the example claim-map.docs/protocol.md- the seven steps in detail, as authored.
- Claim Extraction - break the text into atomar claims.
- Claim Classification - type each claim (T1 Stylized Fact, T2 Methods, T3 Causal, T4 Forecast, T5 Regulatory, T6 Remote Sensing, T7 Market Mechanism).
- Anchor Mapping - for every claim, at least one Tier-1 or Tier-2 source. Tier-3 never stands alone.
- Reproducibility Bundle - code, seed, data version, CITATION.cff.
- Steel-Man Counter-Argument - the strongest opposing view, addressed in-text.
- Limitations - where would this claim be false?
- Independent Review - second reviewer signs off against 1-6.
git clone https://github.com/myBytesResearch/truth-check-template.git
cd truth-check-template
python -m pip install -r requirements.txt
jupyter notebook notebooks/truth_check_demo.ipynb- Fork this repo.
- Copy
templates/claim_map.csvandtemplates/anchor_mapping.csvinto your article's working directory. - Fill them out as you write. The discipline of doing it inline prevents the most common Truth-Check violations.
- Use the
notebooks/truth_check_demo.ipynbas a starting point for your own claim-map visualisation.
| Tier | Definition | Examples |
|---|---|---|
| T1 | peer-reviewed scientific literature | Nature, Science, Econometrica, Journal of Finance, Remote Sensing of Environment, SSRN/arXiv with caveat |
| T2 | institutional, authoritative | IMF, World Bank, FAO, ICCO, USDA, EU Commission, ESA, NASA, MIT NANDA, Gartner Research |
| T3 | industry-respected (never stands alone) | Mintec, S&P Global Commodity Insights, Argus, Reuters, FT, Bloomberg, Risk.net |
| T4 | own research with full reproducibility | public repo, fixed seed, dated data version, license-compliant |
- Content (Markdown, documentation, templates): CC BY 4.0
- Code (Python, notebooks): MIT
Both licences explicitly permit forking, adaptation and commercial use. Attribution to myBytes GmbH appreciated, not required.
See CITATION.cff for machine-readable metadata. To cite in text:
Winger, G. & Pianowski, M. (2026). The myBytes Truth-Check Protocol for AI Research Output. myBytes GmbH. https://mybytes.com/research/truth-check-protokoll
Please open issues or PRs. The protocol is explicitly open for critique - we want it to be stronger after release than before.