AI Tasks

The canonical taxonomy of what local AI actually does — 94 tasks across 11 modality buckets. For each task: which models do it well, what hardware they need, what runtimes they require, and what breaks in production.

94 canonical tasks
11 modalities
Hardware-aware
Runtime-aware

📝Text
12

Chat, reasoning, summarization, translation, extraction.

Text Generation

General-purpose conversational and instruction-following text generation. The default LLM workload — answering questions, writing prose, drafting emails, summarizing inputs.

Reasoning & Math

Multi-step logical reasoning, mathematical problem-solving, and symbolic manipulation. Distinguished from general chat by chain-of-thought trace quality and accuracy on AIME/GSM8K-class benchmarks.

Chain-of-Thought Reasoning

Explicit step-by-step reasoning with visible intermediate steps. Useful for transparency and debuggability in agentic workflows.

Summarization

Condensing long documents into shorter summaries — extractive (pulling key sentences) or abstractive (rewriting in fewer words). Long-context capable models excel here.

Translation

Between-language text translation. Multilingual instruction-tuned models handle this competently; specialized translation models exist for very-low-resource languages.

Tutoring & Education

Educational explanation, concept teaching, and Socratic guidance. Strong reasoning + patient explanation styles matter more than raw capability.

Data Extraction

Pulling structured data (entities, dates, prices, relationships) from unstructured text. Strong instruction-following + JSON-mode capability matters.

Structured Output Generation

Generating reliably-formatted JSON, XML, YAML, or schema-constrained output. Grammar-constrained generation libraries (Outlines, Guidance, llama.cpp grammars) are the canonical solution.

Roleplay & Creative Writing

Long-form character roleplay, creative fiction, and persona-driven dialogue. Specialized fine-tunes (uncensored, character-tuned) dominate this space.

Legal Analysis

Contract review, case-law analysis, regulatory interpretation. Privacy + on-prem deployment is the wedge — legal data can't leave the firm. Long-context handling is critical.

Medical Analysis

Clinical note review, medical literature search, treatment-recommendation drafting. HIPAA + privacy = local deployment is non-negotiable. Specialized medical-tuned models exist.

Financial Analysis

Earnings transcript analysis, SEC filing review, sentiment from financial news. Compliance + sensitivity = local deployment for many workflows.

👁️Vision
10

OCR, classification, detection, document understanding, VQA.

Image Classification

Assigning labels to images — single-label or multi-label. Foundational vision task; modern multimodal LLMs handle this competently in addition to specialized classifiers.

OCR / Document Text Extraction

Extracting text from images, PDFs, screenshots, and handwritten documents. Modern multimodal LLMs (Qwen2.5-VL, InternVL, GPT-4V) increasingly outperform specialized OCR engines on complex layouts.

Chart & Graph Reading

Extracting data from charts, graphs, plots, and infographics. Specialized capability for vision-language models — distinct from raw OCR.

UI / Screenshot Analysis

Understanding software UI from screenshots — identifying buttons, fields, widgets, layout. Foundation for browser agents and computer-use AI.

Screenshot Analysis

General screenshot understanding for productivity workflows — code screenshots, terminal output, error messages, document screenshots.

Object Detection

Locating and labeling specific objects in images with bounding boxes. Specialized detection models (YOLO family, DETR) dominate, though VLMs increasingly handle simple detection via prompting.

Image Segmentation

Pixel-level region labeling — semantic, instance, or panoptic segmentation. Specialized models (SAM family, Mask2Former) dominate. Critical for medical imaging, robotics, content creation.

Visual Question Answering

Answering natural-language questions about image contents. Modern VLMs make this accessible — Qwen2.5-VL, InternVL, LLaVA all credible.

Document Understanding

Parsing complex document layouts — tables, multi-column text, footnotes, equations. Combines OCR + structure understanding + reasoning.

Visual RAG

Retrieval-augmented generation over document images directly — no OCR pre-processing step. ColPali / ColQwen-style models embed page images for retrieval.

🎨Image Generation
11

Text-to-image, editing, inpainting, anime, photorealistic, posters.

Text-to-Image Generation

Generating images from text prompts. The canonical creative AI workload — Flux, SDXL, Stable Diffusion 3.5, Playground v3 lead the open-weight tier.

Image Editing

Modifying existing images via prompts or masks. Distinct from generation — instruction-based editing models (Flux Fill, ControlNet, IP-Adapter) excel here.

Inpainting

Filling in masked regions of an image based on context + optional prompts. Essential for object removal, background replacement, content-aware fills.

Outpainting

Extending images beyond their original borders. Useful for aspect ratio changes, scene expansion, panoramic creation.

Anime / Stylized Generation

Anime, manga, illustration-style image generation. Specialized fine-tunes (Pony Diffusion, NoobAI, Illustrious-XL) dominate this niche.

Photorealistic Image Generation

Photorealistic portraits, landscapes, product shots. Flux Dev/Schnell, Stable Diffusion 3.5 Large, Playground v3 are the open-weight leaders.

Infographic Generation

Generating data visualizations and infographics from prompts. Combines text rendering + diagrammatic layout — challenging task where models still struggle.

Poster & Marketing Asset Generation

Marketing posters, social media graphics, promotional images. Text rendering quality is the differentiator — Flux family excels.

Storyboard Generation

Sequential image generation for film storyboards, comic panels. Consistency across frames is the hard problem.

Comic Generation

Multi-panel comic and manga generation with character consistency, panel composition, speech bubbles.

Logo Generation

Logo design generation. Specialized models + text-rendering-quality matter; vector output via post-processing.

🎬Video
8

Text-to-video, image-to-video, understanding, avatars, animation.

🔊Audio
9

STT, TTS, voice cloning, music generation, dubbing, diarization.

🧊3D
7

Text-to-3D, image-to-3D, mesh, texture, Gaussian splatting.

💻Coding
7

Code generation, repo chat, debugging, code review, agentic coding.

🔍RAG & Search
7

Embeddings, reranking, retrieval, semantic search, agent memory.

🤖Agents
6

Browser, coding, workflow, computer-use, autonomous, multi-agent systems.

📱Mobile & Edge
9

iPhone, Android, browser, WebGPU, TinyML, Jetson, Raspberry Pi.

🔬Scientific
8

Theorem proving, chemistry, biology, robotics, RL, forecasting.