Skip to content

Commit 9c76f45

Browse files
committed
docs(objective): expand capture-knowledge with SME and AI context
1 parent 2a0a634 commit 9c76f45

File tree

1 file changed

+84
-26
lines changed

1 file changed

+84
-26
lines changed
Lines changed: 84 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
---
2+
title: >-
3+
D: Capture Knowledge - Enterprise Knowledge Mapping
4+
authors:
5+
- Jacobus Geluk
6+
hide:
7+
- toc
8+
date_published: "2022-01-01"
9+
letter_prefix: "D"
210
description: >-
311
Learn how to capture and preserve institutional knowledge using
412
Enterprise Knowledge Graphs. Discover how EKG serves as the
@@ -13,62 +21,112 @@ keywords:
1321
- EKG method
1422
- enterprise knowledge graph
1523
schema_type: "Article"
16-
letter_prefix: "D"
1724
---
1825

1926
# Capture Knowledge
2027

2128
<!--summary-start-->
2229

23-
_Preserving institutional expertise to enable a whole new league of AI-driven use cases._
30+
_Preserving institutional expertise to enable a whole new league of
31+
AI-driven use cases._
2432

2533
<!--summary-end-->
2634

27-
In every enterprise, the most valuable asset is often the most fragile: **Institutional Knowledge**. This knowledge exists in two forms: **Explicit Knowledge** (scattered across PDFs, diagrams, and emails) and **Tacit Knowledge** (the specialized "know-how," rules of thumb, and method choices residing in the heads of your Subject Matter Experts (SMEs)).
35+
In every enterprise, the most valuable asset is often the most
36+
fragile: **Institutional Knowledge**. This knowledge exists in two
37+
forms: **Explicit Knowledge** (scattered across PDFs, diagrams, and
38+
emails) and **Tacit Knowledge** (the specialized "how-how," rules of
39+
thumb, and method choices residing in the heads of your Subject Matter
40+
Experts (SMEs)).
2841

29-
The Use Case Tree Method uses the Enterprise Knowledge Graph (EKG) as the definitive technology stack to capture, formalize, and activate this knowledge before it "walks out the door."
42+
The Use Case Tree Method uses the Enterprise Knowledge Graph (EKG) as
43+
the definitive technology stack to capture, formalize, and activate
44+
this knowledge before it "walks out the door."
3045

3146
## The Institutional Knowledge Problem
3247

33-
Traditionally, when an SME leaves or retires, their expertise leaves with them. Documentation is often a "write-once, read-never" graveyard of information that AI cannot reliably use without context.
48+
Traditionally, when an SME leaves or retires, their expertise leaves
49+
with them. Documentation is often a "write-once, read-never" graveyard
50+
of information that AI cannot reliably use without context.
3451

3552
This creates a bottleneck:
36-
- **Productivity Drain**: SMEs spend 30-50% of their time answering the same questions or hunting for data.
37-
- **AI Hallucinations**: Generic AI models lack the "ground truth" of your specific business logic, leading to unreliable outputs.
38-
- **Lost Rationale**: We know *what* was decided in the past, but we've lost the *why*—the expert logic that drove those decisions.
3953

40-
## How EKG Captures Expertise
54+
- **Productivity Drain**: SMEs spend 30-50% of their time answering
55+
the same questions or hunting for data.
56+
- **AI Hallucinations**: Generic AI models lack the "ground truth" of
57+
your specific business logic, leading to unreliable outputs.
58+
- **Lost Rationale**: We know _what_ was decided in the past, but
59+
we've lost the _why_—the expert logic that drove those decisions.
4160

42-
An EKG doesn't just store data; it captures **meaning and relationships**. By using the [Use Case Tree](../concept/use-case-tree.md), organizations can systematically extract knowledge from SMEs and turn it into **executable models**.
61+
## How EKG Captures Expertise
4362

44-
1. **Structured SME Logic**: SMEs define the [Concepts](../concept/concept.md), [Outcomes](../concept/outcome.md), and [Workflows](../concept/workflow.md) that drive the business. This transforms "head-knowledge" into machine-readable [Ontologies](../concept/ontology.md).
45-
2. **Contextual Mapping**: Every data point is linked to the business capability it supports. You aren't just capturing "what" the data is, but the **constraints and dependencies** that define its use.
46-
3. **Durable Intellectual Property**: The knowledge becomes part of the enterprise's software fabric—reusable, versioned, and protected from employee turnover.
63+
An EKG doesn't just store data; it captures **meaning and
64+
relationships**. By using the
65+
[Use Case Tree](../concept/use-case-tree.md), organizations can
66+
systematically extract knowledge from SMEs and turn it into
67+
**executable models**.
68+
69+
1. **Structured SME Logic**: SMEs define the
70+
[Concepts](../concept/concept.md),
71+
[Outcomes](../concept/outcome.md), and
72+
[Workflows](../concept/workflow.md) that drive the business. This
73+
transforms "head-knowledge" into machine-readable
74+
[Ontologies](../concept/ontology.md).
75+
2. **Contextual Mapping**: Every data point is linked to the business
76+
capability it supports. You aren't just capturing "what" the data
77+
is, but the **constraints and dependencies** that define its use.
78+
3. **Durable Intellectual Property**: The knowledge becomes part of
79+
the enterprise's software fabric—reusable, versioned, and protected
80+
from employee turnover.
4781

