Mole is a newly released deep-research agent designed for terminal use. It aims to provide a more controlled and verifiable approach to AI-driven research by integrating features like budget enforcement, source verification, and local data processing.
The agent decomposes user questions, searches for information, reads sources, extracts claims, and then cross-references these claims with their original text. It also identifies contradictions and generates an answer with citations. Mole operates by reserving and settling every model call against a predefined budget, ensuring that costs do not exceed the user-set limit.
A core feature is its quote verification system: any claim whose quote does not appear verbatim in its source is discarded. This ensures the accuracy and traceability of information presented in the final report. If a claim is later found unsupported, it is marked as such rather than silently removed.
Mole prioritizes data privacy by processing local data, such as CSV files or folders, directly on the user's machine. Only aggregated results (counts, means, test results, buckets covering at least five records) are sent to external models, preventing sensitive raw data from leaving the local environment. Users can also view exactly what data leaves their machine.
The tool runs as a single static binary and utilizes the user's own API keys for model access. It supports Linux and macOS (amd64 and arm64 architectures) and can be installed via a curl script or Homebrew. Mole also supports the MCP protocol, allowing coding agents to drive it either by providing questions or by using Mole in toolkit mode for specific reasoning tasks.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Mole is a new deep-research agent that operates from the terminal, featuring an enforced budget for API calls, verification of extracted quotes against sources, and local processing of sensitive data. This tool provides a structured approach to AI-driven research, ensuring cost control and data privacy for users.