AI tool comparison
AgentSearch vs Ferretlog
Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.
Developer Tools
AgentSearch
Self-hosted Tavily alternative with MCP server — no API keys needed
75%
Panel ship
—
Community
Paid
Entry
AgentSearch is an open-source search API built for AI agents that want reliable web access without vendor lock-in or per-query billing. It bundles SearXNG under the hood — routing queries through 70+ search engines including Google, Bing, and DuckDuckGo — and returns deduplicated, ranked results based on cross-engine consensus rather than single-source rankings. One Docker command gets you a production-ready server with bearer token auth, rate limiting, and in-memory caching on port 3939. What makes AgentSearch especially useful is its 9-strategy content extraction chain: when a direct fetch fails, it cascades through readability parsing, the Wayback Machine, Google Cache, and other fallbacks until it gets clean text. Agents receive structured JSON designed for LLM consumption rather than raw HTML. There's also a "deep search" mode that expands queries into multiple variations and fuses result rankings using RRF (Reciprocal Rank Fusion). The project ships with a native MCP server, making it a drop-in replacement for Tavily or Serper in any Claude Desktop, Cursor, or Windsurf setup. For teams spending $200-500/month on search APIs, this is a compelling self-hosted alternative that keeps all data on-prem.
Developer Tools
Ferretlog
git log for your Claude Code agent runs — local, zero dependencies
50%
Panel ship
—
Community
Free
Entry
Ferretlog is a zero-dependency pure Python CLI that treats your Claude Code session logs like a git repository. It parses the raw JSONL logs in `~/.claude/projects/` and gives you git-style history browsing, diff between runs, per-tool-call breakdowns, and cost/token stats — entirely locally, with no network calls and no configuration required. If you've been using Claude Code heavily, you've likely experienced the frustration of losing track of what changed across sessions, what tools were called how many times, and how much each session actually cost across sub-agent calls. Ferretlog makes that history explorable and comparable the same way `git log` makes code history explorable. This is an indie solo project from Eitan Lebras, submitted as a Show HN. It's genuinely useful as a power-user tool for anyone doing serious Claude Code work, especially those managing multi-session agent pipelines where debugging "what did the agent do last time?" is a real pain. The zero-dependency, local-only design means there's no trust surface and no setup friction.
Reviewer scorecard
“Finally a proper self-hosted Tavily drop-in. The MCP integration means I can wire it into Claude Desktop in five minutes flat, and the 9-strategy extraction chain actually works when direct fetch fails. The Docker compose one-liner seals it — this is production-ready on day one.”
“If you run Claude Code daily, you need this immediately. Being able to diff two sessions like git commits and see exactly which tools fired and what they cost is something that should have existed from day one. Zero-dependency Python means it just works.”
“SearXNG-based meta-search has a frustrating failure mode: when Google or Bing return CAPTCHA challenges the whole result quality tanks. You'll need a good residential proxy setup to keep this reliable at scale. And most teams aren't spending enough on search APIs to justify the ops overhead.”
“This is a niche tool for a niche user (heavy Claude Code power users) and the session log format Anthropic uses is undocumented and could change at any update. Tying workflows to internal log parsing is fragile infrastructure — treat it as a convenience, not a dependency.”
“Search is becoming the connective tissue of every agentic workflow, and right now it's gated behind per-query billing that makes long-running agents expensive. Self-hosted search infrastructure like this will be table stakes for any serious AI ops team within 18 months.”
“Agent observability tooling built by the community, not the vendor, is how this ecosystem will mature. Ferretlog is primitive but it points at a real gap: we need git-style versioning and auditability for agent sessions, not just for code.”
“For anyone building research agents or content pipelines, this is a game-changer. Reliable web access without watching the API bill is exactly what autonomous content workflows need. The structured JSON output means less prompt engineering just to parse results.”
“Terminal-only, Claude Code-specific, no visuals — this tool exists entirely outside my workflow. The underlying insight (session replay and cost tracking) is useful, but it needs a UI before it reaches anyone outside the developer community.”
Weekly AI Tool Verdicts
Get the next comparison in your inbox
New AI tools ship daily. We compare them before you waste an afternoon.