Building a natural language exercise tracker
Working on a project that tracks my daily workout details using natural language — no forms, no dropdowns, just writing what I did.
The tool keeps a running workout plan that factors in both long and short term goals. Right now that means training for a 10k in the spring. Each day it looks at my recent activities, pulls in the current plan as context, and suggests what to do next.
The daily prompt loop is the part I’m most excited about: it knows what I’ve done, knows where I’m trying to go, and gives me a concrete recommendation for today.