0

Completed

0%

Progress

0

Starred

01

What is Artificial Intelligence?

beginner#AI Fundamentals
02

What is the history of AI?

beginner#AI Fundamentals
03

What are the types of AI?

beginner#AI Fundamentals
04

What is Narrow AI?

beginner#AI Fundamentals
05

What is General AI (AGI)?

beginner#AI Fundamentals
06

What is the difference between Strong AI and Weak AI?

beginner#AI Fundamentals
07

What is the difference between AI and Machine Learning?

beginner#AI Fundamentals
08

What is the difference between AI and Deep Learning?

beginner#AI Fundamentals
09

What is Machine Learning?

beginner#Machine Learning
10

What are the types of Machine Learning?

beginner#Machine Learning
11

What is Supervised Learning?

beginner#Machine Learning
12

What is Unsupervised Learning?

beginner#Machine Learning
13

What is Reinforcement Learning?

beginner#Machine Learning
14

What is Deep Learning?

beginner#Deep Learning
15

What are Neural Networks?

beginner#Deep Learning
16

What is Generative AI?

beginner#Generative AI
17

How does Generative AI work?

beginner#Generative AI
19

What is the difference between Generative AI and Traditional AI?

beginner#Generative AI
20

What is a Large Language Model (LLM)?

beginner#LLMs
21

How do LLMs work at a high level?

beginner#LLMs
22

What are Tokens in AI?

beginner#LLMs
23

What is a Context Window?

beginner#LLMs
24

What is Prompt Engineering?

beginner#Prompt Engineering
25

Why does Prompt Engineering matter?

beginner#Prompt Engineering
26

What are the types of prompts?

beginner#Prompt Engineering
27

What is Zero-shot Prompting?

beginner#Prompt Engineering
28

What is Few-shot Prompting?

beginner#Prompt Engineering
29

What is ChatGPT?

beginner#AI Tools
30

What is Claude?

beginner#AI Tools
31

What is Gemini?

beginner#AI Tools
32

What is Perplexity AI?

beginner#AI Tools
33

What is GitHub Copilot?

beginner#AI Tools
34

What are AI Hallucinations?

beginner#AI Ethics
35

What is AI Bias?

beginner#AI Ethics
36

What is Responsible AI?

beginner#AI Ethics
37

What is AI Ethics?

beginner#AI Ethics
38

What is AI Safety?

beginner#AI Ethics
39

What is the impact of AI on jobs?

beginner#AI Ethics
40

How is AI used in Software Development?

beginner#AI Applications
41

How is AI used in Education?

beginner#AI Applications
42

How is AI used in Healthcare?

beginner#AI Applications
43

How is AI used in Business?

beginner#AI Applications
44

How is AI used in Marketing?

beginner#AI Applications
45

What does an AI Engineer do?

beginner#AI Careers
46

What does a Prompt Engineer do?

beginner#AI Careers
47

What does a Machine Learning Engineer do?

beginner#AI Careers
48

What does an AI Product Manager do?

beginner#AI Careers
49

What are career opportunities in AI?

beginner#AI Careers
50

What is the future of AI?

beginner#AI Fundamentals
51

What is zero-shot prompting and when should you use it?

intermediate#Prompt Engineering
52

What is few-shot prompting and how do you design effective examples?

intermediate#Prompt Engineering
53

What is Chain of Thought prompting and how does it improve reasoning?

intermediate#Prompt Engineering
54

What is prompt chaining and how is it used in AI pipelines?

intermediate#Prompt Engineering
55

What are structured outputs and JSON mode in LLM APIs?

intermediate#Prompt Engineering
56

What is role prompting and how does it affect model behavior?

intermediate#Prompt Engineering
57

What is prompt evaluation and how do you measure prompt quality?

intermediate#Prompt Engineering
58

How do large language models actually work at a high level?

intermediate#LLMs
59

What is tokenization and why does it matter for developers?

intermediate#LLMs
60

What is a context window and how do you manage it in production?

intermediate#LLMs
61

What is temperature in LLMs and how should you set it?

intermediate#LLMs
62

What are LLM hallucinations and how do you mitigate them?

intermediate#LLMs
63

How do you select the right LLM model for your use case?

intermediate#LLMs
64

What are embeddings and why are they essential for AI applications?

intermediate#Embeddings
66

What are vector databases and how do they work?

intermediate#Vector Databases
67

What is RAG (Retrieval-Augmented Generation) and why is it used?

intermediate#RAG
68

What is document chunking in RAG and what strategies should you use?

intermediate#RAG
70

How do you optimize retrieval quality in a RAG system?

intermediate#RAG
71

What is an AI agent and how is it different from a regular LLM call?

intermediate#AI Agents
72

What is tool use / function calling in AI agents?

intermediate#AI Agents
73

What is agent memory and what are the different types?

intermediate#AI Agents
74

What is multi-step agent planning and how does it work?

intermediate#AI Agents
75

What is the OpenAI API and how do you make your first call?

intermediate#AI APIs
76

What is the Claude API and how does it differ from OpenAI's API?

intermediate#AI APIs
77

What are API tokens, rate limits, and how do you handle them in production?

intermediate#AI APIs
78

What is streaming in LLM APIs and when should you implement it?

intermediate#AI APIs
79

How do you optimize LLM API costs in production applications?

intermediate#AI APIs
80

What is prompt injection and how do you defend against it?

intermediate#AI Security
81

What are AI guardrails and how do you implement them?

intermediate#AI Security
82

What are the key data privacy concerns when building AI applications?

intermediate#AI Security
83

