How the system fits together

lmkgpt is a single pipeline. You describe a job once. The app analyzes the request, runs a coordinated set of model calls, and stores enough state for you to audit what happened. The diagram below is the through-line most visitors need before they read individual features.

  1. Your promptAsk
  2. Plan and rolesAnalyze
  3. Orchestrator runsExecute
  4. Parallel workSub-agents
  5. One answerSynthesize
  6. Sessions and outputStore

What else sits in the path

The high-level flow is the spine. These pieces sit alongside it. Each one exists to keep sessions honest, safe, and inspectable.

Further reading

These are independent references, not marketing copy. They are the sort of sources a serious buyer or architect expects when evaluating agent systems, streaming UIs, and database-backed knowledge.

Go deeper in product

The feature walkthrough for engineers is on Technically Speaking.

Under the hood →

Field notes on each layer

Short posts map each part of the system to a primary, citable reference.

Blog →