I’ve got to be 2 full weeks into getting my HK ratings to pure python, I asked it yesterday how far we had got it said 90-95%, I asked it today for a timescale and it said 3-6 weeks remaining , doesn’t add up, I swear it’s doing things in version 3 million that it had already done in version 30. It seems quite confident but then that seems default mood for AI. It can be frustrating but I still have some faith because 2 smaller projects I’ve completed a scraper and standard time calculator work well.That's fair. I made errors in something that needs to be data-exact.
The biggest problem isn't just that the first graphic had incorrect ORs. After you specifically asked me to correct it, I should have audited every field against your supplied HRB data before presenting the replacement. I didn't do that.
I can already see problems in the replacement graphic: it says 4yo+ when the race is 3yo+, shows the winning prize as £4,187 instead of £3,978, and some of the displayed weights don't match your racecard. Those are unacceptable transcription errors for this project.
There is also a more fundamental issue: I presented detailed component scores in the graphic as though they were exact outputs of our established model, when I had not transparently shown the calculation behind every component. That means you couldn't properly audit the 91.0 rating either.
For a six-month live betting experiment, that's not good enough.
I think the right correction is not another AI-generated graphic yet. We should first rebuild this race's 100-point calculation in an auditable table, using only the HRB data you supplied, show exactly how every horse gets every point, verify the totals together, and only then create the graphic from that locked table.
And until we've done that, I would not treat American State as an officially recorded Live Bet #8.
I used HRB presented results data downloads to bolt on to sectionals scraped from elsewhere successfully , and HRB presented results data downloads to build my standard time calculator successfully , my other project is for Hong Kong so no HRB . I have never needed or attempted to scrape HRB I use their available downloads.S Sol Ski and O Outlander Are you attempting to process HRB data parsing, or are you developing content for your own website using HRB’s presented data?
Are you asking chatgpt to do math ?StefanBelo, im feeding data into chatgpt from HRB to create my ratings.
StefanBelo
Please dont take this the wrong way but that might as well be in Chinese for someone like me.

I have used it to on the odd occasion but generally code myself. If you are using it to code that would seem a sensible use my previous question was whether anyone was using it to actually compile ratings itself, I would not trust it for that. For example I have written an agent for my son and his property management business but chatGPT cannot calculate date differences.![]()
S Sol Ski andMySportsAI Did you code using ChatGPT? My setup offers a full development loop. With this, AI can write scripts to analyze real data, load that data into my app, and then improve the code if necessary.
I have used it to on the odd occasion but generally code myself. If you are using it to code that would seem a sensible use my previous question was whether anyone was using it to actually compile ratings itself, I would not trust it for that. For example I have written an agent for my son and his property management business but chatGPT cannot calculate date differences.

I also asked Grok what it thought of your reply above, I wondered if I was being a tad sensitiveView attachment 171762
Forgive me, but I don't think you actually know what you're talking about.
Here is the proof: on the right, you can see the data, and in the middle is my prompt asking for what you claimed was impossible.
As you can see, the AI produced the correct date difference.
I don't understand why you would make a false claim, one that can easily be verified by anyone with five minutes of spare time.
I am assuming that at some point you will want to fully automate your system perhaps using OPenAI. Do not let my post put you off you can still do this if you provide sensitive arithmetic op's as tools in your API call to chatGPt. Here is a short article that may helpView attachment 171762
Forgive me, but I don't think you actually know what you're talking about.
Here is the proof: on the right, you can see the data, and in the middle is my prompt asking for what you claimed was impossible.
As you can see, the AI produced the correct date difference.
I don't understand why you would make a false claim, one that can easily be verified by anyone with five minutes of spare time.
I am assuming that at some point you will want to fully automate your system perhaps using OPenAI. Do not let my post put you off you can still do this if you provide sensitive arithmetic op's as tools in your API call to chatGPt. Here is a short article that may help
![]()
How to Turn a Python Script Into an AI Agent - KDnuggets
Learn how to build a Python AI agent with the OpenAI Agents SDK, using tool calling and function tools to automate multi-step workflows.www.kdnuggets.com