Quality assurance¶
We publish AI-drafted articles. We're transparent about the AI involved and the quality gates every article passes through. Here's how we keep things trustworthy.
Human in the loop¶
Every single article — whether it's a short daily broadcast or a longer weekly / monthly report — is reviewed by a human before it publishes. Chris reads the final draft, checks the facts against the sources, and makes the call. If something feels off, it doesn't go live. If something needs tweaking, we tweak it.
The AI drafts. The human decides. That's not a token gesture — it's the foundation of our editorial process.
Automated fact-checking¶
Before Chris even sees an article, an LLM fact-checker runs a verification pass:
- Identifies factual claims — dates, numbers, names, mission details
- Cross-references sources — checks each claim against the original articles we cited
- Flags discrepancies — if a number doesn't match, or a launch date got corrupted, it raises a flag
- Generates a report — Chris sees which claims checked out and which need manual review
This doesn't prevent every possible error, but it dramatically reduces copy-paste mistakes and accidental drift between the source and the published article.
Fact-checking by default
Every article gets a fact-check pass. Flagged claims go to manual review. Nothing with open flags publishes.
Source attribution¶
You'll always find a link back to the original story. Every factual claim should be traceable to its source. We don't paraphrase a claim and bury the source three paragraphs later — the link lives right where we use the information.
This serves two purposes:
- Verification — you can click through and read the source yourself
- Credit — we're an aggregator. The reporting isn't ours. The outlets and agencies who broke the story get the credit
Corrections policy¶
Mistakes happen. When they do, we:
- Acknowledge — publish a note or correction in the article itself (usually at the top)
- Fix — update the article to reflect the correct information
- Explain — say what was wrong and why (human error, source error, LLM misread, etc.)
- Log — keep a running log of corrections for transparency
You should never have to second-guess whether something you read here is still accurate.
Model transparency¶
At the bottom of every article, you'll see a byline that names the model that drafted it. Something like:
Drafted by Qwen. Fact-checked by GPT-5-mini. Reviewed by Chris.
We don't hide the AI. We name it. This matters because:
- Different models have different strengths. Knowing which one drafted your article helps you calibrate.
- Transparency builds trust. We're not pretending this is 100% human-written. We're telling you what we built and who/what touched it — and letting you judge for yourself.
- It's honest. This is the cutting edge of publishing. Transparency about the method is part of the integrity.
The QA stack¶
graph TD
A["Article Draft<br/>from LLM Author"] --> B["Automated<br/>Fact-Check"]
B --> C["Chris<br/>Human Review"]
C --> D{Approved?}
D -->|No| E["Back to Author<br/>for Revision"]
E --> B
D -->|Yes| F["Publish<br/>to WordPress"]
F --> G["Social Posts<br/>+ RSS"]
G --> H["Published &<br/>Correction-Ready"]
style A fill:#FF9D3D,stroke:#0A1428,stroke-width:2px,color:#000
style B fill:#0A1428,stroke:#FF9D3D,stroke-width:2px,color:#FF9D3D
style C fill:#4a5568,stroke:#FF9D3D,stroke-width:2px,color:#fff
style D fill:#4a5568,stroke:#FF9D3D,stroke-width:2px,color:#fff
style F fill:#FF9D3D,stroke:#0A1428,stroke-width:2px,color:#000
style H fill:#0A1428,stroke:#FF9D3D,stroke-width:2px,color:#FF9D3D
Our QA commitment
Every article is fact-checked, every article is human-reviewed, every claim is sourced, and every error is corrected visibly. We're not perfect. But we're transparent about how we try.
Next: Technology →