Skip to main content
TealTiger makes a fundamental choice: deterministic enforcement over probabilistic decisions. This page explains why and what it means for you.

The Core Principle

Governance decisions must be reproducible.
If the same inputs produce different outcomes, you don’t have governance — you have uncertainty.
TealTiger guarantees that the same input + same policy version = same decision. Every time. This isn’t a limitation. It’s a safety feature.

Deterministic vs Probabilistic

Let’s compare the two approaches:

Deterministic (TealTiger’s Model)

Characteristics:
  • Same inputs → same decision
  • Decisions traceable to explicit policy conditions
  • Failures explainable with reason codes
  • Audits are meaningful and defensible

Probabilistic (What We Avoid)

Characteristics:
  • Same inputs → sometimes different decisions
  • Decisions depend on confidence scores, hidden heuristics, or adaptive learning
  • Explanations are incomplete or post-hoc
  • Audits become “best effort”

Why Deterministic > Probabilistic (for Governance)

1. Auditability Requires Repeatability

The problem: Governance systems must produce evidence.
Why it matters:
  • Incident investigations require reproducible evidence
  • Compliance audits need defensible records
  • Debugging requires consistent behavior
  • Regulators expect deterministic systems

2. Security Enforcement Must Minimize Surprise

The problem: Probabilistic enforcement creates “decision drift.”
Why it matters:
  • Developers can trust the system
  • Security teams can rely on enforcement
  • Users understand what’s allowed
  • No surprises during incidents

3. Developers Need Debuggability, Not Mystery

The problem: Probabilistic systems are hard to debug.
Why it matters:
  • Developers can debug issues quickly
  • Support teams can explain failures
  • No “works on my machine” problems
  • Clear mental model

4. Governance Is a Contract, Not a Suggestion

The problem: Probabilistic outcomes turn governance into uncertainty.
Why it matters:
  • Compliance requires certainty
  • Regulated industries need guarantees
  • Mission-critical systems can’t tolerate “maybe”
  • Contracts are enforceable, suggestions are not

5. Incident Response Depends on Deterministic Evidence

The problem: Post-incident analysis requires reproducible decisions.
Why it matters:
  • Incident investigations need facts, not guesses
  • Root cause analysis requires reproducibility
  • Compliance audits need defensible evidence
  • Legal proceedings require certainty

Where Probabilistic Signals Still Fit

TealTiger can consume probabilistic signals as inputs without making enforcement probabilistic.
The pattern:
  • Signals may be probabilistic (ML classifiers, anomaly detectors)
  • Decisions are deterministic (policy-based thresholds)
This keeps enforcement explainable and stable.

Real-World Example

Here’s how determinism helps in practice:

Scenario: Budget Enforcement

Benefits:
  • User understands why request was blocked
  • Developer can debug the issue
  • Finance team can verify budget enforcement
  • Auditor can confirm compliance

What About Future Versions?

Future versions may introduce:
  • Richer signals (better PII detection, smarter anomaly detection)
  • Improved policy authoring (easier to write complex policies)
  • Enhanced risk models (more sophisticated risk scoring)
But TealTiger will always treat enforcement as:
  • Explicit
  • Deterministic
  • Explainable
  • Reproducible
We may evolve the inputs, but never the requirement for reproducible decisions.

Common Questions

”Doesn’t determinism limit flexibility?”

No. Determinism provides predictability, not rigidity.

”What about ML-based guardrails?”

ML classifiers can provide signals, but policies make decisions.

”Can policies adapt over time?”

Yes, but explicitly, not automatically.

Summary

TealTiger chooses determinism because governance requires: Consistency - Same input = same output
Explainability - Clear reason codes
Audit-grade evidence - Reproducible decisions
Developer trust - No surprises
Probabilistic “AI-like” enforcement may seem attractive, but for security, cost, and reliability governance, it’s a liability. Deterministic decisions keep governance boring — and boring is safe.

Goals

What TealTiger is designed to achieve

Stability Guarantees

What’s guaranteed stable

Best Practices

How to use TealTiger effectively

Anti-Patterns

Common mistakes to avoid