🏕️ Summer Cohort · No-code edition · May 2 – May 30, 2026

AI CURIOUS

TO AI SERIOUS.

NO-CODE EDITION

Free cohort: go from curiosity to real outcomes with AI — no coding required. Agents, workflows, and deployment using tools you can drive in plain English.

140,000+ students· 320K+ Instagram· 100K+ YouTube
🟡 100% Free 🟢 Starts May 2 🟠 9 Sessions
🚴🚴🚴 🚴🚴🚴 🚴🚴🚴

Wait… this is actually free?

Yes. And here's exactly why.

💙

Learning should not have a price tag

Every student — whether in a metro city or a small town — deserves access to the best AI education. This cohort is built on that belief.

🚀

This is bigger than a course

Over 140,000 students have already gone through Raul's programs. This isn't just content — it's a movement to take people from AI Curious to AI Serious.

140,000+ students
💪

You don't pay with money — you pay with effort

Show up. Build your project. Submit it at the end. That's all that's expected from you.

FREE FOREVER
Raul John Aju
🏆

0K+

Instagram

0K+

YouTube

0K+

Students

0+

AI Tools Built

ABOUT THE CREATOR

Raul John Aju

AI Kid of India 🇮🇳

Founder & CTO of AIRealm Technologies.
7× TEDx Speaker. 2× winner of India's biggest AI buildathon.

Built 10+ real-world AI tools and taught over 140,000 students across schools, colleges, and companies globally.

Featured in

Bloomberg India Today Economic Times NDTV Business Today The Hindu Manorama Bloomberg India Today Economic Times NDTV Business Today The Hindu Manorama

By the end, you won't just understand AI…
you'll have shipped a real AI system.

No-code edition — prompts, tools, and execution.

AI Agent Dashboard
📧Reading your emails...
💼Applying to jobs...
📁Organizing files...

Your AI is working 24/7 ⚡

N8N

N8N Workflow

12 nodes connected

SB

Supabase

Memory layer

AI

Claude API

Brain layer

RAG System Active ✓

my-agent.vercel.app
AI
Hey! I'm your AI assistant 👋 What can I do for you?
Schedule my week please!
Me
Live on Vercel ✓
Curriculum · N8N-style flow · 21st.dev

8 live sessions + 1 finale

Each block = one session · Date under the node · Wires = order

Course overview

Session-by-session you go from “what even is an agent?” to a live stack: Claude Co-work, N8N in Docker, APIs & webhooks, Supabase memory/RAG, Google AI Studio + 21st.dev for UI, Cursor for a real chat front-end, Vercel to go public, and RTOT prompting to get quality every time. Hands-on — tools and builds, not slide theory.

🎬
Session 01 Soon

What is an AI Agent? — Claude & Co-work

Taught by Raul

Chatbots only answer questions. Agents take actions — read Gmail, use the browser, organise files, run pipelines. Raul shows Claude Co-work live: LinkedIn job applications, phone → Downloads cleanup, and a full content workflow (including dispatch, skills, scheduling).

  • LLM vs agent — question-answering vs doing things for you
  • Skills (.md), dispatch (parent + parallel sub-tasks), scheduled runs
  • Koda stack + media pipeline hooks (e.g. Remotion / Fal-style automation ideas)

This is where your mind gets blown 🤯

Takeaway: agents turn AI from a chat window into a personal assistant that can act while you’re away.

🐳
Session 02 Soon

Docker + N8N — Build Your First Agent

Mystery co-instructor · identity revealed Session 5

You install Docker Desktop and run N8N locally (free image — no card). Then you watch three real automations, then wire your own first flow in the visual editor.

  • Demos: long YouTube → infographic; Gmail assistant (read / send / calendar); inbox sort + auto-reply
  • Triggers, nodes, 700+ app integrations — LLM + memory + tools as the agent shape
  • Build: trigger → AI node → Gmail (or similar) action

Takeaway: N8N in Docker is a free, private automation engine — set it up once, keep building.

🔌
Session 03 Soon

APIs & Webhooks — Connecting the World

Raul (APIs & MCP) + mystery instructor (webhooks & connectors)

APIs are how two apps talk (like Uber pinging Maps). MCP is the AI-native layer so models use pre-built tools instead of reinventing glue code. Webhooks are the doorbell: your workflow wakes up when data arrives.

  • GET vs POST in plain English (read the menu vs place the order)
  • Webhook test URL vs production in N8N
  • Live shortcuts: Claude connectors → Canva poster + Spotify playlist

Takeaway: APIs let your agent talk out; webhooks let the world talk back in real time.

