Artificial Intelligence – UPSC Notes

Artificial Intelligence – UPSC Notes | Legacy IAS
GS Paper III · Science & Technology

Artificial Intelligence
Machine Learning · Deep Learning · Neural Networks

Complete UPSC Notes: AI Basics, ML, DL, NLP, ANN — India's AI Mission, Global AI Summits, PYQs, MCQs & Real-Life Examples. Updated 2025–26.

🤖
What is Artificial Intelligence?
Prelims + Mains · Foundation Topic · Very High Priority
🏫 Classroom Analogy — Simplest Possible Explanation Imagine a very smart student who: reads all your textbooks (learns from data), answers questions based on patterns (makes predictions), and improves with every test (learns from feedback). Now replace that student with a computer — that's AI! AI = making computers think, learn, and decide like humans — or even better.
🔑 Definition: Artificial Intelligence (AI) is the ability of machines and computer programs to perform tasks that typically require human intelligence — such as learning, reasoning, problem-solving, perceiving, and making decisions. Coined by John McCarthy at the Dartmouth Conference, 1956.
Brief History of AI — Timeline
50s
1950s
Turing Test
Dartmouth Conf.
AI term coined
70s
1960–70s
Expert Systems
Hard-coded rules
MYCIN, DENDRAL
80s
1980s
Machine Learning
Decision Trees
Learn from data
00s
2000s
Deep Learning
Neural Networks
ImageNet, GPUs
Now
2020s
GenAI Boom
ChatGPT, Gemini
AI everywhere
Core Components of AI — The Building Blocks
🧮
Machine Learning
AI that learns from data without being explicitly programmed
🧠
Deep Learning
ML using multi-layer neural networks for complex patterns
💬
NLP
AI that understands and generates human language
👁
Computer Vision
AI that sees and interprets images and video
🔗
Neural Networks
Brain-inspired computational models for pattern recognition
🎮
Reinforcement Learning
AI that learns by trial-and-error and reward/penalty
📱 AI in Your Daily Life — Examples Every Student Knows
  • Google Search: Predicts what you're about to type (autocomplete) using ML trained on billions of searches
  • Swiggy/Zomato: Suggests restaurants based on your order history — recommendation AI
  • PhonePe/GPay UPI Fraud: AI detects suspicious transactions in milliseconds before they go through
  • Face unlock on your phone: Computer Vision + Neural Network recognising your unique face
  • YouTube recommended videos: AI keeps you watching by predicting what you'll click next
  • Aarogya Setu contact tracing: AI processing Bluetooth signals to identify COVID exposure risk
🔑 Turing Test (Must Know for UPSC): Proposed by Alan Turing in 1950 — if a human cannot distinguish whether they're conversing with a machine or another human, the machine is considered "intelligent." It is a benchmark for human-level AI. ChatGPT is considered to have effectively passed informal versions of the Turing Test.
📊
Types of Artificial Intelligence
High Priority for Prelims · Statement-Based Questions
Classification 1: Based on Capability
Memory Trick: N-G-SNarrow AI (exists now) → General AI (human-like, future) → Super AI (beyond human, hypothetical)
TypeNicknameCapabilityReal ExampleStatus
Narrow AIWeak AIOnly one specific task, within defined limitsSiri (only voice assistant), Chess engines (only chess), spam filters (only email)Exists today
General AI (AGI)Strong AIPerforms ANY cognitive task humans can — reason, learn, adapt across all domainsNo real example yet. ChatGPT is advanced Narrow AI, NOT AGIFuture (research ongoing)
Super AIASISurpasses human intelligence in every domain — thinks, creates, problem-solves better than any humanHypothetical — seen in science fiction (HAL 9000, Skynet)Highly speculative
🎯 Important Clarification for UPSC ChatGPT, Gemini, Claude, Copilot — all are Narrow AI (also called Generative AI / Large Language Models). Despite how impressive they seem, they cannot learn new things after training, cannot see, feel, or truly understand — they predict the most likely next word based on patterns. AGI does not exist yet — any statement claiming "General AI has been achieved" is WRONG for UPSC purposes.
Classification 2: Based on Functionality
TypeKey FeatureExampleUPSC Importance
Reactive MachinesNo memory; reacts to current input only; cannot learn from pastIBM Deep Blue (beat Kasparov at chess in 1997); Google AlphaGo⭐⭐ High
Limited Memory AIUses recent past data for decisions; does not retain long-term memorySelf-driving cars (uses last few seconds of road data); ChatGPT within a session⭐⭐⭐ Very High
Theory of Mind AIUnderstands human emotions, intentions, beliefs; social reasoningNot yet achieved; early research only; some emotion-detection AI is early-stage⭐ Medium
Self-Aware AIHas consciousness, self-awareness, feelings similar to humansPurely hypothetical; does not exist; concept in science fiction⭐ Conceptual
♟ Chess Example — Makes the Types Very Clear Reactive Machine: IBM Deep Blue plays chess. It sees the current board and picks the best move. It cannot remember how you played 10 moves ago to predict your strategy. Zero memory.

Limited Memory AI: Self-driving car sees the road for the past 10 seconds. It uses that to decide to brake. But it doesn't remember the road from yesterday.

Theory of Mind (future): AI that understands the chess player is bluffing because they look nervous — reads human intention and emotion.

Self-Aware AI (hypothetical): AI that knows it's playing chess, knows it's an AI, has preferences about whether it wants to play or not.
Generative AI — The New Buzzword 2023–25
🆕 Generative AI — Must Know for UPSC 2026 Generative AI = AI that can CREATE new content — text, images, code, audio, video — not just classify or predict. It learns patterns from massive datasets and generates new, original-looking output.

  • ChatGPT (OpenAI): Generates human-like text; used for essays, coding, analysis
  • Gemini (Google): Multimodal GenAI — text + images + code + audio
  • DALL-E / Midjourney / Stable Diffusion: Generates images from text description
  • DeepSeek (China, 2025): Open-source GenAI that challenged US AI dominance — massive geopolitical story
  • BharatGen (India): India's own multilingual GenAI model being developed under IndiaAI Mission
  • Sarvam AI (India): Startup building India-specific LLMs in 10 Indian languages — funded under IndiaAI Mission
