📚 Tutorials

Project-based learning that reinforces Evergreen concepts

🎯 What Are These?

Tutorials are tactical, hands-on builds that show you how to apply Evergreen concepts to real projects.

Unlike courses (which teach foundations), tutorials say:
"Here's how to build something cool with what you know."

Every tutorial:


Build a Trading Agent

Difficulty: ⭐⭐⭐⭐☆
Time: 3-4 hours

Apply EC402 concepts to build an agent that backtests trading strategies.

Concepts: Agent loops, memory, tool use

Vector DB from Scratch

Difficulty: ⭐⭐⭐⭐⭐
Time: 4-5 hours

Build a vector database from first principles. Deep dive into EC302.

Concepts: Indexing, similarity search, embeddings

File Tree Visualizer

Difficulty: ⭐⭐⭐☆☆
Time: 2-3 hours

Use recursion to visualize directory structures. EC201 in action.

Concepts: Recursion, tree traversal, DFS


📂 Browse by Category

🤖 AI & Agents

🗄️ Data & Systems

🎨 Web & UX

🧮 Algorithms


🎓 Browse by Evergreen Concept

EC101

EC201

EC302

EC402


📊 Browse by Difficulty

⭐⭐☆☆☆ Beginner

Great if you've completed EC101-EC102:

⭐⭐⭐☆☆ Intermediate

Assumes EC101-EC201:

⭐⭐⭐⭐☆ Advanced

Requires EC201-EC301 or EC402:

⭐⭐⭐⭐⭐ Expert

Deep technical dives:


🕐 Browse by Time

Quick Builds (1-2 hours)

Half-Day Projects (2-4 hours)

Full-Day Builds (4+ hours)


🔗 How Tutorials Connect

Evergreen Courses → Tutorials → Hackathon Lab
  (Deep Foundation)  (Skill Practice)  (Live Application)

Learning Flow:

  1. Study the concept in an Evergreen course
  2. Practice it in a tutorial
  3. Apply it in a Hackathon Lab week
  4. Master it through repetition

💡 Tutorial Format

Every tutorial follows this structure:

  1. What You'll Build: Clear outcome
  2. Concepts Reinforced: Links to Evergreen courses
  3. Prerequisites: What you need to know
  4. Step-by-Step Guide: Detailed instructions
  5. AI-Powered Workflow: Where to use AI effectively
  6. Customization Ideas: How to extend it
  7. Portfolio Tips: How to showcase it

🚀 Getting Started

New to Autonate AI?
Start with the Evergreen Courses, then come back here.

Ready to build?
Pick a tutorial that matches your:


💬 Share Your Build

Completed a tutorial? Share it:


Build a Trading Agent Try File Tree Visualizer Review Concepts First