paper-with-me

Papers

Mise en Place for Agentic Coding: Deliberate Preparation as Context Engineering Methodology

2026-05-06 · Andrew Zigler arxiv

The rapid adoption of AI coding agents has produced a dominant workflow pattern -- often called "vibe coding" -- that prioritizes speed of implementation over deliberate preparation. We argue that this approach creates a systematic alignment problem: agents that lack sufficient context produce code requiring extensive debugging and refactoring, consuming substantial development time. Drawing on the culinary concept of mise en place (everything in its place; abbreviated MEP), we propose a three-phase preparation methodology for agentic coding: (1) contextual grounding, where domain expertise and tacit knowledge are externalized into structured documents; (2) collaborative specification, where human-agent dialogue produces detailed design artifacts; and (3) task decomposition, where specifications are converted into structured, dependency-aware task records. We report on the application of MEP during a competitive hackathon, where roughly two hours of preparation enabled a rapid parallel implementation of a full-stack educational platform by concurrent AI agents. We introduce the concept of context fluency as an emerging developer skill -- the ability to create rich, structured context that agents can act on -- and connect it to established frameworks in backward design and tacit knowledge externalization. We conclude with a research agenda for empirically validating preparation-phase methodologies in AI-assisted software development.

📄 PDF Abstract BibTeX arXiv:2605.05400

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic coding without the cloud: evaluating open-weight large language models on longitudinal data preparation tasks

2026-07-23 · Mack Nixon, Liam Wright, Yevgeniya Kovalchuk, Alison Fang-Wei Wu 외 arxiv

Large language models (LLMs) and agents are now widely used tools in code development, with data typically sent to third-party cloud-based models. Their adoption in research using personal data is constrained by governan…

AGORA: An Archive-Grounded Benchmark for Agentic Workplace Document Reasoning

2026-06-23 · Honglin Guo, Qi Zhang, Yu Zhang, Weijie Li 외 arxiv

Large language models are increasingly deployed as agents that reason over documents rather than answer from parametric knowledge. We study archive-grounded reasoning: locating sparse evidence across a large, messy colle…

SEW: Self-Evolving Agentic Workflows for Automated Code Generation

2025-05-24 · Siwei Liu, Jinyuan Fang, Han Zhou, Yingxu Wang 외

Large Language Models (LLMs) have demonstrated effectiveness in code generation tasks. To enable LLMs to address more complex coding challenges, existing research has focused on crafting multi-agent systems with agentic …

Code Generation

The Seeds of Scheming: Weakness of Will in the Building Blocks of Agentic Systems

2025-12-05 · Robert Yang arxiv

Large language models display a peculiar form of inconsistency: they "know" the correct answer but fail to act on it. In human philosophy, this tension between global judgment and local impulse is called akrasia, or weak…

Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution

2026-06-27 · Shuang Cui, Fan Ji, Guanglong Sun, Yufei Guo 외 arxiv

Real-world image restoration (IR) remains challenging due to complex and coupled degradations. While recent agentic IR frameworks leverage Large Language Models for flexible tool planning, they face two critical limitati…

Image Restoration