Philosophy

Expert System, Not LLM

Deterministic pattern-matching for predictable production behavior.

Back to Overview

Core Distinction

The "agent" in Project Phoenix is a deterministic pattern-matcher, not a language model. Production systems need predictability, auditability, and reliability.

"The 'agent' in Project Phoenix is a deterministic pattern-matcher, not a language model. Production systems need predictability, auditability, and reliability."

LLM Role vs Expert System Role

Phase LLM Role Expert System Role
Development Idea generation, code expansion, brainstorming What is being built
Validation Testing, semantic comparison, context understanding What is being tested
Production Not used What actually runs

Industry Context

Project Phoenix mirrors industry trends where "Agentic AI" systems (Expedia, Google, Kayak) use deterministic expert systems for execution while LLMs accelerate development.

Deterministic pattern-matching replaces probabilistic generation for tasks that must be reproducible and auditable.