Re: GPT-4 knows Guile! :)

2023-03-18 Thread tomas
On Fri, Mar 17, 2023 at 06:25:55PM +0100, Mikael Djurfeldt wrote: > Can you write a Guile Scheme program which displays a bouncing ball? > > As an AI language model, I cannot create a full graphical program directly > within this text-based environment. However, I can provide you with an > example

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
>1. Install Guile: > > > > csharp > ^^ > > > > sudo apt-get install guile-2.2 > > [...] > > Did it literally write "csharp"? With some fantasy, I guess it > is trying to evoke a root shell, but with some malice, I'd say > Microsoft is sleazily touting some product of theirs. > No, in th

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 8:55 AM Mikael Djurfeldt wrote: > >1. Install Guile: > >> > >> > csharp >> ^^ >> > >> > sudo apt-get install guile-2.2 >> >> [...] >> >> Did it literally write "csharp"? With some fantasy, I guess it >> is trying to evoke a root shell, but with some malice, I'd s

Re: GPT-4 knows Guile! :)

2023-03-18 Thread tomas
On Sat, Mar 18, 2023 at 08:55:03AM +0100, Mikael Djurfeldt wrote: > >1. Install Guile: > > > > > > > csharp > > ^^ > > > > > > sudo apt-get install guile-2.2 > > > > [...] > > > > Did it literally write "csharp"? With some fantasy, I guess it > > is trying to evoke a root shell, but with

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Dr. Arne Babenhauserheide
writes: > I'd apply Clarke's Razor:"A sufficiently advanced form of malice > is not distinguishable from stupidity" I love this! Thank you for sharing! Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
BTW, in the bouncing ball example, I find it amazing that I could get an improvement of the code by complaining: But all those SDL_ calls look like C bindings. Please use guile-sdl2 bindings. (It was also quite entertaining that I had to ask it to write the code "according to the guile-sdl2 manua

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 9:14 AM wrote: > This is what I was hinting at with that pastiche of Hanlon's Razor > and Clarke's Third Law. If you're doing statistical "AI", no harm > is provably intended. But the dice might be loaded ;-) > Yes, this is an important point. And it is sometimes possible

Re: GPT-4 knows Guile! :)

2023-03-18 Thread tomas
On Sat, Mar 18, 2023 at 09:22:43AM +0100, Mikael Djurfeldt wrote: > BTW, in the bouncing ball example, I find it amazing that I could get an > improvement of the code by complaining: > > But all those SDL_ calls look like C bindings. Please use guile-sdl2 > bindings. > > (It was also quite entert

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 9:36 AM wrote: > On Sat, Mar 18, 2023 at 09:22:43AM +0100, Mikael Djurfeldt wrote: > > BTW, in the bouncing ball example, I find it amazing that I could get an > > improvement of the code by complaining: > > > > But all those SDL_ calls look like C bindings. Please use gui

Re: GPT-4 knows Guile! :)

2023-03-18 Thread tomas
On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote: > On Sat, Mar 18, 2023 at 9:36 AM wrote: [...] > > Perhaps you didn't know, but you are training the model :-) > > > > Unfortunately not. I'm prompting it within its 32000 token (GPT-4) > attention span. Next conversation the mod

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 9:46 AM wrote: > On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote: > > On Sat, Mar 18, 2023 at 9:36 AM wrote: > > [...] > > > > Perhaps you didn't know, but you are training the model :-) > > > > > > > Unfortunately not. I'm prompting it within its 32000 t

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 9:58 AM Mikael Djurfeldt wrote: > On Sat, Mar 18, 2023 at 9:46 AM wrote: > >> On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote: >> > On Sat, Mar 18, 2023 at 9:36 AM wrote: >> >> [...] >> >> > > Perhaps you didn't know, but you are training the model :-) >

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Damien Mattei
chatGPT is using the "static" 2021 free data available on internet ,free databases,... it knows poorly after 2021 as "they" say. Without the human intelligence that has create all the data chatGPT can do nothing. Now people use chatGPT to create poor quality data stored on the internet web page

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
Also: do you have a mechanism to avoid controversy As an AI language model, I am designed to prioritize providing accurate and helpful information while aiming to be neutral and unbiased. My developers at OpenAI have implemented guidelines to help me avoid generating content that is offensive, ha

Re: GPT-4 knows Guile! :)

2023-03-18 Thread tomas
On Sat, Mar 18, 2023 at 10:03:15AM +0100, Mikael Djurfeldt wrote: [...] > > I know very little apart from knowing what deep learning is and having > > skimmed the "Attention is all you need"-paper. That's already more than I do, I think. Thanks for the pointer :) > >

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Stefan Israelsson Tampe
I replaced google with chatGPT and it's really good to help with issues you have in your work. As an example our IT department stopped us from installing eclipse plugins from the marketplace and I was just lost getting no help from googling. So I just asked ChatGpt how to install gradle without usi

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
Hi Stefan, Interesting to hear these experiences. I'm sure there will be a period now when people discover further and further use cases. It seems to be a revolutionizing tool. Best regards, Mikael Den lör 18 mars 2023 11:49Stefan Israelsson Tampe skrev: > I replaced google with chatGPT and it