Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-03 Thread Dwight Schauer via fpc-pascal
On 1/3/23 11:17, Anthony Walter via fpc-pascal wrote: In summary, while OpenGPT is obviously imperfect, generally it feels like a revolutionary leap forward of several magnitudes. It ought to be plainly clear that the proverbial toothpaste is now out of the tube and there is no going back.

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-03 Thread Dwight Schauer via fpc-pascal
Pascal is still limited with OpenAI ChatGPT unless you stick to very core things in Pascal, and are patient to teach it about non-core things. Limited compared Python and other languages. Asking it to do specific things Python using standard modules give better results C++ with something like

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-03 Thread Anthony Walter via fpc-pascal
Dwight, your experiences mirrored mine. In summary, while OpenGPT is obviously imperfect, generally it feels like a revolutionary leap forward of several magnitudes. It ought to be plainly clear that the proverbial toothpaste is now out of the tube and there is no going back. These types of

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-02 Thread Dwight Schauer via fpc-pascal
I've been played with OpenAI ChatGPT some. I had it write a few Pascal programs and refactor them into multiple units per my specifications. I did the same with other programming languages, then asked It to rewrite what I'd done with those in Pascal or one of the others. Including doing

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-01 Thread Hairy Pixels via fpc-pascal
> On Jan 1, 2023, at 6:43 AM, Anthony Walter via fpc-pascal > wrote: > > The following page hosts a series of Pascal programming questions I asked an > AI chatbot system while testing its abilities. > I’ve been testing using Chat GPT for work and it’s proving to be a better solution than

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2023-01-01 Thread Michael Van Canneyt via fpc-pascal
On Sat, 31 Dec 2022, Anthony Walter via fpc-pascal wrote: That's pretty damn amazing. It would be even more amazing if it could read information from the Internet and was accessible from from some API. Imagine being able to ask it to read all the source code from a git repository and convert

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2022-12-31 Thread Anthony Walter via fpc-pascal
That's pretty damn amazing. It would be even more amazing if it could read information from the Internet and was accessible from from some API. Imagine being able to ask it to read all the source code from a git repository and convert it into HTML documentation, as you demonstrated. Or perhaps

Re: [fpc-pascal] Programming Pascal using an AI Chatbot

2022-12-31 Thread Michalis Kamburelis via fpc-pascal
The chatbot is quite amazing :) I wrote about my nicest moments on https://castle-engine.io/wp/2022/12/17/my-mind-is-blown-i-can-use-ai-to-generate-castle-game-engine-code-to-integrate-it-with-physx-i-can-use-ai-to-generate-html-documentation-from-comments-in-pascal-code/ -- generate Pascal code