Can codified expertise let non-experts match specialist output?
When domain knowledge is captured as explicit rules and principles in an AI agent's scaffolding, can non-experts produce work at expert quality levels without consuming scarce specialist time? This explores whether structured knowledge codification dissolves organizational bottlenecks.
Critical domain knowledge usually resides with a few experts, creating organizational bottlenecks: when experts are unavailable, work halts or proceeds with suboptimal outcomes, and experts must trade their primary work against mentorship. The paper studies this through simulation data visualization, where non-experts default to familiar chart types because choosing appropriate techniques for complex data is hard, and even attempted sophisticated visualizations need expert interpretation.
The contribution is a software-engineering framework for capturing and embedding human domain knowledge into an LLM agent — not a single prompt but a composed system: a request classifier, a RAG system for domain-specific code generation, codified expert rules, and visualization design principles, unified in an agent exhibiting autonomous, reactive, proactive, and social behavior. Across five scenarios with twelve evaluators it delivered a 206% output-quality improvement, reaching expert-level ratings in all cases (versus the baseline's poor performance) with superior, lower-variance code quality.
The keeper claim is organizational: codifying tacit expertise into an agent's scaffolding dissolves the expert bottleneck — non-experts produce expert-level outputs without consuming expert time. The mechanism is that expertise lives in the rules and design principles deliberately externalized into the harness, not in the base model's general capability. This is the single-domain, knowledge-codification cousin of Does structured artifact sharing outperform conversational coordination? — both show that codifying human procedure into structured agent scaffolding beats leaving it implicit.
Inquiring lines that use this note as a source 4
This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.
- How does externalizing tacit expertise into structured rules differ from prompt engineering?
- What organizational bottlenecks emerge when expertise concentrates in few specialists?
- Does codifying expertise into AI agents drive faster labor substitution?
- Can expert-derived knowledge bases scale to other high-stakes domains?
Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does structured artifact sharing outperform conversational coordination?
Explores whether agents coordinating through standardized documents rather than natural language messages achieve better collaboration outcomes. Matters because it challenges the default conversational paradigm in multi-agent system design.
both codify tacit human procedure into structured scaffolding rather than relying on the base model
-
Where does agent reliability actually come from?
Exploring whether LLM agent performance depends on larger models or on thoughtful system design choices like memory, skills, and protocols that shift cognitive work outside the model.
expert rules and design principles are domain-specific harness, the locus of the capability gain
-
Where does AI assistance become unreliable in research?
This explores whether AI capability follows a sharp boundary in research tasks, and what determines which side of that line a task falls on. Understanding this matters because it reveals where humans must stay in control.
codified rules push the reliable-assistance boundary outward for structured, checkable domain tasks
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- How to Build AI Agents by Augmenting LLMs with Codified Human Expert Domain Knowledge? A Software Engineering Framework
- MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation
- From Model Scaling to System Scaling: Scaling the Harness in Agentic AI
- The Incomplete Bridge: How AI Research (Mis)Engages with Psychology
- Scaling Behavior of Single LLM-Driven Multi-Agent Systems
- Bottom-up Domain-specific Superintelligence: A Reliable Knowledge Graph is What We Need
- A Survey on Knowledge Distillation of Large Language Models
- What Does It Take to Be a Good AI Research Agent? Studying the Role of Ideation Diversity
Original note title
codifying expert rules and design principles into an agent's scaffolding lets non-experts produce expert-level work dissolving the organizational expert bottleneck