All posts
Research8 min readMarch 16, 2026

The Gap Between Advising and Acting

BS

Brandon Sheedy

Co-Founder & Engineer

The Gap Between Advising and Acting

Describing a situation is one thing. Acting on it safely is another. The distance between the two is where most applied AI quietly stops, because in the physical world a wrong action has a real cost.

There is a point in almost every applied AI project where the system can describe a situation accurately and everyone gets excited, and then the project quietly stops short of letting it do anything. That stopping point is not a failure of nerve. It is a real boundary, and understanding what lives on either side of it is the substance of our Autonomy and Execution research.

Advice Is Cheap to Be Wrong About

A system that advises has a forgiving error profile. If it suggests the wrong thing, a person reads the suggestion, decides it is wrong, and ignores it. The wrong advice cost a moment of attention. This is why advisory AI has spread so widely: the downside of an error is bounded by a human reading it before anything happens.

Acting is different in kind, not degree. When a system takes an action in a real operation, it changes the world before a person can intervene, and in the physical world many actions are not reversible. A diverted product, a triggered control sequence, an adjusted setpoint. The error profile is unforgiving, and that is exactly why the gap between advising and acting is where most systems stop. The model did not get worse. The cost of being wrong got real.

What Has to Be True to Cross

The interesting research question is not how to make a model confident enough to act. Confidence is the wrong thing to optimize. The question is what has to be true around the action for an operator to stand behind it. From our field work, the answer keeps coming back to the same properties.

  • A drawn line between acting and escalating. The system acts only where its confidence justifies it, and escalates to a person everywhere else. The line is explicit and built into the architecture, not left to the model to decide case by case.
  • Verifiability after the fact. Every action produces a record: what was done, when, on what basis. The operator does not have to trust that the action was right. They can check what it was and why.
  • A monitor for the system's own drift. Conditions change, and a system that acted correctly last month can act wrongly this month as the world moves underneath it. It has to watch its own behavior and flag when it has drifted, before the drift becomes a wrong action.
  • Operator control without the internals. The people responsible for the operation can see what the system is doing and adjust its authority without needing to touch its configuration.

Autonomy an operator can stand behind comes from the verification and accountability around the action, not from the confidence of the model taking it.

We Test It Where the Action Space Is Narrow

You do not study this safely by handing a system a wide, irreversible action space. You study it where the action is contained and the feedback is immediate. An inline inspection system that diverts a defective unit is a good first test: it acts thousands of times an hour with no human in the loop per decision, and a wrong action shows up instantly as good product in the reject bin. The narrow action space lets us study the guardrails honestly before the stakes get higher.

What that work showed is that the guardrails, not the perception, are the hard and valuable part. The line between reject and hold, the per-action record, the drift monitor, the operator controls. Those are what made a system trusted to act unsupervised, and those are what generalize to harder problems.

The Honest Position

We are early on this direction, and we think being early calls for restraint, not bravado. The frontier is not a system that acts as widely as possible. It is a system that acts exactly as far as its guardrails can justify and no further, and that is honest about where that line is. The gap between advising and acting is real. Crossing it responsibly is less about a better model and more about earning, action by action, the right to act at all.

Keep reading the work.

This is one of a series of field notes and essays on building systems that understand and act in real operations. Nexus is where the ideas get tested.