SMOOTH: A Framework for Turning AI from Interesting to Useful
AI Workflow Framework10 min read<br>SMOOTH: A Framework for Turning AI from Interesting to Useful<br>The quality of AI outputs is usually determined long before a prompt is written. The real challenge is defining work in a way that can be executed reliably.<br>Read the frameworkAll articles
Work design stack<br>Signal<br>Separate signal from noise before asking AI to do anything.
Mental Model<br>Treat AI as a capable but inexperienced collaborator.
Objective<br>Define an outcome that can be evaluated.
Observability<br>Make the process visible so errors can be inspected.
Traceability<br>Connect every important conclusion back to evidence.
Harnessability<br>Design workflows and quality checks, not one-off prompts.
Scroll into the framework
In this article
Most conversations about AI start with prompts. How do I write a better prompt? What model should I use? Should I use ChatGPT, Claude, Gemini, or something else?<br>These questions matter, but they often distract from the bigger issue. The quality of AI outputs is usually determined long before a prompt is written.<br>The real challenge is not prompting. The real challenge is defining work in a way that can be executed reliably.<br>After helping teams experiment with AI, redesign workflows, and build production AI systems, I have noticed a recurring pattern. When AI fails, it is rarely because the model is incapable. More often, it is because the task itself is poorly structured.<br>Humans are surprisingly good at filling in gaps. AI is not. Humans can infer context, identify unstated assumptions, and ask clarifying questions. AI systems work best when expectations, constraints, and objectives are made explicit.<br>This led me to develop a simple framework that helps individuals and teams move from vague intent to reliable AI-assisted execution. I call it SMOOTH.
The Problem with Most AI Usage<br>A typical interaction with AI often looks like this:<br>Help me create a go-to-market strategy.<br>Analyze this meeting transcript.<br>Tell me what actions I should take.<br>These requests seem reasonable, but they leave critical questions unanswered: What business context exists? What outcome is expected? What constraints should be respected? What evidence should be used? How should success be measured?<br>When these things are left undefined, AI fills in the gaps. Sometimes it fills them in correctly. Sometimes it does not. The result is inconsistency.<br>SMOOTH is designed to reduce that inconsistency.
Signal<br>Separate signal from noise.
Before asking AI to do anything, identify the information that truly matters. People often provide either too little context or too much irrelevant context. Both create problems.<br>Noise includes unrelated background information, assumptions that have not been validated, and details that do not affect the decision.<br>What information would a competent professional absolutely need to complete this task?<br>Everything else can usually be removed.
Useful inputs<br>Relevant business context<br>Important constraints<br>Available evidence<br>Desired outcome
Mental Model<br>Treat AI as a capable but inexperienced collaborator.
Many people assume AI knows what they mean. In reality, AI only knows what has been communicated.<br>Imagine assigning work to a new team member. You would explain why the task matters, what success looks like, what constraints exist, and what examples should be followed. The same principle applies here.<br>A clear mental model creates alignment between the user and the system. Without it, AI often produces technically correct but practically useless outputs.<br>The goal is not simply to tell AI what to do. The goal is to help AI understand the context in which the work exists.
Useful inputs<br>Why the task matters<br>What success looks like<br>What constraints exist<br>What examples should be followed
Objective<br>Define an outcome that can be evaluated.
One of the most common mistakes in AI usage is asking open-ended questions when a concrete outcome is required.<br>Tell me about our customer success challenges.<br>Identify the three highest-risk churn factors from the transcript and provide one recommended action for each.<br>The second request creates a measurable objective. The more objective the task, the more reliable the outcome.
Useful inputs<br>What should be produced?<br>How will it be evaluated?<br>What does success look like?
Observability<br>Make the process visible.
Most users only see the final answer. This makes it difficult to understand where errors originate. Instead, ask AI to expose its reasoning structure.<br>Observability allows you to inspect the work rather than simply consuming the result. This becomes increasingly important as tasks become more complex.<br>The more critical the decision, the more important it is to see how conclusions were reached.
Useful inputs<br>Listing assumptions<br>Showing intermediate outputs<br>Explaining decision criteria<br>Providing confidence levels
Traceability<br>Every conclusion should be connected to...