PulseAugur
实时 23:26:01

LLM uses 54% more context with codebase graph, study finds

Researchers found that providing a large language model with a structural graph of a codebase led to a 54% increase in context token usage during exploration. The model, using the graph, explored more thoroughly and surfaced more details than when it operated without one. This suggests that structural understanding and execution context are distinct problems, with the graph improving navigational confidence and thus exploration depth. AI

影响 This research suggests that providing LLMs with structural context can improve their exploration capabilities, potentially leading to more efficient code analysis and development tools.

排序理由 The cluster reports on a technical paper detailing an experiment with LLMs and codebase graphs. [lever_c_demoted from research: ic=1 ai=1.0]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Altruistic_Night_327 ·

    We gave an LLM a structural graph of a codebase before exploring. It used 54% MORE context than without one. Paper + explanation inside [R]

    <!-- SC_OFF --><div class="md"><p>We published a small technical paper this week documenting something that surprised us:</p> <p>In a controlled A/B benchmark on a production multi-repository TypeScript workspace (25 sections, 3,250 files), the arm equipped with a section-scoped …