🧮
Machine Learning (ML)
Core AI Subfield · High Priority Conceptual Topic
👶 Child Learning Analogy — Perfect for Non-Science Students How did you learn to recognise a mango? Your mother showed you many mangoes over years — different sizes, colours, shapes. Your brain built a pattern. Now you can identify even a mango you've never seen before! Machine Learning works exactly the same way — show the computer thousands of examples, and it builds its own pattern-recognition rules. No programmer writes explicit rules; the machine discovers them from data.
🔑 Definition: Machine Learning is a branch of AI where systems learn from data automatically, improve with experience, and make predictions — without being explicitly programmed with every rule. The core idea: more data = better performance.
3 Types of Machine Learning — With Real Examples
TypeHow It LearnsSimple AnalogyReal Example
Supervised Learning Given labelled data — input + correct answer. Learns to map inputs to outputs A teacher shows you solved math problems. You learn the pattern and solve new ones. Email spam filter (trained on "spam" and "not spam" emails); Medical diagnosis (trained on diagnosed patient data); Credit scoring
Unsupervised Learning No labels — finds hidden patterns, groups, or structures in data on its own You're given a box of mixed vegetables. No one tells you what they are. You group them by colour/shape yourself. Customer segmentation (grouping customers by behaviour); Anomaly detection in banking; Recommending "people you may know" on LinkedIn
Reinforcement Learning Agent takes actions, receives reward for good actions, penalty for bad. Learns through trial and error Training a dog with treats (reward) and scolding (penalty). The dog learns which behaviours earn treats. AlphaGo (beat world Go champion); Self-driving car learning to drive; Game-playing AI; Robotics
🏦 Indian Example — Pradhan Mantri Jan Dhan Yojana + ML Millions of Jan Dhan account holders now access banking for the first time. Banks use ML to assess creditworthiness of people who have no credit history — by looking at mobile recharge patterns, UPI transaction frequency, MGNREGA wage data. A farmer who consistently sends money home every month, never misses a recharge, shows stable income patterns. ML identifies him as a good credit risk even without a credit score. This is financial inclusion powered by Machine Learning.
🌾 UPSC-Relevant Example — AI in Agriculture ICAR (Indian Council of Agricultural Research) uses ML for crop disease detection. A farmer photographs a diseased leaf with his smartphone. ML model (trained on 50,000+ images of diseased leaves) identifies the disease and suggests treatment in seconds — in the farmer's local language, via a feature phone. This is ML solving India's agricultural extension problem where 1 agronomist serves thousands of farmers.
📌 Important ML Concepts for UPSC
  • Algorithm: The mathematical formula that the ML model uses to learn from data. Common ones: Decision Tree (like a flowchart of yes/no questions), Random Forest, Support Vector Machine
  • Training Data: The dataset the model learns from. Better data = better model. Garbage in = Garbage out!
  • Overfitting: Model memorises training data too well — fails on new data. Like a student who memorises answers but can't apply them
  • Bias in ML: If training data has bias (eg: mostly male doctors), the model will discriminate against female doctors — key ethical concern for UPSC
  • Large Language Model (LLM): ML model trained on vast text data to understand and generate language. GPT-4, Gemini, BharatGen are LLMs
🧠
Deep Learning (DL)
Subset of ML · Powers Most Modern AI · High Yield
🎨 Peeling an Onion Analogy When you see a photo of a tiger, your brain processes it in layers:
Layer 1: "I see edges and colours" → Layer 2: "These form stripes" → Layer 3: "Stripes on an orange body" → Layer 4: "That's a tiger!"

Deep Learning works identically — each layer of the neural network extracts more complex features from the input. "Deep" in Deep Learning = many layers (sometimes 100+ layers) of processing.
🔑 Definition: Deep Learning is a subset of Machine Learning that uses Artificial Neural Networks with multiple (deep) layers to learn hierarchical representations of data. It excels at tasks involving images, audio, and text where patterns are complex and multi-layered.
ML vs Deep Learning — Key Difference
ParameterMachine LearningDeep Learning
Data NeededWorks with small/medium datasetsNeeds massive datasets (millions of examples)
Feature ExtractionHumans select which features to useAutomatically extracts features on its own
HardwareWorks on normal computersNeeds powerful GPUs (graphics cards)
InterpretationEasier to understand why it decidedOften a "black box" — hard to explain decision
Best ForTabular data, predictions, classificationImages, speech, language, video
ExampleLoan approval, stock price predictionFace recognition, voice assistants, self-driving cars
🏥 Deep Learning in Indian Healthcare — Diagnostic Revolution AIIMS Delhi and Aravind Eye Hospital use Deep Learning to screen for diabetic retinopathy (blindness risk from diabetes). A patient's eye photo is fed to a DL model trained on 100,000+ eye images. Within seconds, it detects early damage signs — matching the accuracy of a specialist ophthalmologist. With only 15,000 ophthalmologists for 1.4 billion Indians, this DL tool can reach every rural PHC. This is exactly the "AI in clinical diagnosis" topic asked in UPSC Mains 2023.
🗺 Deep Learning in Defence — DRDO Applications DRDO uses Deep Learning for autonomous drone surveillance — drones with DL-powered computer vision identify military vehicles, map terrain, detect intrusions in real time. In Ladakh, where terrain is harsh, DL-based satellite image analysis detects Chinese military movements by comparing thousands of satellite images automatically — a task that would take human analysts weeks.
💡 Key Deep Learning Applications
  • Face Recognition: Deep Learning powers Aadhaar's facial authentication; CCTV surveillance; iPhone Face ID
  • Voice Recognition: Google Assistant, Alexa, Siri — understand your speech in real time using DL
  • Self-driving Cars: Tesla's Autopilot uses DL to detect roads, pedestrians, signs simultaneously
  • AlphaFold (DeepMind): DL predicted the 3D structure of 200 million proteins — solved a 50-year biology problem. Nobel-adjacent achievement.
  • DeepFakes: DL-generated fake videos of real people — a major disinformation threat
  • Google Translate: DL-powered neural machine translation — now supports 100+ languages including most Indian languages
🔗
Artificial Neural Networks (ANN)
Foundation of Deep Learning · Brain-Inspired Computing
🧠 Human Brain Analogy — The Original Inspiration Your brain has ~86 billion neurons. Each neuron connects to thousands of others. When you touch a hot stove: Nerve (input) → signal travels through neurons → Brain processes → Hand pulls back (output). ANN copies this exact architecture: Input layer (receives data) → Hidden layers (process and extract patterns) → Output layer (final answer). Each artificial neuron is a simple math calculation; the power comes from millions of them connected together.
🔑 Definition: Artificial Neural Networks (ANNs) are computing systems inspired by biological neural networks in the human brain. They consist of layers of interconnected nodes (artificial neurons) that process information, recognise patterns, and make decisions through a learning process.
Structure of an ANN — Simple Breakdown
⚙️ Three Layers — Easy to Remember
  1. Input Layer: Receives raw data — like pixels of an image, or words of a sentence. Example: Each pixel of a 28×28 photo = 784 input neurons
  2. Hidden Layers: Multiple intermediate layers that extract progressively complex features. Layer 1 might detect edges, Layer 2 shapes, Layer 3 objects. Deep Learning = many hidden layers (sometimes 100+)
  3. Output Layer: Produces the final answer — "Cat" or "Dog", "Spam" or "Not Spam", "Approve Loan" or "Reject"
