Code-graph context vs. file-by-file reading for coding agents: a five-task measurement
Across five repository-analysis tasks on one codebase (91 files, 4,374 symbols), a conventional file-by-file agent workflow opened 43 files, read 28,963 lines, and consumed 115,852 tokens over 65 tool calls. The same investigation answered through Context Zero Engine's code graph opened zero files directly and used 22,056 tokens over 6 MCP calls — roughly an 81% token reduction on this workload.