English

FastCode: Fast and Cost-Efficient Code Understanding and Reasoning

Software Engineering 2026-03-04 v2 Artificial Intelligence

Abstract

Repository-scale code reasoning is a cornerstone of modern AI-assisted software engineering, enabling Large Language Models (LLMs) to handle complex workflows from program comprehension to complex debugging. However, balancing accuracy with context cost remains a significant bottleneck, as existing agentic approaches often waste computational resources through inefficient, iterative full-text exploration. To address this, we introduce FastCode, a framework that decouples repository exploration from content consumption. FastCode utilizes a structural scouting mechanism to navigate a lightweight semantic-structural map of the codebase, allowing the system to trace dependencies and pinpoint relevant targets without the overhead of full-text ingestion. By leveraging structure-aware navigation tools regulated by a cost-aware policy, the framework constructs high-value contexts in a single, optimized step. Extensive evaluations on the SWE-QA, LongCodeQA, LOC-BENCH, and GitTaskBench benchmarks demonstrate that FastCode consistently outperforms state-of-the-art baselines in reasoning accuracy while significantly reducing token consumption, validating the efficiency of scouting-first strategies for large-scale code reasoning. Source code is available at https://github.com/HKUDS/FastCode.

Keywords

Cite

@article{arxiv.2603.01012,
  title  = {FastCode: Fast and Cost-Efficient Code Understanding and Reasoning},
  author = {Zhonghang Li and Zongwei Li and Yuxuan Chen and Han Shi and Jiawei Li and Jierun Chen and Haoli Bai and Chao Huang},
  journal= {arXiv preprint arXiv:2603.01012},
  year   = {2026}
}
R2 v1 2026-07-01T10:57:50.057Z