Fact Check Loop

Iterative fact-checking loop for any document (PPT, Word, PDF, Markdown, etc.) against its original source. Spawns independent subagents in fresh contexts to eliminate confirmation bias. Each round checks all claims, the main agent fixes issues found, then a new subagent re-checks until zero issues remain. Use when: (1) user asks to fact-check a document, (2) user wants to verify a summary against its source, (3) user says "check for hallucinations", (4) after generating a report or presentation and wanting to validate accuracy. Requires an agent runtime that can spawn subagents in fresh contexts. Document text extraction and source retrieval use whatever tools the runtime provides (see Tooling below).

aws-samples 009a41a 2 files · 8.5 KB Updated

File contents

aws-samples/sample-aws-ops-skills-for-agents/tree/main/fact-check-loop commit 009a41a01f

Frequently asked questions

npx skillmds@latest add aws-samples/fact-check-loop