What Is Artificial Intelligence? A Plain-Language Guide
Artificial intelligence is software that makes decisions or predictions based on patterns in data, rather than following a fixed set of instructions written by a programmer. It powers things we already use daily in Kenya, from M-Pesa fraud alerts to phone camera portrait mode, often without us realizing it.
Artificial intelligence is software that makes decisions or predictions based on patterns in data, rather than following a fixed set of instructions written by a programmer. It powers things we already use daily in Kenya, from M-Pesa fraud alerts to phone camera portrait mode, often without us realizing it.
Why does AI feel confusing?
Most confusion around AI comes from the word "intelligence." People hear it and picture a robot that thinks like a human. That is not what is happening. AI systems are pattern-matching machines. They look at enormous amounts of data, find recurring patterns, and use those patterns to make predictions about new situations.
Think about how M-Pesa detects suspicious transactions. Safaricom's system has processed billions of transfers. It has learned that when someone who normally sends small amounts to family suddenly transfers a large sum to an unknown number at 3 a.m., that pattern looks different from normal behavior. The system flags the transaction. It did not "understand" fraud. It recognized a pattern that historically correlated with fraudulent activity.
That is AI in a sentence: pattern recognition at a scale and speed humans cannot match.
How does AI actually learn?
The word "learn" is another source of confusion. AI learning is not like human learning. When we say a system "learned," we mean it adjusted its internal settings after being shown many examples.
Consider a simpler case. Nairobi county offices have been experimenting with systems that read vehicle number plates at toll points. To build such a system, developers feed it thousands of photographs of Kenyan number plates. Each photo is labeled: "this is KAA 123A," "this is KBZ 456B." The system adjusts its internal calculations until it can correctly match new photos to the right characters.
The process has three broad steps. First, collect data (thousands of labeled plate photos). Second, train the model (the system adjusts its calculations to minimize errors). Third, deploy it (the trained model reads new plates in real time).
The model does not understand what a car is. It does not know what a number plate means. It has simply gotten very good at one narrow task: matching pixel patterns to characters.
Where we already encounter AI in Kenya
AI is not a future technology here. It is already embedded in services millions of Kenyans use.
M-Pesa fraud detection monitors transactions in real time and flags anomalies. Every time you complete a transaction without interruption, the system quietly decided it looked normal.
Phone cameras use AI for portrait mode, night mode, and auto-focus. When your phone blurs the background behind a person, an AI model identified which pixels belong to the person and which belong to the background.
Matatu route apps like Ma3Route or Google Maps predict traffic patterns and suggest faster routes. They analyze historical travel data combined with real-time GPS signals from other users.
Agricultural advisory tools from organizations like the Kenya Agricultural and Livestock Research Organisation (KALRO) use AI to analyze weather data and soil conditions, helping farmers decide when to plant and what inputs to apply.
Customer service chatbots on banking apps and telco platforms handle routine queries. When you type "check my balance" into a chat interface and get an instant response, an AI model classified your message and routed it to the correct automated response.
None of these examples involve a general-purpose thinking machine. Each one is a narrowly focused system trained on specific data for a specific task.
What are the different types of AI?
There are many ways to categorize AI, but the most practical distinction for beginners is between narrow AI and general AI.
Narrow AI (also called weak AI) handles one specific task. Every AI system in production today falls into this category. The M-Pesa fraud detector cannot drive a car. The number plate reader cannot write poetry. Each system does one thing.
General AI (also called strong AI or AGI) would be a system that can perform any intellectual task a human can. This does not exist yet. Despite what headlines suggest, no company has built a general AI. Researchers disagree on whether it will arrive in ten years, fifty years, or never.
For practical purposes, when someone says "AI" in a business or career context, they mean narrow AI. That is the technology we can actually use today.
What is machine learning, and how does it relate to AI?
Machine learning is the most common method for building AI systems. The relationship is simple: AI is the goal (systems that make decisions from data), and machine learning is the primary method for achieving that goal.
Within machine learning, you will hear about deep learning. Deep learning uses layered mathematical structures called neural networks. These are loosely inspired by how brain cells connect, but the resemblance is superficial. Deep learning is what made recent breakthroughs possible in image recognition, language translation, and generative AI tools like ChatGPT.
The hierarchy looks like this: artificial intelligence (the broad field) contains machine learning (the main technique), which contains deep learning (a specific approach within machine learning that uses neural networks).
You do not need to understand the mathematics to use AI tools effectively. But knowing this hierarchy helps you filter marketing claims. When a product says "AI-powered," it usually means a machine learning model is involved somewhere.
What AI cannot do
Understanding the limits matters as much as understanding the capabilities.
AI cannot reason the way humans do. It does not understand context, ethics, or meaning. When a language model writes a grammatically perfect paragraph, it has not understood the topic. It predicted which words were statistically likely to follow each other based on its training data.
AI reflects the biases in its training data. If a hiring model is trained on historical data from a company that previously favored certain demographics, the model will replicate that bias.
AI needs large amounts of quality data. In many Kenyan sectors, data collection infrastructure is still developing. An AI tool trained primarily on data from North America or Europe may not perform well on Kenyan use cases without local data and adaptation.
AI is not a replacement for human judgment. It is a tool that handles specific, well-defined tasks faster than humans can. The human role shifts to defining problems, evaluating outputs, and making decisions the AI is not equipped to make.
How does this connect to automation?
AI and automation are related but distinct. Automation is any system that performs tasks without human intervention. A simple timer that turns your lights on at 6 p.m. is automation, but it is not AI.
AI becomes part of automation when the task requires judgment or prediction. Sorting emails into "spam" and "not spam" is automated, and the sorting decision is made by an AI model. A spreadsheet formula that totals a column is automated, but no AI is involved.
The distinction matters because understanding when you need AI versus simple automation saves time and money. Many business problems that people assume require AI can be solved with straightforward automation. Others genuinely need AI's pattern-recognition capabilities.
How can we start learning practically?
The best way to understand AI is to use it. Open ChatGPT, Claude, or Google Gemini and give it a task. Ask it to summarize a document, draft an email, or explain a concept. Pay attention to where it performs well and where it falls short. That hands-on experience builds intuition faster than any theoretical explanation.
For a structured starting point, the free welcome module of our AI and Automation course walks through core concepts in 7m and gives you a foundation for the rest of the material.
If you want to go deeper on specific topics, we have focused guides on no-code tools and APIs explained without jargon.
The field is moving quickly. But the fundamentals (pattern recognition, data quality, narrow versus general AI, knowing the limits) stay constant. Master those, and you will be equipped to evaluate whatever new AI tool or trend appears next.
FAQ
Do I need to know programming to use AI?
No. Most modern AI tools have interfaces designed for non-technical users. ChatGPT, Claude, and Google Gemini work through plain text conversations. No-code platforms let you build AI-powered workflows by connecting visual blocks. Programming helps if you want to build custom AI models, but using existing AI tools requires no coding background at all.
Is AI going to take my job?
AI changes jobs more often than it eliminates them. Roles that involve repetitive, pattern-based tasks (data entry, basic classification, routine customer queries) are most affected. But new roles are also emerging: AI trainers, prompt engineers, automation specialists. The practical approach is to learn how AI tools work so you can use them in your current role, making yourself more valuable rather than more replaceable.
How is AI regulated in Kenya?
Kenya does not yet have comprehensive AI-specific legislation, though the Data Protection Act of 2019 governs how personal data (including data used to train AI) must be handled. The Office of the Data Protection Commissioner oversees compliance. Several government task forces have published frameworks and recommendations for AI governance. The regulatory landscape is still forming, which means organizations adopting AI should prioritize ethical data practices now rather than waiting for specific mandates.
What is the difference between AI and generative AI?
AI is the broad field of systems that make decisions from data. Generative AI is a specific category within AI that creates new content (text, images, audio, code) based on patterns learned from training data. ChatGPT is generative AI. The M-Pesa fraud detection system is AI but not generative AI. Both use machine learning, but they solve different types of problems.
Can AI work without the internet?
Yes, in many cases. Once an AI model is trained, it can run on local devices without an internet connection. Phone cameras use on-device AI models for features like portrait mode. Some agricultural tools are being designed to work offline in areas with limited connectivity. However, cloud-based AI services like ChatGPT do require an internet connection because the models are too large to run on most personal devices.
Frequently Asked Questions
### Do I need to know programming to use AI?
No. Most modern AI tools have interfaces designed for non-technical users. ChatGPT, Claude, and Google Gemini work through plain text conversations. No-code platforms let you build AI-powered workflows by connecting visual blocks. Programming helps if you want to build custom AI models, but using existing AI tools requires no coding background at all.
Is AI going to take my job?
AI changes jobs more often than it eliminates them. Roles that involve repetitive, pattern-based tasks (data entry, basic classification, routine customer queries) are most affected. But new roles are also emerging: AI trainers, prompt engineers, automation specialists. The practical approach is to learn how AI tools work so you can use them in your current role, making yourself more valuable rather than more replaceable.
How is AI regulated in Kenya?
Kenya does not yet have comprehensive AI-specific legislation, though the Data Protection Act of 2019 governs how personal data (including data used to train AI) must be handled. The Office of the Data Protection Commissioner oversees compliance. Several government task forces have published frameworks and recommendations for AI governance. The regulatory landscape is still forming, which means organi
7-minute Welcome lesson, no purchase required
Bonaventure Ogeto
Founder, Mctaba Labs
Software engineer building products for the African market. Teaching 10,000+ students across multiple platforms. BSc Mathematics & Computer Science from JKUAT.