Training Process: The network compares its output with the correct answer → calculates the error → adjusts the connection strengths (called "weights") to reduce the error → repeats millions of times. This process is called Backpropagation.
📬 Real-Life ANN Example — India Post India Post uses ANN for handwritten address recognition. A letter with a handwritten PIN code is scanned. The ANN (trained on millions of handwritten digits) reads the numbers — even if they're messy — and routes the letter to the correct sorting office. Without ANN, this required trained human sorters. ANN processes thousands of letters per minute at postal sorting centres.
Types of Neural Networks — UPSC Relevant
TypeFull FormSpecialityFamous Example
CNNConvolutional Neural NetworkImage and video processing — finds spatial patternsFace recognition, medical image analysis, self-driving cars
RNNRecurrent Neural NetworkSequential data — remembers previous inputs (good for time series)Speech recognition, language translation, stock market prediction
GANGenerative Adversarial NetworkTwo networks compete — one creates fake content, other detects fakes. Generator improves until fake is indistinguishable.DeepFakes, AI-generated art, drug molecule design
TransformerProcesses entire sequences at once with "attention mechanism" — revolutionised NLPGPT-4, Gemini, BERT (Google Search) — all use Transformers
⚠️ DeepFake — Critical for UPSC Mains (GS III + GS IV): GAN-generated fake videos of politicians, public figures saying things they never said. Major threats: election manipulation, defamation, financial fraud ("Boss calling to transfer money"). India's IT Rules 2023 amendment mandates platforms to remove deepfakes within 24 hours. Ministry of Electronics & IT working on watermarking and detection standards.
💬
Natural Language Processing (NLP)
BHASHINI · Multilingual AI · India Priority
🗣 Translator Analogy When you say "Can you book me an Ola to Majestic?", a human understands: Book = action; Ola = ride-hailing app; Majestic = Kempegowda Bus Station, Bengaluru. Understanding context, local slang, abbreviations — that's human language skill. NLP = teaching computers to understand language the same way — not just matching words, but understanding meaning, context, sentiment, and intent.
🔑 Definition: Natural Language Processing (NLP) is a branch of AI that enables computers to understand, interpret, and generate human language — both spoken and written. It bridges the gap between human communication and computer understanding.
Key NLP Applications — India Focus
ApplicationHow NLP HelpsIndia Example
Machine TranslationTranslates text/speech between languages automaticallyBHASHINI — India's AI-powered multilingual platform; Google Translate for 22 scheduled languages
Chatbots / Virtual AssistantsUnderstands user queries in natural language and respondsUMANG app chatbot; banking chatbots; DigiLocker helpdesk
Sentiment AnalysisDetects emotion/opinion in text (positive/negative/neutral)SEBI uses it to monitor social media for market manipulation signals
Text SummarisationCondenses long documents to key pointsLegal AI tools for court judgement summaries; Parliament proceedings
Speech RecognitionConverts spoken words to text accuratelyAarogya Setu voice interface; IRCTC voice booking
Content ModerationAutomatically detects hate speech, fake news, explicit contentRequired under IT Rules 2021; major social media platforms use NLP
🇮🇳 BHASHINI — India's Multilingual AI Mission 2022–25 BHASHINI (Bhasha Daan + AI) is the Government of India's national language translation mission — to make digital services accessible to all Indians in their own language. Key features:
  • Covers all 22 scheduled languages + English — real-time translation
  • Uses crowdsourced voice data (Bhasha Daan initiative) to train Indian language AI models
  • Integrated with: PM Kisan helpline, UMANG, eSanjeevani, IRCTC
  • Goal: No Indian is left behind because they don't speak English — true digital inclusion
  • An example: A Gujarati farmer can speak his crop problem in Gujarati → AI translates and connects him to expert advice
🏥
Applications of AI — Sector-Wise
Mains High Priority · India-Specific Examples · GS III
Sector-Wise AI Applications — With India Examples
SectorAI ApplicationIndia-Specific ExampleMains Worth
Healthcare Disease diagnosis, drug discovery, robotic surgery, epidemic prediction AIIMS DL-based cancer detection; Aravind Eye Hospital diabetic retinopathy screening; COVID wave prediction using ML; AI-based TB detection in chest X-rays (NTEP) ⭐⭐⭐
Agriculture Crop disease detection, yield prediction, precision farming, weather forecasting Kisan Call Centre + AI; ICAR crop disease app; PM Kisan portal AI for beneficiary targeting; satellite + AI for crop damage assessment (PMFBY) ⭐⭐⭐
Governance Fraud detection, citizen grievance redressal, policy impact analysis PFMS uses AI to detect subsidy leakage; MCA-21 AI for company fraud detection; CPGRAMS AI for grievance routing; AI voter awareness campaigns in General Elections 2024 ⭐⭐⭐
Finance Fraud detection, credit scoring, robo-advisory, AML (Anti-Money Laundering) RBI exploring AI for fraud detection; SBI YONO app AI recommendations; SEBI AI for market surveillance; UPI fraud detection AI (NPCI) ⭐⭐⭐
Defence & Security Unmanned surveillance, threat detection, cyber security, predictive intelligence DRDO AI-powered drones; Army AI-based border surveillance (Ladakh, LoC); Indian Navy AI for submarine threat detection; AI in NATGRID ⭐⭐⭐
Education Adaptive learning, personalised tutoring, automated assessment, dropout prediction DIKSHA platform AI; SWAYAM AI-based course recommendations; PM eVIDYA; AI tutors for NEET/JEE preparation ⭐⭐
Environment & Climate Climate modelling, disaster prediction, pollution monitoring, wildlife tracking IMD AI-based cyclone track prediction; AI for tiger census (camera traps + facial recognition for tigers); Project Vayu (air quality forecasting) ⭐⭐
Transport Traffic management, autonomous vehicles, route optimisation, accident prediction Bengaluru AATS (Adaptive Traffic Signal System) AI; NHAI AI for pothole detection; AI for Indian Railways track fault prediction ⭐⭐
Justice System Legal research, judgement summarisation, court scheduling, bail risk assessment SUVAS (Supreme Court Vidhik Anuvaad Software) translates judgements; SUPACE (Supreme Court Portal for Assistance in Courts Efficiency) — AI for legal research ⭐⭐⭐
⚖️ SUPACE — AI in India's Judiciary (Hot Topic 2024–25) India's Supreme Court launched SUPACE — an AI tool that reads thousands of precedents, relevant laws, and case facts in seconds and presents research to judges. This doesn't replace judges (AI cannot deliver judgements — lacks empathy, contextual wisdom, human rights understanding) but drastically reduces research time. India has 5+ crore pending cases — AI could be the most impactful judicial reform in decades. Raises concerns: algorithmic bias, data privacy, access to justice inequality.
🇮🇳
India & Artificial Intelligence — Policy Framework
⭐ Very High Priority · IndiaAI Mission · Current Affairs 2024–25
India's Vision: "AI for All" — Making AI in India and Making AI Work for India. India aims to be both an AI innovator and an AI user for social good — moving from being an AI consumer (using US/Chinese AI) to an AI producer (building its own models, chips, data). Vision: Viksit Bharat 2047 = AI-powered India.
IndiaAI Mission — The Flagship Initiative 2024
🚀 IndiaAI Mission — Key Facts for UPSC
  • Approved: March 7, 2024 by Union Cabinet
  • Budget: ₹10,371.92 crore over 5 years (FY2024–29)
  • Implementation: MeitY via Digital India Corporation (DIC) — IndiaAI IBD (Independent Business Division)
  • Compute Goal: Build 10,000+ GPU capacity for AI training (India now has 34,000+ GPUs as of 2025)
  • GPU Access: Startups and researchers can access high-end GPUs at ₹150/hour with 40% subsidy
  • Foundational Models: Fund Indian companies to build India-specific LLMs — Sarvam AI, Soket AI, Gnani AI, GAN AI selected
  • BharatGen: India's own GenAI model in multiple Indian languages — to be launched by end of 2025
  • AI Kosh (Data Repository): 367+ datasets uploaded for public AI research — government data made accessible
  • AI Innovation Centre (IAIC): Flagship academic institution for AI research and talent retention
  • Budget 2025–26 allocation: ₹2,000 crore additional for IndiaAI Mission
