paper-with-me

Papers

Resilient Write: A Six-Layer Durable Write Surface for LLM Coding Agents

2026-04-12 · Justice Owusu Agyemang, Jerry John Kponyo, Elliot Amponsah, Godfred Manu Addo Boakye, Kwame Opuni-Boachie Obour Agyekum arxiv

LLM-powered coding agents increasingly rely on tool-use protocols such as the Model Context Protocol (MCP) to read and write files on a developer's workstation. When a write fails - due to content filters, truncation, or an interrupted session - the agent typically receives no structured signal, loses the draft, and wastes tokens retrying blindly. We present Resilient Write, an MCP server that interposes a six-layer durable write surface between the agent and the filesystem. The layers - pre-flight risk scoring, transactional atomic writes, resume-safe chunking, structured typed errors, out-of-band scratchpad storage, and task-continuity handoff envelopes - are orthogonal and independently adoptable. Each layer maps to a concrete failure mode observed during a real agent session in April 2026, in which content-safety filters silently rejected a draft containing redacted API-key prefixes. Three additional tools - chunk preview, format-aware validation, and journal analytics - emerged from using the system to compose this paper. A 186-test suite validates correctness at each layer, and quantitative comparison against naive and defensive baselines shows a 5x reduction in recovery time and a 13x improvement in agent self-correction rate. Resilient Write is open-source under the MIT license.

📄 PDF Abstract BibTeX arXiv:2604.10842

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploiting Commutativity For Practical Fast Replication

2019-02-26 · 16th USENIX Symposium on Networked Systems Design and Implementation 2019 2 · Seo Jin Park; John Ousterhout

Traditional approaches to replication require client requests to be ordered before making them durable by copying them to replicas. As a result, clients must wait for two round-trip times (RTTs) before updates complete. …

Agents Don't Just Agree, They Remember: Benchmarking Persistent Sycophancy in Stateful Personal Agents

2026-07-12 · Xutao Mao, Liangjie Zhao, Leyao Wang, Rui Qian 외 arxiv

Stateful personal agents increasingly maintain long-term user profiles, episodic memories, and reusable skills. This persistence turns conversational sycophancy into a state-writing failure: accepted user-centric claims …

On Using Non-Volatile Memory in Apache Lucene

2018-04-12 · Pydipaty Ramdoot, Saha Amit

Apache Lucene is a widely popular information retrieval library used to provide search functionality in an extremely wide variety of applications. Naturally, it has to efficiently index and search large number of documen…

Information RetrievalRetrieval

MemTxn: A Transaction Boundary for Source-Supported Updates and Complete-State Recovery in Agent Memory

2026-07-30 · Hanshuai Cui, Zhiqing Tang, Zhi Yao, Fanshuai Meng 외 arxiv

Persistent memory lets long-running large language model agents reuse information across sessions and tasks. Yet errors in writable memory can persist and corrupt future behavior. Existing systems improve storage and ret…

Copy-on-Write Scoring: Application-Specific Agent Evaluations

2026-07-15 · Joanna Roy, Sven Hoelzel arxiv

Trustworthy deployment of LLM-based agents in software systems requires evaluating how they perform on application-specific workflows, with enough granularity to localize where they succeed and fail. Yet existing agent e…