⚡ Learn by Doing · All Tools Free to Start · Indian Context Throughout

Build Something with AI
This Afternoon.

Not another reading list. Not a theory course. This is a hands-on playground for Indian AI enthusiasts — three tiers of experiments, each one building on the last. You pick a tool, run a real experiment, build something that works. Today.

Start Experimenting →
₹0 to Start No Coding Required India-Specific Experiments Replace Affiliate Links as You Get Them
1
Tier 1 · Curious
You know AI exists. Now make it do something real.

No setup. No accounts beyond the basics. Pick one experiment, run it today, share the result. The goal is a single "oh, that actually works" moment — the one that makes you want to keep going.

🧠
Experiment 1A · 15 minutes
The Socratic Tutor
Pick any topic you have been meaning to understand properly — GST input tax credit, machine learning basics, Indian constitutional history, option pricing. Use Claude and run this prompt exactly as written, replacing only the topic.
"Explain [TOPIC] to me using the Socratic method. Ask me one question at a time to surface what I already know, then build on it. Do not give me a lecture — guide me to the insight myself. Start with your first question."
✅ You will understand the topic 3x better in 15 minutes than a 30-minute lecture would achieve.
🔍
Experiment 1B · 10 minutes
The Research Sprint
Pick something you have been curious about but never had time to research properly. Ask Perplexity. The difference from Google: you get a synthesised answer with sources, not 10 tabs to read. Test it on something you actually care about — a business decision, a medical question, a current affairs topic.
"What does the actual research say about [TOPIC]? Give me the consensus view, the strongest counter-arguments, and three things most people get wrong about this."
✅ You will understand in 10 minutes what would have taken 2 hours of Googling.
📑
Experiment 1C · 20 minutes
Your Personal Study Assistant
Take any PDF, article or set of notes you have been meaning to review. Upload it to NotebookLM. Now ask it questions as if you have a personal tutor who has read everything you uploaded. Works for UPSC material, textbooks, company reports, legal documents.
"Based on this material: (1) What are the 5 most important things I should understand? (2) What is the most counterintuitive insight? (3) Give me 10 exam-style questions to test my understanding."
✅ Your uploaded documents become a searchable, conversational tutor. Completely free, no limit on documents.
Experiment 1D · 20 minutes
The LinkedIn Post That Gets Saved
Think of one genuine professional insight from the last month — something you learned, something that surprised you, something that changed how you work. Feed it to Claude with this prompt. You will be surprised how good the draft is, and how little editing it needs.
"I want to write a LinkedIn post about this professional insight: [YOUR INSIGHT]. Write it in this format: 1-line hook (max 8 words), 3 short paragraphs (2 sentences each), 1 question CTA. No corporate jargon. Write as if talking to a smart colleague, not performing for an audience."
✅ A LinkedIn post you are actually proud to publish, in 20 minutes instead of 2 hours.
2
Tier 2 · Builder
You have tried AI. Now build something that keeps working after you stop.

Each experiment here produces a real output — a workflow, a bot, a system — that does something useful on its own. No code required. Free tiers throughout. Affiliate tools are marked — replace links with your own affiliate codes when you get them.

⚙️
Experiment 2A · 45 minutes
Your First Automation — Email to Spreadsheet
Build a Make.com scenario that watches a Gmail inbox and logs every new email (sender, subject, date, snippet) to a Google Sheet automatically. No code. The moment you see your first email appear in the spreadsheet automatically, you will understand why automation matters.
"I want to build my first automation in Make.com. Help me design a scenario that: (1) watches a specific Gmail label, (2) extracts sender, subject, date and first 100 words, (3) appends a new row to a Google Sheet. Walk me through each module I need to add."
✅ Your first working automation. It runs while you sleep. That feeling does not get old.
🤖
Experiment 2B · 30 minutes
Build a Custom Chatbot for Your Domain
Use CustomGPT to build a chatbot trained on a document set you care about — your company's FAQ, a set of product specs, a legal area you practise in, a subject you teach. No code. Upload documents, configure personality, test it. The result is a chatbot that answers questions from YOUR knowledge base, not the general internet.
"I want to build a custom chatbot using CustomGPT. It should: (1) answer questions only from my uploaded documents, (2) be honest when it doesn't know something, (3) respond in a helpful, professional tone. Help me write the system prompt and suggest what documents to upload first."
✅ A working chatbot trained on your knowledge. Embed it on any website. Free trial covers the experiment.
🎤
Experiment 2C · 30 minutes
Turn Text Into a Professional Voiceover
Write a 60-second script for something real — an explainer for your product, an intro for a YouTube video, a professional voicemail message. Use ElevenLabs or Murf AI to turn it into a natural-sounding audio file. Compare the two. One will sound more natural for your use case.
"Write a professional 60-second voiceover script for [YOUR PURPOSE]. Tone: [conversational/authoritative/warm]. Reading pace: 150 words per minute. Include stage directions in [brackets] for pauses and emphasis. The script should feel like a human wrote it, not a corporate communications team."
✅ A downloadable audio file. Free tier: ElevenLabs gives 10,000 chars/month, Murf gives 10 mins/month.
🌎
Experiment 2D · 60 minutes
The WhatsApp Lead Capture Bot
Build a system where anyone who messages your WhatsApp Business number gets an instant automated reply, and their details log to a Google Sheet. Uses AiSensy (free tier) and Make.com. By the end of this experiment, you will understand the entire automation stack that powers Indian SME sales teams.
"Design a WhatsApp lead capture automation for a small Indian business using AiSensy and Make.com. The flow: new WhatsApp message arrives → extract name and query → send personalised reply → log to Google Sheet. Walk me through each step and what each Make.com module should do."
✅ A working WhatsApp automation. The full guide with step-by-step setup: WhatsApp Automation Guide.
3
Tier 3 · Tinkerer
You can build with AI. Now push the boundary of what is possible.