What does a production AI application architecture look like?

intermediate#AI Architecture
84

What is an AI chatbot architecture and how do you design conversation state?

intermediate#AI Architecture
85

What are the main methods for evaluating AI application quality?

intermediate#AI Evaluation
86

What is LLM-as-judge evaluation and how do you implement it reliably?

intermediate#AI Evaluation
87

What is AI monitoring in production and what should you track?

intermediate#AI Evaluation
88

What are prompt templates and how do you manage them in a codebase?

intermediate#Prompt Engineering
89

What is Top-P (nucleus sampling) and how does it interact with temperature?

intermediate#LLMs
90

What is model inference and how does it work end to end?

intermediate#LLMs
91

What are embedding models and how do you choose the right one for RAG?

intermediate#RAG
92

What are multi-agent systems and when should you use them?

intermediate#AI Agents
93

What is the Gemini API and what are its distinctive capabilities?

intermediate#AI APIs
94

What is model abuse and how do you prevent misuse of your AI application?

intermediate#AI Security
95

What is AI workflow design and how do you architect multi-step AI pipelines?

intermediate#AI Architecture
96

How do you build and query a vector database for a RAG application?

intermediate#Embeddings
97

What is the difference between fine-tuning and RAG, and when do you use each?

intermediate#AI Architecture
98

What are model parameters, and what do they tell you about an LLM?

intermediate#LLMs
99

What is RAGAS and how do you use it to evaluate RAG systems?

intermediate#AI Evaluation
100

What is context management and how do you handle long conversations efficiently?

intermediate#AI Architecture
101

What is one-shot prompting and when is it more effective than few-shot?

intermediate#Prompt Engineering
102

What are agent workflows and how do you design reliable agentic systems?

intermediate#AI Agents
103

What is Artificial General Intelligence (AGI) and how does it fundamentally differ from current narrow AI systems?

advanced#AI Intelligence
104

What distinguishes reasoning from pattern recognition in AI systems, and why is this distinction critical for advancing beyond narrow AI?

advanced#AI Intelligence
105

What is the Chinese Room Argument, and why does it remain relevant to modern debates about machine understanding and consciousness?

advanced#AI Intelligence
106

Why do AI systems hallucinate, and what are the fundamental causes beyond simple model errors?

advanced#AI Limitations
107

What is the AI Alignment Problem, and why is it considered one of the most critical unsolved challenges in advanced AI development?

advanced#AI Limitations
108

What is the Black Box Problem in AI, and how does Explainable AI (XAI) attempt to solve it while facing fundamental trade-offs?

advanced#AI Limitations
109

What is Responsible AI, and how does it differ from AI ethics frameworks in practice?

advanced#AI Ethics
110

What are the primary sources of bias in AI systems, and how can organizations systematically mitigate bias across the AI lifecycle?

advanced#AI Ethics
111

What are the essential components of an enterprise AI governance framework, and how do they integrate with existing corporate governance structures?

advanced#AI Governance
112

How does the EU AI Act classify AI risk levels, and what are the compliance obligations for each tier?

advanced#AI Governance
113

What are the projected impacts of AI on employment, and how can societies transition to new equilibrium without widespread disruption?

advanced#AI Society
114

What are the leading theories and timelines for Artificial Superintelligence (ASI), and what scenarios are considered most plausible by researchers?

advanced#Future of AI
115

How should enterprises develop an AI adoption strategy that balances short-term ROI with long-term transformation?

advanced#AI Strategy
116

What are the key barriers to enterprise AI adoption at scale, and how can organizations systematically overcome them?

advanced#AI Adoption
117

What are the effective models for human-AI collaboration in decision-making, and how do they differ in terms of accountability and performance?

advanced#Human-AI Collaboration
118

What are the fundamental differences between AI-driven decision making and traditional rule-based or human decision making, and when should each be preferred?

advanced#AI Decision Making
119

What is the difference between artificial intelligence and human intelligence in terms of generalization, sample efficiency, and robustness?

advanced#AI Intelligence
120

What is catastrophic forgetting in neural networks, and what strategies exist to enable continual learning?

advanced#AI Limitations
121

What are the key principles of AI transparency and explainability, and how do they conflict with privacy or intellectual property?

advanced#AI Ethics
122

What is model risk management (MRM) in the context of AI, and how does it extend traditional risk management frameworks?

advanced#AI Governance
123

How does AI affect democracy and political processes, including misinformation, voter manipulation, and participatory governance?

advanced#AI Society
124

What are the long-term risks of AI development, including existential risks, and how should they be prioritized?

advanced#Future of AI
125

How should organizations measure ROI from AI investments beyond traditional metrics like cost savings and revenue growth?

advanced#AI Strategy
126

What are the psychological factors affecting trust in AI systems, and how can they be designed for appropriate calibration of trust?

advanced#Human-AI Collaboration
127

What is the difference between predictive AI and prescriptive AI, and when should organizations use one over the other?

advanced#AI Decision Making
128

What is common sense reasoning in AI, and why has it remained so difficult to achieve despite advances in large language models?

advanced#AI Intelligence
129

What is the 'distributional shift' problem in machine learning, and why does it remain a fundamental obstacle to deploying AI in open-world settings?

advanced#AI Limitations
130

What is 'machine unlearning' and how does it address the 'right to be forgotten' in AI systems?

advanced#AI Ethics
131

What is a 'model card' and why has it become a standard tool for AI transparency and governance?

advanced#AI Governance
132

How does AI impact environmental sustainability, both as a contributor to carbon emissions and as a solution for climate challenges?

advanced#AI Society