Re: GPT-4 knows Guile! :)

2023-03-20 Thread tomas
On Mon, Mar 20, 2023 at 10:56:38AM +, Zelphir Kaltstahl wrote: > On 3/20/23 00:18, Dr. Arne Babenhauserheide wrote: > > writes: > > > which has tried to be free (in both senses). For images, there is > > > Stable Diffusion (disclaimer:I don't know much about them). For > > > raw data, there's

Re: GPT-4 knows Guile! :)

2023-03-20 Thread Zelphir Kaltstahl
On 3/20/23 00:18, Dr. Arne Babenhauserheide wrote: writes: which has tried to be free (in both senses). For images, there is Stable Diffusion (disclaimer:I don't know much about them). For raw data, there's Common Crawl [3], which is Stable Diffusion's Stable diffusion has one of the most evil

Re: GPT-4 knows Guile! :)

2023-03-20 Thread tomas
On Mon, Mar 20, 2023 at 05:53:45AM +0100, Dr. Arne Babenhauserheide wrote: > > Nala Ginrut writes: > > > GPT is interesting, to whom may also interested in, I've tried to use GPT > > to generate friend error message for compiler. > > > > https://nalaginrut.com/archives/2023/03/12/use%20chatgpt%

Re: GPT-4 knows Guile! :)

2023-03-20 Thread tomas
On Mon, Mar 20, 2023 at 12:18:31AM +0100, Dr. Arne Babenhauserheide wrote: > > writes: > > > which has tried to be free (in both senses). For images, there is > > Stable Diffusion (disclaimer:I don't know much about them). For > > raw data, there's Common Crawl [3], which is Stable Diffusion's >

Re: GPT-4 knows Guile! :)

2023-03-19 Thread Dr. Arne Babenhauserheide
Nala Ginrut writes: > GPT is interesting, to whom may also interested in, I've tried to use GPT to > generate friend error message for compiler. > > https://nalaginrut.com/archives/2023/03/12/use%20chatgpt%20for%20compiler%20error%20regeneration I asked ChatGPT whether it would rather break a

Re: GPT-4 knows Guile! :)

2023-03-19 Thread Nala Ginrut
GPT is interesting, to whom may also interested in, I've tried to use GPT to generate friend error message for compiler. https://nalaginrut.com/archives/2023/03/12/use%20chatgpt%20for%20compiler%20error%20regeneration On Mon, Mar 20, 2023, 07:27 Dr. Arne Babenhauserheide wrote: > > writes: >

Re: GPT-4 knows Guile! :)

2023-03-19 Thread Dr. Arne Babenhauserheide
writes: > which has tried to be free (in both senses). For images, there is > Stable Diffusion (disclaimer:I don't know much about them). For > raw data, there's Common Crawl [3], which is Stable Diffusion's Stable diffusion has one of the most evil licenses I’ve read till now: using its images

Re: GPT-4 knows Guile! :)

2023-03-19 Thread tomas
On Sat, Mar 18, 2023 at 01:03:33PM +0100, Mikael Djurfeldt wrote: > On Sat, Mar 18, 2023 at 1:00 PM Mikael Djurfeldt > wrote: > > > On Sat, Mar 18, 2023 at 11:53 AM James Crake-Merani > > wrote: > > > >> On 18/03/2023 08:29, to...@tuxteam.de wrote: > >> > >> > My take is that such potentially so

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 1:00 PM Mikael Djurfeldt wrote: > On Sat, Mar 18, 2023 at 11:53 AM James Crake-Merani > wrote: > >> On 18/03/2023 08:29, to...@tuxteam.de wrote: >> >> > My take is that such potentially society-shattering technologies >> > don't belong in the hands of corporations which h

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
On Sat, Mar 18, 2023 at 11:53 AM James Crake-Merani wrote: > On 18/03/2023 08:29, to...@tuxteam.de wrote: > > > My take is that such potentially society-shattering technologies > > don't belong in the hands of corporations which have no choice > > but to maximize their return on investment. But p

Re: GPT-4 knows Guile! :)

2023-03-18 Thread James Crake-Merani
On 18/03/2023 08:29, to...@tuxteam.de wrote: My take is that such potentially society-shattering technologies don't belong in the hands of corporations which have no choice but to maximize their return on investment. But perhaps that's me. Yes, I find it concerning that this technology is owne

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 tomas
On Sat, Mar 18, 2023 at 07:42:15AM +, James Crake-Merani wrote: > Hi, [...] > I think, at least for now, that our jobs are safe. My fears are not that much about our jobs. Rather about people believing the marketing hype. There are already enough life changing decisions taken by such crude,

Re: GPT-4 knows Guile! :)

2023-03-18 Thread Mikael Djurfeldt
Hi James, I agree with most of what you say. What I find amazing, though, is that a comparably simple network architecture can still be so capable. It shows the power of the large volume of training data. After all, it is a large portion of the part of human culture that is exposed on the internet

Re: GPT-4 knows Guile! :)

2023-03-18 Thread James Crake-Merani
Hi, I think some students think that ChatGPT is this magical AI which can do their work for them, when in reality ChatGPT is really poor at writing code. According to the paper on ChatGPT 4[1], in easy Leetcode challenges, ChatGPT 4 does decently although 3.5 still does poorly with a score of

Re: GPT-4 knows Guile! :)

2023-03-17 Thread Damien Mattei
finally i can reconnect to chatGPT server and here is the result: (define (min-dnf expr) (let* ((vars (variables expr)) (truth-table (generate-truth-table vars)) (rows (filter (lambda (row) (eval expr (make-environment vars row))) truth-table)) (clauses (map (lambda (r

Re: GPT-4 knows Guile! :)

2023-03-17 Thread Damien Mattei
i understand the fun thing... :-) and i did not check the program with Guile but asked a Racket version of the bouncing ball and it is full of errors even if i try to correct them by hand... Welcome to DrRacket, version 8.7 [cs]. Language: racket/gui, with debugging; memory limit: 8192 MB. . . se

Re: GPT-4 knows Guile! :)

2023-03-17 Thread Mikael Djurfeldt
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 of a simple bouncing ball simulation using the Guile Scheme programming lan