2026-07-30 ยท Primitive

The Control Loop Is The Missing AI Planning Primitive

The pattern I keep seeing is that AI planning tools are too eager to become the source of truth.

They summarize the work. They rank the tasks. They produce a daily plan. Sometimes that is useful. But if the system does not know the difference between the original plan, the actual state of the business, the current forecast, and a hypothetical scenario, it can make priorities sound intelligent while quietly hiding drift.

That matters because business work rarely misses the plan in a clean way.

A building materials supplier might pay the same vendor invoice twice because the invoice arrived through two channels and one copy had a handwritten delivery note. The duplicate is not obvious from one field. It depends on vendor, amount, date, purchase order, delivery evidence, and whether a leading zero changed the invoice number.

An aerospace machining supplier might finish a first-article documentation fix and include engineering time on the final invoice. Quality approved the correction. The customer quality contact agreed by email. But the approval never became a billable change order, so finance now has cost without clean commercial authorization.

In both cases, the issue is not that the business lacks a dashboard. The issue is that operating reality has drifted away from the model the business is using to make decisions.

I think the missing primitive is control-loop state.

By that I mean a structured layer that keeps five things distinct.

First, the baseline. What did the business expect before the week, month, job, or quarter started?

Second, actuals. What has really happened, backed by source evidence and reviewed where the stakes require it?

Third, forecast. If the current pattern continues, what happens to cash, capacity, delivery, pipeline, margin, or customer commitments?

Fourth, scenarios. What changes if the close rate drops, a customer delays approval, a supplier cost rises, a disputed charge is not recovered, or a bottleneck clears?

Fifth, execution queues. Which specific class of work should move next: proactive outreach, late-stage follow-up, customer delivery, billing review, product work, hiring, collections, or operational cleanup?

Most software keeps parts of this scattered across financial models, CRMs, accounting systems, spreadsheets, calendars, project boards, and inboxes. Traditional reporting pulls those pieces together after the fact. A generic AI assistant may summarize them on demand. Neither is enough for systems of action.

Once AI starts recommending what should happen next, it needs to preserve the control loop underneath the recommendation.

The baseline prevents moving the goalposts. If the plan expected one result and reality produced another, the system should not erase the miss by rewriting the plan around the new reality.

Actuals prevent planning from becoming fiction. If a customer approval happened in a text thread, an invoice is missing support, or a delivery was completed but not accepted, the system needs evidence before it treats the state as true.

Forecast turns operational variance into consequence. A missed approval is not only a task. It may affect revenue recognition, cash timing, capacity, customer trust, or the next sales target.

Scenarios preserve judgment. The operator still decides whether to push harder on outreach, renegotiate scope, pause spending, escalate a customer issue, or accept the variance. AI can calculate and surface options, but the choice remains a business judgment.

Execution queues make the recommendation actionable. "Focus on growth" is too vague. "You are two qualified opportunities behind the baseline, one invoice is blocked by missing approval evidence, and today's highest-leverage work is late-stage follow-up before new research" is much closer to how an operating system should behave.

This is why I think AI planning is a more interesting product category than task management with better prose.

The durable layer is not the generated plan. It is the machinery that reconciles commitments, actuals, forecasts, permissions, evidence, and next actions. The plan is just the visible surface of that machinery.

SMBs are a natural place for this because their control loops are often informal. The owner has the financial model. The bookkeeper has actuals. The salesperson knows which customer is real. The project lead knows which job is blocked. The inbox has the approval. The calendar has the capacity constraint. The business runs because people keep reconciling those signals manually.

AI can make that reconciliation cheaper, faster, and easier to supervise, but only if the software treats planning as a state problem instead of a writing problem.

The useful reframe is not "Can AI plan my day?"

It is "Can the system show where reality diverged from the operating model, forecast the consequence, and route the next reviewed action to the right queue?"