What are disruptive technologies?
Innovations that fundamentally change the way industries, businesses, and consumers operate
What has each wave of disruptive technology built for GenAI?
The infrastructure, data, and computing power needed to enable today’s AI revolution
What disruptive technologies emerged in the 1990s?
Internet, Personal Computers, Mobile Phones, and Email
What disruptive technologies emerged in the 2000s?
E-commerce (Amazon, eBay), Smartphones (iPhone), Social Media (Facebook, YouTube), and Cloud Computing (AWS, Google Cloud)
What disruptive technologies emerged in the 2010s?
AI & Machine Learning (Siri, Alexa), Big Data, Blockchain, IoT (Smart Devices), and GPUs
What are the key disruptive technologies of the 2020s?
Generative AI (GPT, DALL·E), 5G Networks, Quantum Computing, and Metaverse & AR/VR
What is Generative AI?
A class of AI models designed to generate new data (text, images, audio, video) based on patterns learned from existing data
How do generative models work?
They learn the underlying distribution of data and create outputs that resemble the training data
What are discriminative AI models?
Models used to classify data into predefined categories or make decisions by learning the boundary between different classes
What is the difference between Generative and Discriminative AI?
Generative AI creates new data based on learned patterns, while Discriminative AI classifies existing data into categories
How has GenAI shifted programming practices?
From a code-centric task to a more conceptual, problem-solving approach where developers focus on the ‘what’ rather than the ‘how’
What is code assistance with GenAI?
Tools can generate code snippets, suggest optimizations, auto-complete code, and help with debugging in real-time
What are examples of AI code assistance tools?
GitHub Copilot, Tabnine, ChatGPT, Replit Ghostwriter
How does GenAI help with documentation?
AI tools automatically generate documentation from codebases, ensuring up-to-date information
What is natural language querying in databases?
Querying databases using natural language instead of SQL. Example: ‘Show me total sales for December’ generates the SQL query automatically
How does GenAI help with database schema design?
GenAI tools can suggest database schema designs optimized for specific use cases
What is predictive maintenance in databases?
AI-powered tools predict database bottlenecks or failures and recommend optimizations
What is the AI hierarchy?
AI → Machine Learning → Deep Learning → Generative AI → Large Language Models (LLMs)
What is Machine Learning?
A subset of AI that enables machines to imitate human learning and improve through experience and data
What is Deep Learning?
A subset of Machine Learning that uses deep neural networks to simulate the brain’s complex decision-making power
Where does Generative AI fit in the AI hierarchy?
Generative AI is a subset of Deep Learning focused on generating new data based on learned patterns
What are Large Language Models (LLMs)?
Models trained on immense amounts of data to understand and generate natural language and perform a wide range of tasks
What are the key subdomains of GenAI?
Natural Language Generation, Image Generation, Music and Audio Generation, Video Generation, 3D Model Generation, GANs, Reinforcement Learning with Generative Models, Text-to-Image Synthesis, Generative Drug Discovery, Personalization Systems, Data Augmentation, Interactive AI and Conversational Agents
What is Natural Language Generation (NLG)?
Creating human-like text from data or prompts, used in chatbots, content generation, translation, and summarization. Examples: GPT-3, GPT-4, BERT