Discipline Gap

Definition

One of five gap taxonomies the speaker defines: the inefficiency exists not in the market or information, but in human execution. Polymarket comparative data shows bots using identical strategies to human traders captured roughly twice the profit purely through consistent position sizing, no emotional overrides, no fatigue, and no missed trades. The speaker extends this to business: sales teams that know but don't follow the playbook, content pipelines with erratic quality, and operations teams that drift from protocol under pressure all represent discipline gaps AI can close.

The concept applies equally to generalized AI agents: without grounded context and disciplined design, they behave like autocomplete rather than engineered systems. Domain memory and harness design impose discipline on agents by forcing them to follow a rigid loop: orient to current state, read the environment carefully, make one testable change, and update shared memory before taking further action. This architectural discipline prevents the erratic, ungrounded behavior characteristic of undirected agents.

Key Discussions