The Missing Step in Responsible AI Is a Plan
Hatched by Ante Gojsalić
Aug 31, 2026
11 min read
0 views
88%
What if the safest way to give an AI system more freedom is to make it less free at the beginning?
That sounds paradoxical. We usually imagine safety as a matter of restriction: limit access, narrow permissions, block dangerous requests, and keep powerful systems behind carefully controlled gates. Yet the same principle appears inside the system itself. When a language model confronts a complex task, it becomes more reliable when it is first required to create a plan, divide the problem into smaller parts, and only then execute.
These are not two separate ideas. They are the same idea operating at different levels.
Responsible AI depends on planned access. A system should not merely be asked whether it can complete a task. It should be required to show, in an appropriate form, how the task will be broken down, what risks each part introduces, and what checks stand between an intention and an irreversible action. The prompt is not just an instruction to the model. It is the first layer of governance.
The paradox of controlled power
Powerful AI systems create a familiar institutional dilemma. If access is opened too quickly, organizations expose themselves to misuse, unreliable outputs, privacy failures, and operational mistakes. If access is restricted too severely, legitimate users cannot discover valuable applications, and the organization learns too slowly to build the safeguards it will eventually need.
This is why responsible deployment often begins with limited access. Early users may be selected based on an existing relationship, a lower risk use case, or a demonstrated willingness to incorporate mitigations. On the surface, this looks like an administrative policy. In practice, it is an epistemic strategy: a way to learn what the system does in the world before allowing it to operate everywhere.
The important insight is that access control is not only about keeping people away from a model. It is about creating a sequence through which the organization can become ready for the model.
Consider a hospital introducing an AI assistant. Giving every employee unrestricted access on the first day would create a broad field of unknowns. Who will use it to draft patient communications? Who will ask it to interpret medical literature? Who will paste confidential records into it? Which errors will be caught by ordinary review, and which will quietly pass into clinical workflows?
A limited pilot can answer these questions. But only if the pilot is structured as more than a waiting room. Users need defined tasks, review procedures, logging, escalation paths, and criteria for expansion. Otherwise, limited access merely delays uncontrolled adoption without producing useful knowledge.
The same logic applies inside a single interaction. A model facing a multi step reasoning problem should not be pushed directly from question to answer. It should first establish the work to be done. That plan creates a smaller, inspectable surface on which errors can be found.
At the organizational level, we call this staged deployment. At the prompting level, we call it planning. Both are attempts to solve the same problem: complex behavior becomes safer when it is decomposed before it is executed.
Why “think step by step” is not enough
A request to think step by step can improve performance, but it leaves a crucial gap. The model may produce a sequence of plausible sounding statements without ensuring that the sequence contains every necessary operation. It can calculate incorrectly, skip a required step, or misunderstand what the problem is asking.
Imagine asking an employee to solve a complicated budget problem with the instruction, “Work carefully and show your reasoning.” The employee may indeed write several lines of arithmetic. But if they failed to identify that the figures came from different time periods, the visible calculations would not rescue the analysis. The issue was not a lack of verbosity. It was a missing plan.
Planning changes the order of cognition. Instead of beginning with local operations, it begins by representing the overall structure of the task.
For a question such as this:
A company has three departments, each with different hiring rates, attrition rates, and salary bands. What will total labor cost be after two years under a specified set of assumptions?
A weak response may jump immediately into arithmetic. A stronger process would first identify subtasks:
- Extract the assumptions for each department.
- Determine the workforce count after hiring and attrition.
- Map each workforce count to the correct salary band.
- Calculate annual cost by department.
- Apply the two year timeline and any stated changes.
- Add the departmental totals.
- Check whether units, periods, and assumptions are consistent.
This is not merely a presentation improvement. It changes what can go wrong. A missing department becomes visible. A mismatch between monthly salary and annual cost can be detected. A calculation can be checked independently from the interpretation of the question.
The deeper principle is error localization. When an answer is produced as one continuous act, an error can hide anywhere. When the task is decomposed, each subtask becomes a possible checkpoint. The system does not become infallible, but its failures become more legible.
That distinction matters enormously in high consequence settings. Safety does not require eliminating every error, which is rarely possible. It requires reducing the probability of error, increasing the chance that errors are detected, and limiting the damage when they are not.
A plan contributes to all three.
Prompting as a governance layer
Most people treat prompts as a communication interface. They ask the system for a result, perhaps adding tone, format, or context. But in serious applications, a prompt can also function as a miniature operating procedure.
It can specify:
- What the system is allowed to do.
- What information it must identify before acting.
- Which subtasks are required.
- Which assumptions need confirmation.
- What evidence or tools may be used.
- When a human must review the result.
- Which actions are prohibited even if they appear useful.
This reframes the prompt from a clever sentence into a control architecture.
Suppose an organization uses an AI assistant to process customer refund requests. A simplistic instruction might be: “Review the request and approve or deny the refund.” That invites the system to compress interpretation, policy application, and authorization into one judgment.
A governance oriented instruction would separate the work:
- Identify the customer, transaction, date, product, and requested remedy.
- List the policy clauses that appear relevant.
- State any missing or contradictory information.
- Classify the request as routine, ambiguous, or exceptional.
- Recommend an outcome with a concise rationale.
- Do not issue the refund or communicate a final decision without the required human authorization.
The difference is not cosmetic. The second workflow creates boundaries between understanding, recommendation, and action. It gives the organization a place to inspect the system before a decision becomes an external event.
This is especially important because language models are optimized to produce coherent responses, not to obey an organization’s risk budget automatically. A fluent answer can make an unverified assumption feel like a settled fact. A plan exposes the assumption before it becomes embedded in the conclusion.
There is also a valuable asymmetry here. The system may be allowed to propose more than it is allowed to execute. It can draft an email without sending it, identify a likely diagnosis without entering it into a medical record, suggest a code change without deploying it, or rank candidates without making the hiring decision.
This creates a capability firewall between cognitive assistance and consequential action. The model can explore a broad space of possibilities while the institution retains control over irreversible steps.
The safest AI workflow is not one that prevents the system from reasoning. It is one that prevents unreviewed reasoning from silently becoming action.
The plan is also a test of the institution
There is a temptation to treat planning as something the model should do while the organization remains unchanged. That misses half the value. A plan does not only make the model’s work more reliable. It reveals whether the human workflow is coherent enough to automate.
If a team cannot agree on the subtasks, the relevant evidence, or the approval points, the problem may not be that the model is immature. The process itself may be underspecified.
Take a legal operations team that wants AI to review vendor contracts. Before writing a prompt, the team must answer questions that may have been left implicit for years:
- Which clauses are mandatory?
- What counts as an unacceptable deviation?
- Which risks can be accepted by a procurement manager?
- Which issues require counsel?
- How should conflicting clauses be handled?
- What information is too confidential to enter into the system?
A structured plan forces these assumptions into the open. It converts institutional memory into an inspectable sequence. In this sense, AI planning is a diagnostic tool for organizational ambiguity.
This suggests a useful model with three levels:
1. Task decomposition
Break the user’s request into distinct operations. This reduces missing steps and clarifies what success means.
2. Risk decomposition
For each operation, identify possible harms, sensitive information, uncertainty, and reversibility. Not every subtask deserves the same level of scrutiny.
3. Authority decomposition
Specify what the system may observe, infer, recommend, modify, and execute. These permissions should not be treated as a single switch.
The result is a three dimensional plan. A system can be highly capable at extracting information but forbidden from making a decision. It can recommend an action but require approval before execution. It can perform routine operations automatically while routing ambiguous cases to a person.
This is more sophisticated than asking whether a use case is simply safe or unsafe. Most real use cases contain a mixture of low risk and high risk components. Planning lets an organization separate them.
From restricted pilots to expandable systems
Limited access is often criticized as a barrier to innovation. Sometimes that criticism is justified. A vague restriction with no learning objective simply protects the institution from embarrassment while offering users little value. But staged access becomes productive when every stage has an explicit question.
A responsible expansion process might look like this:
- Constrain the context. Begin with a narrow task, approved data, and a small group of trained users.
- Require a plan. Make the system identify subtasks, assumptions, and uncertainty before producing a recommendation.
- Separate output from action. Keep external communication, financial changes, code deployment, or record updates behind an approval step.
- Measure failure modes. Track not only accuracy, but missing steps, unsupported assumptions, privacy incidents, and inappropriate confidence.
- Expand by evidence. Increase access only when the system and the surrounding workflow demonstrate reliable controls.
Notice what this process avoids. It does not assume that a model is safe because it performed well on a benchmark. Nor does it assume that a system is unsafe because it sometimes fails. It asks a more operational question: under what conditions can this system fail without causing unacceptable harm?
That question encourages graceful degradation. If the model cannot determine whether a refund request is routine, it should escalate rather than improvise. If it cannot verify a source, it should mark the claim as unverified rather than write with false certainty. If a task contains private data outside the approved scope, it should stop before processing it.
Planning makes these behaviors expressible. A system cannot reliably escalate a case that has not first classified the case. It cannot verify an assumption that has not first surfaced it. It cannot ask for approval at the right moment if the workflow has not defined what requires approval.
The plan is therefore not just a reasoning aid. It is the bridge between capability and accountability.
Key Takeaways
- Treat prompts as procedures, not wishes. Define the subtasks, assumptions, evidence requirements, and stopping conditions before asking for a final answer.
- Separate understanding, recommendation, and execution. Let an AI system perform useful cognitive work without granting it automatic authority over irreversible actions.
- Use planning to expose missing steps. A longer response is not necessarily a safer response. Require an explicit task structure that can be checked.
- Decompose risk and authority. Decide what the system may see, infer, suggest, change, and execute. These permissions should be independently controlled.
- Make access expansion evidence based. Begin with narrow use cases, measure concrete failure modes, and widen access only when mitigations work in practice.
The future belongs to systems that know when to pause
The most important question in AI governance may not be, “How intelligent is the system?” It may be, “What does the system do before it acts?”
A model that produces impressive answers but skips assumptions is difficult to trust. An institution that grants broad access without learning how failures occur is difficult to trust. In both cases, the missing ingredient is not necessarily more intelligence. It is a disciplined sequence between intention and outcome.
Planning supplies that sequence. It turns a vague request into a set of inspectable commitments. It gives users a way to challenge an interpretation before it hardens into a conclusion. It gives organizations a way to expand access without pretending that uncertainty has disappeared.
The mature vision of responsible AI is therefore not a locked room containing a powerful machine. Nor is it unrestricted automation justified by impressive demonstrations. It is a system of graduated permissions, explicit plans, visible uncertainty, and deliberate handoffs.
The best AI may not be the one that answers fastest. It may be the one that recognizes when a problem is too consequential for a single leap from question to action, and knows how to build the steps in between.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