Skip to content

AI vs LLMs

Hierarchy

Definitions

  • AI → broad field where machines do "smart" tasks
  • Discriminative AI → Part of AI that classifies or predicts (labels data)
  • Generative AI → Part of AI that creates new content (text, images, etc.)
  • LLM → Part of AI that is trained on massive text data to generate text
  • Image Models → Part of AI that is trained on massive image data to generate images

Examples

TermReal-world useHow it works
Discriminative AISpam filters in Gmail, Fraud detection, image classificationMap input to a label
Generative AIChatGPT, DALL·ELearn patterns to create new data
LLMGPT-4/5, Anthropic, LLaMAPredicts next token to create language
Image modelsStable Diffusion, MidjourneyLearns features to create new pixel arrangaments

Generative vs Discriminative AI

AspectDiscriminative AIGenerative AI
GoalClassifies / labelsCreates
OutputCategory, predictionText, image, audio, code
ExamplesLogistic regression, object detectionLLMs, GANs, diffusion models

Agentic AI

We can also define another type of AI → Agentic AI

Agentic AI performs multi-step tasks on your behalf by orchestrating tools, APIs, and workflows.

AgentWhat you askWhat it does
🤖 GitHub Copilot"Implement this feature"Creates a branch → generates code → runs checks → pushes the commit
✈️ Travel assistant"Book me a trip to Berlin"Searches flights → compares prices → fills booking form → confirms reservation
📅 Calendar assistant"Schedule a team sync"Checks everyone's availability → proposes a slot → creates the event → sends invites
🚀 DevOps deployer"Ship the new release"Runs tests → builds artifacts → deploys to staging → monitors health → rolls back on failure
📊 Data analyst"Summarise last month's sales"Queries the database → runs analysis → generates charts → files a report
🎧 Support agent"Handle incoming tickets"Triages issues → drafts replies → escalates complex cases → creates follow-up tasks

References

Copyright © MSG Systems Romania AI Labs