paper-with-me

홈 › Papers

Why Git Is the Memory Solution for the Agentic Development Lifecycle

2026-07-15 · Frank Guo arxiv

Coding agents now produce a growing share of a team's code, while the reasoning behind each change -- the alternatives weighed, the constraints discovered, the approaches rejected -- is trapped in assistant transcripts that vanish with the session. Memory for this setting, the agentic development lifecycle (ADLC), is usually posed as one retrieval problem and built as machinery: tiered stores, memory graphs, compiled wikis, model-judged admission. We argue memory should instead be git-bound -- built into the repository's version control, inheriting the guarantees the machinery struggles to construct: ground truth from commits, freshness from rebuild, verification from the merge, containment from review. On this ledger we solve two problems separately, then combine them. Seed supply is closed as an eight-corpus retrieval study under a pre-registered ship discipline: five imported ranking mechanisms rejected, two kept, and a best configuration of ~0.31 pooled MRR -- ~60x the raw-transcript grep floor, ~15x an honest parsed-turn floor. Answer assembly is where ranking stops helping: single-shot retrieval scores only 0.07-0.20 answer-sufficiency on real developer questions, and ungated episode injection measurably degrades good answers. A router dispatches breadth to a git-anchored structural map, pointed lookups to confidence-gated episodes, and rationale to decision synthesis, which reconstructs why-arcs no single session contains (0.83 sufficiency on a young ~50k-LOC production system). Routed, the system answers at 382-980 tokens per question -- three orders of magnitude below the recorded history. Because ground truth is mined from commit-session links rather than annotated, every result is replicable on any user's own history at zero labeling cost. The remaining constraint is capture. Code, benchmark, and paper source: github.com/rekal-dev/rekal-cli.

📄 PDF Abstract BibTeX arXiv:2607.14390

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QSAF: A Novel Mitigation Framework for Cognitive Degradation in Agentic AI

2025-07-21 · Hammad Atta, Muhammad Zeeshan Baig, Yasir Mehmood, Nadeem Shahzad 외 arxiv

We introduce Cognitive Degradation as a novel vulnerability class in agentic AI systems. Unlike traditional adversarial external threats such as prompt injection, these failures originate internally, arising from memory …

Agentic Recommender System with Hierarchical Belief-State Memory

2026-05-14 · Xiang Shen, Yuhang Zhou, Yifan Wu, Zhuokai Zhao 외 arxiv

Memory-augmented LLM agents have advanced personalized recommendation, yet existing approaches universally adopt flat memory representations that conflate ephemeral signals with stable preferences, and none provides a co…

AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle

2026-05-29 · Weitong Qian, Beicheng Xu, Zhongao Xie, Bowen Fan 외 arxiv

Scientific research has traditionally been human-intensive, requiring researchers to coordinate literature, ideas, experiments, manuscripts, and review responses across long project cycles. The rise of LLM-based scientif…

MemArchitect: A Policy Driven Memory Governance Layer

2026-03-18 · Lingavasan Suresh Kumar, Yang Ba, Rong Pan arxiv

Persistent Large Language Model (LLM) agents expose a critical governance gap in memory management. Standard Retrieval-Augmented Generation (RAG) frameworks treat memory as passive storage, lacking mechanisms to resolve …

Demystifying the Lifecycle of Failures in Platform-Orchestrated Agentic Workflows

2025-09-28 · Xuyan Ma, Xiaofei Xie, Yawen Wang, Junjie Wang 외 arxiv

Agentic workflows built on low-code orchestration platforms enable rapid development of multi-agent systems, but they also introduce new and poorly understood failure modes that hinder reliability and maintainability. Un…