Analysis updated 2026-05-18
Check whether a vendor's claimed revenue or customer count holds up against public evidence.
Ask whether a company is financially healthy enough to sign a long-term contract with.
Investigate whether a competitor's growth or momentum claims are real or overstated.
Get an honest inconclusive answer instead of a falsely confident one when evidence is thin.
| nsankar/aletheia | 1ncendium/aibuster | aaronmayeux/ha-hurricane-tracker | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | researcher | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
No required dependencies, runs locally as a Claude Code skill or via an OpenAI Codex AGENTS.md file.
Aletheia is an AI investigator built to check whether a claim is actually true, rather than just summarizing whatever search results sound the most confident. You might ask it something like whether a company really has the revenue or customer count it claims, and instead of taking the loudest answer at face value, it treats the true answer as hidden and every search result as a noisy clue that only partly reveals it. The core idea is what the project calls an uncertainty loop: form a belief about what is likely true, decide which single piece of evidence would change that belief the most, go look for it, then update the belief based on what was found, including letting contradicting evidence lower its confidence. It keeps repeating this until it is both confident and settled, or it honestly reports that the evidence was inconclusive rather than guessing. The output is a verdict with a plain-English confidence level, the evidence and sources behind it, and whatever remains unresolved. Aletheia runs entirely on your own machine. There is nothing to upload or publish, no required dependencies, and even Python itself is optional since it can fall back to basic arithmetic without it. It is designed to work inside Claude Code or OpenAI Codex, using whichever search tools that agent tool already has available, and support for Claude Cowork is listed as a work in progress. To use it with Claude Code, you clone the repository and copy its skill folder into your local Claude skills directory, then simply ask a plain question in a new chat, since it engages based on intent rather than being called by name. With OpenAI Codex, you point it at the included AGENTS.md file instead. While the shipped examples focus on checking claims about companies, such as vendors or competitors, the README notes the same approach could be pointed at other domains where evidence is noisy and a claim needs checking, like verifying a contractor's credentials or checking whether a viral science headline matches what a study actually found. Doing so mainly means changing what questions it tracks and which sources it trusts. The project is licensed under the MIT License.
Aletheia is a local AI investigator for Claude Code or OpenAI Codex that checks whether claims are true by weighing noisy evidence and reporting an honest confidence level instead of guessing.
Mainly Python. The stack also includes Python, Claude Code, OpenAI Codex.
Use, modify, and distribute freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.