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

This paper proposes Nurture-First Development (NFD), a paradigm that shifts AI agent creation from static engineering to a continuous, conversational co-evolution process with domain experts, utilizing a Knowledge Crystallization Cycle to progressively transform tacit operational dialogue into structured, reusable expertise.

Linghao Zhang

Published Thu, 12 Ma
📖 5 min read🧠 Deep dive

Imagine you want to teach a brilliant but inexperienced apprentice how to be a master chef.

The Old Ways (Code-First & Prompt-First):
Currently, most people try to build AI agents in two ways:

  1. The "Recipe Book" Method (Code-First): You write a rigid, step-by-step manual. "If the sauce is red, add salt. If it's blue, add sugar." It works perfectly for simple tasks, but if a customer asks for a dish that doesn't fit your manual, the chef freezes. It's hard to update the manual every time the chef learns a new trick.
  2. The "Mega-Prompt" Method (Prompt-First): You try to stuff the chef's brain with a giant, static instruction list before they even enter the kitchen. "Remember to be nice, remember the secret sauce, remember the history of tomatoes..." Eventually, the list gets so long the chef forgets the beginning, or the list becomes outdated the moment a new ingredient is invented.

The Problem:
Both methods assume you can write down everything an expert knows before they start working. But real experts (like doctors, lawyers, or financial analysts) often can't explain exactly how they make decisions. They have "gut feelings" and "patterns" they've learned over years. You can't write those down in a manual; you have to live them.

The New Way: Nurture-First Development (NFD)
This paper proposes a new way to build AI agents: Don't build the agent; raise it.

Think of the AI not as a machine you assemble, but as an apprentice you mentor.

The Core Metaphor: The "Living Library"

Instead of giving the apprentice a finished textbook, you give them a notebook and a mentor.

  1. Start Small (The Scaffold): You start with a very basic agent. It knows how to talk and how to find information, but it doesn't know your specific style yet. It's like a blank notebook.
  2. The Daily Chat (Conversational Immersion): You start working with the agent. You discuss real problems. When you make a decision, you explain why you did it.
    • Example: "I'm buying this stock not because the numbers are good, but because the CEO sounded nervous in the interview."
    • The agent writes this down in its "Experiential Layer" (its daily diary).
  3. The "Crystallization" (The Magic Step): This is the paper's big idea. After a week or a month of chatting, you and the agent sit down for a "review session."
    • You look at all the diary entries.
    • You spot patterns: "Hey, every time the CEO sounds nervous, the stock drops."
    • You turn that pattern into a rule or a skill. You take the messy, scattered notes and turn them into a clean, organized chapter in the agent's "Skill Library."
    • Analogy: It's like turning a messy pile of raw ingredients (daily chats) into a refined, reusable recipe (crystallized knowledge).

The Three "Shelves" of the Agent's Mind

The paper suggests organizing the agent's brain into three distinct shelves to keep things tidy:

  1. The Constitution Shelf (The Soul): This is the agent's personality and core rules. "Always be honest," "Never risk more than 5%." This rarely changes. It's the agent's moral compass.
  2. The Skill Shelf (The Toolkit): This is where the "crystallized" knowledge lives. These are the clean recipes and frameworks you created during your review sessions. "How to analyze a tech startup," "How to spot a bad CEO."
  3. The Experience Shelf (The Diary): This is the messy, growing pile of daily logs, mistakes, and raw conversations. It's huge and constantly changing. This is the raw material you mine for new skills.

The Two Workspaces

To make this work, the paper suggests using two different "rooms":

  • The Nurturing Room (The Kitchen): This is where you chat with the agent every day. It's casual, conversational, and focused on getting work done.
  • The Surgical Room (The Lab): This is where you do the "crystallization." Here, you step back, look at the data, organize the messy notes, and write the new rules. It's a structured, analytical mode.

Why This Matters

The paper uses a Financial Analyst as a case study.

  • Before: The analyst tried to write a manual for the AI. It failed because the analyst couldn't articulate their "gut feelings."
  • After (NFD): They just started chatting. The analyst corrected the AI's mistakes ("No, I wouldn't buy that, the market is too volatile"). Over time, the AI noticed these corrections, found the pattern, and created a new "Risk Assessment Skill."
  • The Result: The AI didn't just follow orders; it learned the analyst's unique way of thinking. It became a true partner, not just a tool.

The Big Takeaway

Nurture-First Development changes the definition of a "developer."

  • In the old days, a software engineer wrote code to build the agent.
  • In this new world, the domain expert (the doctor, the lawyer, the analyst) is the developer. They "develop" the agent simply by doing their job and talking to it.

The agent grows with you. It captures your tacit knowledge (the stuff you know but can't easily explain) and turns it into a superpower that lasts forever. It's not about building a robot; it's about growing a digital brain that thinks exactly like you.