These experiments require more time and some comfort with APIs, but not necessarily programming experience. Each one produces something you can genuinely show off — or monetise.

Experiment 3A · 2 hours
Build an API-Powered App With Groq
Groq is 10-100x faster than OpenAI at a fraction of the cost. Get a free API key. Build a simple web page that calls the Groq API when you submit a form — a tool that generates something specific (Hindi content, GST explanation, code review). The speed will amaze you. This is your entry point to building AI-powered products.
"I want to build a simple web app that calls the Groq API. The app should: take a user input in a text field, send it to Groq's Mixtral model, and display the response. Give me the complete HTML + JavaScript code with the API call. I will replace YOUR_API_KEY with my actual key."
✅ A working AI-powered web app. Your first product. The Groq free tier is generous enough to share it.
🌍
Experiment 3B · 90 minutes
Multilingual Content Pipeline with Sarvam AI
Get a Sarvam AI API key. Build a Make.com workflow that takes English content, sends it to Sarvam AI for native Hindi and Tamil generation (not translation), and publishes via Buffer. This is the regional content pipeline Indian brands need — and you will have built it from scratch.
"Help me design a Make.com + Sarvam AI workflow that: (1) takes an English content brief as input, (2) calls Sarvam AI to generate native Hindi content (not translation), (3) calls Sarvam AI again for Tamil, (4) sends both to Buffer for scheduling. What are the exact API calls I need?"
✅ A working regional language content pipeline. The full guide: Regional Language Guide.
🎤
Experiment 3C · 2 hours
Voice Clone + IVR Prototype
Use ElevenLabs to clone a voice (your own, or use a stock voice). Use the Sarvam AI TTS API for Indian languages. Build a simple IVR script in Hindi that handles 3 common customer queries. Record the result. This is what enterprise voice AI costs lakhs to build — you will prototype it in an afternoon for free.
"I want to build a Hindi IVR prototype for a small Indian business. The bot should handle: (1) order status queries, (2) store timings, (3) return requests. Write the conversation scripts in natural conversational Hindi for each path. Keep each response under 25 words — brevity is critical for voice."
✅ A working voice IVR prototype. Full implementation guide: Voice AI Guide.
📄
Experiment 3D · 2 hours
AI Document Intelligence — Build Your Own NotebookLM
Using Claude's API and a simple Python script (no prior Python experience required), build a document Q&A system that reads a PDF and answers questions from it. This is the core of what enterprise RAG systems do — and you will understand exactly how it works by the end of this experiment.
"Help me build a simple document Q&A script in Python using the Claude API. The script should: (1) read a PDF file I specify, (2) accept a question as input, (3) return an answer based only on the document content. Give me the complete working code. Assume I have Python installed but no other experience."
✅ You will understand RAG (Retrieval Augmented Generation) by doing it, not reading about it.
All Tools Used in This Guide

The AI Hobbyist Toolkit

Tier 1
Claude
Best AI for reasoning, writing and long documents. Free tier is genuinely excellent.
Try Free →
Tier 1
Perplexity
AI search with cited sources. Replaces hours of Googling for research tasks.
Try Free →
Tier 1
NotebookLM
Upload any documents. Ask anything. Get answers cited from your own files.
Try Free →
Tier 2
Make.com
No-code automation. Connect any two tools visually. 1,000 ops/month free.
Try Free →
Tier 2
ElevenLabs
Most realistic AI voice generation. 10,000 characters/month free.
Try Free →
Tier 2
Murf AI
Hindi, Tamil, Telugu voiceovers. Indian language voices that sound native.
Try Free →
Tier 2
CustomGPT
Build a chatbot trained on your documents. No code. Free trial available.
Try Free →
Tier 3
Groq
10–100x faster LLM inference. Free API. Best for building Indian AI apps.
Try Free →
Tier 3
Sarvam AI
India's AI unicorn. Hindi, Tamil, Telugu, Kannada STT and TTS APIs.
Try Free →
Optional · For the Committed

30-Day AI Challenges

Pick one. Commit to 30 days. Share your progress on LinkedIn with #LLMToolsIndia. These are designed to force a habit, not just a single experiment.

01
The Prompt Journal
Write one new AI prompt per day for 30 days
Not random prompts — prompts for a specific domain you care about. By day 30, you will have 30 prompts that make you genuinely more effective and a personal prompt library nobody else has.
⏱ 15 minutes per day · Tool: Claude or ChatGPT
02
The Automation Builder
Build one new Make.com automation per week
Four automations in 30 days. Start with email-to-sheet. Then add a trigger. Then connect a third tool. By week 4 you will have built something genuinely useful that saves you real time every day.
⏱ 1–2 hours per week · Tool: Make.com (free)
03
The Content Machine
Post AI-assisted content daily for 30 days
One LinkedIn post or Twitter thread every day, AI-assisted but your voice. Track which posts perform best. By day 30 you will know exactly what your audience responds to and have 30 pieces of content you are proud of.
⏱ 20–30 minutes per day · Tool: Claude + ElevenLabs for audio
The INR Stack · Weekly

One AI workflow per week.
Under ₹500/month. Always.

Every week: one complete AI workflow achievable for under ₹500/month, written for Indian creators, students and small businesses. Conversational, practical, no fluff.

Subscribe Free →
Go Deeper
WhatsApp Automation
India · SME · Free
AI for CAs
GST · Finance · India
Prompt Library
50+ Prompts · 8 Categories
Voice AI Guide
Hindi · IVR · Free
Full Directory
All AI Tools · INR Pricing