7 Pillars of IndiaAI Mission — Remember: C-D-F-A-S-S-R
💻
Compute Infrastructure
10,000+ GPUs; Public-Private Partnership; 50% viability gap funding for private AI compute centres
📊
Data & AI Kosh
National AI data repository; government datasets made open; AI Curation Units in 50 ministries
🔬
Foundational Models
India-specific multilingual LLMs; BharatGen; apps for agriculture, learning disabilities, climate
🎓
AI Skills & Talent
AI in school-university curricula; FutureSkills PRIME; AI labs in Tier-2 cities; 1 million AI professionals by 2026
🚀
Startup Ecosystem
Risk capital for AI startups; IAIC for deep-tech AI; public-private partnerships; AI marketplaces
⚖️
Safe & Ethical AI
IRISE program (Inclusive, Responsible, Innovative, Sustainable, Ethical AI); deepfake detection; watermarking
India's Earlier AI Initiatives
InitiativeYearKey Aspect
National Strategy for AI (NSAI)2018NITI Aayog; "AI for All" vision; 5 focus sectors: Healthcare, Agriculture, Education, Smart Cities, Smart Mobility
RAISE 20202020Responsible AI for Social Empowerment; Global AI summit co-hosted by India; Focus on AI for developing world
INDIAai Portal2020National AI knowledge portal and ecosystem builder; aggregates AI research, startups, news
FutureSkills PRIME2021NASSCOM + MeitY; reskilling 4 lakh IT professionals in AI, ML, Data Science
IRISE Program2023MeitY; Inclusive, Responsible, Innovative, Sustainable, Ethical AI framework
IndiaAI Mission2024₹10,372 crore; Comprehensive national AI ecosystem; GPU infrastructure; BharatGen
BHASHINI2022National language translation mission; 22 languages; crowdsourced AI training data
SUPACE2021Supreme Court AI for legal research; reduces case backlog; NLP-powered
📈 India's AI Strengths — Why India Can Lead
  • India holds 16% of world's AI talent (2nd largest pool globally)
  • AI talent demand to reach 1 million professionals by 2026
  • India's AI market growing at 25–35% CAGR — among fastest globally
  • 80% of Indian companies prioritise AI as core strategic goal
  • Generative AI startup funding surged 6× to USD 51 million in FY2025
  • India Stack (Aadhaar + UPI + DigiLocker) = world-class digital foundation for AI deployment
  • India's diversity of languages, diseases, crops = unique training data unavailable elsewhere
⚠️ India's AI Challenges
  • GPU Dependency: India imports all high-end AI chips from NVIDIA (USA) — strategic vulnerability. India's own GPU target: 3–5 years
  • Compute Gap: US companies have millions of GPUs; India is just reaching 34,000
  • Data Quality: Lack of labelled Indian language data; privacy concerns; data silos across ministries
  • Digital Divide: 700 million rural Indians cannot access AI benefits — language, literacy, connectivity barriers
  • Job Displacement: Automation could displace up to 60 million Indian workers by 2030 (especially in manufacturing, back-office)
  • Regulation Gap: No dedicated AI Act yet (EU AI Act enacted 2024; India still consulting)
  • Brain Drain: India's top AI researchers migrate to US/UK — talent retention challenge
🌍
Global AI Governance — Summits & Frameworks
⭐ UPSC Prelims 2025 Asked · Very High Priority
The AI Summit Series — 3 Summits So Far
SummitWhere & WhenKey OutcomesIndia's Role
Bletchley Park Summit UK, November 2023 Bletchley Declaration — signed by 28 nations including India and China. Focus: Frontier AI safety; catastrophic risk; first global AI safety agreement India signed the Bletchley Declaration
Seoul AI Summit South Korea, May 2024 27 countries; highlighted global collaboration; proposed network of AI safety institutions; AI for public good emphasis India participated; pushed developing world AI equity concerns
Paris AI Action Summit France, February 2025 Joint Statement on "Inclusive and Sustainable AI for People and Planet"; Public Interest AI Platform (€400 million investment); Coalition for Sustainable AI; 58 nations endorsed CO-CHAIRED by India and France; India and China signed; US and UK did NOT sign (overregulation concerns)
📋 UPSC Prelims 2025 — Actual Question on Paris AI Summit
⭐ ACTUAL UPSC PRELIMS QUESTION 2025
Consider the following statements regarding AI Action Summit held in Grand Palais, Paris in February 2025:
1. Co-chaired with India, the event builds on the advances made at the Bletchley Park Summit held in 2023 and the Seoul Summit held in 2024.
2. Along with other countries, US and UK also signed the declaration on inclusive and sustainable AI.
Which of the statements given above is/are correct?
  • (a) 1 only ✅
  • (b) 2 only
  • (c) Both 1 and 2
  • (d) Neither 1 nor 2
