Chat GPT & Generative AI tools

A dedicated space to explore and discuss how cutting-edge technologies are reshaping sports trading and betting strategies. Collaborate on innovative ideas, and stay ahead of the curve in a rapidly evolving landscape.
Post Reply
User avatar
jamesedwards
Posts: 6089
Joined: Wed Nov 21, 2018 6:16 pm

ShaunWhite wrote:
Wed Aug 05, 2026 8:13 pm
jamesedwards wrote:
Wed Aug 05, 2026 7:24 pm
I'm dipping my toe into AI waters for the first time, using Google AI.

Early results are not encouraging. :lol:


z306.jpg
Bear in mind that Google AI on the web page is Gemini, if you assess it from a phone widget it's OpenAI.
The monopolies commision/competition law stuff meant if people used Google to power their search they weren't forced to use gemini. Google themselves (the site) obv use gemini, others using Google to get search results often do deals with other AI providers like OpenAI to enrich the results.

If you get yourself a free OpenAI (ChatGPT) login you'll find things like the now improved memory persistence gives you a better experience. Gemini is lagging behind in that way imo.

Thanks. I've already migrated to the free version of Chat GPT and at least it hasn't owned up to any hallucinations yet!
User avatar
ShaunWhite
Posts: 10836
Joined: Sat Sep 03, 2016 3:42 am

jamesedwards wrote:
Wed Aug 05, 2026 8:31 pm
Thanks. I've already migrated to the free version of Chat GPT and at least it hasn't owned up to any hallucinations yet!
The default mode is fast and friendly, but you can get it to always do eg "make no assumptions, validate responses, internally iterate reply before presenting until 'world class', etc by forcing it to commit those instructions to memory.
User avatar
jamesedwards
Posts: 6089
Joined: Wed Nov 21, 2018 6:16 pm

Image
weemac
Posts: 1526
Joined: Mon Sep 16, 2013 8:16 pm

I've finally sacked GPT Free and removed it from my roster. After all the countless lies, disobedience, arguments and frustrations, it's now claiming a 250 line macro (which it wrote) is too long for it to give me. Second time this has happened.

I've had enough.
User avatar
ShaunWhite
Posts: 10836
Joined: Sat Sep 03, 2016 3:42 am

weemac wrote:
Thu Aug 06, 2026 3:31 pm
I've finally sacked GPT Free and removed it from my roster. After all the countless lies, disobedience, arguments and frustrations, it's now claiming a 250 line macro (which it wrote) is too long for it to give me. Second time this has happened.

I've had enough.
😭 I feel your pain. Best practice always used to be that a function/process should fit on one page. Eg your 250 line macro becomes a compact series of calls to code blocks that each do manageable decrete tasks.

The macro becomes just
Do this
Do that
If this.result and that.result are true then do something else

And the actions are bite-sized code blocks that are easy to test/debug.

But yeah we've all ended up with code about 2000 lines long at just rambles like a story. But if it won't fit on one screen, break it up.

I've found the code it writes from scratch to be pretty poor. It's just a series of altered examples from user guides end to end and no real overall design or structure, hence it writing one chunk of code over 250 lines long.

Post all of your/my message above into yours and see what it says, unless it's already fired and out of your office with a bin bag full of stuff from the stationary cupboard. 😂
User avatar
Big Bad Barney
Posts: 393
Joined: Mon Feb 04, 2019 6:00 am

What model are you guys using? I find it to be pretty darn good (Codex or Claude), but I always run on Extra High think...the thing even manages AHK scripts (no sane person can figure out the inconsistencies in that language). It's been a long time since I have used the freebie version, I would presume it doesn't go far.... Token costs are going up, and probably will keeep going up...
Gcampb
Posts: 42
Joined: Mon Mar 13, 2023 8:42 pm

I was doing quite a lot of work on guardian automations recently (until it clicked and I just used the API :lol: ). But I ended up just building a project that would generate all the files for me and validate them. It saved me a lot of headaches, because I don’t find them easy to build reliably within Betangel natively.

I think it was ChatGPT 5.5 but after building out the project and knowledge base, it was able to one-shot build completely reliably, guardian automations & servant files. If you are working locally, it could even install/remove old automations and settings..

Saved me slot of time. I did always test everything, but the error rate was extremely low.
User avatar
Euler
Posts: 27650
Joined: Wed Nov 10, 2010 1:39 pm

Gcampb wrote:
Fri Aug 07, 2026 12:49 am
I was doing quite a lot of work on guardian automations recently (until it clicked and I just used the API :lol: ). But I ended up just building a project that would generate all the files for me and validate them. It saved me a lot of headaches, because I don’t find them easy to build reliably within Betangel natively.

I think it was ChatGPT 5.5 but after building out the project and knowledge base, it was able to one-shot build completely reliably, guardian automations & servant files. If you are working locally, it could even install/remove old automations and settings..

Saved me slot of time. I did always test everything, but the error rate was extremely low.
You've got AI to build out a Bet Angel automation file?
User avatar
Trader724
Posts: 583
Joined: Fri Dec 27, 2019 11:22 pm

Euler wrote:
Fri Aug 07, 2026 11:22 am
Gcampb wrote:
Fri Aug 07, 2026 12:49 am
I was doing quite a lot of work on guardian automations recently (until it clicked and I just used the API :lol: ). But I ended up just building a project that would generate all the files for me and validate them. It saved me a lot of headaches, because I don’t find them easy to build reliably within Betangel natively.

I think it was ChatGPT 5.5 but after building out the project and knowledge base, it was able to one-shot build completely reliably, guardian automations & servant files. If you are working locally, it could even install/remove old automations and settings..

Saved me slot of time. I did always test everything, but the error rate was extremely low.
You've got AI to build out a Bet Angel automation file?
Yep. That’s basically the only way I do them now. I’m definitely not spending half my life clicking through Bet Angel to add 100+ conditions manually.
User avatar
Euler
Posts: 27650
Joined: Wed Nov 10, 2010 1:39 pm

The last time I tried it, it just spat out garbage, so the latest models must be much better. We've had so many queries in support with features that don't exist, false BAF files etc.
User avatar
Trader724
Posts: 583
Joined: Fri Dec 27, 2019 11:22 pm

I think the big difference now is that it can work directly with the actual files locally, rather than just asking a chatbot to “make me a BAF” 😁

I can point it at a local folder containing the actual files, let it inspect and edit them directly then validate the result and iterate from there. So I’m not relying on it to magically remember every Bet Angel feature or invent a file from scratch.
Post Reply

Return to “AI, Machine Learning and Generative AI”