Architecture

Overview

True Robust Control is implemented on top of the
AITL (Adaptive Intelligent Three-Layer) architecture.

Each layer has a clearly separated responsibility.


Layer Responsibilities

Inner Loop — Control Execution


Middle Layer — FSM (Supervision)

FSM answers:

What mode should the system be in now?


Outer Layer — LLM (Design Intelligence)

LLM answers:

What should be changed, and why?


Robust Monitor (Cross-Layer)


Architectural Philosophy

No layer violates another’s responsibility.