Back to News
Advertisement
llajosdeme about 3 hours ago 6 commentsRead Article on github.com

FR version is available. Content is displayed in original English for accuracy.

Doing research with agents is fun until they blow way past budget, jumble the sources, and don't even give you the best possible answer, just sound confident.

And if you want to run some research task on local data - you have no idea where your data ends up after the prompt consumes it.

So I built this tool: a deep-research agent with an enforced budget, verified quotes, and a privacy boundary for local data.

1. Never spend more than you budgeted (measured overshoot is 0%). 2. Every claim carries a source 3. Data stays local (give a CSV, it'll analyze it without the data ever leaving your machine)

Works with most LLMs, including coding agents, subscriptions, local models, etc.

It's free and open source, would appreciate all feedback!

Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 73 words in the discussion.

Trending Topics

#conflict#interest#more#spent#llm#https#github#com#mole#certain

Discussion (6 Comments)Read Original on HackerNews

basedpolymerabout 2 hours ago
https://github.com/tw93/Mole I see a certain conflict of interest.
nuslabout 1 hour ago
How is this a conflict of interest instead of a plain naming conflict?
cmdrmacabout 2 hours ago
agreed! Name change is needed.
lfxabout 2 hours ago
DataMole? ResearchRat? DRR? (Deep Research Rat)?
dayboxabout 2 hours ago
> Never spend more than you budgeted

I assume that this is "$ spent on search + $ spent on LLM" < budget, but how do you handle the LLM spending more than you would expect on a request? Or is this handled by max_tokens and some form of pricing table? (and if so, how does caching play a role?)

recroad44 minutes ago
That is a LOT of code for a pretty basic feature.