Not a chatbot. A research engine.
Sourcery is an autonomous research pipeline.
Every claim in the generated report is linked, and traceable, to the exact source. Citations aren't decorative - they're deterministically rebuilt from the actual source list. Sourcery doesn't smooth over conflicts; contradictions between sources are surfaced explicitly and carried into the final report.
Given any topic, it:Builds a structured research plan โ generates targeted multi-angle search queries โ crawls and cleans real web pages (including anti-bot protected ones via residential proxies) โ extracts structured claims โ recursively follows citations and related sources โ detects contradictions across sources, and โ synthesizes everything into a fully citation-linked Markdown report โ all without human input.
An autonomous research pipeline
- โฆOpen source โ code dropping on GitHub in the next few days
- โฆLLM-agnostic โ works with any OpenAI-compatible inference endpoint
- โฆWeb search via a third-party search provider
- โฆHTML extraction handled locally โ no scraping SaaS
- โฆResidential proxy provider for anti-bot bypass
- โฆPDF parsing handled locally
- โฆSQLite persistence โ all state (runs, sources, claims, contradictions, memory) stored locally
- โฆResumable runs with cross-run source reuse