ComponentWhy it is unattributedcalls$ / run
Model · 26%LLM inference (Claude Opus 4)Each agentic step sends the current research state plus new retrieved content to Opus 4. Iteration count varies 8-22 steps per brief.tokens in: 55,000 · tokens out: 8,000Visible on the invoice.14$1.43
Prompt · 23%Research persona and output schema prefixA 6,000-token system prompt defining research depth, output sections, and citation style is resent on every iteration without prompt caching enabled.tokens in: 84,000 · tokens out: 0Visible on the invoice.14$1.26
Orchestration · 11%Planner-executor-verifier loop hopsEach iteration invokes a planner subagent, one or more executor agents, and a verifier; each is a separate billed call. A 14-step brief produces 42 billed hops.tokens in: 18,000 · tokens out: 2,200Each planner-executor-verifier trio looks like one 'research step' in logs; the three underlying API calls are never surfaced as separate line items.42$0.60
Retrieval · 4%Iterative web and vector retrievalThe agent fetches and re-embeds sources on each loop iteration. Retrieval is not deduplicated across steps; overlapping sources are re-embedded.tokens in: 22,000 · tokens out: 0Retrieval cost sits on the vector-DB vendor invoice; no cross-charging to the workflow P&L occurs.28$0.24
History · 25%Full research thread re-sent each iterationThe complete running research memo is prepended to every iteration call so the agent retains prior reasoning. By step 14 this is 60k+ accumulated tokens sent each time.tokens in: 140,000 · tokens out: 0Accumulated research state is framed as 'context' in framework logs, not as re-billed tokens, so it does not appear in per-call spend reporting.14$1.36
Connectors · 11%PitchBook, Box, Google Workspace, and Slack connectorsEach brief calls PitchBook for market data, reads/writes source exhibits in Box, exports the final memo to Google Docs, and posts to Slack. Pulled records are re-normalized by an LLM step so external fields fit the research schema; this repeats per iteration because retrieval is not deduplicated.tokens in: 20,000 · tokens out: 1,500PitchBook API usage sits on the data-vendor contract and the Box/Google/Slack connector calls on the iPaaS bill; none of it is attributed to the agent's per-brief cost.12$0.62
One agentic sector brief costs ~$5.51 to run; a 10-analyst fund burns ~$82.7k/yr and 51% is orchestration overhead, re-billed accumulation, and PitchBook/Box/Slack connector sync no dashboard shows.