What Scout does
Scout is an AI agent inside kb2b that combines three things you’d do by hand if you had time:- Reads your POT — pulls the relevant facts already in the account.
- Fetches external web context (via Tavily) — finds news, releases, recent posts about the people, companies, or topics mentioned in those facts.
- Synthesizes insights with Claude — combines both sides and produces 3-5 insight cards with inline citations to your facts (
[fact:X]) and external sources ([src:N]).
When to use it
- Before a meeting with a customer: arrive with fresh context beyond what’s already in the POT.
- After a customer event (funding round, announcement, executive departure): to understand what’s changing.
- In quarterly reviews: as input for discussion about what’s happening around the account.
When NOT to use it
- If your POT has fewer than 5 facts, Scout can’t run — there isn’t enough material to derive useful queries.
- If the account is very generic or private (not findable online), web searches won’t return anything relevant.
- If you need closed information (internal customer data that isn’t public), Scout won’t find it — use chat over the loaded documents.
How to run it
- Navigate to
/dashboard/pot/agentsin kb2b. - Click “Run Scout”.
- Scout kicks off a background run and shows a screen with the thinking log live:
- Phase 1: reading POT facts
- Phase 2: generating search queries
- Phase 3: searching the web
- Phase 4: synthesizing insights
- When done (typically 30-90 seconds), an insight card carousel appears.
- The insight in a short sentence
- The cited POT facts (with their POT Score visible)
- The cited external sources (with link)
- A CTA “Ask your knowledge base” that opens the chat with the context pre-loaded
History
Every run is saved in History inside/dashboard/pot/agents. You can:
- Reopen previous runs
- Compare what changed between two runs (manually — automatic diff coming in Phase 2)
- Export the result (Phase 2)
Limits
Scout has rate limits to protect your token quota and the Tavily API:| Limit | Value |
|---|---|
| Minimum POT facts | 5 |
| Runs per hour (organization) | 5 |
| Runs per user in 10 minutes | 2 |
Token cost
Each run consumes plan tokens:- Query generation (Claude Haiku): low cost, ~5-10K tokens
- Insight synthesis (Claude Sonnet): main cost, ~30-50K tokens per run depending on POT size
Why is it called “Scout” and not “Researcher”?
Internally the feature ships asagent_kind = "research" because it’s designed as the first of several exploration tools. Scout is the product name — the idea is a quick explorer that brings things to you, not a deep research assistant. If it surfaces something interesting, you decide whether it’s worth digging deeper (with chat, another meeting, additional documents).
Page in progress Phase 1 — insight card and thinking log screenshots coming in Phase 2.
