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 read this note 5
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Can prompting strategies overcome LLM biases without model fine-tuning? Does decoupling planning from execution improve multi-step reasoning accuracy? How does AI adoption affect human skill development and labor equality? Does domain specialization cause models to lose capabilities elsewhere? Does AI fluency substitute for verifiable accuracy in human judgment?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
- COLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge Distillation
- Agents' Last Exam
- 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
- LatentSkill: From In-Context Textual Skills to In-Weight Latent Skills for LLM Agents
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