π° Originally published on Securityelites β AI Red Team Education β the canonical, fully-updated version of this article.
π€ AI BASICS FOR BEGINNERS Β FREE
Day 3 of 5 Β Β·Β 60% complete
Did you know that when you scroll through TikTok, at least three completely different types of AI are working at the same time? One AI recognises whatβs in each video (computer vision). A second AI predicts which videos you personally want to watch next (recommendation AI). And if thereβs text or captions in the video, a third AI is reading and understanding them (language AI).
Most people think βAIβ is one thing. Itβs not. Itβs a whole family of different technologies β each one built differently, trained differently, good at different things, and broken in completely different ways.
Today Iβm giving you the complete guide to all six types of AI running around in your daily life. By the end, youβll never say βthat app uses AIβ without immediately knowing which type β and what that means for how it could fail.
π― What Youβll Learn in Day 3
β
The six different types of AI β with real examples of each
β
How to spot which type is running in any app or feature
β
The main weakness of each type (in plain language)
β
How different AI types can be combined in one product
β
Your first multi-type attack chain, designed from scratch
β± 25 min read Β· 3 exercises Β· Browser needed for exercises 1 and 3
π Before You Start:
- Completed Day 1: What Is AI? and Day 2: How Does AI Learn?
- Remember: AI finds patterns in examples and makes guesses
- Remember: training data is the foundation β corrupt it, you corrupt the AI
Types of Artificial Intelligence β Day 3 of 5
- Type 1: Large Language Models β The AI That Talks
- Type 2: Computer Vision β The AI That Sees
- Type 3: Recommendation AI β The AI That Predicts What You Want
- Type 4: Voice AI β The AI That Listens and Speaks
- Type 5: Generative AI β The AI That Creates Things
- Type 6: Anomaly Detection AI β The AI That Guards the Gate
- The Big Picture β All Six Types and Their Weak Points
- Questions and Answers
Days 1 and 2 built your foundation β what AI is and how it learns. Today is the taxonomy lesson. I want you to be able to look at any app, any website, any feature and say βthatβs Type 3, and hereβs how it can fail.β The LLM hacking course and the how hackers attack AI guide both assume you know these types. Letβs lock them in.
Type 1: Large Language Models β The AI That Talks
You probably already know this one β ChatGPT, Claude, Gemini, Copilot. These are called large language models, or LLMs. Theyβre the most talked-about type of AI right now.
What they do: LLMs are trained on enormous amounts of text β basically a massive chunk of everything ever written on the internet, plus millions of books. They learned the patterns of how human language works. When you type something, they predict β word by word β what a useful response looks like. They can write, answer questions, summarise documents, write code, translate languages, and hold conversations.
Where you find them: ChatGPT (obviously). The AI in Google Search that writes those summary boxes. GitHub Copilot that helps programmers write code. The chatbot in most company websites. Gmailβs βSmart Composeβ that finishes your sentences. Microsoft Copilot in Word and Excel.
How they can be tricked: The main weakness of LLMs is that they canβt properly separate βinstructions telling me what to doβ from βcontent someone sent me to process.β If you put instructions inside a message, the AI might follow those instructions instead of doing its job. This is called prompt injection β and itβs the most important AI attack to learn. Weβll go deep on this in Day 4.
π‘ Quick identification test: Can you type any question or instruction in natural language and get a useful response? Does it follow varied requests rather than just fixed commands? Thatβs an LLM.
Type 2: Computer Vision β The AI That Sees
Computer vision AI processes images and video. It can look at a photo and tell you whatβs in it, find specific objects, read text, recognise faces, track movement, and detect things out of place. Itβs trained on millions of labelled images until it learns the visual patterns that distinguish one thing from another.
Where you find it: Face unlock on your phone (recognises your face). Google Photos tagging your friends automatically. Instagramβs automatic alt text on photos. Security cameras that detect people. TikTok understanding what type of content is in each video. Snapchatβs face filters. Self-driving car cameras. The AI that checks if your ID photo matches your face during age verification.
How it can be tricked: Computer vision learns patterns in pixels β not the βmeaningβ of what it sees, the way you understand a photo. That means tiny, invisible changes to an imageβs pixels can completely fool it. A photo that looks exactly like a cat to you might look like a dog to the AI after changing just a few pixels in a very specific way. This is called an adversarial example. Researchers have also printed special sticker patterns that make security cameras fail to detect people walking right past them. Wild, right?
π Read the complete guide on Securityelites β AI Red Team Education
This article continues with deeper technical detail, screenshots, code samples, and an interactive lab walk-through. Read the full article on Securityelites β AI Red Team Education β
This article was originally written and published by the Securityelites β AI Red Team Education team. For more cybersecurity tutorials, ethical hacking guides, and CTF walk-throughs, visit Securityelites β AI Red Team Education.

Top comments (0)