LearnAI
Module 21 · AI for team and business (Pro) · Lesson 1/5
← Back to catalog
Task

Selecting a task for AI

How to choose the first task? Return JSON {"good_fit": [list of 2+ features], "avoid": "what to avoid at the start"}.

Unlock access to submit solutions for instant AI review.Start for free
Start where AI is strong
💡 A bit of theory

The success of implementation is determined by the choice of the FIRST task. AI works well where: the work is repetitive and voluminous; a lot of text (letters, applications, documents); human verification is acceptable (instant perfection is not critical); The error is not catastrophic and can be easily corrected. Avoid at the start: tasks with a high cost of error and a requirement for accurate facts (legal, medical, financial decisions) without strict control; rare and complex cases. Start with a frequent, check-tolerant task—quick, visible wins sell the AI ​​team. Rule: choose the first task according to the formula “frequent plus text plus can be checked”, and not “the most difficult and important”.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There is an array good_fit and a field avoid35%
  • 3good_fit: repetitive, text, cannot be checked, the error is not critical; avoid: high cost of error/accurate facts35%
Your promptClaude ⌄