This is what Satya Nadella was talking about when he said AI needs to "do something useful."
A developer with episodic Graves' disease - a thyroid condition that comes and goes unpredictably - fed 9.5 years of Apple Watch and Whoop data into Claude Code and built a machine learning model that predicts disease flares 3-4 weeks before symptoms appear.
The model hit 98% validation accuracy. When backtested on the developer's last episode, it would have issued an alert in early August - before lab tests confirmed the flare at the end of the month. That's the difference between catching a problem early and dealing with symptoms that are already spiraling.
What makes this genuinely impressive is the methodology. The developer didn't just throw data at an algorithm and hope. They tasked Claude to systematically test multiple machine learning approaches - decision trees, random forests, neural networks, gradient boosting. After over an hour of computation, the system converged on XGBoost as the best model for this specific use case.
That's not magic. That's proper ML engineering. Testing multiple approaches, validating results, backtesting predictions against known outcomes. The kind of work that typically requires a data science team, done by one developer with an AI coding assistant.
The practical application is an iOS app that acts as a personal risk assessor. The developer can check it anytime to see if their health metrics suggest an incoming flare. If the alert fires, they can get labs done early, adjust medication proactively, and avoid the worst of the symptoms.
This is AI being used to solve a real problem for a real person. Not generating marketing copy. Not writing mediocre blog posts. Not adding "AI-powered" features to justify a subscription price increase. Actual, measurable improvement to someone's quality of life.
The developer open-sourced the approach and published the setup on Medium, including the configuration, specifically because others with episodic conditions might benefit from similar approaches.