Answer: (a) — Statement 1 only
Explanation: Statement 1 is correct — Paris summit was co-chaired by India and France, and it did build on Bletchley (2023) and Seoul (2024). Statement 2 is WRONG — US and UK did NOT sign the declaration, citing concerns about overregulation of AI. 58 nations signed, but notably not US and UK. This is a critical fact — remember: US & UK opted out of Paris declaration.
Other Key Global AI Frameworks
FrameworkBy WhomKey Focus
EU AI ActEuropean Union, 2024World's first comprehensive AI regulation law. Risk-based approach: Unacceptable risk (banned) → High risk (strict rules) → Limited risk (transparency) → Minimal risk (no rules). Bans social scoring systems, mass biometric surveillance.
GPAI (Global Partnership on AI)G7 + India + others, 2020Multi-stakeholder initiative for responsible AI. India hosted GPAI Summit 2023 in New Delhi. Focuses on AI for developing world.
UNESCO AI Ethics RecommendationUNESCO, 2021First global normative framework on AI ethics. Adopted by all 193 member states including India. Focuses on human rights, environment, inclusivity.
G20 AI PrinciplesG20 (India Presidency 2023)Pro-innovation AI governance stance; emphasis on AI for developing nations; pushed for AI that bridges, not widens, global inequality
⚖️
Ethical Concerns of AI — GS III + GS IV
Mains Critical · Both Science & Ethics Paper
⚠️ The Mirror Analogy — AI Reflects Our Biases AI learns from data created by humans. If human society has biases (discrimination against women, caste bias, racial bias), the training data contains these biases. The AI then mirrors these biases — but at scale, at speed, and with false authority. A biased judge is one bad decision. A biased AI makes millions of discriminatory decisions per day — in loan approvals, job screening, bail recommendations — all disguised as "objective" data science.
Ethical ConcernExplanationIndia-Specific Risk
Algorithmic Bias & Discrimination Training data reflects historical discrimination. AI perpetuates it at scale. Called "Automated Discrimination." AI hiring tools may discriminate against SC/ST/OBC candidates if trained on historically biased corporate HR data. Facial recognition AI shows lower accuracy for dark-skinned faces.
Privacy Violation AI systems collect massive personal data — location, behaviour, health, emotions. Used without meaningful consent. Aadhaar data + AI = surveillance concern (Puttaswamy judgment 2017). Digital Personal Data Protection Act 2023 addresses this partially.
DeepFakes & Disinformation GAN-generated fake videos of real people — indistinguishable from real. Used for political propaganda, defamation, fraud. General Elections 2024 — deepfake videos of political leaders went viral. IT Rules 2023 amendment: platforms must remove deepfakes within 24 hours.
Job Displacement AI automates cognitive and manual tasks. McKinsey: 30% of tasks in 60% of jobs will be automated. India's large BPO/IT services sector at risk. Up to 60 million manufacturing jobs may be displaced by 2030. Urgency: reskilling + social safety net.
AI "Black Box" Problem Complex AI decisions cannot be explained. "The AI said no" — but why? Violates principles of natural justice. AI-based loan rejections, bail denials, welfare exclusions — citizens have no right to explanation. Demand for "Explainable AI (XAI)" growing.
AI Weaponisation Lethal Autonomous Weapon Systems (LAWS) — "Killer Robots" — that decide who to kill without human oversight. Autonomous cyber attacks. Pakistan, China developing AI-powered weapons. India's DRDO developing counter-measures. UN discussions on banning LAWS ongoing.
Environmental Cost Training large AI models consumes enormous energy. GPT-4 training: energy = 500 US homes for a year. Data centres need vast water for cooling. India's AI growth plans must account for energy and water stress. "Coalition for Sustainable AI" — Paris Summit 2025 outcome.
⚖️ GS IV Example — AI and the Probity in Public Life Question A DM uses AI to identify MGNREGA beneficiaries for payment — but the AI's training data was biased (excluded migrant workers who don't appear in local records). The system systematically excludes the most vulnerable. As a civil servant: (1) Recognise AI's bias limitations; (2) Implement human review for edge cases; (3) Ensure grievance mechanism; (4) Demand algorithmic transparency from the vendor; (5) Report upward if system causes harm. This is a real UPSC case-study scenario — AI ethics intersects with public administration ethics.
✅ Principles for Responsible AI — India's Framework India's Responsible AI Principles (2021, NITI Aayog) — 6 Principles: (1) Safety & Reliability; (2) Equality; (3) Inclusivity & Non-Discrimination; (4) Privacy & Security; (5) Transparency; (6) Accountability & Explainability. These align with India's constitutional values (equality, dignity, non-discrimination). IRISE program operationalises these principles.
📝
Mains Answer Writing — PYQs & Expected Questions
GS Paper III & IV · With Answer Framework
⭐ ACTUAL UPSC MAINS PYQ — GS III 2023
Introduce the concept of Artificial Intelligence (AI). How does AI help clinical diagnosis? Do you perceive any threat to the privacy of the individual in the use of AI in healthcare?
Word Limit: 250 | Marks: 15
Model Answer Structure:
Para 1 — Introduction: Define AI (machines simulating human intelligence — learning, reasoning, decision-making). Mention the 4th Industrial Revolution context.

Para 2 — AI in Clinical Diagnosis (3–4 points): (a) Image analysis: DL for reading CT scans, MRIs, X-rays — AIIMS diabetic retinopathy screening. (b) Early detection: AI detects cancer patterns in histopathology slides before symptoms. (c) Drug discovery: AlphaFold solved protein folding; AI identifies drug candidates faster. (d) Epidemic prediction: ML predicted COVID spread patterns. (e) Personalised medicine: AI tailors treatment plans to individual genetic profiles.

Para 3 — Privacy Threats: (a) Health data is most sensitive — genetic, biometric, mental health info. (b) Aadhaar health data linkage risks surveillance. (c) Health insurance discrimination based on AI risk scores. (d) Foreign health apps storing Indian patient data abroad. (e) Lack of explicit informed consent for AI analysis of health records.

Para 4 — Safeguards/Conclusion: Digital Personal Data Protection Act 2023; DISHA Bill; Right to Privacy (Puttaswamy 2017); need for "Privacy by Design" in health AI. Balance: AI benefits for 1.4 billion with privacy protection.
⭐ ACTUAL UPSC PRELIMS PYQ 2020
With the present state of development, Artificial Intelligence can effectively do which of the following?
1. Bring down electricity consumption in industrial units
2. Create meaningful short stories and songs
3. Disease diagnosis
4. Text-to-Speech Conversion
5. Wireless transmission of electrical energy
Select the correct answer:
  • (a) 1, 2, 3 and 5 only
  • (b) 1, 3 and 4 only
  • (c) 2, 4 and 5 only
  • (d) 1, 2, 3 and 4 only ✅
