Token savings
estimated savings vs reading top-3 .md without trovex · model below
modeled estimate over 0 real queries
No agent queries in the last 90 days
Savings accrue as your coding agents call trovex for docs.
Once queries land, this dashboard shows the modeled tokens saved versus reading
the top-3 .md files by hand.
Try a wider window:
last 90d
How is "saved" computed?
Without trovex, an agent typically does Glob or
Grep to find matching .md files, then
Read the top 2-3 candidates to figure out which one is
canonical. With trovex, they get a ranked list with status
markers and read just the top-1.
would_have_read = ∑ tokens_est(result[0..3]) actual_read = tokens_est(result[0]) overhead = tokens(trovex output) saved = would_have_read − actual_read − overhead
Conservative — assumes the agent does still read the top result. If markers reveal that all results are stale or duplicates, real savings are higher and not captured here. These are modeled estimates over real query logs, never guaranteed exact.