Following the courses I built an AI coach that actually knows my training data. How it works: - Apple Health feeds in everything about my workouts — runs, rides, heart rate, pace, power. My watch and bike computer capture it, and it flows in automatically. - WHOOP feeds in everything about recovery — how ready my body is: HRV, resting heart rate, sleep, and a daily recovery score. - Both data streams sync into a private GitHub repo automatically, on a schedule, even when my computer is off (running in the cloud now, not just on my Mac). - I built the set of reusable "skills" — one-word commands like /recovery-check, /weekly-review, /plan-my-week, and /fuel-and-pace — so I don't have to re-explain what I want every time. Type the command, get the analysis. - The coach follows hard rules I set: never jump training volume more than ~10% in a week without explaining why, always flag overtraining or injury risk, never quietly change my profile, never overwrite past weekly reviews. And it's blunt — if I skip sessions or cut them short, it says so and ties it back to my goal race. The goal it's all pointed at: Traka 200 — a 202km gravel ultra-endurance race in Girona, Spain, May 2027. Everything — the data, the weekly plans, the fueling calculator — is built around getting me there prepared, not injured, and on pace. The dashboard: I also built a simple one-page HTML dashboard (screenshot attached) that shows days-to-race, today's readiness score, this week's planned sessions, a 7-week training volume trend, and a coaching panel with the current call on load/recovery/execution — all at a glance, no app needed, just opens in a browser. It's still evolving (next step is to explore full cloud automation so it updates itself daily without me touching my computer), but the core loop — real data in, honest coaching out — is working now. It's been a great exercise following along the course. Really enjoyed it and learned a lot. This is just the beginning and will definitely use the framework for other personal projects. Thanks a lot for making this community!