Advanced Workflow Patterns Used by Expert AI Practitioners
By Mark Bourne
“Expert AI users rarely rely on extraordinary prompts. They rely on ordinary prompts arranged in extraordinary workflows.”
After enough experience with AI systems, an interesting transition occurs.
The conversation stops being the centre of attention.
Instead, attention shifts toward the process that surrounds it.
Experienced users become less interested in finding better prompts and more interested in answering questions like:
- How can this workflow become more reliable?
- Which stage consistently produces errors?
- Where should human review occur?
- Which AI model is best suited to this specific task?
- How can this process be repeated by someone else?
These questions reflect a change in mindset.
The AI is no longer the product.
It is part of the production process.
Divide Thinking into Stages
One of the most common beginner mistakes is asking AI to perform every cognitive activity simultaneously.
For example:
Design, write, edit, fact-check, optimise, and publish this article.
That single prompt combines multiple disciplines.
Professional workflows separate them.
A typical writing workflow becomes:
- 1Planning — What should be included?
- 2Research — What information is required?
- 3Structure — How should ideas be organised?
- 4Drafting — Explain each topic clearly.
- 5Review — What is weak or missing?
- 6Editing — Improve clarity and flow.
- 7Verification — Check technical accuracy.
- 8Publication — Produce the final version.
Each stage has a single objective.
Each stage becomes easier to evaluate.
Most importantly, each stage can be improved independently.
Independent Critique
Perhaps the most powerful workflow improvement is introducing deliberate criticism.
Most users ask AI to create.
Experienced users also ask AI to criticise.
For example:
Review the previous response as if you completely disagree with it.
or
Assume you are conducting a professional peer review.
or
Identify technical inaccuracies, unsupported assumptions, logical gaps, and missing edge cases.
Changing the AI’s role changes its objective.
Instead of defending the original response, it searches for weaknesses.
This often reveals:
- hidden assumptions,
- contradictory statements,
- missing information,
- poor explanations,
- weak evidence.
The workflow now resembles academic peer review rather than simple content generation.
Alternative Generation
A surprisingly common mistake is accepting the first reasonable solution.
Professional designers rarely do this.
Suppose the objective is deploying a production web application.
Instead of asking:
Design the deployment.
Generate several independent approaches.
For example:
- 1Architecture A — Optimised for simplicity.
- 2Architecture B — Optimised for scalability.
- 3Architecture C — Optimised for low operating cost.
Each approach introduces different trade-offs.
Only after comparison does evaluation begin.
This approach consistently produces stronger decisions because it expands the solution space before narrowing it.
Challenge Assumptions
AI systems naturally attempt to satisfy requests.
Sometimes the most valuable contribution is questioning the request itself.
Consider this instruction:
Design a high-availability deployment.
An experienced workflow might include:
Before designing anything:
List every assumption being made.
For example:
- Expected traffic.
- Budget.
- Geographic distribution.
- Disaster recovery requirements.
- Regulatory obligations.
- Team experience.
Only after these assumptions are visible does architecture begin.
This simple workflow frequently prevents expensive mistakes.
Human Review Gates
Automation is valuable.
Blind automation is risky.
Professional workflows deliberately include review gates.
Examples include:
- Technical review.
- Security review.
- Editorial review.
- Legal review.
- Executive approval.
These checkpoints ensure that important decisions remain human responsibilities.
Rather than slowing projects, review gates often accelerate them by detecting problems before they become expensive.
About This Book
This page is part of Prompt and Workflow Experiments: What Actually Improves AI Results?, an eight-chapter deep dive on reliable AI engineering.
More from the Notes
Short technical notes and observations, written up as experiments produce something worth documenting.
Was this useful?
Published