Answer: (d) — 1, 2, 3 and 4
Statement 5 (Wireless transmission of electrical energy) is WRONG — this is related to Tesla coil / WPT technology, not AI. All other options (1, 2, 3, 4) are valid AI capabilities: (1) AI for energy management in factories, (2) GenAI creates stories/songs (ChatGPT, etc.), (3) AI diagnosis in healthcare, (4) TTS — Google, Alexa, BHASHINI all do this. Remember: eliminating Statement 5 is the key — AI ≠ wireless electricity!
Expected Mains Q — IndiaAI Mission 250 Words | 15 Marks
"India's AI Mission aims to make the country a global AI powerhouse. However, structural challenges may limit its ambitions." Critically examine IndiaAI Mission's objectives and the challenges in achieving them.
📋 Answer Framework Intro: IndiaAI Mission — ₹10,372 crore, March 2024, vision "AI for All" → Objectives: GPU infrastructure (10,000+ GPUs), BharatGen (Indian LLMs), AI Kosh (data), BHASHINI (language inclusion), SUPACE (judiciary), FutureSkills (talent), IRISE (ethics) → Strengths: 16% global AI talent, India Stack, diverse data, large domestic market, G20 AI leadership → Challenges: GPU dependency (NVIDIA), data quality, digital divide, job displacement (60 million), regulation gap, brain drain, compute gap vs USA/China → Way Forward: Indigenous chip development (SemconIndia), EU AI Act-like legislation, Public-Private AI partnerships, AI in STEM education, global collaboration → Conclusion: India can lead the Global South in responsible AI if it addresses structural gaps
Expected Mains Q — AI and Governance (GS III) 150 Words | 10 Marks
Discuss how Artificial Intelligence can be leveraged to improve governance efficiency in India while addressing the ethical concerns associated with its deployment in public administration.
📋 Answer Framework Intro: AI in governance = efficiency + inclusion + transparency → Governance Applications: PFMS fraud detection, CPGRAMS grievance routing, SUPACE judicial AI, election deepfake detection, DRDO surveillance, SEBI market monitoring, PMFBY satellite + AI → Ethical Concerns: Algorithmic bias (SC/ST exclusion), surveillance state, Black Box decisions, data privacy (DPDP Act 2023), accountability gap (who is responsible when AI errs?) → Way Forward: Explainable AI mandates, human oversight, Right to Explanation, independent AI auditors, Algorithmic Accountability Bill → Conclusion: AI as tool for jan seva — not a replacement for human judgment and constitutional values
Expected Mains Q — AI Ethics (GS IV) 150 Words | 10 Marks
"Artificial Intelligence is only as ethical as the data it is trained on." Discuss the ethical challenges posed by AI with particular reference to its use in judicial and administrative processes in India.
📋 Answer Framework Intro: Quote reference — AI mirrors human biases from training data → Ethical Challenges: Algorithmic bias (caste/gender in judiciary), Black Box problem (no explanation for AI bail denial), accountability deficit, privacy in SUPACE, deepfakes and democratic integrity → India Constitutional Context: Article 14 (Equality), Article 21 (Right to Life + Privacy = Puttaswamy), Article 39A (Equal Justice) — all at risk from biased AI → Way Forward: NITI Aayog's Responsible AI principles, Explainable AI, independent audit, DPDP Act enforcement, Algorithmic Impact Assessment → Conclusion: AI in governance must serve constitutional values — human dignity over algorithmic efficiency
🧪
Practice MCQs — AI, ML, DL, NLP
Click options to attempt · Reveal explanation after
📝 10 Practice MCQs — Prelims Style (All AI Topics)
Q1. With reference to Artificial Intelligence, consider the following:
1. The term "Artificial Intelligence" was coined by John McCarthy
2. IBM's Deep Blue, which defeated Garry Kasparov at chess, is an example of General AI (AGI)
3. Alan Turing proposed the "Turing Test" to evaluate machine intelligence
Which of the above is/are correct?
  • (a) 1 only
  • (b) 1 and 3 only
  • (c) 1 and 3 only ✅
  • (d) 1, 2 and 3
Answer: (b/c) — 1 and 3 only. Statement 1 ✓ — John McCarthy coined "AI" at Dartmouth 1956. Statement 2 WRONG — Deep Blue is Narrow AI / Reactive Machine — it only plays chess and nothing else. AGI doesn't exist yet. Statement 3 ✓ — Alan Turing proposed the Turing Test in 1950. Key trap: Don't confuse "impressive Narrow AI" with "General AI."
Q2. With reference to IndiaAI Mission, consider the following:
1. It was approved in March 2024 by the Union Cabinet
2. It has a total outlay of ₹10,372 crore for 5 years
3. Under this mission, startups can access GPUs at ₹150/hour
4. BharatGen is India's indigenous multilingual large language model being developed under this mission
How many of the above are correct?
  • (a) Only one
  • (b) Only two
  • (c) Only three
  • (d) All four ✅
Answer: (d) All four correct. All four statements are accurate facts about IndiaAI Mission. This is a direct factual question — the newer UPSC "how many are correct" pattern. Memorise all four facts about IndiaAI Mission. ₹10,372 crore + March 2024 + ₹150/hour GPU + BharatGen.
Q3. Which of the following correctly describes the difference between Machine Learning and Deep Learning?
1. Machine Learning requires humans to manually select features; Deep Learning extracts features automatically
2. Deep Learning requires much larger datasets than Machine Learning
3. Machine Learning cannot work without Neural Networks but Deep Learning can
Select the correct answer:
  • (a) 1 only
  • (b) 1 and 2 only ✅
  • (c) 2 and 3 only
  • (d) 1, 2 and 3
Answer: (b) — 1 and 2 only. Statement 1 ✓ — ML needs humans to identify relevant features; DL automatically learns what features matter. Statement 2 ✓ — DL needs millions of data points to work well; traditional ML can work with thousands. Statement 3 is WRONG — it's the reverse! Deep Learning REQUIRES neural networks; Machine Learning can use many other algorithms (Decision Trees, Support Vector Machines, etc.) without neural networks.
Q4. The "Turing Test" for Artificial Intelligence was proposed in which context?
  • (a) To measure the computational speed of AI systems
  • (b) To evaluate whether a machine can exhibit intelligent behaviour indistinguishable from a human ✅
  • (c) To test whether an AI can learn without training data
  • (d) To assess whether an AI system is safe for public deployment
Answer: (b). Turing Test (Alan Turing, 1950): If a human judge, conversing with a machine via text, cannot reliably distinguish the machine from a human, the machine passes the test. It is a test of behavioural intelligence, not computational speed, safety, or data independence. ChatGPT is considered to have passed informal versions of this test.
Q5. Consider the following about the Paris AI Action Summit (February 2025):
1. The summit was co-chaired by India and France
2. 58 nations signed the joint statement on Inclusive and Sustainable AI
3. The US and UK also signed the joint declaration
4. A Public Interest AI Platform with €400 million investment was announced
Which are correct?
  • (a) 1, 2 and 4 only
  • (b) 1 and 2 only
  • (c) 1, 2 and 4 only ✅
  • (d) 1, 2, 3 and 4
