Desired state systems | Branislav Jenco
Text version of NDC Oslo 2021 talk. A desired state system wraps a mutable, imperative API with a declarative interface: the user specifies what should be, the system observes actual state, diffs, and reconciles. Examples: React (open-loop, DOM), Terraform (closed-loop, infrastructure), Kubernetes (continuous reconciliation, multiple controllers). Connects to control theory — feedback loops, hysteresis, list-watch pattern.