Building Decision-Centric Systems

Level: Intermediate Self-paced Workshop Est. Time: 45–60 min

Learning Objectives

Welcome to The Ontology Masterclass. By the end of this self-paced experience, you will be able to:

Click "Next Step" below to begin Part 1.

Part 1 — What is an Ontology?

Core idea: An ontology is the nouns and verbs of your business.

In a manufacturing context: warehouses supply plants; plants ship product to customers. Those relationships are complex and deeply interconnected—the ontology captures them as they truly are.

The Key Design Rule:

Model how the business actually operates, NOT how your source systems needed to be structured in order to function. ERP tables exist to serve the ERP system. The ontology exists to serve decisions. The result is a high-fidelity digital twin of the operating business.


Name three "nouns" and three "verbs" in your own organization. Which ones exist in your systems only as abstract foreign keys?

Part 2 — The Three Ingredients of a Decision

To make an optimized decision at scale, you need exactly three things working in unison:

1. DATA — What is the current state of the business?

Connect every enterprise ecosystem: homegrown, off-the-shelf, legacy, or modern cloud stacks. This uses two primary patterns:

2. LOGIC — How should I think about that state?

Logic handles interpretation, living at many levels of sophistication: spreadsheets, rules-based engines, ML models/forecasts, or third-party optimizers. The point is to bind the logic directly to the semantic object it governs (e.g., "here is exactly how a warehouse is reasoned about").

3. ACTIONS — How do I change the real world?

Actions are modeled as first-class citizens in the ontology. Rather than just viewing data, you write back directly to core transactional applications (e.g., writing back to SAP to trigger an STO moving physical product from A to B across the logistics network).


Pick one recurring decision your team makes weekly. Write down the data it needs, the logic used, and the action that completes it. (Hint: If the final action is "email someone", you found a prime automation candidate!)

Part 3 — What You Build on Top

Once the foundation is laid, value scales across three primary application layers:

Layer 1: Workflows and Analytics

Workflows seamlessly bridge processes, operational software, and real people. Analytics become a direct byproduct of these active workflows—insights bubble up naturally from real processes, rather than acting as a disconnected, static reporting exercise.

Layer 2: Automations and Reasoning

Generative AI and Large Language Models (LLMs) reason natively against the ontology. Because LLMs were never pre-trained on your specific operational rules or private internal systems, the ontology supplies the exact context they lack. The model sees how the business connects, treats deterministic business logic as tools, and safely triggers backend write-backs—completely elimination the inefficient "swivel chair" workflow.

Layer 3: Products and SDK

Expose your operational data fabric cleanly via reusable assets: dedicated data products, custom internal plant-floor applications, consumer-facing React front-ends, or a generated Ontology SDK that lets developers effortlessly program agentic workflows straight into existing enterprise code bases.

Part 4 — The End State & Key Terms

The goal is humans and artificial intelligence working lock-step over a shared operational language. Humans remain directly in the loop where high-level nuance, strategy, and empathy matter; the system automatically orchestrates the tedious mechanical steps.

Summary in one sentence: You need an ontology to model the data, the logic, and the actionable execution frameworks that drive decisions in your business.

Glossary Reference

Ontology A semantic model of the business as objects (nouns) and relationships (verbs).
Decision-Centric System A platform explicitly architecturalized around decisions and action execution, not just dashboard reporting.
Semantic Object A structural entity carrying both its live data attributes and its governing business logic.
Write-Back Pushing a real-time tactical decision straight into a source-of-truth system as a live transaction.
Digital Twin A live, operational model reflecting exactly how a business is running in the physical world right now.
Swivel Chair Manually copying information between an analytics tool and an operational system to perform an action.

Knowledge Check

Test your understanding of the concepts covered before jumping into the final application assignment.

1. Why must an ontology model how the business operates rather than matching source database systems?

  • Source systems are structured for transactional storage limits, whereas ontologies are built to serve rapid, cross-functional business decisions.
  • Source systems use old databases that can\'t handle basic objects or simple object relationships.

2. What are the three essential pillars required to make a comprehensive decision-centric system?

  • Dashboards, Data Warehouses, and ETL Pipelines.
  • Data, Logic, and Actions.

3. Why is giving an LLM raw data access alone insufficient for complex enterprise operations?

  • LLMs were never trained on your company mechanics; they require the relational context, logic boundaries, and action verbs provided by an ontology.
  • LLMs are strictly incapable of reading rows and columns inside relational tables.

Application Assignment

Map a real operational workflow within your current organization (e.g., Inventory Replenishment, Customer Onboarding, or Incident Triage) into a clean, decision-centric architecture:

What are the primary objects involved and how do they interact?

What internal systems supply the real data attributes for these objects?

Where does the decision logic currently live? (Head, Excel, Python model?)

What is the exact target application and API/write-back transaction?

Workshop Complete!

Fantastic work finishing this workspace module. You have mapped the foundational theory of decision-centric system architecture and applied it cleanly to your own business environment.

If you want to keep your notes, make sure to copy your typed text answers from the interactive fields before closing this browser window.