paper-with-me

홈 › Papers

Nurture-First Agent Development: Building Domain-Expert AI Agents Through Conversational Knowledge Crystallization

2026-03-11 · Linghao Zhang arxiv

The emergence of large language model (LLM)-based agent frameworks has shifted the primary challenge in building domain-expert AI agents from raw capability to effective encoding of domain expertise. Two dominant paradigms -- code-first development, which embeds expertise in deterministic pipelines, and prompt-first development, which captures expertise in static system prompts -- both treat agent construction as a discrete engineering phase preceding deployment. We argue that this sequential assumption creates a fundamental mismatch with the nature of domain expertise, which is substantially tacit, deeply personal, and continuously evolving. We propose Nurture-First Development (NFD), a paradigm in which agents are initialized with minimal scaffolding and progressively grown through structured conversational interaction with domain practitioners. The central mechanism is the Knowledge Crystallization Cycle, whereby fragmented knowledge embedded in operational dialogue is periodically consolidated into structured, reusable knowledge assets. We formalize NFD through: (1) a Three-Layer Cognitive Architecture organizing agent knowledge by volatility and personalization degree; (2) the Knowledge Crystallization Cycle with formal definitions of crystallization operations and efficiency metrics; and (3) an operational framework comprising a Dual-Workspace Pattern and Spiral Development Model. We illustrate the paradigm through a detailed case study on building a financial research agent for U.S. equity analysis and discuss the conditions, limitations, and broader implications of NFD for human-agent co-evolution.

📄 PDF Abstract BibTeX arXiv:2603.10808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BuildingNet: Learning to Label 3D Buildings

2021-10-11 · ICCV 2021 10 · Pratheba Selvaraju, Mohamed Nabail, Marios Loizou, Maria Maslioukova 외

We introduce BuildingNet: (a) a large-scale dataset of 3D building models whose exteriors are consistently labeled, (b) a graph neural network that labels building meshes by analyzing spatial and structural relations of …

2k3D Building Mesh Labeling3D Semantic SegmentationGraph Neural Network+1

Nature-nurture interplay in educational attainment

2020-12-09 · Dilnoza Muslimova, Hans van Kippersluis, Cornelius A. Rietveld, Stephanie von Hinke 외

This paper shows how nature (i.e., one's genetic endowments) and nurture (i.e., one's environment) interact in producing educational attainment. Genetic endowments are measured using a polygenic score for educational att…

How Well Does Agent Development Reflect Real-World Work?

2026-03-01 · Zora Zhiruo Wang, Sanidhya Vijayvargiya, Aspen Chen, Hanmo Zhang 외 arxiv

AI agents are increasingly developed and evaluated on benchmarks relevant to human work, yet it remains unclear how representative these benchmarking efforts are of the labor market as a whole. In this work, we systemati…

A Survey of Vibe Coding with Large Language Models

2025-10-14 · Yuyao Ge, Lingrui Mei, Zenghao Duan, Tianhao Li 외 arxiv

The advancement of large language models (LLMs) has catalyzed a paradigm shift from code generation assistance to autonomous coding agents, enabling a novel development methodology termed "Vibe Coding" where developers v…

Code Generation

Building AI Agents for Autonomous Clouds: Challenges and Design Principles

2024-07-16 · Manish Shetty, Yinfang Chen, Gagan Somashekar, Minghua Ma 외

The rapid growth in the use of Large Language Models (LLMs) and AI Agents as part of software development and deployment is revolutionizing the information technology landscape. While code generation receives significant…

Code GenerationFault localization