Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs

✍️ OpenClawRadar📅 Published: April 29, 2026🔗 Source
Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs
Ad

Toothcomb is an open-source tool for analyzing and fact-checking speech in real time. It accepts a speech transcript, an MP3 file (which it transcribes), or live audio from your microphone. The analysis runs in three stages using Claude Opus and Sonnet APIs.

How It Works

  • Stage 1 — Chunking & Analysis: The text is broken into small parts (a few sentences each). Each part is sent to the Claude Opus API with detailed instructions to extract claims, promises, predictions, logical fallacies, and deceptive/manipulative language.
  • Stage 2 — Fact-Checking: For claims requiring verification, Claude uses its existing knowledge or performs web searches via the API's web search tool in conjunction with the Sonnet API.
  • Stage 3 — Final Review: The entire speech is reviewed holistically to catch contradictions, unfulfilled promises, or patterns invisible at the chunk level.
Ad

Technical Details

The architecture and high-level design were created by the author; most actual code was written by Claude Code/Opus 4.6. The author notes micromanaging Claude to a degree where any human developer would have resigned, but the collaboration felt genuine and the resulting code quality matched hand-written code, completed in much less time.

Who It's For

Developers building tools for media analysis, political debate fact-checking, or real-time conversational auditing who want a production-ready pipeline using Claude APIs.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OnUI: Browser Extension for Precise UI Feedback to Claude Code
Tools

OnUI: Browser Extension for Precise UI Feedback to Claude Code

OnUI is a browser extension that lets you annotate webpage elements and export structured reports for Claude Code via local MCP, eliminating ambiguous UI descriptions. Built primarily with Claude Code, it's free, open-source, and available for Chrome, Edge, and Firefox.

OpenClawRadar
devopsiphai: Open-source Claude Code skill audits operational health across 6 phases
Tools

devopsiphai: Open-source Claude Code skill audits operational health across 6 phases

devopsiphai is an open-source Claude Code skill that audits production project operability using a 6-phase process and ARC framework, outputting letter grades and a structured TODO.md with effort-estimated tasks.

OpenClawRadar
Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Tools

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP

Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

OpenClawRadar
Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
Tools

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact

A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.

OpenClawRadar