🧠
Session 04 Soon

Supabase — Memory, DB & RAG

Taught by Raul

Real products store data. Supabase (Postgres under the hood) is your agent’s memory: signups, chat history, documents. You’ll connect a form, use the SQL editor, and plug vectors + embeddings so the agent can answer from your files (RAG) via N8N.

  • Tables, auth, RLS basics, vector search
  • Upload a doc → query it through the agent
  • Optional: run Supabase locally with Docker for offline practice

Takeaway: Supabase gives your agent durable memory — users, docs, and smart retrieval.

🎨
Session 05 Soon

Google AI Studio — Landing Page Build-Off

Mystery co-instructor + Raul (friendly build-off)

Google AI Studio turns plain-English descriptions into working UI (Gemini). You’ll see prompt chaining — use Claude to write the perfect brief for Gemini — plus 21st.dev prompts for hero, features, testimonials, nav, and polish (Pinterest / Spline-style inspiration).

  • Land the key sections: hero, features, social proof, FAQ, footer
  • Vibe coding: describe it → ship it — no manual HTML/CSS required

Takeaway: you can ship a credible, animated landing page in under an hour with AI.

💻
Session 06 Soon

Cursor — Chat Front-End for Your Agent

Taught by Raul

Cursor is an AI code editor: you describe the UI, it edits the files. Raul hooks your N8N public webhook into a React chat page, routes questions through Supabase RAG, and drops in premium sections via 21st.dev prompts — still without hand-writing code line by line.

  • Local dev server: see N8N ↔ Supabase ↔ UI working together
  • Next step preview: deploy in Session 7

Takeaway: Cursor is the bridge from backend agent to shareable chat UI.

🚀
Session 07 Soon

Deploy Free — GitHub + Vercel

Mystery co-instructor · identity revealed Session 5

If it only runs on localhost, no one else can use it. This session walks through the fastest free path: push from Google AI Studio → GitHub, then import to Vercel → Deploy for a public URL in about a minute. Plus custom domains so it looks client-ready.

  • Why hosting matters for sharing & selling a build
  • Course docs include a troubleshooting walkthrough

Takeaway: GitHub + Vercel ≈ free, pro deployment in minutes — no server rent.

✍️
Session 08 Soon

Prompt Engineering — Quality on Demand

Taught by Raul

Everything you’ve built rides on how you ask. Raul teaches RTOTRole, Task, Output, Tone — plus three practical modes: zero-shot (no examples), one-shot (one example), and chain-of-thought (step-by-step back-and-forth). Expect live examples + quick challenges.

  • Role = who the model acts as · Task = what to do · Output = format · Tone = voice
  • Few-shot pattern for trickier requests

Takeaway: better prompts → better outputs — RTOT is your default checklist.

🎉
Session 09 Soon Finale

Live finale — submit your build

Raul + mystery co-instructor · ship a project for live review

Session 09 · Live finale · 21st.dev-inspired

The live finale

Saturday, May 30, 2026

Not a recording — a live stream where Raul and the mystery co-instructor review submitted projects together. Top build gets a shout-out on Instagram (300K+ audience).

📤

Submit your project

Share your live deployment link in the community channel.

🎙️

Reviewed live

Real-time reactions and feedback on stream.

🏆

Best project spotlight

Featured on Raul's Instagram.

💬

Community learnings

See what everyone shipped — learn from real builds.

Classified · Co-instructor
???
REDACTED • REDACTED •

Identity withheld

Industry-grade operator · Face & name unlock on Session 5

They co-teach several modules — listed as “mystery co-instructor” in the curriculum above.

████████ clients served · 250+

████████ automations built · 1,000+

████████ industries · multiple

████████ identity · [CLASSIFIED]

Raul knows exactly who this is. The reveal is worth showing up for.

Premium energy. Zero spoilers.

Get the reveal on WhatsApp →
STUDENT FEEDBACK

Join 140,000+ learners
already building with AI

Real quotes from workshops and sessions — chosen for clarity, outcomes, and credibility.

This course is for you if…

const ai = new
Agent("claude")
await ai.build()
🎓

Students

You want to actually build something, not just watch tutorials.

💼

Professionals

You want to automate work and save hours every day.

🚀
🚀

Founders

You want to build AI products without hiring developers.

If you can type in English,
you can do this.

AI Curious to AI Serious

Join 140,000+
learners.

Free · No-code edition · All updates on WhatsApp.

📅 Starts May 2
🗓️ Weekends
⏱️ Live finale May 30

Session links and reminders are posted only on the official channel.