(10-23-2025, 02:01 PM)SpriggsySpriggs Wrote: Also, here is an AI I trained on 294/300 sources for the latest version of QBJS. It should be able to provide correct code most of the time. Might require some tweaks. It knows about all QB64 supported keywords and unsupported keywords. It also has an understanding of how to use them. I trained it on a few samples from the GitHub, so it should understand some use cases.That's pretty nice @SpriggsySpriggs! The first example I tried worked with only a minor modification to add the Import statement.
QBJS Toolkit
Prompt:
Quote:Create a qbjs program that will create a web slider control that can change the size of a drawn circle.Result:
(It makes me curious about those 6 forbidden samples that it wasn't trained on.)
Reminds me of a similar effort that was just recently posted on Discord:


