School/AI Foundations/Core Concepts
4/4
Wave 18 minbeginner

When to Use AI (And When Not To)

A decision framework for knowing when AI is the right tool.

When to Use AI (And When Not To)

Not every problem needs AI. In fact, one of the most important skills you will develop is the ability to quickly judge whether AI is the right tool for a given task -- or whether you are better off doing it yourself. This lesson gives you a practical framework you can apply in seconds.

Key Concept

AI is a force multiplier, not a replacement for judgment. It makes you 2-10x faster at tasks you already know how to do. It is weakest when you rely on it for tasks you cannot evaluate yourself. Knowing when NOT to use AI is just as important as knowing when to use it.

The AI Decision Matrix

GREAT for AI

These are the tasks where AI consistently saves time and delivers quality results with minimal oversight:

  • Drafting: First drafts of emails, reports, blog posts, social media content. The AI gets you 80% of the way there; you polish the last 20%.
  • Brainstorming: Generating ideas, alternatives, perspectives you had not considered. AI is tireless and never runs out of suggestions.
  • Summarizing: Condensing long documents, meeting notes, or articles into key points. Paste in a 30-page PDF and get a one-page summary in seconds.
  • Explaining: Breaking down complex topics into simple terms. "Explain blockchain to someone who has never heard of it" is a prompt AI handles brilliantly.
  • Reformatting: Converting data between formats -- CSV to JSON, bullet points to paragraphs, raw notes to polished tables.
  • Research starting points: Getting an overview of a topic before you dive into primary sources. Think of it as a smarter, more conversational Wikipedia.
  • Repetitive text tasks: Form letters, email templates, variations of the same message for different audiences.
  • Code scaffolding: Boilerplate code, common patterns, starter templates. AI can generate a working React component or API endpoint in seconds.
Example

A real-world example of AI at its best: you need to send a slightly different follow-up email to 12 clients, each referencing their specific project. Without AI, that is an hour of tedious copy-paste-edit work. With AI, you write one prompt -- "Here are 12 clients and their projects. Write a personalized follow-up email for each" -- and you have drafts for all 12 in under a minute. You review, tweak, and send.

OKAY for AI (with verification)

These tasks benefit from AI, but the output must be checked by a human before you act on it:

  • Factual research (always verify against primary sources)
  • Technical documentation (have a domain expert review)
  • Data analysis (check the math -- AI can make calculation errors)
  • Translation (have a native speaker review for nuance)
  • Legal/medical information (always consult a qualified professional before acting)

NOT for AI

These are tasks where AI should not be your primary tool:

  • Final decisions: AI can inform your decision, but the decision itself must be yours. You are the one accountable for the outcome.
  • Sensitive data processing: Do not paste passwords, private health information, financial account details, or confidential business data into public AI tools.
  • Emotional support replacement: AI can offer comforting words, but it cannot truly empathize. It does not understand grief, fear, or joy -- it generates patterns that look like empathy.
  • Real-time information: Stock prices, live sports scores, breaking news, weather alerts. AI models do not have real-time access to the world.
  • Anything requiring accountability: If someone could get hurt -- physically, financially, legally -- a qualified human needs to be in the loop.
Watch Out

The most common mistake new AI users make is using AI for tasks that fall in the "NOT for AI" category without realizing it. If you are using AI to draft a legal contract, write medical advice, or make a financial decision, stop and ask: "If this output is wrong, what is the worst that could happen?" If the answer involves real harm, bring in a qualified human.

The 10-Second Test

Before reaching for AI, run through these four questions. It takes about ten seconds and will save you from the most common pitfalls:

  1. 1Would a wrong answer cause harm? If yes, verify everything the AI produces -- or skip AI entirely.
  2. 2Does it need to be current? If yes, pair AI with real-time sources (Perplexity, Google, live APIs).
  3. 3Is this sensitive data? If yes, use only enterprise or private AI tools that do not train on your data.
  4. 4Am I replacing my judgment? If yes, step back. AI should inform your thinking, not substitute for it.
Pro Tip

Print or bookmark this 10-second test. Run it before every AI interaction for the first two weeks. After that, it will become second nature -- you will instinctively know whether a task is a good fit for AI without even thinking about it.

The Sweet Spot

The best AI users are not the ones who use it for everything. They are the ones who know exactly when to reach for it and exactly when to put it down.

Here is the pattern that separates beginners from power users: beginners either avoid AI entirely (missing out on massive time savings) or use it for everything (running into quality and trust issues). Power users have a finely tuned sense for which tasks fall in the "great for AI" category -- and they use AI aggressively for those while keeping their own judgment firmly in control for everything else.

That sense is exactly what you are building right now. By the end of this course, choosing when to use AI will feel as natural as choosing when to use a calculator.

Exercises

0/2
Quiz+5 XP

Which task is AI BEST suited for?

Reflection+15 XP

List 5 tasks from your daily work or life where AI could save you time. For each one, rate it Green (great for AI), Yellow (okay with verification), or Red (not for AI).

Hint: Think about emails, research, scheduling, content creation, data entry, etc.