Free forever Β· No signup required
π Learning Hub
Roadmaps, cheat sheets, prompt packs, and step-by-step guides β everything you need to go from "what is AI?" to shipping your first automation. Deep dives, challenges, and mentorship happen in the Discord.
πΊοΈ
Learning Roadmaps
Structured 8-week paths: beginner β builder
πΊοΈ AI Nexus Academy β Learning Roadmaps
Roadmap 1: AI for Complete Beginners
Week 1-2: AI Foundations βββ What is AI vs ML vs Deep Learning βββ How LLMs actually work (simple explanation) βββ Types of AI: Generative, Predictive, Analytical βββ Practice: Use ChatGPT/Claude for 5 different tasks βββ β Milestone: You can explain AI to a friend Week 3-4: Talking to AI βββ Prompt Engineering fundamentals βββ System prompts vs user prompts βββ Chain-of-thought reasoning βββ Practice: Get AI to write, code, analyze, brainstorm βββ β Milestone: You can reliably get good outputs Week 5-6: AI Tools Ecosystem βββ Free AI tools overview (20+ tools) βββ When to use which tool βββ Building simple workflows βββ Practice: Automate one personal task with AI βββ β Milestone: AI is part of your daily workflow Week 7-8: Build Your First AI Project βββ Choose: Bot, automation, or content tool βββ Use no-code/low-code first βββ Share in #project-showcase βββ β Milestone: You've shipped something
Roadmap 2: Prompt Engineering Mastery
Level 1: Foundation (Week 1-2) βββ Role prompting βββ Few-shot prompting βββ Chain-of-thought βββ Structured outputs (JSON, markdown) βββ β Exercise: Prompt a recipe from 3 different angles Level 2: Advanced Techniques (Week 3-4) βββ Prompt chaining βββ Tree-of-thought βββ Self-consistency βββ ReAct prompting βββ System prompt design patterns βββ β Exercise: Build a multi-step prompt chain Level 3: Specialization (Week 5-6) βββ Code generation prompts βββ Creative writing prompts βββ Analysis/Research prompts βββ Business/Strategy prompts βββ β Exercise: Create specialized prompts for your domain Level 4: Production Systems (Week 7-8) βββ Prompt versioning and testing βββ A/B testing prompts βββ Cost optimization (token efficiency) βββ Safety and guardrails βββ β Exercise: Build a prompt management system
Roadmap 3: AI Automation
Level 1: Automation Foundations (Week 1-2) βββ What can (and can't) be automated βββ Triggers, actions, and workflows βββ Webhooks explained simply βββ Practice: Set up a webhook βββ β Tool: n8n.io (free self-hosted) Level 2: n8n Workflows (Week 3-4) βββ Core nodes: HTTP, Webhook, Schedule βββ Data transformation βββ Error handling βββ Practice: RSS β AI Summarize β Post workflow βββ β Project: Auto-posting content pipeline Level 3: OpenClaw Agents (Week 5-6) βββ OpenClaw fundamentals βββ Memory and context βββ Tool integration βββ Multi-agent patterns βββ β Project: Build an autonomous agent Level 4: Production Automation (Week 7-8) βββ Monitoring and alerting βββ Cost management βββ Scaling workflows βββ Security best practices βββ β Project: Production-ready automation system
Roadmap 4: Python for AI
Level 1: Python Basics (Week 1-2) βββ Variables, loops, functions βββ Data structures (lists, dicts, sets) βββ File I/O βββ pip and virtual environments βββ β Project: CLI tool that uses an API Level 2: API Integration (Week 3-4) βββ HTTP requests with Python βββ OpenAI/Anthropic SDKs βββ JSON parsing and handling βββ Error handling and retries βββ β Project: AI-powered Discord bot Level 3: AI Libraries (Week 5-6) βββ LangChain basics βββ LlamaIndex for RAG βββ Embeddings and vector search βββ Local models with Ollama βββ β Project: RAG chatbot on your documents Level 4: Production Python (Week 7-8) βββ async/await for APIs βββ Rate limiting and batching βββ Logging and monitoring βββ Deployment (Docker, Railway, Fly) βββ β Project: Deployed AI service
Roadmap 5: Building AI Businesses
Level 1: Opportunity Identification (Week 1-2) βββ Where AI creates real value βββ Market analysis frameworks βββ Identifying underserved niches βββ No-code AI business ideas βββ β Exercise: Validate 3 AI business ideas Level 2: MVP Building (Week 3-4) βββ Building with no-code tools βββ Wrapping AI APIs βββ Landing page and waitlist βββ First 10 users βββ β Milestone: Launch MVP Level 3: Growth (Week 5-6) βββ Content marketing with AI βββ SEO for AI products βββ Community building βββ Pricing strategies βββ β Milestone: First paying customer Level 4: Scaling (Week 7-8) βββ Automating operations βββ Customer support with AI βββ Team building βββ Fundraising or bootstrapping βββ β Milestone: Sustainable revenue
Roadmap 6: Local AI & Open Source
Level 1: Setup (Day 1-3) βββ Install Ollama βββ Download and run first model βββ Compare models (Llama, Mistral, Qwen) βββ GPU vs CPU considerations βββ β Milestone: Running local LLM Level 2: Local Tools (Day 4-7) βββ LM Studio βββ LocalAI βββ Text generation web UI βββ Open WebUI βββ β Milestone: Full local AI setup Level 3: RAG & Embeddings (Week 2) βββ Local embeddings βββ ChromaDB / Qdrant βββ Document chunking strategies βββ Build local RAG βββ β Project: Chat with your documents locally Level 4: Fine-tuning (Week 3-4) βββ LoRA vs full fine-tuning βββ Dataset preparation βββ Training with unsloth/Axolotl βββ Evaluation and deployment βββ β Project: Fine-tuned model for specific task
π
Cheat Sheets
Prompt frameworks & quick references
π AI Nexus Academy β Cheat Sheets
Cheat Sheet 1: Prompt Engineering Quick Reference
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β PROMPT ENGINEERING CHEAT SHEET β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β π FRAMEWORKS β β βββββββββββ β β β’ ROLE: "Act as a [expert role]" β β β’ TASK: "Your task is to [specific task]" β β β’ FORMAT: "Format your response as [JSON/MD/list]" β β β’ CONSTRAINTS: "Keep it under X words, no jargon" β β β’ CONTEXT: "Here's the background: [info]" β β β β π― TECHNIQUES β β βββββββββββ β β β’ Few-shot: Give 2-3 examples before asking β β β’ Chain-of-thought: "Let's think step by step" β β β’ Self-consistency: Ask 3 times, take majority β β β’ Persona: "You're a [role] with [trait]" β β β’ Negative prompt: "Don't include X" β β β’ Iterative: "Now improve the above by..." β β β β β‘ OPTIMIZATION TIPS β β ββββββββββββββββββ β β β’ Most important instructions FIRST β β β’ Be specific: "Python 3.11" not "Python" β β β’ Break complex tasks into steps β β β’ Use delimiters: """ or --- to separate sections β β β’ Ask for output format explicitly β β β’ If output is wrong, tell it how to fix it β β β β π DEBUGGING β β βββββββββββ β β β’ Q: Output is too vague β A: Add constraints β β β’ Q: Output is wrong β A: Add examples β β β’ Q: Output is inconsistent β A: Add format spec β β β’ Q: Misses context β A: Provide background first β β β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Cheat Sheet 2: AI Tools Quick Reference
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β AI TOOLS QUICK REFERENCE β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β π¬ CHAT & ASSISTANTS β‘ AUTOMATION β β ChatGPT β chat.openai.com n8n β n8n.io β β Claude β claude.ai OpenClaw β openclaw.ai β β Gemini β gemini.google Zapier β zapier.com β β DeepSeek β chat.deepseek Make β make.com β β Perplexityβ perplexity.ai β β π¨ IMAGE β β π» CODING DALLΒ·E 3 β via ChatGPT β β Copilot β github.com Midjourneyβ midjourney.comβ β Cursor β cursor.sh SD β stability.ai β β Claude β claude.ai/code β β π WRITING β β π RESEARCH Grammarly β grammarly β β Perplexityβ perplexity.ai Lex.page β lex.page β β Elicit β elicit.com QuillBot β quillbot.com β β Scite β scite.ai β β β β "Use the right tool. Free tiers exist for all above." β β β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Cheat Sheet 3: AI Automation Quick Reference
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β AI AUTOMATION CHEAT SHEET β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β π COMMON AUTOMATION PATTERNS β β ββββββββββββββββββββββββββββ β β β β CONTENT PIPELINE β β RSS Feed β AI Summarize β Publish to Discord/Blog β β Tools: n8n + OpenAI + Webhook β β β β SOCIAL MONITOR β β Monitor Keywords β AI Analyze β Alert or Respond β β Tools: n8n + Twitter API + Claude β β β β DATA ENRICHMENT β β Incoming Data β AI Extract/Transform β Database β β Tools: n8n + OpenAI + Airtable/Notion β β β β CUSTOMER SUPPORT β β Email/Ticket β AI Draft Reply β Human Review β Send β β Tools: Zapier + Claude + Gmail β β β β βοΈ n8N QUICK START β β 1. Install: docker run -d --rm -p 5678:5678 n8nio/n8n β β 2. Open: http://localhost:5678 β β 3. Templates: Workflow templates are built-in β β 4. Key nodes: Webhook, Schedule, HTTP Request, OpenAI β β β β π¦ OPENCLAW QUICK START β β 1. Install: npm install -g openclaw β β 2. Config: openclaw init in your workspace β β 3. Skills: Give your agent tool abilities β β 4. Deploy: openclaw start β β β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Cheat Sheet 4: API Integration Quick Reference
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β AI API INTEGRATION CHEAT SHEET β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β β
β π API KEYS (get from:) β
β OpenAI: platform.openai.com/api-keys β
β Anthropic: console.anthropic.com β
β Google AI: makersuite.google.com/app/apikey β
β Cohere: dashboard.cohere.com/api-keys β
β β
β π‘ BASIC API CALL (Python) β
β ββββββββββββββββββββββββ β
β import openai β
β client = openai.OpenAI(api_key="sk-...") β
β resp = client.chat.completions.create( β
β model="gpt-4o", β
β messages=[{"role":"user","content":"Hello"}] β
β ) β
β print(resp.choices[0].message.content) β
β β
β π‘ ANTHROPIC API (Python) β
β ββββββββββββββββββββββββ β
β import anthropic β
β client = anthropic.Anthropic(api_key="sk-...") β
β resp = client.messages.create( β
β model="claude-sonnet-4-20250514", β
β max_tokens=1024, β
β messages=[{"role":"user","content":"Hello"}] β
β ) β
β β
β π° COST OPTIMIZATION β
β βββββββββββββββββ β
β β’ Use gpt-4o-mini for simple tasks β
β β’ Cache common prompts β
β β’ Set max_tokens per request β
β β’ Batch requests when possible β
β β’ Use streaming for real-time UX β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π―
Prompt Packs
Copy-paste prompt systems for real workflows
π― AI Nexus Academy β Prompt Packs
Pack 1: Beginner Prompts (10 prompts)
### 1. Explain Like I'm 5
Explain [topic] like I'm 5 years old. Use simple analogies, avoid jargon, and give a real-world example I'd understand.
### 2. Summarize for Busy Me
Summarize the following in 3 bullet points under 15 words each. Then give me 1 actionable takeaway: [paste text]
### 3. Learn Anything Faster
I want to learn [topic]. Create a 7-day study plan for a beginner. Each day: 30 min of learning + 1 practical exercise.
### 4. Rewrite for Clarity
Rewrite this to be clearer and more concise. Keep the key message: [paste text]
### 5. Brainstorm Ideas
Give me 10 creative ideas for [project/goal]. For each: one sentence explaining it and why it might work.
### 6. Compare Options
Compare [Option A] vs [Option B] across: cost, ease of use, features, and best use case. Give a recommendation at the end.
### 7. Find the Flaws
Read my reasoning below and point out any logical flaws, assumptions, or blind spots I'm missing: [paste reasoning]
### 8. Write an Email
Write a professional email about [topic]. Tone: [friendly/professional]. Keep it under 150 words. Include a call to action.
### 9. Debug My Thinking
I'm trying to solve [problem]. Here's my approach: [describe]. What am I missing? What would you try instead?
### 10. Make This Visual
Describe how to create a diagram/chart that explains [concept]. What should be on the X and Y axes? What are the key data points?
---
Pack 2: Coding Prompts (10 prompts)
### 1. Code Review
Review this [language] code for: bugs, performance issues, security vulnerabilities, and style improvements. Be specific: [code block]
### 2. Refactor This
Refactor this code to be more readable and maintainable. Explain each change: [code block]
### 3. Write Tests
Write unit tests for this function using [framework]. Cover edge cases, error states, and happy path: [code block]
### 4. Explain Complex Code
Explain this code line by line. Assume I know [language] basics but not advanced patterns: [code block]
### 5. Generate Boilerplate
Create a [language/framework] project scaffold for [purpose]. Include: project structure, config files, and a simple example.
### 6. API Design
Design a REST API for [service]. Include: endpoints, request/response formats, auth method, and error handling strategy.
### 7. Performance Optimize
This [language] code is slow. Profile it and suggest optimizations. Explain the time complexity of each suggestion: [code]
### 8. Convert Between Languages
Convert this [language A] code to [language B]. Preserve all functionality. Note any idiomatic differences: [code]
### 9. Debug This Error
I'm getting [error message]. Here's the relevant code and what I've tried: [code + context]. What's causing this and how do I fix it?
### 10. Architecture Decision
I'm designing [system]. The trade-off is [A] vs [B]. Help me decide by analyzing: scalability, maintainability, cost, and time to implement.
---
Pack 3: Business Prompts (10 prompts)
### 1. Business Model Analysis
Analyze this business idea: [idea]. Evaluate: market size, revenue model, competitive advantage, and biggest risk. Score it 1-10.
### 2. Customer Discovery
Create 10 customer discovery questions for [product/idea]. Questions should uncover: pain points, willingness to pay, current solutions, and decision criteria.
### 3. Go-to-Market Strategy
Design a 90-day go-to-market plan for [product]. Include: target audience, channels, key messaging, and success metrics.
### 4. Pricing Strategy
Suggest 3 pricing models for [product]. For each: pros, cons, and which customer segments it suits best.
### 5. Competitor Analysis
Analyze my competitors in [market]. For each: strengths, weaknesses, pricing, and what I can learn from them.
### 6. Pitch Deck Outline
Create a 10-slide pitch deck outline for [company]. For each slide: headline, 3 bullet points, and what visual to include.
### 7. Growth Hacking Ideas
Give me 10 growth hacking ideas for [product/service]. Prioritize by: implementation effort, expected impact, and time to result.
### 8. Content Strategy
Design a content strategy for [niche]. Include: content types, publishing cadence, distribution channels, and KPIs.
### 9. Automate This Process
I spend X hours/week on [task]. Design an automation workflow using AI tools to reduce this by 80%. Include specific tools and steps.
### 10. Investor Update
Write an investor update template for my startup. Include: progress metrics, challenges, asks, and upcoming milestones.
---
Pack 4: Study Prompts (10 prompts)
### 1. Generate Flashcards
Create 20 flashcards from this text. Question on one side, answer on the other. Cover the key concepts: [paste study material]
### 2. Quiz Me
Quiz me on [topic]. Give me 5 questions one at a time. Wait for my answer, then tell me if I'm right and explain why.
### 3. Create a Study Guide
Turn this material into a structured study guide with: key terms, main concepts, connections between ideas, and practice questions: [paste material]
### 4. Explain the Hard Part
I'm struggling with [concept]. Explain it 3 different ways: 1) with an analogy, 2) with a real example, 3) the technical version.
### 5. Test My Knowledge
I think I understand [topic]. Ask me progressively harder questions until you find a gap in my knowledge. Then teach me that part.
### 6. Create a Cheat Sheet
Create a one-page cheat sheet for [topic]. Use bullet points, short phrases, and a logical structure. Include formulas/key frameworks.
### 7. Practice Problems
Generate 5 practice problems for [topic] at [difficulty] level. Show answers separately with step-by-step explanations.
### 8. Socratic Method
Teach me [topic] using the Socratic method. Ask me questions that lead me to discover the answers myself.
### 9. Connect Concepts
Explain how [concept A] and [concept B] are related. Use analogies and show how understanding one helps with the other.
### 10. Study Schedule
I have [X days] to learn [topic] for [goal]. Create a study schedule with daily tasks, resources, and checkpoints to track progress.
---
Pack 5: Image Generation Prompts (10 prompts)
### 1. Professional Product Shot
Minimalist product photography of [item], clean white background, soft studio lighting, shallow depth of field, 4K, commercial quality
### 2. Futuristic UI Design
Futuristic dashboard UI, dark mode, neon blue and purple accents, glassmorphism, data visualizations, 4K, app screenshot style
### 3. Sci-Fi Environment
Wide-angle shot of a futuristic AI data center, blue LED lighting, holographic displays, clean architecture, cyberpunk aesthetic, 8K
### 4. Character Design
Friendly robot character, Pixar style animation, soft lighting, pastel colors, expressive eyes, 3D render, white background
### 5. Data Visualization
Beautiful abstract visualization of a neural network, glowing nodes, connecting lines, deep blue background, scientific diagram style
### 6. Logo Design
Minimalist tech logo for "Nexus AI", combining a brain and circuit, flat design, blue and white, professional, vector style, transparent bg
### 7. Social Media Graphic
Instagram post background for AI learning tips, modern typography, gradient background purple to blue, clean layout, professional
### 8. Presentation Slide
Professional presentation slide background, subtle grid pattern, clean white space, blue accent corner, suitable for text overlay
### 9. Book Cover
Book cover for "AI for Beginners", neural network pattern, warm colors, approachable design, educational, 3D mockup
### 10. Concept Art
Concept art of a futuristic classroom where AI assists students, holographic displays, natural lighting, optimistic tone, 4K
---
Pack 6: Productivity Prompts (10 prompts)
### 1. Task Breakdown
Break down [project] into actionable steps. Order by dependency. Estimate time for each step. Flag parallel tasks.
### 2. Priority Matrix
Help me prioritize these tasks using the Eisenhower Matrix: [list tasks]. Sort into: urgent+important, important not urgent, urgent not important, neither.
### 3. Meeting Notes
Take structured meeting notes from this transcript. Include: decisions made, action items with owners, key discussion points: [paste transcript]
### 4. Decision Framework
Help me decide between [option A] and [option B]. Create a decision matrix with weighted criteria. Score both options.
### 5. Weekly Review
Guide me through a weekly review. Prompt me for: wins, challenges, lessons learned, and priorities for next week. Ask one question at a time.
### 6. SOP Creation
Create a Standard Operating Procedure for [process]. Include: steps, tools needed, expected time, quality checklist, and troubleshooting.
### 7. Goal Setting
Help me set SMART goals for [area/project]. Turn vague ambitions into Specific, Measurable, Achievable, Relevant, Time-bound targets.
### 8. Email Triage
I have [X] unread emails. Help me draft a system to triage them: urgent replies, read-and-file, newsletters to unsubscribe, delegate.
### 9. Habit Design
I want to build the habit of [habit]. Design a 21-day plan using: implementation intentions, habit stacking, and environmental design.
### 10. Project Retrospective
Guide me through a retrospective for [project]. Cover: what went well, what could improve, action items, and celebrate wins.
π
Step-by-Step Guides
Full walkthroughs you can follow today
Want the full experience?
Challenges, mentorship, project feedback, and the whole community are on Discord. Free to join.
π Join AI Nexus Academy