Back to course syllabus
Build your first testable AI workflowLesson 1 of 4

Should this task use AI at all?

Judge a task by variation, verifiability, stakes, data boundaries, and fallback before choosing a model or building a workflow.

LESSON OUTPUT · decision matrixUPDATED · Sep 8, 2026
COURSE PROGRESS0 / 4
HOW TO USE THIS LESSON

Read with one real task in mind, then complete the workbench. The lesson is done when another person can review what you made.

AI is useful when a task contains variation that rules cannot cover cheaply, but still leaves enough evidence for a person or system to check the result. That is a narrower target than “work involving language.” The decision begins with the task, not the model.

Use five questions before choosing a tool

Score the task on variation, verifiability, stakes, data boundaries, and fallback. None of these questions is a model benchmark. They describe the operating environment.

  1. Variation: Do inputs change enough that fixed rules become brittle?
  2. Verifiability: Can someone recognize a good result without doing the entire task again?
  3. Stakes: What happens when the result is wrong, late, or incomplete?
  4. Data boundary: Is the required information allowed to enter the chosen system?
  5. Fallback: Can a person finish the task when automation stops?

A task does not need a perfect score. It needs an honest shape. High variation and easy verification often suit assistance. High stakes and weak verification usually call for a narrower role or no AI at all.

Example: triage support messages, not customer outcomes

A support team receives free-form messages about billing, setup, and bugs. Variation is high, but the output—one category and a suggested queue—is easy to inspect. A wrong category delays a response but does not move money or change an account. The team can route low-confidence cases to a person.

The useful first version is classification with confidence and a manual fallback. It is not an autonomous support agent that promises refunds. The same input supports both ideas, but their stakes and recovery paths are completely different.

Counterexample: approve payroll changes

A payroll change has structured inputs and explicit policy. A deterministic rule can check required fields, authorization, dates, and limits. The final action moves money and may be difficult to reverse. Generative variation adds little value at the approval step.

AI could explain a rejected form or summarize the request for a reviewer. It should not become the approval authority merely because it can read the text.

Choose one of three outcomes

  • Use AI: output is checkable, mistakes are bounded, and a fallback exists.
  • Run a small test: value looks plausible, but evidence or failure handling is incomplete.
  • Keep the step deterministic or human: stakes are high, verification is weak, or required data cannot be used safely.

Turn the matrix into a project review

Do not add the five answers into one casual score. Stakes, data boundaries, and fallback are release gates: if any of them is unknown, high input variation can justify only a limited pilot. Variation and verification describe the potential advantage and help the team compare AI with rules, forms, or a simpler process change.

Review areaEvidence to bringReason to continueStop signal
Input variationReal inputs and their meaningful differencesRules are brittle while the job stays stableMost inputs fit a few durable types
VerificationReviewer, inspected fields, and review effortQuality is visible without repeating the jobEven an expert cannot establish the right answer
StakesWorst case, affected party, and reversibilityThe blast radius can be boundedAn error directly creates a consequential decision
Data boundaryRequired fields, approved systems, and retentionProduction data can follow an approved routeThe demo depends on data production cannot use
Human fallbackOwner, handoff packet, and recovery stepsA stopped case can still be completedEvery exception restarts from the original queue

End the review with a decision, owner, missing evidence, and review date. Task fit is not permanent. Re-run the matrix when the input mix, consequences, permissions, or fallback changes instead of repeating the old label that “this task uses AI.”

Common questions about rules, people, and AI

Does a task with explicit rules have no place for AI?

Not necessarily. Deterministic code can enforce policy while AI handles the unstructured portion and hands uncertainty to a person. An expense workflow might validate limits and required fields with rules, use AI to explain a rejection, and keep payment approval outside the model. Split the actions before choosing one technology for the entire process.

Does human review remove the value of AI?

Only when review costs as much as the original work. If a reviewer checks a source, several fields, and an exception signal, assistance may still remove substantial preparation. If every result requires rereading all material and rewriting the output, the proposed scope has not created useful leverage.

What if the first review has too little evidence?

Do not replace missing data with confident scores. Choose the small-test outcome and collect real inputs, review effort, and failure categories. The matrix does not force an immediate yes or no; it identifies the next evidence needed for a responsible decision.

Boundary

This matrix is a product-scoping tool, not a safety certification. Legal, employment, medical, financial, and other consequential decisions need domain review beyond this page. If the team cannot name who checks the result and what happens after a mistake, the task is not ready for automation.

Leave with one sentence

Write: “AI will help this person turn this input into this checkable output, while this action remains human.” If the sentence stays vague, narrow the task before you compare models.

SOURCES CHECKED

Which first-party sources informed this guide?

Sources anchor definitions, risk boundaries, or operational facts. The decision framework and workbench are original to AI Vista.

  1. NIST AI Risk Management Framework 1.0Checked 2026-09-09
  2. NIST AI RMF PlaybookChecked 2026-09-09

TAKEAWAY TOOL

AI suitability matrix

Score the task before choosing a model.

fit / matrix
USE THIS WHENBefore handing a real job to AI
YOU WILL GETDo not use · Assist · Narrow automation
HOW TO USE01—03
  1. 01
    Name the real taskDescribe the result to deliver, not an abstract goal.
  2. 02
    Fill the decision fieldsMake inputs, risk, evidence, and handoff explicit.
  3. 03
    Ask a colleague to reviewThe tool is ready when someone else can restate the decision.
DONE WHENFields are complete, boundaries are clear, and the result is reviewable.
Edits save automatically

LESSON READ

Finish the workbench, then mark it read.

The read state updates the syllabus and your course progress.

  1. 01Fields filled
  2. 02Case tested
  3. 03Reviewable

ARTICLE DISCUSSION

Leave a judgment another reader can reuse.

Record what worked, which boundary failed, or one question still worth pursuing.

DISCUSSINGShould this task use AI at all?Open the community →
2 discussionsINSIGHTS · QUESTIONS · IDEAS
TM
Theo MorganGraduate student
QUESTIONTask fit

The fit matrix ruled out AI for a fixed scholarship deadline lookup, but not for comparing eligibility language across programs. Would you split those into two steps—deterministic retrieval first, then an AI-assisted comparison with citations?

ARTICLE DISCUSSION9 helpful
DB
Dora BennettProduct manager
IDEAFailure cost

The matrix would be even easier to run in a product review with one counterexample per risk level. Teams often agree an error is possible but disagree on whether it is reversible; a filled comparison could make that trade-off concrete.

ARTICLE DISCUSSION7 helpful