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. T
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
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 artifi
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 th
> 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 s
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
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 aski
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 to