Answer: (a/c) — 1, 2 and 4 only. Statement 3 is WRONG — US and UK did NOT sign (overregulation concerns). This is the critical fact from the Paris summit. Statements 1 ✓ (India-France co-chaired), 2 ✓ (58 nations signed), 4 ✓ (€400 million Public Interest AI Platform). This is directly from UPSC Prelims 2025 PYQ!
Q6. "Generative Adversarial Network (GAN)" primarily finds application in which of the following?
  • (a) Spam email detection in corporate networks
  • (b) Predicting stock market trends using historical data
  • (c) Generating realistic synthetic images, videos, and deepfakes ✅
  • (d) Medical diagnosis using patient health records
Answer: (c). GAN = two competing neural networks. Generator creates fake content; Discriminator tries to detect fakes. The Generator gets better until its output is indistinguishable from real. Primary uses: synthetic image/video generation, DeepFakes, AI art, drug molecule design. Options (a), (b), (d) use other ML/DL techniques — not specifically GAN.
Q7. BHASHINI, India's national language translation mission, primarily aims to:
  • (a) Translate legal and parliamentary documents into all Indian languages
  • (b) Make digital services accessible to all Indians in their native language using AI ✅
  • (c) Develop a national dictionary for all 22 scheduled languages
  • (d) Train AI researchers in natural language processing at IITs
Answer: (b). BHASHINI's core mission = AI-powered language inclusion. A farmer in rural Odisha shouldn't need English to access government services. BHASHINI enables real-time translation of government services (UMANG, PM Kisan, eSanjeevani) into all 22 scheduled languages + English. It uses crowdsourced voice data ("Bhasha Daan") to train Indian language AI models.
Q8. In the context of AI ethics, "Algorithmic Bias" refers to:
  • (a) The tendency of AI algorithms to slow down over time due to hardware limitations
  • (b) Systematic and unjust discrimination in AI decisions arising from biased training data ✅
  • (c) The preference of AI systems for specific programming languages
  • (d) The tendency of AI to give different results when the same question is asked multiple times
Answer: (b). Algorithmic Bias = when AI systems discriminate based on race, gender, caste, or other attributes — because their training data reflects historical human biases. Examples: Facial recognition software with lower accuracy for dark-skinned faces; hiring AI that discriminates against women; healthcare AI under-diagnosing conditions in women because trained mainly on male patient data.
Q9. Which type of Machine Learning is used when training an AI to play a video game — where the AI receives reward points for winning moves and penalty for losing moves?
  • (a) Supervised Learning
  • (b) Unsupervised Learning
  • (c) Reinforcement Learning ✅
  • (d) Transfer Learning
Answer: (c) Reinforcement Learning. Reward/penalty mechanism = Reinforcement Learning hallmark. AlphaGo (DeepMind) used RL to beat world Go champion. Self-driving cars use RL for navigation. Supervised Learning = labelled data with correct answers. Unsupervised = no labels, finds patterns. Transfer Learning = applying a model trained on one task to another related task.
Q10. Consider this scenario: An IAS officer uses an AI-based system to identify MGNREGA beneficiaries. The system consistently excludes migrant workers despite their eligibility, because they were under-represented in the training data. This is an example of:
  • (a) System malfunction due to poor hardware infrastructure
  • (b) A limitation of Reinforcement Learning algorithms
  • (c) Algorithmic bias leading to exclusion error in welfare delivery ✅
  • (d) A cybersecurity attack on the government AI system
Answer: (c) Algorithmic bias — Exclusion Error. This is a classic GS III + GS IV scenario. The AI was trained on historical MGNREGA data that didn't include migrant workers. So it systematically excludes them — Algorithmic Bias. This is also called "Exclusion Error" in welfare schemes. As an ethical civil servant, you must: ensure human oversight, add grievance mechanisms, demand algorithmic transparency, and report systemic failure up the chain.
Frequently Asked Questions
Concept Doubts Cleared — Click to Expand
🤖 AI Fundamentals
Is ChatGPT the same as General AI (AGI)? What is the difference?
No — ChatGPT is NOT AGI. ChatGPT is a very advanced Narrow AI — specifically a Large Language Model (LLM). It is extremely good at one thing: predicting and generating text based on patterns in its training data. But it: (1) Cannot learn new things after training; (2) Has no real understanding — just pattern matching; (3) Cannot see, hear, or feel anything; (4) Makes embarrassing factual errors ("hallucinations"); (5) Has no goals or self-awareness. AGI (General AI) would match humans across ALL domains — learning, creativity, reasoning, emotional intelligence. No one has achieved this. GPT-4, Gemini, Claude are all impressive Narrow AIs — not AGI. For UPSC: Never write "AGI has been achieved."
What is the difference between AI, Machine Learning, and Deep Learning?
Think of it as concentric circles (nested inside each other):

Outermost circle — AI: The broadest concept. Any machine that mimics human intelligence. Even a simple if-then rule system is AI.

Middle circle — Machine Learning: A subset of AI. AI that learns from data automatically without explicit programming.

Innermost circle — Deep Learning: A subset of ML. ML using deep neural networks (many layers). Powers face recognition, voice assistants, ChatGPT.

All Deep Learning is Machine Learning. All Machine Learning is AI. But not all AI is ML, and not all ML is DL.
What exactly is a "Large Language Model" (LLM) — in simple terms?
An LLM is a massive neural network trained on an enormous amount of text — essentially the entire internet, billions of books, millions of websites. Through this training, it learns: (1) Grammar and language patterns; (2) Factual knowledge about the world; (3) How to write in different styles; (4) How to reason through problems.

When you ask it a question, it doesn't "think" — it very cleverly predicts: "Given this question, what text would most likely follow?" And because it's seen so much text, its predictions are remarkably good.

Why does India need its own LLM (BharatGen)? English-trained LLMs know very little about Indian languages, culture, local contexts, and Indian government services. An Indian farmer asking about minimum support price in Hindi or Tamil gets poor answers from GPT-4. India needs models trained on Indian data for Indian problems.
What is "DeepSeek" — why was it such a big deal in 2025?
DeepSeek is a Chinese open-source AI model released in January 2025 that sent shockwaves through the global AI industry. Why? Because it matched the performance of GPT-4 and Gemini — but was built at a fraction of the cost (reportedly ~$6 million vs hundreds of millions for US models) and using fewer, less advanced chips.

