CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
Summary
CodeNib is a multi-view data system that serves repository context to coding agents by building reusable lexical, dense, and structural views per commit, enabling faster updates and efficient context serving.
View Cached Full Text
Cached at: 07/29/26, 11:52 AM
Paper page - CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
Source: https://huggingface.co/papers/2607.25431 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Codingagentsrepeatedlysearch,navigate,andretaincontextfromevolvingrepositories,butdisconnectedindexes,languageservers,andtask-localhistoriesforcerepeateddiscoveryandobscurelifecyclecosts.CodeNibbuildsreusablelexical,dense,andstructuralviewsperrepositorycommit,mapsoutputstorepository-relativesourceranges,maintainsselectedviewsacrossedits,andservesrankedsearch,symbolnavigation,andboundedcontextthroughoneruntime.Across100snapshots,wemapquality-costfrontiersacrosstherepository-contextlifecycle.Whenoutputsmatchanindependentrebuild,graphandvectorupdatesare8.7timesand25.4timesfasteratthemedian.Onthestatic-navigationsubsetmatchingnormalizedlive-serverlocations(63%of1,000requests),themedianper-requestlive/staticlatencyratiois4.7times.Acrossfivemodels,selectedcontextpoliciespreservelocalizationwith50--87%fewertrajectorytokensthanpairedgrep/read.Together,theseresultssupportmulti-viewrepository-contextservingwithexplicit,operation-specificvalidityboundaries.
View arXiv pageView PDFProject pageGitHub7Add to collection
Get this paper in your agent:
hf papers read 2607\.25431
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.25431 in a model README.md to link it from this page.
Datasets citing this paper1
#### sysevol-ai/codenib-synthesis Viewer• Updatedabout 2 hours ago • 500 • 248 • 2
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.25431 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
I built an open-source coding agent that makes context visible and editable — you curate exactly what the LLM sees
The author built Nice Coding Agent, an open-source coding workbench with a visible and editable context stack, allowing users to curate exactly what the LLM sees. It features local-first retrieval, sandboxed execution, and hybrid code search, aiming to give developers control and visibility over context assembly.
Building Decypher: An Execution Context Engine for Agents
Decypher is a tool that provides deep execution context for agentic coding by performing semantic analysis of codebases, enabling agents to answer queries about code structure and interactions.
@NielsRogge: Top trending paper on http://paperswithco.de is "FastContext: Training Efficient Repository Explorer for Coding Agents"…
Microsoft's FastContext is a trending paper introducing a small 4B model for efficient code retrieval paired with coding agents, rivaling closed-source systems on SWE-Bench Multilingual.
@appliedcompute: https://x.com/appliedcompute/status/2052826576723841292
Applied Compute introduces ACL-Wiki, a continual learning memory system built on their Context Engine that logs coding agent interactions from Cursor, Claude Code, and Codex to build an improving Contextbase, roughly doubling the Critical Memory Rate over two weeks. The system uses a Remember-Refine-Retrieve pipeline exposed via MCP server to give coding agents institutional memory that improves with use.
ContextSniper: AntTrail's Token-Efficient Code Memory for Repository-Level Program Repair
ContextSniper is a token-efficient code memory layer for repository-level program repair using LLM agents. It reduces token usage by up to 51.5% and cost by up to 36.4% while maintaining similar resolution rates on SWE-bench Lite.