Table of Contents
Fetching ...

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

Linghao Zhang

TL;DR

This work proposes Nurture-First Development (NFD), a paradigm in which agents are initialized with minimal scaffolding and progressively grown through structured conversational interaction with domain practitioners, whereby fragmented knowledge embedded in operational dialogue is periodically consolidated into structured, reusable knowledge assets.

Abstract

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.

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

TL;DR

This work proposes Nurture-First Development (NFD), a paradigm in which agents are initialized with minimal scaffolding and progressively grown through structured conversational interaction with domain practitioners, whereby fragmented knowledge embedded in operational dialogue is periodically consolidated into structured, reusable knowledge assets.

Abstract

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.
Paper Structure (27 sections, 1 theorem, 5 equations, 8 figures, 2 tables, 1 algorithm)

This paper contains 27 sections, 1 theorem, 5 equations, 8 figures, 2 tables, 1 algorithm.

Key Result

Proposition 1

Under the assumption that crystallization operations are validated (i.e., only genuinely supported patterns are promoted to the Skill Layer), the value function is non-decreasing across crystallization cycles: This follows from the definition of crystallization: $\mathcal{H}(S_{\tau}') \geq \mathcal{H}(S_{\tau})$ ensures $\mathrm{Structure}(S)$ does not decrease, while validated crystallization p

Figures (8)

  • Figure 1: Integrated overview of the Nurture-First Development framework. The diagram unifies the four core contributions: ➀ the Three-Layer Cognitive Architecture (center stack) organizing knowledge by volatility---Constitutional (blue, low), Skill (teal, medium), and Experiential (amber, high); ➁ the Knowledge Crystallization Cycle (surrounding ring) with four phases---Conversational Immersion, Experiential Accumulation, Deliberate Crystallization, and Grounded Application; ➂ the Dual-Workspace Pattern (left: Surgical Workspace for crystallization; right: Nurturing Workspace for operational dialogue); and ➃ the Spiral Development Model (outer expanding trajectory) through which these components interact across successive development revolutions. Arrows trace the flow of knowledge: tacit expertise enters through conversation (right), accumulates as experiential records (bottom), is crystallized into structured skill references (left), and grounds future interactions at progressively higher baselines (top). Section numbers indicate where each component is formally developed.
  • Figure 2: Three paradigms of agent development. Code-First and Prompt-First follow a linear develop-then-deploy lifecycle with a hard boundary between construction and operation. Nurture-First dissolves this boundary: a spiral of scaffolding, nurturing, and crystallization phases interleaves development with deployment, enabling continuous knowledge growth throughout the agent's operational lifetime.
  • Figure 3: Three-Layer Cognitive Architecture. Knowledge is organized into three layers by volatility and personalization degree. The Constitutional Layer (low volatility, loaded every session) contains identity and principles. The Skill Layer (medium volatility, loaded on demand) contains structured domain knowledge. The Experiential Layer (high volatility, searched semantically) contains accumulated operational experience. Upward crystallization arrows represent knowledge consolidation; downward grounding arrows represent interpretive application.
  • Figure 4: The Knowledge Crystallization Cycle. Four phases form an ascending spiral: (1) Conversational Immersion generates knowledge fragments through operational dialogue; (2) Experiential Accumulation logs and tags these fragments in persistent memory; (3) Deliberate Crystallization consolidates patterns into structured knowledge assets; (4) Grounded Application deploys crystallized knowledge in practice, generating new experiences at a higher baseline. Each revolution raises the agent's knowledge fidelity.
  • Figure 5: The Dual-Workspace Pattern. The Surgical Workspace (left) provides full filesystem access for batch processing, crystallization, and skill development. The Nurturing Workspace (right) is the agent's runtime environment for daily conversational interaction. Both operate on shared state---the agent's file system---enabling seamless knowledge transfer between development and operational modes.
  • ...and 3 more figures

Theorems & Definitions (4)

  • Definition 1: Agent Knowledge State
  • Definition 2: Experiential Accumulation
  • Definition 3: Knowledge Crystallization
  • Proposition 1: Non-decreasing Value