4882
## AI Acceleration: The Ground Truth Foundation
4983

50-
The rise of Large Language Models (LLMs) has changed the game. AI is no longer just a tool; it is a productivity accelerator. However, AI is only as good as the knowledge it is grounded in.
84+
The rise of Large Language Models (LLMs) has changed the game. AI is
85+
no longer just a tool; it is a productivity accelerator. However, AI
86+
is only as good as the knowledge it is grounded in.
5187

5288
**EKG is the "Fact-Checking Guardrail" for AI.**
5389

54-
- **GraphRAG (Retrieval-Augmented Generation)**: Instead of letting an AI guess, you feed it structured facts from your EKG. This ensures the AI's output is accurate, traceable, and compliant with enterprise standards.
55-
- **Neuro-symbolic Harmony**: We combine the **probabilistic power** of GenAI (extracting knowledge from millions of documents) with the **symbolic precision** of EKGs (the validated rules provided by your SMEs).
56-
- **Accelerating SMEs**: Instead of doing the "grunt work" of data retrieval, your experts use AI to turn interviews and past debriefs into structured knowledge linked to evidence, which is then instantly validated against the EKG.
57-
58-
!!! success "The Result: A New League of Use Cases"
59-
By capturing knowledge in an EKG, you move from "Data Management" to "Intelligence Management." You enable strategic use cases—like [Complex Construction Quotations](strategic-usecases.md#complex-construction-project-quotations)—that were previously impossible due to the sheer volume of expert knowledge required.
90+
- **GraphRAG (Retrieval-Augmented Generation)**: Instead of letting an
91+
AI guess, you feed it structured facts from your EKG. This ensures
92+
the AI's output is accurate, traceable, and compliant with
93+
enterprise standards.
94+
- **Neuro-symbolic Harmony**: We combine the **probabilistic power**
95+
of GenAI (extracting knowledge from millions of documents) with the
96+
**symbolic precision** of EKGs (the validated rules provided by your
97+
SMEs).
98+
- **Accelerating SMEs**: Instead of doing the "grunt work" of data
99+
retrieval, your experts use AI to turn interviews and past debriefs
100+
into structured knowledge linked to evidence, which is then
101+
instantly validated against the EKG.
102+
103+
!!! success "The Result: A New League of Use Cases" By capturing
104+
knowledge in an EKG, you move from "Data Management" to "Intelligence
105+
Management." You enable strategic use cases—like
106+
[Complex Construction Quotations](strategic-usecases.md#complex-construction-project-quotations)—that
107+
were previously impossible due to the sheer volume of expert knowledge
108+
required.
60109

61110
## Why it Matters Now
62111

63-
As AI begins to take over routine cognitive tasks, the primary role of the human expert shifts from **doing the task** to **defining the logic** that drives the AI.
112+
As AI begins to take over routine cognitive tasks, the primary role of
113+
the human expert shifts from **doing the task** to **defining the
114+
logic** that drives the AI.
64115

65-
Capturing knowledge in an EKG ensures that your organization owns the "brain" of its AI systems. It isn't just about efficiency; it's about **Agility**—the ability to reuse expert knowledge across the entire organization to build new capabilities at the speed of thought.
116+
Capturing knowledge in an EKG ensures that your organization owns the
117+
"brain" of its AI systems. It isn't just about efficiency; it's about
118+
**Agility**—the ability to reuse expert knowledge across the entire
119+
organization to build new capabilities at the speed of thought.
66120

67121
---
68122

69123
### Related Content
70124

71-
- **[Align with Business Strategy](align-with-business-strategy.md)** - Mapping knowledge to goals
72-
- **[Strategic Use Cases](strategic-usecases.md)** - Where captured knowledge delivers the most value
73-
- **[Use Case Tree](../concept/use-case-tree.md)** - The structure for mapping all knowledge
74-
- **[Modularity Managed](modularity.md)** - Turning knowledge into reusable components
125+
- **[Align with Business Strategy](align-with-business-strategy.md)**
126+
- Mapping knowledge to goals
127+
- **[Strategic Use Cases](strategic-usecases.md)** - Where captured
128+
knowledge delivers the most value
129+
- **[Use Case Tree](../concept/use-case-tree.md)** - The structure for
130+
mapping all knowledge
131+
- **[Modularity Managed](modularity.md)** - Turning knowledge into
132+
reusable components

0 commit comments

Comments
 (0)