I'm now waiting for a macOS local-run app that does ChatGPT like StableDiffusion became an app after 14 days and now runs on my laptop (as DiffusionBee).
I Taught ChatGPT to Invent a Language
141–150 of 250 posts
Re: I Taught ChatGPT to Invent a Language
#142Earlier quoted context omitted.
You told chatgpt to write this comment, didn't you.
Tempting, but no. I'm too busy failing at Advent of Code to start playing with chatgpt today.
Re: I Taught ChatGPT to Invent a Language
#143I see posts like this and don't understand how they are made. I asked chatGPT this morning if it "remembered" something I asked in the previous prompt, and it said something to the tune of "I am simply a NLP machine learning model, I provide a decent output for good inputs, I don't have a sense of context, memory, or time." That's why I really don't understand these contextualized multi step conversations. Especially…
It may achieve the illusion of memory by executing the entire conversation flow from scratch each time a new prompt is added. From my own experiments, this blog post is entirely within the realm of what ChatGPT can do. I see no need for fabrication.
Re: I Taught ChatGPT to Invent a Language
#144Earlier quoted context omitted.
It seems like it probably took the author 50x as much work as it would have to just write some slime sounding words out by themself as well as a couple grammatical rules for the forms of those words, and a python script that kinda works?
I don’t think their goal was to make a slime language called Glorp. If it were, I’m sure you’re absolutely right they could have done it without breaking a sweat. But try this, get your laptop out and start typing into its prompt to create a new language for slimes and see how much longer it takes you. That’s the amazing part - that a general purpose program is able to do the exercise at all with no training, special…
But the claim was that it's an example of how much more you can get done with ChatGPT when it seems like an example where the author got a lot less done than they would have with notepad.exe
Re: I Taught ChatGPT to Invent a Language
#145This is pretty amazing, we could potentially use it to bring back dead languages. Currently we have a basic example of how ancient Egyptian would sound like because of the rosetta stone, but we could create a data model relating ancient Egyptian to what we already know of demotic and the other contemporary languages of the time (which we do know how to pronounce) Good candidate words for this kind of correspondence a…
Re: I Taught ChatGPT to Invent a Language
#146Re: I Taught ChatGPT to Invent a Language
#147Earlier quoted context omitted.
Have I spent too long reading AI output, or was this reply in fact generated using ChatGPT?
If unsure, paste into https://huggingface.co/openai-detector and check. If the detector says 99% fake, it is very likely fake. The detector can mistake ChatGPT generated text as real (maybe because it was trained to detect GPT2), for example one text I generated scored 99.94% real. I suspect it is better to paste just a few sentences (especially for a generated blog partially modified by a human?). Although there are…
As you should.
Re: I Taught ChatGPT to Invent a Language
#148Re: I Taught ChatGPT to Invent a Language
#149However, I had an experience with chatGPT yesterday that definitely felt like it actually inventing. Problem is, I didn’t ask it to.
I was seeing how much it knew about HyperTalk, the scripting language used in HyperCard. And it was surprisingly well informed. But it also told me that one of the interesting things about HyperTalk was its ‘message stack’ system.
On digging into this topic, chatGPT hallucinated an entire language feature, with original (but HyperTalk-consistent) syntax and semantics, and was able to generate me sample programs (which it claimed showed how this feature was ‘actually used’) and explain how control flow worked within them. when I asked if the feature worked across scripts (for message passing from button scripts to background scripts perhaps) it readily agreed, and produced sample code showing exactly how to use this nonexistent language feature to do just that.
Its delusion was remarkably complete and honestly actually plausibly useful.
Worth bearing in mind if you ever decide to ask chatGPT to teach you a programming language though.
But also, potentially a fruitful line to explore would be having chatGPT collaborate on designing new programming language ideas.
Re: I Taught ChatGPT to Invent a Language
#150Earlier quoted context omitted.
I'm curious why you felt that need to do so. (not snark! Genuine question.)
Curiosity really - been experimenting with it a lot over the weekend to see what it's good at, what it isn't, and its limitations. It's surprised me a number of times! As it stands I'd pay about $100 a month for it. It's very good and largely accurate when it comes to established science. I'm studying for the MCAT and a good tutor would cost me around $60-100/hour. ChatGPT has been excellent for learning - I explain…
Thanks for answering. I've found that to be a surprisingly productive loop, too. Since we know it isn't going to be 'offended' as we challenge, inquire, and challenge again, we can get straight to the point.
I've found myself being continuously floored the entire past weekend. Feels good to be excited about tech again, honestly.