Introduction
When people talk about AI, many assume the following:
“Without AI, there is no value.”
However, this assumption itself is incorrect.
The Decision Trace Model is not a framework for AI.
It is:
a design paradigm for treating decision-making as a structure.
AI Is Not a Required Component
In the Decision Trace Model, decision-making is decomposed as follows:
- Event: occurrence of a situation
- Signal: interpretation of the situation
- Decision: generation of a judgment
- Boundary: constraints and policies
- Human: human intervention
- Log: record of the process
The key element here is Signal.
In many cases, Signals are generated by AI (such as LLMs or machine learning).
However, this is not required.
Signals can also be generated by:
- Database query results
- Rule-based evaluations
- API responses
- Human input
In other words:
Decision structures can exist without AI.
Decision Trace as a Standard IT System
Let’s consider a simple inventory management system.
In traditional systems, processing logic is embedded inside code.
However, when viewed through the lens of Decision Trace, it can be decomposed as:
- Event: an order is placed
- Signal: inventory data is retrieved
- Decision: determine whether to ship or hold
- Boundary: check inventory thresholds and policies
- Human: intervene in exceptional cases
- Log: record the decision history
This system already has:
a structure as a decision system.
Examples of Signals Without AI
Beyond inventory systems, many real-world systems operate decision-making without AI.
The key point is:
Signals are generated without AI.
Below are representative examples.
① Call Center (Rule-Based)
Event
A customer inquiry is received
Signal (without AI)
- Keywords in the inquiry
- Customer rank (CRM data)
- Past interaction history
These are derived from existing data and simple conditional logic.
Examples
- “Cancellation” → high priority
- VIP customer → priority flag ON
No semantic understanding is required.
This is:
interpretation through conditions.
Decision
- Prioritize handling
- Route to automated response
- Escalate to a human
This structure is fully implemented with rules + database.
② Manufacturing (Sensor Data)
Event
Equipment is operating
Signal (without AI)
- Temperature readings
- Vibration data
- Threshold comparisons
This directly interprets continuous physical data.
Examples
- Temperature > 80°C → abnormal
- Increased vibration → maintenance required
This is a transformation from:
physical values → operational state
Decision
- Stop the machine
- Issue a warning
- Continue operation
This is a classic example of AI-free decision-making.
③ E-commerce (API Integration)
Event
An order is placed
Signal (without AI)
- Inventory API result
- Payment status
- Shipping availability
These are factual states retrieved from external systems.
Examples
- In stock
- Payment successful
- Shipping available
Signal is generated through:
external state retrieval
Decision
- Ship
- Hold
- Cancel
Decisions are made purely through API composition.
④ Finance (Rule-Based Screening)
Event
A loan application is submitted
Signal (without AI)
- Income
- Employment duration
- Credit score (external data)
These are quantitative attributes.
Examples
- Income > X
- Credit score > Y
Signal is derived from:
numeric condition evaluation
Decision
- Approve
- Reject
- Request additional review
Many financial processes operate on this structure.
⑤ Healthcare (Protocol-Based)
Event
A patient visits
Signal (without AI)
- Body temperature
- Blood pressure
- Symptom checklist
These are evaluated based on medical protocols.
Examples
- Fever + cough → suspected infection
- High blood pressure → observation required
This is:
interpretation through medical rules
Decision
- Conduct tests
- Prescribe medication
- Admit to hospital
Decisions are made based on guidelines.
⑥ Customer Support (Human Input)
Event
An inquiry occurs
Signal (without AI)
- Operator judgment
- Interview findings
- Situation notes
Here, Signal is entirely generated by humans.
Examples
- “Customer is angry”
- “Urgent handling required”
Signal = human interpretation
Decision
- Prioritize
- Escalate
- Issue refund
Even with human Signals, the structure remains the same.
⑦ Supply Chain (Optimization)
Event
A shipment request is issued
Signal (without AI)
- Inventory levels
- Delivery times
- Transportation costs
These inputs are used to compute optimal choices.
Examples
- Fastest route
- Lowest cost route
Here, Signal is generated by:
optimization algorithms (not AI)
Decision
- Select delivery route
Decision-making works with non-AI algorithms.
What These Examples Reveal
All of these cases share a common principle:
- Signal is an interpretation result
- The method of generation does not matter
Signals can be produced by:
- Rules (conditional logic)
- Database queries
- API responses
- Sensor data
- Optimization algorithms
- Human judgment
AI is just one option among these.
Why This Matters
This leads to a fundamental shift.
Traditional IT systems are:
systems that execute processing
In contrast, the Decision Trace Model creates:
systems that execute, record, and improve decisions
This difference is profound.
AI Can Be Added Later
One of the greatest strengths of the Decision Trace Model is:
it enables incremental adoption
You can start with:
- Rule-based Signals
- Simple Decisions
Then gradually incorporate:
- LLM-based classification
- Machine learning predictions
as Signals.
In other words:
AI can be added later.
Reversing the Order of AI Adoption
In many organizations, AI adoption follows this sequence:
- Introduce AI
- Then figure out how to use it
However, this approach does not work.
The reason is simple:
AI is introduced without a defined decision structure.
Design Starts Before AI
What should be done first is something else.
It is:
clarifying how humans make decisions.
In real operations, humans are already doing the following:
- How they interpret situations
- What criteria they use to make decisions
- When they escalate
- What constraints they operate under
If these are not defined,
AI cannot operate in a stable and consistent way.
In other words:
AI does not create decision-making.
It only extends existing decisions.
What the Decision Trace Model Does
The Decision Trace Model is the answer to this problem.
It is a design that:
- externalizes human decision logic
- defines decision-making as a structure
- separates interpretation (Signal) from decision (Decision)
With this structure in place, decisions become:
- reproducible
- recordable
- improvable
The Correct Order
In the Decision Trace Model, the order is reversed.
Conventional approach:
Introduce AI → then figure out how to use it
DTM approach:
Design the decision structure → then embed AI within it
This difference determines whether:
AI “stops” or continues to operate effectively.
Decision Trace as a Decision OS
From this perspective, the Decision Trace Model is not a technology for AI.
It is:
a foundation for decision-making (Decision Infrastructure).
It provides the flexibility to:
- use AI
- not use AI
Because of this, it is:
- easy to adopt
- easy to extend
- continuously improvable
Conclusion
The Decision Trace Model is not built around AI.
It is:
a universal design for treating decision-making as a structure.
AI is only a part of it.
What truly matters is:
having a structured way to make decisions.
AI only gains meaning:
within that structure.
AIシステム設計・意思決定構造の設計を専門としています。
Ontology・DSL・Behavior Treeによる判断の外部化、マルチエージェント構築に取り組んでいます。
Specialized in AI system design and decision-making architecture.
Focused on externalizing decision logic using Ontology, DSL, and Behavior Trees, and building multi-agent systems.
