A collection of weekend projects to build AI fluency through hands-on building. Each weekend delivers a working tool or workflow you'll actually keep using.
Based on the principle: "This isn't about learning AI. It's about making AI work for how you already work."
| Weekend | Project | Status | Description |
|---|---|---|---|
| 1 | Resolution Tracker | Done | Build a web app to track progress through these 10 weekends |
| 2 | Model Mapping | Coming Soon | Create your personal AI topography and "Rules of Thumb" |
| 3 | Deep Research Sprint | Coming Soon | Let AI do a week's research in an afternoon |
| 4 | Analysis Project | Coming Soon | Turn messy data into actual decisions |
| 5 | Visual Reasoning | Coming Soon | Make AI see and think with diagrams and infographics |
| 6 | Information Pipeline | Coming Soon | Build your NotebookLM + Gamma stack |
| 7 | First Automation | Coming Soon | Build your content distribution machine |
| 8 | Second Automation | Coming Soon | Build your productivity workflow |
| 9 | Context Engineering | Coming Soon | Build your Personal AI Operating System |
| 10 | AI-Powered Build | Coming Soon | Build something with AI inside it |
| Bonus | Agent Exploration | Coming Soon | Run the Agent Evaluation Gauntlet |
Each project is rated on:
- Outcome Quality (1-5): How good was the final result?
- Time Saved (1-5): How much time did AI save vs. doing it manually?
- Repeatability (1-5): Will you use this workflow again?
aidb-tracker/
├── README.md # This file
├── aidb-source.md # Full project guide and requirements
├── week-01/
│ └── tracker/ # Next.js app (deployable to Vercel)
├── week-02/
├── week-03/
...
└── week-11/ # Bonus weekend
Each week's project has its own README with setup instructions. Start with Week 1: Resolution Tracker to build the app that tracks your progress through the rest.
Projects that are web apps (like Week 1) can be deployed to Vercel:
- Import this repo at vercel.com
- Set the Root Directory to the specific project (e.g.,
week-01/tracker) - Add any required environment variables
- Deploy
Built with Claude Code as part of the AI Resolution 2026 challenge.