Small Basic Forum
AI learns Small Basic - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4)
+--- Thread: AI learns Small Basic (/showthread.php?tid=150)

Pages: 1 2 3 4


RE: AI learns Small Basic - AbsoluteBeginner - 02-17-2025

(02-17-2025, 07:37 PM)litdev Wrote: My experience using CoPilot (MS coding AI) is not so good in that it gets in the way making irrelevant/wrong suggestions as I type and when asked about something specififc often gets it wrong but looks plausible  Sad

I chose a paid subscription to ChatGPT because I had hopes for the capabilities of the "Project" option.
At the moment, my experience of interacting with the ChatGPT tool is not great. But for now, I see that the AI instructions that I have the ability to upload to the Project as files give me the ability to change the AI's behavior.

At first, the AI had very poor knowledge of the Small Basic language commands and the LitDev library.
But, I reported his mistakes to him and I asked his advice on how I should improve the Instruction file so that the AI would not make such mistakes again. (specifically the downloadable instruction file, not the built-in "Instructions" setting in the Project)

As a result of numerous changes in the Project, a structure of information was formed that generates high-quality AI actions.
I am sure that this structure is now very primitive. I feel that this structure can be greatly improved.  Undecided


RE: AI learns Small Basic - z-s - 02-18-2025

AB do you have chatgpt premium you can create a our own Small Basic gpt and feed it small basis data and extension xmls for learning and it will work for any user.


RE: AI learns Small Basic - AbsoluteBeginner - 02-18-2025

(02-18-2025, 04:05 AM)z-s Wrote: AB do you have chatgpt premium you can create a our own Small Basic gpt and feed it small basis data and extension xmls for learning and it will work for any user.

Hello, Z-S.  Shy

The Project has an advantage.
When AI works in a Project, it has access to ALL chats located in this Project.
People say that the GPTs do not have this ability.

In addition, the cost of premium GPT does not correspond to the significance of its advantages for me.  Rolleyes

I'm glad you're still with us, Z-S.


RE: AI learns Small Basic - z-s - 02-19-2025

(02-18-2025, 06:11 AM)AbsoluteBeginner Wrote: I'm glad you're still with us, Z-S.

I am busy this days in my university exams so i dont talk much but keep an eye here


RE: AI learns Small Basic - AbsoluteBeginner - 02-19-2025

(02-19-2025, 04:16 AM)z-s Wrote: ...
I am busy this days in my university exams so i dont talk much but keep an eye here

We wish you success, Z-S.  Wink


RE: AI learns Small Basic - z-s - 02-19-2025

Thanks Smile


RE: AI learns Small Basic - jrmrhrb00 - 02-19-2025

All,

I suggest that all of you try DeepSeek.com. Tell it to write a small basic program with or without the LitDev extension and I'm sure you'll be pleasantly surprised. The version you'll use is V3 which is 1 less than there newest (R1),but it does do a pretty good job. It's a lot better than copilot.

JR


RE: AI learns Small Basic - litdev - 02-19-2025

See if you can get it to do rotating triangle challenge (no extension).


RE: AI learns Small Basic - jrmrhrb00 - 02-19-2025

LitDev,

Already did that!

VSZF521.000

Pretty amazing. I think!

JR


RE: AI learns Small Basic - litdev - 02-19-2025

Yep that is pretty good - can it do it without removing and recreating the triangle (i.e. using the rotate command) which is what the challenge was meant to be about.