'diagram' => [ 'title' => 'Types of Artificial Intelligence', 'file' => 'ai-types-overview.svg', 'alt' => 'Types of Artificial Intelligence diagram', 'caption' => 'AI is commonly classified by capability and functionality.', 'guide' => [ 'title' => 'Understanding the Diagram', 'description' => 'Follow these four steps to understand how AI is classified.', 'steps' => [ [ 'title' => 'Start at the Top', 'description' => 'Everything begins with Artificial Intelligence.' ], [ 'title' => 'Look at the Split', 'description' => 'AI is divided into two major classifications.' ], [ 'title' => 'Read the Left Side', 'description' => 'Capability tells us what an AI system is capable of doing.' ], [ 'title' => 'Read the Right Side', 'description' => 'Functionality explains how an AI system behaves.' ] ], 'summary' => 'Artificial Intelligence is classified from two perspectives: what it can do and how it works.' ] ], 'examples' => [ [ 'title' => 'Google Translate', 'description' => 'Google Translate can translate text between many languages, but it is designed specifically for language translation.', 'workflow' => [ [ 'icon' => '📝', 'title' => 'Input Text' ], [ 'icon' => '🤖', 'title' => 'AI Translation Model' ], [ 'icon' => '🌍', 'title' => 'Translated Text' ] ], 'learning' => 'Google Translate is an example of Artificial Narrow Intelligence because it specializes in language translation.' ], [ 'title' => 'Future AGI', 'description' => 'Imagine one AI system capable of learning any intellectual task without retraining.', 'workflow' => [ [ 'icon' => '🚗', 'title' => 'Drive a Car' ], [ 'icon' => '💻', 'title' => 'Write Code' ], [ 'icon' => '🩺', 'title' => 'Diagnose Disease' ], [ 'icon' => '👨‍🏫', 'title' => 'Teach Students' ] ], 'learning' => 'This represents the idea of Artificial General Intelligence. No confirmed AGI system exists today.' ] ]