ViqusViqus
Navigate
Company
Blog
About Us
Contact
System Status
Enter Viqus Hub
Back to Glossary
Fundamentals Beginner Also: Weak AI, Applied AI, Task-Specific AI

Narrow AI (Weak AI)

Definition

The only form of AI that currently exists. Systems designed and trained for a specific, limited task — such as playing chess, recognizing faces, or translating text — with no ability to generalize beyond that domain.

In Depth

Narrow AI, also called Weak AI, is any AI system designed to perform one specific task — and only that task. Despite the word 'weak,' these systems can be extraordinarily powerful within their domain. AlphaGo can defeat any human at Go but cannot play checkers. GPT-4 can generate fluent prose but cannot drive a car. Every AI product in use today falls into this category.

The 'narrowness' refers to generalization, not capability. A Narrow AI system learns a statistical mapping from inputs to outputs within a well-defined problem space. If the problem space shifts even slightly, performance degrades. This is why a face-recognition model trained on one demographic can fail on another, and why a model fine-tuned for legal documents may produce nonsense when asked about cooking.

Understanding Narrow AI is foundational to understanding the hype cycle around AI. Many claims about AI 'thinking' or 'understanding' describe systems that are, in practice, sophisticated pattern matchers within a constrained domain. Recognizing these constraints helps set realistic expectations about what current AI can and cannot do.

Key Takeaway

Every AI system deployed in the real world today is Narrow AI — extraordinarily capable within its specific domain, but unable to transfer that capability to anything outside it.

Real-World Applications

01 Image classification models that identify objects, animals, or defects in manufacturing with superhuman precision.
02 Voice recognition engines (Alexa, Siri, Google Assistant) that convert speech to text and parse intent within a defined command set.
03 Chess and Go engines (Stockfish, AlphaZero) that play at levels unreachable by any human player.
04 Spam filters that classify email as legitimate or junk based on learned patterns of millions of examples.
05 Credit scoring models that assess loan risk based on financial history data, operating entirely within the financial domain.