> For the complete documentation index, see [llms.txt](https://apphp.gitbook.io/artificial-intelligence-with-php/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apphp.gitbook.io/artificial-intelligence-with-php/artificial-intelligence/overview-of-ai/types-of-ai.md).

# Types of AI

### Types of Artificial Intelligence

Artificial Intelligence can be grouped based on two main factors: what it can do and how it works.

<div align="left"><figure><img src="/files/3oBEp8U8R0buwBGw63fW" alt="" width="375"><figcaption><p>Types of AI</p></figcaption></figure></div>

### Type 1: Based on Capabilities

1\. **Weak AI** (Narrow AI): This is AI that focuses on doing one specific task well. For example, **Apple’s Siri** is great at understanding voice commands, but it can’t do much outside of that. Other examples are self-driving cars or image recognition on your phone. IBM’s **Watson** is another example—it can analyze data and provide insights but only within certain limits.

2\. **General AI** (Strong AI): This type of AI would be able to think and learn like a human, doing any task a person can do. But, as of now, such AI doesn’t exist, and researchers are still working on it.

3\. **Super A**I: This would be AI that is smarter than humans in every way. It could think, reason, and make decisions independently. However, this level of AI is only a theory for now and hasn't been developed. Moreover, we don't even imagine how to create or develop it.

### Type 2: Based on Functionality

1\. **Reactive Machines**: These are the simplest form of AI. They respond to specific situations based on their programming, without using past experiences. Examples include IBM’s chess-playing computer **Deep Blue** and Google’s **AlphaGo**.

2\. **Limited Memory AI**: These machines can use past data for a short period to help them make decisions. A good example is self-driving cars, which use recent data to navigate the roads safely.

3\. **Theory of Mind AI**: This type of AI would understand human emotions and beliefs and could interact socially. Although it is still in the development stage, some researchers believe that we have a chance to develop it soon.

4\. **Self-Awareness AI**: This will be the most advanced AI, possessing its own consciousness and emotions (maybe even will). It does not exist yet, but its creation would be a huge technological breakthrough.
