June 9th, 2026

Currently the modifyProgram tool call uses JSON patches, which means occasionally it hallucinates the indexes for the patch and causes errors. I will update this to a more robust process where the tool calls call the same functions as the user does, such that there is no possibility for a patch error. This should make the ability to edit programs through the agent significantly more reliable.
User can now see the weight separately from RPE and can toggle between Lbs or Kg.
This will allow a user to have many chats that get saved to their account. Meaning they can go back in time to a program, or work on multiple programs at once.
Load times for images, programs, and various other issues. Using lighthouse and getting an elite performance score for the site.
Allow program builder to be interfaced with through voice input.
April 5th, 2026

A couple of the questionnaire options were commented out on the backend to not overwhelm the agent during development. Need to go in and uncomment them and make sure they are reflected in the generated programs through manual testing.
This is for people with injuries, tweaks or are lifting heavy. The agent should recommend warmup exercises for the user on a day to day basis.
This may be due to the same issue of just it being commented out. But we should see through manual testing if system prompt needs to be updated to prioritize health issues.
Ask the user in the questionnaire if they want to do a Peak week (explain Peak week).
Varying exercises works now, essentially like a βtemperature scalingβ filter that increases the variance in the type of exercises suggested.
Added a curated list of 40 new exercises specific to rehab. These exercises can now be exported to the Hevy app as custom exercises without the user having to do anything to set them up.
Training principles for building these types of programs
Rep ranges can now be exported to Hevy as well.
This makes it easier to see what to do next on your sets in Hevy
There is now a custom exercise builder on the Add Exercise Dialog, as well as the agent is able to harness a list of custom exercises.
View the details view to see how to hit the lift
March 19th, 2026

Multi-Week Periodization is here !!! Now the program builder knows to call planProgram once: structured plan for the full mesocycle (duration, blocks, optional week-by-week progression table). Use questionnaire answers, program builder context (days/week, weeks), and loaded resources (powerlifting/bodybuilding) where relevant.
SKILL.md files for powerlifting programs and bodybudiling programs as well as training-principles
Export to Hevy and PDF added to Explore Programs (Available on Free tier)
March 16th, 2026

Workout generation was failing when a cancelled in-progress tool call was in the next prompt message. The solution was to filter it out of the next prompt and only keep completed tool calls.
PDF and CSV exports are live and available for free.
Uploads of images, csv files and PDFβs now available. CSV files get parsed first and then fed into the LLM, while images just get fed directly into the multi-modal model.