Theory’s over. Pick a project and build something real.


How to Use This Module

Each project below includes: what you’ll build, which modules it draws from, a realistic time estimate, difficulty level, prerequisites, a step-by-step walkthrough, what success looks like, and stretch goals if you want to go further.

Pick one project for your AI Day. If you have a weekend, combine two (see the combination guide at the end).


Projects

Project A: Upgrade Your Claude Code Setup

You’ve been vibe coding. Time to give Claude the context it’s been missing — and watch the difference.

Draws from: Modules 02, 03 | Time: 2-3 hours | Difficulty: Low-medium

Project B: Build a Personal Data Dashboard

All that data sitting in spreadsheets and exports? It has answers you haven’t asked yet.

Draws from: Modules 06, 02 | Time: 3-4 hours | Difficulty: Medium

Project C: Set Up OpenClaw with One Real Skill

An AI agent that messages you when things need your attention — built in an afternoon.

Draws from: Module 04 | Time: 2-3 hours | Difficulty: Medium

Project D: Build an n8n Workflow

That thing you do every week by hand? Let’s make it happen while you’re not looking.

Draws from: Modules 07, 05 | Time: 2-3 hours | Difficulty: Low-medium

Project E: Build a Personal Tool

From “I wish this existed” to a working app, in a single sitting.

Draws from: Modules 01, 02, 03, 07 | Time: 4-6 hours | Difficulty: Medium-high


Weekend Combinations

If you’re extending to a full weekend, these combinations work well:

Combo 1: The Developer Workflow (A + E)

Start with Project A (upgrade your Claude Code setup), then move to Project E (build a tool using your new setup). The first project builds the foundation; the second proves its value.

Combo 2: The Automation Stack (C + D)

Project C (OpenClaw) plus Project D (n8n workflow). Two complementary automation approaches — OpenClaw handles conversational/messaging automation, n8n handles pipeline/workflow automation. Stretch goal: connect them so OpenClaw monitors and n8n executes.

Combo 3: The Data Stack (B + D)

Project B (data dashboard) then Project D (automate data refresh with n8n). The first project builds the destination (database + dashboard). The second builds the pipeline (automated updates). You end the weekend with a self-updating analytics system.

Combo 4: The Full Stack (A + B + D)

Project A (CLAUDE.md and subagents), then Project B (data dashboard), then Project D (n8n workflow to keep data updated). The most comprehensive combination — you upgrade your development workflow, build a real data system, and automate its maintenance.


After AI Day

The projects in this module are starting points, not finish lines.

A dashboard you check weekly beats a perfect dashboard you never open. An n8n workflow that saves 15 minutes a day beats an elaborate one that breaks and never gets fixed. The tool you actually deploy and use beats the ambitious one that lives forever in a half-finished repo.

What I’ve found: the people who get the most from these tools aren’t the ones who build the most impressive thing on day one. They’re the ones who build something small, use it until it becomes automatic, and then build the next thing. The habit matters more than the project.

So build one thing today. Use it tomorrow. That’s the whole trick.


Previous: Module 08 — Connective Tissue | Back to: Course Overview