← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Mole: A Terminal-Based Deep Research Agent with Budget Enforcement and Verified Quotes

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Enforces a strict budget for AI model calls, stopping runs when the limit is reached.
  • Verifies all extracted claims by checking quotes verbatim against original sources.
  • Processes local data (e.g., CSVs) on the user's machine, sending only aggregates to models.
  • Runs as a single static binary and uses user's own API keys.

Introduction to Mole

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.

Key Features and Functionality

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.

Data Privacy and Local Processing

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.

Technical Implementation and Accessibility

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.