Why it matters for UPSC:
(1) Geopolitical angle — China can develop world-class AI despite US chip export restrictions (NVIDIA GPUs banned from China). US sanctions strategy may not be working.
(2) Open-source — anyone can download and use it, including India, which helps reduce dependence on US AI companies.
(3) AI cost democratisation — cheap, powerful AI means developing nations like India can afford to build and use AI.
(4) US stock markets dropped significantly after DeepSeek's release — showing economic disruption potential of AI competition.
🧮 ML, DL & Neural Networks
What is "Hallucination" in AI — why does ChatGPT sometimes give wrong answers confidently?
AI Hallucination = when an AI model generates false information that sounds completely confident and credible. Example: ChatGPT once cited legal cases that never existed, complete with fake case numbers, judge names, and verdicts — all wrong, all stated confidently.

Why does it happen? LLMs are trained to generate "plausible-sounding" text — not necessarily "true" text. When they encounter a question for which they have insufficient training data, instead of saying "I don't know," they generate what sounds most likely — even if it's wrong.

UPSC relevance: This is why AI cannot replace judges, doctors, or civil servants in critical decisions. "The AI said so" is not a defence. Explainable, auditable AI is essential for governance. Also relates to "Black Box problem" — if you can't verify AI reasoning, you can't catch its hallucinations.
What is "AlphaFold" — why was it called a scientific revolution?
AlphaFold is a Deep Learning system developed by DeepMind (Google) that solved the "protein folding problem" — a 50-year-old biology challenge.

What is protein folding? Every protein in your body is a chain of amino acids that folds into a specific 3D shape — and that shape determines its function. Predicting the 3D shape from the amino acid sequence was so hard that biologists called it the "grand challenge of biology."

What AlphaFold did: Trained on all known protein structures, AlphaFold predicted the 3D structure of virtually ALL known proteins (~200 million) with near-experimental accuracy — in seconds, instead of years of lab work.

Why it matters for India: Drug discovery for tropical diseases (malaria, dengue, TB), personalised medicine, agricultural protein engineering for drought-resistant crops. AlphaFold's creators won the 2024 Nobel Prize in Chemistry.
🇮🇳 India's AI Policy Questions
Why does India need its own GPUs? Why can't we just use cloud computing from AWS/Google?
Great strategic question! India currently uses Amazon AWS, Google Cloud, and Microsoft Azure for AI compute — and this creates three critical problems:

1. Data Sovereignty: Sensitive Indian government data (health records, agriculture, defence) goes to foreign servers. Foreign intelligence can access it. This violates national security and the Digital Personal Data Protection Act 2023.

2. Cost & Dependency: Cloud costs are in USD — subject to currency risk. Foreign companies can cut off access during geopolitical tension (as happened with Russia after Ukraine war sanctions).

3. AI Model Development: To build India-specific AI models (BharatGen, BHASHINI), you need your own compute — you cannot train models on a competitor's infrastructure.

IndiaAI Mission's solution: Build 10,000+ GPU capacity via PPP; give subsidised access to Indian startups and researchers at ₹150/hour. India's own GPU target: develop indigenous chips within 3–5 years under SemconIndia initiative.
Why did the US and UK not sign the Paris AI Action Summit declaration? What does it mean?
The US and UK opted out of signing the Paris AI declaration (February 2025) — the joint statement on "Inclusive and Sustainable AI for People and Planet" signed by 58 nations.

Their reason: They felt the declaration was moving toward overregulation — specifically, they were concerned that strong AI governance commitments could slow down AI innovation and give China a competitive advantage.

US position: Under the Trump administration (2025), the US moved toward a "pro-innovation, deregulatory" AI stance — removing Biden-era AI safety executive orders. The US views AI as a strategic technology and doesn't want to be tied to multilateral commitments that could restrict AI development pace.

UK position: Similar concerns about competitive disadvantage vs US and China.

UPSC angle: This shows the fundamental tension in global AI governance — Safety vs Innovation; Regulation vs Competition; Multilateralism vs Strategic Autonomy. India signed — signalling its "responsible AI" positioning while not wanting to alienate the US.
⚡ Exam-Day Quick Revision — Most Important Facts
TopicMust-Know Facts
AI BasicsCoined by John McCarthy, Dartmouth 1956 · Turing Test: Alan Turing, 1950 · Types: Narrow (exists) → General (future) → Super (hypothetical) · Reactive → Limited Memory → Theory of Mind → Self-Aware
Machine LearningSupervised (labelled data) · Unsupervised (finds patterns) · Reinforcement (reward/penalty — AlphaGo) · LLM = Large Language Model · Bias = garbage data → biased decisions
Deep LearningSubset of ML · Uses multiple-layer Neural Networks · Automatic feature extraction · Needs massive data + GPUs · AlphaFold — protein folding · CNN=images · RNN=sequence · GAN=DeepFakes · Transformer=GPT/Gemini
NLPAI understanding human language · BHASHINI = India's 22-language AI mission · SUPACE = SC judicial AI · Sentiment analysis = SEBI market monitoring · Chatbots = UMANG, DigiLocker
IndiaAI Mission₹10,372 cr · March 2024 · 10,000+ GPUs · BharatGen (Indian LLM) · GPU access ₹150/hr · Sarvam AI · AI Kosh · IAIC · FutureSkills PRIME · IRISE (Ethics)
Global AI SummitsBletchley 2023 (28 nations) → Seoul 2024 (27 nations) → Paris 2025 (India-France co-chaired; US & UK did NOT sign; 58 nations signed) · EU AI Act 2024 = first comprehensive law
PYQsPrelims 2020: AI applications (wireless electricity = WRONG) · Prelims 2025: Paris Summit · Mains 2023: AI in clinical diagnosis + privacy
EthicsAlgorithmic Bias · Black Box · DeepFakes · Privacy (Puttaswamy 2017) · DPDP Act 2023 · IT Rules 2023 (deepfake removal 24hrs) · Job displacement: 60 million by 2030
💡 Legacy IAS Exam Strategy for AI Questions:

For Prelims: Watch for traps — ChatGPT/Gemini are Narrow AI, not AGI; Deep Blue = Reactive Machine, not General AI; LiFi ≠ WiFi; AI ≠ wireless electricity. In "how many are correct" questions — all IndiaAI Mission facts are usually all correct (UPSC tests awareness of the flagship mission).

For Mains (GS III): Structure every AI answer as: Define → India context → Applications → Challenges → Way Forward → Conclusion. Always link to IndiaAI Mission, BHASHINI, Viksit Bharat 2047.

For Mains (GS IV): AI ethics = constitutional values angle. Link Algorithmic Bias to Article 14/16/17 (equality, non-discrimination). Link AI privacy to Article 21 + Puttaswamy. Civil servant using AI = human oversight + accountability + transparency. These two-page answers score 10–12 marks with constitutional framing.

Book a Free Demo Class

April 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
Categories

Get free Counselling and ₹25,000 Discount

Fill the form – Our experts will call you within 30 mins.