Fun comment from reader Ravelli Ormstein, spinning off from my post about how full of fail ChatGPT is when you ask it a question you're an expert on:
First, I asked ChatGPT to write a LSL script that would turn on a light when the sun went down. It wrote a nice script, but it didn't work because the AI was using an LSL function that didn't exist. So I complained about it. The AI apologized and fixed the script by using another non-existent function.
This went on until I specifically asked for a script that only used existing functions. The script was usable and in the style we usually write them, with a 300 second timer. The AI kept apologizing for making mistakes until I asked it never to apologize again.
This is an important point, because I've seen some people claim that ChatGPT can write Second Life apps in Linden Script Language (or for that matter, any coding language). No.
Very roughly analogized, ChatGPT is like a natural language version of Google search. So if you ask ChatGPT to write a working script that happens to already exist in its massive database, you may sometimes get lucky with an actual useful response. Otherwise, you'll only get an answer that's most probabilistically coded to appear like a useful response — in other words, the AI version of Making Shit Up.
Anyway, more fun from Ravelli with ChatGPT, with a plot twist:
Then I asked it to optimize an SQL statement (code for connecting to a database). The result looked clever and inspiring, but it didn't work.
Later I asked it to write a Christmas poem using eight specific words. The result was a soulless set of short sentences using those eight words. But no real story, no rhyme and no Christmas feeling. The same thing happened when I asked for song lyrics.
When I asked it to write short stories, I got better results. I tried it a few times, asking for changes each time. The resulting stories were all of the same length and complexity. Their level was that of a primary school pupil. Only one of the stories had a remarkable ending, which made me save it. So somehow the same story pattern was used every time.
Overall, the results weren't very good. This AI really seems to be just a word processor: it produces correct texts linguistically, but the statements are wrong.
(I used the DeepL Write AI to optimize this comment.)
Love the Philip Dick twist at the end, which actually illustrates what AI programs like these can be good for, when it comes to writing: As a tool to save you time at the beginning and at the end. But if you don't want to wind up with a trove of mediocre flimflam, you will definitely need to use your human brain for heavy editing and curating in the middle.
And unless you're programming an app with some very commonly used code, I definitely don't recommend starting with ChatGPT.
Update, 4:20 PM: This reader comment reminds me of a recent chat I had with Catherine Winters, who literally helped write the book on LSL scripting for Second Life. After asking ChatGPT to write something in LSL, she reported back: "It has samples of something that looks similar to LSL. It doesn't work, and it's suggested some things that simply don't exist in LSL."
Leave a comment