Neon AI Odyssey Kit
30 Days to Your First Real AI Project
Zero experience → dangerous builder. Fast. Everything you need to go from "what is an LLM?" to shipping your first AI-powered project, with the best tools of 2026.
Your AI Explorer Passport
Track your progress through the Odyssey. Click a stamp when you complete each milestone. Each one corresponds to a task in the guide below. Your progress is saved locally.
AI Explorer
Passport — 2026
Progress
0%
Your AI Launch System
Not inspiration. Not motivation. A system. Follow these sections in order and you will have a deployed AI project within 30 days.
route8-Week Roadmap
Click each phase to expand the full checklist.
- 1Install Python 3.12+ and VS Code — run `python --version` to confirm
- 2Create your first script: `print("Hello AI")` — understand the terminal
- 3Learn variables, loops, and functions — no frameworks, just raw Python
- 4Sign up for a free API key: OpenAI (gpt-4o-mini free tier), Google AI Studio (Gemini, free), or Anthropic (Claude)
- 5Make your first API call using the `requests` library — print the response
- 6Build a 20-line CLI chatbot that remembers conversation history
inventory_2Resource Vault
Every link you actually need. Nothing more.
Python Crash Course (Free)arrow_outward
The official Python tutorial. Skip everything else until you finish chapters 1–9.
OpenAI Cookbookarrow_outward
Production-grade examples of prompts, function calling, embeddings, and RAG patterns.
Google AI Studioarrow_outward
Free access to Gemini models. Test prompts in the playground before writing code.
Hugging Face Spacesarrow_outward
Browse thousands of working AI demos. Clone any Space to study the code.
LangChain Docsarrow_outward
When you're ready for chains, agents, and RAG — not before week 3.
Fast.ai Practical Deep Learningarrow_outward
The gold standard free course. Start here if you want to understand models, not just call APIs.
balanceEthics Compass
Read these before you ship anything.
Bias Awareness
Every model inherits the biases of its training data. Before shipping, test your app with diverse inputs. Ask: who could this harm?
Data Privacy
Never send personal data to an API without consent. Use anonymisation. Read the provider's data retention policy before you start.
Transparency
If your app uses AI, say so. Users have the right to know when they're interacting with a model, not a human.
When NOT to Use AI
Medical diagnosis, legal advice, hiring decisions — high-stakes domains where a wrong answer has real consequences. Use AI to assist, never to decide alone.
Must-Have 2026 Tools
AI-Native Code Editor
Cursor
Code editor with AI built in. Composer mode lets you describe a feature in plain English and it writes the code across multiple files simultaneously. Tab autocomplete predicts your next edit.
Start here: Install → open any project → press Cmd+K → type what you want changed → accept or reject.
cursor.com arrow_outwardAgent-First IDE
Google Antigravity
Gemini 3 powered. You describe a task, the agent creates a plan, writes the code, runs tests, and verifies the result — all autonomously. Multi-agent orchestration for complex features.
Start here: Open a project → describe what you want built → review the plan → let the agent execute → check the walkthrough.
antigravity.google arrow_outwardYour Launch Sequence
Seven days, seven concrete tasks. Each one builds on the last. By day 7, you'll have a live AI project with your name on it.
local_fire_department7-Day Ignition Challenge
emoji_eventsYour First 3 Wins — Mini Tutorials
After the ignition week, pick one of these. Follow the steps. Ship it. That's the moment it clicks.
Agent Whisperer Badge
Complete Day 5 (your first Antigravity agent run) and stamp it in your Passport above. You've now experienced the future of coding — agents that plan, build, and verify autonomously.