Show HN: Mole – Deep research agent for your terminal

github.com

96 points by lajosdeme 1 day ago

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!

shken 20 hours ago

Does your research able to take most relevant stuff? Let's say i search for flight tickets, is it able to really find the most cheat ones

hgomersall 23 hours ago

What's deep research compared to more normal research?

daybox 1 day 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?)

hankbond 1 day ago

> Honest numbers

I'm glad your numbers are honest! For a moment I thought, hey, maybe this person's numbers are lying to me... but it turned out they were not so thank you!

  • conception 1 day ago

    They are honest because they load bear the seam.

basedpolymer 1 day ago

https://github.com/tw93/Mole I see a certain conflict of interest.

  • cmdrmac 1 day ago

    agreed! Name change is needed.

  • nusl 1 day ago

    How is this a conflict of interest instead of a plain naming conflict?

  • themadturk 1 day ago

    Yeah, we need a name change here. Mole for Mac is a very nice system maintenance app, for both terminal and GUI.

kedislav 6 hours ago

stop curl-ing into sh

recroad 1 day ago

That is a LOT of code for a pretty basic feature.