06. By Function (Predictive, Generative, Agentic, Conversational)
This axis asks: what task does the system actually perform for users? This is the most practically useful framing for understanding deployed AI products.
Predictive AI
Predictive AI analyzes historical data to forecast future outcomes, classify inputs, or detect anomalies. It draws on regression models, decision trees, ensemble methods, and neural networks. Applications include demand forecasting, fraud detection, predictive maintenance, patient risk scoring, and credit assessment. IBM describes it as using "statistical analysis and machine learning to identify patterns, anticipate behaviors and forecast upcoming events."
Predictive AI has existed in industrial and financial settings for decades under names like "analytics" and "data mining." The current wave of deep learning expanded its scale and accuracy without fundamentally changing its purpose.
Generative AI
Generative AI produces new content, including text, images, audio, video, and code, from learned distributions over training data. The generative AI category grew dramatically after 2022 with the public release of ChatGPT, image models like Stable Diffusion and Midjourney, and multimodal systems.
For a dedicated treatment of this category, see Generative AI.
The technical mechanisms differ by modality. LLMs predict the next token in a sequence. Diffusion models iteratively denoise random inputs toward target distributions. Both are probabilistic at their core, meaning outputs are samples rather than deterministic lookups.
Agentic AI
Agentic AI describes systems that pursue goals over multiple steps, using tools and taking actions with varying degrees of autonomy. The control flow is typically driven by an LLM that can call external tools, execute code, browse the web, or spawn sub-agents. Wikipedia notes that NIST describes agentic AI as "an emerging area requiring standards for secure operation, interoperability, and reliable interaction with external systems."
As of mid-2025, the primary proven use cases for agents are software development (coding agents like Cursor) and customer service automation. The Financial Times compared agent autonomy to SAE self-driving levels, placing most current applications at levels 2-3 with a small number reaching level 4 in highly constrained scenarios. Level 5 (full autonomy) remains theoretical.
For a fuller treatment, see Agents and Agentic Workflows.
Conversational AI
Conversational AI handles natural language dialogue for information retrieval, task completion, and customer interaction. Chatbots, virtual assistants (Alexa, Siri, Google Assistant), and enterprise support tools fall here. Modern conversational AI is almost always built on LLMs, which gives it broad language understanding and fluent output, but also makes it susceptible to hallucination and inconsistency.
Conversational AI and generative AI overlap substantially in 2026. The distinction is primarily one of design intent: conversational systems prioritize dialogue coherence and task completion, while generative systems prioritize content production.