If you’re trying to work with Google’s Gemini AI as a training coach/sparring partner
as For a while now, I’ve been tinkering on a coaching project. I started out just tracking overall training time in a google sheet about 10 years ago. That’s all based on training data, of course. No automation.
Then when chatGPT came out, of course, I started asking questions about how to train, etc. chatGPT didn’t quite do it for me, so I moved to Perplexity. It eventually “forgot” an entire training thread, which got me to ditch it.
Finally, I’ve moved to Gemini, where you have options:
You can just do a thread and manually copy and paste (or just reference) your key/all wellness and workout data.
You can create a semi-automated setup - maybe even in a shareable gem, where data is automatically copied from intervals.icu to a google sheet, from where you can easily copy that data to your coaching AI of choice. Theoretically, you should be able to ask Gemini about the data in the sheet, but for me it hallucinates. Any help with this would be appreciated as it would create a fully automated coach.
You can use Google’s AIstudio to create API calls directly from Gemini to intervals.icu. This would eliminate the google sheets go-between - if you can avoid that it hallucinates.
Anyway, this is all a hobby project of mine, which isn’t intended to become a business. If anyone wants to join forces on bouncing ideas and/or has feedback on what I can try to solve my challenges with hallucinating, I would be greatful.
Either way, I hope you all train well and have fun!
Free with limited credits quota, yes. But if more people start using it, I would need to adjust it so I don’t lose hundreds of $$ on LLM API costs each month. I build this tool for me and I’m happy to share it. For now the cost is acceptable for me, but unfortunately I can’t afford to subsidize the tokens if suddenly thousands of people will want to use it.
The hallucination problem is one of the things that led me to build Section 11. The root cause is that LLMs can’t do math reliably, so if you feed them raw data and ask them to calculate TSS, CTL, zone distributions, etc., they’ll confidently return incorrect results.
The fix that worked for me: pre-calculate everything in the data pipeline before the AI ever sees it, then embed instructions telling the AI to use the values, never recalculate them. Works across ChatGPT, Claude, Grok, Gemini, Mistral, same data, same structure.
Section 11 can auto-sync from Intervals.icu via GitHub, so no copy-paste or Google Sheets middleman. Setup is not too complicated, guides for everything.
Ich habe meinen Gemini Radcoach seit 5 Wochen im Einsatz und schicke ihm meine aktuellen Trainingstouren als csv-stream. Zusätzlich die Daten von Schlafpuls und HRV von meiner Samsung watch. Dazu habe ich noch meine strava activities.csv hochgeladen. Aus diesen Daten wird mir ein wöchentlicher Trainingsplan erstellt. Diesen kann ich aber im Dialog noch auf meine Verhältnisse anpassen, wie bei einem echten Trainer.
OK, I really like this A LOT, @CrankAddict !! Doesn’t look to challenging to implement. Probably I’ll try to create a Gemini Gem soon using your model.
Die activities.csv dient als Basis für den Beginn. Die durchgeführten Trainingsfahrten werden als CSV.stream aus intervals.icu hochgeladen und dann analysiert und für die weitere Planung besprochen.
@W_Greiner es reicht mittlweile auch ein Bildschirmfoto vom Intervall.cu.
Nutze meinem Coach seit 1 Jahr für Rad und Lauf. Ziehe aber jetzt auch Richtung Gemini um. VG Ansgar
Thanks for sharing, @Jeff_Spiro . I think Maxiom will bump into the problem most creators will have to face: if you can build something, someone else is likely to not want to pay $20/month and instead try to build that same thing themselves. The software subscription model is under heavy pressure because most value has moved to AI.
The hallucination issue is definitely the biggest challenge when trying to automate coaching with LLMs. I’ve found that providing very specific context about the column headers in the sheet sometimes helps Gemini stay on track, but it’s still a bit hit or miss without a rigid data structure.
Just wanted to share an alternative workflow that’s been working well for me. I’m currently using Gemini Pro (1 year free subscription with my old university email still available) paired with the Gemini CLI.
I relies on MCP to bridge Gemini with my fitness and health data(Intervals, Cronometer, and Garmin). To handle context, I maintain a single, continuous conversation and simply use a compression strategy whenever the model hits its limit. It’s been a very stable way to keep all my metrics in one place.
I don’t use it to plan for my workout, but more give me context and insight on where I am and how to fuel my day.
Thanks for the feedback. Maxiom seems to be one of the only AI chatbots focused on endurance and fitness. I actually found it from a recommendation by ChatGPT :).
When I compare responses from Maxiom versus ChapGPT, Gemini, Perplexity, etc., I find that I need Maxiom since the level of expertise is higher and needed by me since I am training at levels where specificity is important for questions on load impacts, recovery, etc.
Another example is maxiom.io really helped me compared to other vendors was on my recovery from plantar fasiopathy where chatgpt gave me directional, yet incorrect suggestions.
As you know, ai chatbots are only as good as the test used to train the bots. I understand that Maxiom is trained on data from labs that study world class endurance athletes.