Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

🤖 Artificial Intelligence
☁️ Cloud and Infrastructure
💾 Data and Databases
💼 Professional Skills
🎯 Programming and Development
🔒 Security and Networking
📚 Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
© 2026 CheatGrid™. All rights reserved.
Privacy PolicyTerms of UseAboutContact

AI/LLM Task Capabilities Cheat Sheet

AI/LLM Task Capabilities Cheat Sheet

Back to Generative AI
Updated 2026-04-05
Next Topic: Amazon Bedrock Cheat Sheet

Large Language Models (LLMs) represent a transformative shift in artificial intelligence, functioning as general-purpose reasoning engines capable of performing hundreds of diverse tasks through natural language interaction. Unlike traditional AI systems narrowly trained for single objectives, modern LLMs exhibit emergent abilities across text generation, multimodal understanding, code synthesis, and complex reasoning — including reasoning models (o1, DeepSeek-R1, Gemini) that scale test-time compute to achieve expert-level performance on scientific, mathematical, and coding benchmarks. Understanding these capabilities matters because choosing the right task formulation directly determines success—the same model can excel or fail based entirely on how you frame the problem, structure the prompt, and select the appropriate inference pattern. A critical insight: LLMs don't execute tasks deterministically like classical programs; they generate probabilistic responses shaped by training data, prompting techniques, and contextual grounding, making reproducibility and factual accuracy ongoing challenges that require deliberate mitigation strategies.

What This Cheat Sheet Covers

This topic spans 14 focused tables and 90 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Text Understanding and AnalysisTable 2: Text Generation and TransformationTable 3: Reasoning and Problem SolvingTable 4: Code and Technical TasksTable 5: Multimodal CapabilitiesTable 6: Conversational and Interactive TasksTable 7: Retrieval and Knowledge TasksTable 8: Structured Output and FormattingTable 9: Advanced Reasoning PatternsTable 10: Tool Use and Agentic WorkflowsTable 11: Creative and Generative TasksTable 12: Data and Document ProcessingTable 13: Safety and Alignment TasksTable 14: Emerging and Specialized Capabilities

Table 1: Text Understanding and Analysis

CapabilityExampleDescription
Summarization
Summarize this 10-page report in 3 bullet points
• Condenses long documents into shorter versions preserving key information
• supports abstractive and extractive modes.
Question Answering
What is the capital of France? Paris
• Extracts or generates direct answers from context or parametric knowledge
• spans factoid, multi-hop, and open-domain QA.
Sentiment Analysis
"I love this product!" → Positive
• Classifies text into sentiment categories (positive, negative, neutral)
• detects emotional tone and opinion polarity.
Named Entity Recognition (NER)
"Apple CEO Tim Cook" → ORG: Apple, PER: Tim Cook
Identifies and categorizes named entities (people, organizations, locations, dates) within text.
Text Classification
"Breaking: Stock market crashes" → Category: Finance
• Assigns predefined category labels to text
• supports topic detection, intent classification, spam filtering.

More in Generative AI

  • AI-LLM Memory & Reasoning Cheat Sheet
  • Amazon Bedrock Cheat Sheet
  • Advanced RAG Patterns and Optimization Cheat Sheet
  • Context Engineering Cheat Sheet
  • LangSmith Cheat Sheet
  • Multimodal AI Cheat Sheet
View all 77 topics in Generative AI