Home » Developing U++ » U++ Developers corner » AI and U++ (Created a "runner" for ChatGPT fast interaction)
| AI and U++ [message #62040] |
Sat, 25 July 2026 16:14  |
mdelfede
Messages: 1312 Registered: September 2007
|
Ultimate Contributor |
|
|
Hello,
having a "plus" chatgpt account that I use for work, I thout of developing a suite usable to quick code development with it without resorting to expensive APIs.
Here it is, in early development but already used on a commercial application and testing on another one:
https://gitlab.veneto.com/runner-ai/runner-ai.git
It's still not stable, but has an installer, documentation and some nice features.
One is AI-GUIDE.
You do a runner AI-GUIDE --copy and paste resulting clipboard into chatgpt. These are instructions for chatgpt on capabilities.
To stay inside chatgpt usage legal boundaries I avoided the "full" automation : I request something to che chat, chat builds a runner request packet, I copy it to clipboard, issue e "runner EXEC -vvv" command in powershell, the shell asks for confirmation, executes the commands (which can be patches, repository inspection, builds...), create a report in ZIP format on disk and put its link on clipboard.
You can do a simple "paste" onto chatgpt window and results will be read, checked and so on.
A short example on capabilities :

In this image I dropped to chatgpt the dialog image, asked "please add to my app setting for character size of 'riepilogo risultati' (6-th line, it was not there)". Chatgpt did a repository inspection, dialog inspection, etc, and coded correctly the addition, along with translations and save/restore and apply code.
I was quite impressed.
Now I'm using it to add an "UPPDATER" code, able to install/update multi-file projects, with web deployment, signatures, install/uninstall, etc, and using it on my uppcad application.
Runner is developed by chatgpt on my requests, has a pdf manual inside end so on.
As I told you, it's in early development phase, so I'm not sure that installer end project registration works always.
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Jul 26 15:13:44 GMT+2 2026
Total time taken to generate the page: 0.00538 seconds
|