Feels like coding agents are good at finding code but bad at understanding projects

Reddit r/AI_Agents News

Summary

Discusses the observation that while coding agents are effective at locating code, they struggle with deeper project understanding, such as component relationships and project style. The author introduces RepoWise, a tool that provides repository-level signals like dependency graphs and git history to address these issues.

Been playing around with coding agents a lot recently and something keeps bothering me. Finding code doesn't seem to be the hard part anymore. Understanding the project feels harder. I keep seeing stuff like: • reopening files they've already explored • missing relationships between components • making changes that work but don't fit the project style • rediscovering patterns repeatedly I originally thought bigger context windows would fix this. Now I'm not really convinced. Started experimenting around this with RepoWise, mostly around repository level signals like dependency graphs, git history and architecture context. GitHub repo in comments Curious if others building agents are seeing the same thing or if I'm looking at the wrong problem.
Original Article

Similar Articles

Why do coding agents keep reopening files they already should understand?

Reddit r/AI_Agents

The author observes that coding agents often fail to maintain a persistent understanding of large codebases, leading to redundant reads and pattern mismatches. They introduce RepoWise, an experimental tool that leverages repository signals like dependencies and commit history to address this.

SWE-Explore: Benchmarking How Coding Agents Explore Repositories

Hugging Face Daily Papers

SWE-Explore introduces a benchmark for evaluating coding agents' repository exploration capabilities, requiring ranked lists of relevant code regions within line budgets. Experiments show agentic exploration outperforms traditional retrieval, and line-level coverage remains a key differentiator.