菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-06
📄 Abstract - Mise en Place for Agentic Coding: Deliberate Preparation as Context Engineering Methodology

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.

顶级标签: agents llm machine learning
详细标签: coding agents context engineering methodology software development 或 搜索:

为智能编码做好准备:将审慎准备作为上下文工程方法论 / Mise en Place for Agentic Coding: Deliberate Preparation as Context Engineering Methodology


1️⃣ 一句话总结

本文借鉴烹饪中“备料到位”的理念,提出一种在AI编码前进行系统化准备的三阶段方法(上下文奠定、协作细化、任务分解),通过案例验证其能大幅提升AI编码效率与质量,并定义了“上下文流畅度”作为开发者新技能。

源自 arXiv: 2605.05400