A Lisp REPL Inside ChatGPT
maxtaylor.dev
A Lisp REPL Inside ChatGPT
1–5 of 5 posts
Re: A Lisp REPL Inside ChatGPT
#2Re: A Lisp REPL Inside ChatGPT
#3Presumably most _actual_ compilers don't produce the correct solution 100% of the time (i.e. they have bugs), but I think it's reasonable to say that the compiler _understands_ ${programming language}. Maybe the difference between "understanding" and "just memorizing answers" is more subtle than often portrayed?
Re: A Lisp REPL Inside ChatGPT
#4I often have read "I wonder if it _really_ understands or is just regurgitating ${something}" about AIs like this and I wonder what the difference really is? Ability to explain why it's one way and not the other? Extremely low frequency of errors? If it doesn't really understand lisp, maybe we'd expect to see a fairly high rate of incorrect interpretations? Presumably most _actual_ compilers don't produce the correct…
Is that true for interpreting programming languages? If so, a bug isn't just ``I haven't seen a similar enough example''. It reflects a deeper mistake that will likely occur again.
Re: A Lisp REPL Inside ChatGPT
#5(factorial 5) 120
The author should at least have tested a counter-example
(setf factorial (red hot chilly nonsense))
I expect the 'evaluation'
(factorial 5) 120
to be 'correct' regardless of the function definition!