LearnAI
Module 13 · AI models: which one to choose (Pro) · Lesson 1/5
← Back to catalog
Task

Ecosystem of AI models

What model class is appropriate? Return JSON {"choice": "big flagship or small fast", "why": "short"}.

Unlock access to submit solutions for instant AI review.Start for free
Selection for the task
💡 A bit of theory

The world of AI is not one model. There are flagships from different laboratories (Claude, GPT, Aura) - closed, accessible via API, the smartest and most expensive. There are open models that you can download and run on your own - cheaper and more private, but usually weaker than flagships. Within each family there are versions: large (smart, slow, more expensive) and small/flash (fast, cheap, for simple tasks). There is no “best model at all” - there is the best one for a specific task, budget and privacy requirements. The operator’s skill is to consciously choose, and not pray for one model.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There are fields choice and why35%
  • 3For a massive simple task - a small, fast one35%
Your promptClaude ⌄