IntelBriefs
Quick intelligence briefings — 15s shallow, 90s deep
Built by Rogue AI · Two-tier research briefer that feeds a CRM · Self-hosted
Built through 2026 as part of the Rogue AI fleet.
The problem
Before a meeting, interview, or sales call you want a short, sourced read on a person or company — but the useful signal is scattered across web results, your own CRM history, and local notes, and pulling it together by hand costs more time than the call is worth. The hard part isn't the model; it's deciding how much research a given moment actually justifies. A two-minute pre-call check and a deep-dive before a serious pitch are different jobs that most tools collapse into one slow default.
What I built
IntelBriefs runs the same research pipeline at two depths and lets the caller pick. Quick (~15s) does a single web search pass, a CRM contact lookup, and one synthesis pass — enough for a name you're about to meet. Deep (~90s) widens the search to a second provider, pulls LinkedIn data when a URL is given, reads full CRM history and deals, greps local files, and runs a three-pass synthesis (summarize → talking points → strategy). Both write the result to Postgres and push a one-way summary into the CRM so the brief lands on the contact record, not in a silo. A watchlist with a cron runner re-runs chosen subjects on a schedule and flags what changed since last time. Each finding carries its source, and sources are scored for credibility so a government domain outweighs a forum post.
Architecture
Tech stack
What broke first
- ▸
Make depth an explicit choice, not a guess. The same pipeline at two clearly-labelled tiers beats one clever model trying to decide how hard to work — the caller knows whether this is a quick check or a real pitch, and the tool shouldn't pretend to.
- ▸
A synthesis is only as good as its sources, so treat sourcing as a feature. Recording provenance and scoring domain credibility turns 'the AI said so' into a brief you can actually defend in the room.
- ▸
Keep integrations one-directional. Pushing briefs into the CRM without sharing its database means the research tool stays a contributor — it can add notes but never break the record of truth.
Outcome
IntelBriefs runs as a self-hosted tool in the Rogue AI lab: pick a depth, get a sourced brief in seconds or a minute and a half, and have it land on the right CRM contact. It is built and operated by one person as a portfolio demo, so there is no large user base behind it and the depth timings are design targets that move with model and network speed, not benchmark guarantees. The interesting part isn't any single brief — it's the shape: two honest tiers over one pipeline, every claim sourced, and a clean one-way handoff to the system that already holds the relationships.
Honest limits
Self-hosted and built solo as a portfolio demo. It runs in a local lab (the old public-demo VPS has been retired), there is no large production user base, and accuracy depends entirely on the quality of the underlying search and model. The 15s/90s figures are depth targets, not guarantees — they shift with the model, the providers, and the network on the day.
