Computational model

Type: kb/types/tag-readme.md · Status: current

What kind of "programs" LLM instructions are, and what programming-language concepts — scoping, homoiconicity, partial evaluation, typing — illuminate their behavior. Where learning-theory covers how systems learn and tags covers how knowledge bases are operated, this area covers the computational properties of the medium itself and the scheduling architecture that follows from context scarcity. This is a selective head; the published site appends the complete listing, and the scoped rg recipes recover full membership.

Foundations

Scheduling & Orchestration

Instruction Properties

Error Correction & Reliability

Dual-tagged with LLM interpretation errors, which provides the broader error theory; these claims are about the scheduling architecture.

Tensions

  • The homoiconic medium enables extensibility (ad hoc prompts, unified calling conventions) but requires explicit scoping disciplines precisely because there are no structural boundaries. The constraining gradient from instructions to scripts is one response — codifying imposes the structure the medium lacks.
  • llm-interpretation-errors — error correction theory, oracle hardening, and reliability dimensions; explains why the scheduling architecture works
  • tool-loop — the loop-exposure and hidden-scheduler cluster, including the observability failures of framework-owned loops
  • learning-theory — how systems learn through constraining, codification, distillation; the computational model explains what kind of programs these mechanisms operate on
  • tags — practical architecture applying these computational properties; frontloading and indirection cost are PL concepts applied to KB instructions

Agent Notes: - 2026-03-10: the Scheduling & Orchestration cluster plus the Multi-Agent Aggregation note form the core of a paper outline presenting the scheduling model for an academic audience.

Other tagged notes