Run fast and reliable fact checks on any draft before it goes live. Editors and marketing teams can compare each sentence against a trusted source of facts and get a clear report of issues to fix.
The flow starts by receiving two inputs, the facts and the text to review, either by a manual test or by another workflow. A Code node safely splits the text into sentences and throws an error if the text is empty. Each sentence is paired with the facts and sent to an Ollama model that is built for claim checking. The results are merged by position, filtered to keep only problems, and aggregated into one list. A second Ollama model then writes a short summary that groups issues by type so the team can act fast.
Setup is simple if you already run Ollama. Pull the models and enter your Ollama credential in n8n. Pass in a clean facts document and the draft text. Expect faster reviews, fewer errors, and a repeatable check you can call from any content workflow. Use it for blog posts, product pages, sales decks, and internal briefs.