March 4, 2026 https://classroom.github.com/a/wr5tG_By

Links

When to Use LLMs

Before diving into agents, RAG, and workflows — the most important skill is knowing when to use LLMs and when not to.

Good Fits for LLMs

Poor Fits for LLMs

Conversely, some tasks look like they should work but consistently produce poor results:

Reference Card: LLM Decision Framework

Question Yes → No →
Can you describe the task clearly? Good candidate Clarify requirements first
Are errors catchable? Proceed with validation Add human review or avoid
Can you validate outputs? Automate with checks Use expert oversight
Do you have domain expertise to evaluate? LLM amplifies your skill Risk of undetected errors

Common Failure Modes