Skip to content
Discussion options

You must be logged in to vote

Good question — we don't ship per-run token telemetry yet, but the pipeline's shape makes the cost predictable.

Full run (/understand) cost is dominated by Phase 2 (file-analyzer). Files are batched ~25 per subagent, up to 5 in parallel. Cost scales roughly linearly with total lines of source code analyzed, since every file's contents are read once. Anything beyond ~100 files hits a gate that asks you to scope with a subdirectory — that's the practical sweet spot today.

On top of that there's a fixed overhead per run from 4–5 review/assembly agents (scanner, assemble-reviewer, architecture, tour, optional --review reviewer). Their cost depends on the final graph size (#nodes + #edges), no…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@xerudro
Comment options

@ja-kjub
Comment options

Answer selected by Lum1104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants