Análisis · History & Fundamentals · Edition #0006

Types of AI — the classification that matters

What each "type of AI" actually means, and why what you use today isn't what you see in the movies.

G
Germán Falcioni April 12, 2026
✦ Reading: 7 min
Spectrum of AI capabilities: three axes, where each tool falls
TL;DR

When you hear "AI" it can mean very different things. The ones that matter: narrow (where we are today) vs general (where it might go); generative vs analytical; cloud vs local. Knowing which one you have in your hand changes how you use it.

✦ Summarized with Claude at publish time
AI rewrite
Read it as…

Types of AI — the classification that matters

A conversation that keeps repeating

You say "AI" in a meeting and everyone believes they're talking about the same thing. They aren't.

An engineer thinks of algorithms. Your boss thinks of productivity. A film director thinks of video generation. Your mom thinks of robots. Each one projects their context.

The taxonomy in academic textbooks is useful for classifying research systems. Here I'll offer you another one. More useful. The one that helps you decide which tool to grab today and why.

Three axes. Three questions. Every tool falls somewhere.

First axis: narrow or general

Every AI that exists today is narrow. Specialist. Excellent at one task, incapable at another.

Claude writes. DALL-E draws. GitHub Copilot codes. None of them does all three the way a human does. And that's not a quality issue "we'll fix next year." It's structural. Every model is trained with a goal, an architecture and data designed for it.

AGI? Artificial General Intelligence. A machine that would do everything you do, without retraining, adapting to new things. Doesn't exist. Some researchers believe it'll arrive in five to ten years. Others think that's pure speculation. Today, April 2026, it doesn't exist.

What matters to you. When you open Claude you aren't using AGI. You're using an excellent system for generating text, reading files and integrating with your tools. That's narrow. And it's fine. It's what you need today.

Second axis: generative or analytical

One generates. Writes, draws, codes from scratch. Creates things that didn't exist.

The other analyzes. Finds patterns in data, identifies anomalies, draws conclusions from what already exists.

The confusion is classic. "Ask Claude to analyze my Excel." Technically it can. The capability exists. But it's not its strength. A database designed for that, with indexes and queries, will be faster, cheaper and more reliable.

Generative is better for creating new versions, writing, exploring possibilities, prototyping fast. Analytical is better for massive volumes, structured data, automated alerts, dashboards.

Want to tell a story? Generative. Want to know why sales are dropping? Analytical.

Using the wrong one is like cutting a tomato with a hammer. The hammer works. For nails. For the tomato, not so much.

Third axis: cloud or local

This is the one fewest people understand.

Cloud: Claude via the web, in connected desktop apps, with everything enabled. Pay per use. Integrates with Gmail, Drive, Calendar and many other tools. Reads the files you upload. Has context from recent conversations. Reaches information in real time.

Local: models like Llama (Meta) or Mixtral (Mistral) running on your computer. No internet. Your data stays put. Marginal cost is zero after installation. Real privacy.

Which is "better"? Depends on your work.

For real-time tasks with your usual tools (reviewing an email, analyzing a presentation, responding in context): cloud.

To process confidential documents you don't want leaving your machine: local.

For fast prototyping where speed matters: cloud.

For a program that runs 24/7 without intervention and without a token budget: local.

It's not cloud > local. It's which one solves your constraint.

Why this classification matters

When someone tells you "AI can't do X," you can ask three things. Narrow or general? Generative or analytical? Cloud or local?

And almost always you'll find it can do X. Just not with that tool or not in that mode.

Claude is narrow, generative, multimodal (text, image and code in the same conversation) and lives in the cloud. Not because it's missing something. Because it's optimized for that combination. And that combination solves almost anything in a modern office workflow.

What you see in movies (omnicompetent, all-powerful, autonomous AGI) doesn't exist. What you have on your desk is something different and better for daily work. A precise, reliable tool, ready to do the job.

A question for you

Think of the three most repetitive tasks of your week. Which ones fall under narrow + generative + cloud? Those are the ones Claude should be doing for you.

And which ones fall under analytical + structured data? For those, the right move is probably to learn some SQL or use a tool like Looker, not to push a language model.

If you want to go deeper into how the generative piece of AI works specifically, I cover that in the piece "How an AI 'thinks'" in this same series. In the meantime, look at your week with these three questions in mind. You probably already know where to rearrange your work.

Keep exploring

Want to go deeper?

01 What's the difference between narrow AI and AGI?

Narrow AI (where we are today) does one specific task well. General AI (AGI) would do everything you do without needing to be retrained. We don't know if it'll arrive or when. Today every AI you use is narrow.

02 What is generative AI?

It creates new content: text, image, code, audio. Analytical AI doesn't create: it finds patterns in data you already have. They're tools for different problems.

03 Does Claude perform better in the cloud than locally?

Generally, yes. The cloud version can reach the web, integrate with your tools and keep conversation memory. The local version is less capable but runs offline and keeps your data on your machine. Each one is for something different.

Next article
What is a language model — LLMs explained for your aunt