paper-with-me

Papers

CodeCompass: Navigating the Navigation Paradox in Agentic Code Intelligence

2026-02-23 · Tarakanath Paipuru arxiv

Modern code intelligence agents operate in contexts exceeding 1 million tokens--far beyond the scale where humans manually locate relevant files. Yet agents consistently fail to discover architecturally critical files when solving real-world coding tasks. We identify the Navigation Paradox: agents perform poorly not due to context limits, but because navigation and retrieval are fundamentally distinct problems. Through 258 automated trials across 30 benchmark tasks on a production FastAPI repository, we demonstrate that graph-based structural navigation via CodeCompass--a Model Context Protocol server exposing dependency graphs--achieves 99.4% task completion on hidden-dependency tasks, a 23.2 percentage-point improvement over vanilla agents (76.2%) and 21.2 points over BM25 retrieval (78.2%).However, we uncover a critical adoption gap: 58% of trials with graph access made zero tool calls, and agents required explicit prompt engineering to adopt the tool consistently. Our findings reveal that the bottleneck is not tool availability but behavioral alignment--agents must be explicitly guided to leverage structural context over lexical heuristics. We contribute: (1) a task taxonomy distinguishing semantic-search, structural, and hidden-dependency scenarios; (2) empirical evidence that graph navigation outperforms retrieval when dependencies lack lexical overlap; and (3) open-source infrastructure for reproducible evaluation of navigation tools.

📄 PDF Abstract BibTeX arXiv:2602.20048

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

From Text to Space: Mapping Abstract Spatial Models in LLMs during a Grid-World Navigation Task

2025-02-23 · Nicolas Martorell

Understanding how large language models (LLMs) represent and reason about spatial information is crucial for building robust agentic systems that can navigate real and simulated environments. In this work, we investigate…

Decision MakingNavigateSpatial Reasoning

Pathdreamer: A World Model for Indoor Navigation

2021-05-18 · ICCV 2021 10 · Jing Yu Koh, Honglak Lee, Yinfei Yang, Jason Baldridge 외

People navigating in unfamiliar buildings take advantage of myriad visual, spatial and semantic cues to efficiently achieve their navigation goals. Towards equipping computational agents with similar capabilities, we int…

modelSemantic SegmentationVision and Language Navigation

Agentic Digital Twins: A Taxonomy of Capabilities for Understanding Possible Futures

2026-01-13 · Christopher Burr, Mark Enzer, Jason Shepherd, David Wagg arxiv

As digital twins (DTs) evolve to become more agentic through the integration of artificial intelligence (AI), they acquire capabilities that extend beyond dynamic representation of their target systems. This paper presen…

Urban Drone Navigation: Autoencoder Learning Fusion for Aerodynamics

2023-10-13 · Jiaohao Wu, Yang Ye, Jing Du

Drones are vital for urban emergency search and rescue (SAR) due to the challenges of navigating dynamic environments with obstacles like buildings and wind. This paper presents a method that combines multi-objective rei…

Drone navigationMulti-Objective Reinforcement Learningreinforcement-learning

Human-like Navigation in a World Built for Humans

2025-09-25 · Bhargav Chandaka, Gloria X. Wang, Haozhe Chen, Henry Che 외 arxiv

When navigating in a man-made environment they haven't visited before--like an office building--humans employ behaviors such as reading signs and asking others for directions. These behaviors help humans reach their dest…

Robot Navigation