Computational model

Type: index · Status: current

Programming language concepts applied to LLM instructions and agent architectures. Where learning-theory covers how systems learn and improve, and kb-design covers how knowledge bases are built and operated, this area covers the computational properties of the medium itself — what kind of "programs" LLM instructions are, and what PL concepts illuminate their behavior.

Foundations

Scheduling & Orchestration

Instruction Properties

Tensions

  • The homoiconic medium enables extensibility (ad hoc prompts, unified calling conventions) but requires explicit scoping disciplines (lexical frames, tier separation) precisely because there are no structural boundaries. The stabilisation gradient from instructions to scripts is one response — crystallising imposes the structure the medium lacks.
  • learning-theory — how systems learn through stabilisation, crystallisation, distillation; the computational model explains what kind of programs these mechanisms operate on
  • kb-design — practical architecture that applies these computational properties; frontloading and indirection cost are PL concepts applied to KB instructions