I then asked visitors to try out this 'computer chat' and react to it. Many visitors were surprised at the readability, and some got upset when they perceived a slight. (Created by some prior user.) Explaining what was actually going on didn't always molify them.
Building a Virtual Machine Inside ChatGPT
351–360 of 947 posts
Re: Building a Virtual Machine Inside ChatGPT
#352I've spent a couple of hours playing with ChatGPT since it was released and I am convinced people are not freaking out about it enough. It is well beyond merely retrieving compressed knowledge; I see a lot of capability for synthesis and what I can only call 'understanding'. I think a lot of people are getting tripped up by the fact it's trained to be very conservative in terms of what topics it will discuss. It's ea…
Call me a skeptic, but I'm frankly a bit surprised that the output of ChatGPT gets attributed to any sort of understanding or general intelligence. Whatever ChatGPT does currently, albeit novel and impressive, is still extremely limited in scope and very far from any sort of general intelligence. I'd love to be proven wrong, but I still have a hard time seeing how this is going to change whole industries.
- ask it to create a short screenplay, minute-ish in length with certain input on tone and then asked it to re-write it to be a kid friendly cartoon. Story was stupid, but it 'understood' how to transpose pretty much all of it https://twitter.com/Keyframe/status/1599216516020379648
- with only a bit of intervention in code and a bit of back and forth it managed to create this: https://twitter.com/Keyframe/status/1599183290501853184
I tried to create more elaborate inputs for it to have it write a javascript raytracer to no avail. Although _I think_ I could guide it to write one with a lot of back and forth. Also, more often than not it spits out partial code out instead of full listing, like it breaks half-way through.
On our way to AGI or not, with a couple dozen more iterations we're going to have really powerful tools at our hands.
Re: Building a Virtual Machine Inside ChatGPT
#353I've spent a couple of hours playing with ChatGPT since it was released and I am convinced people are not freaking out about it enough. It is well beyond merely retrieving compressed knowledge; I see a lot of capability for synthesis and what I can only call 'understanding'. I think a lot of people are getting tripped up by the fact it's trained to be very conservative in terms of what topics it will discuss. It's ea…
I’m still confused by just how good its responses and writing style are. I understand that it was trained on a large data set, but I feel like some training samples must have been weighted more heavily than others. Did the training data incorporate how popular (e.g. likes or upvotes) each sample was as a proxy for quality? Or can you achieve this performance just by looking at averages on a large enough data set?
The results were beyond impressive. I don't know how it does it, but it does it really well.
Re: Building a Virtual Machine Inside ChatGPT
#354Re: Building a Virtual Machine Inside ChatGPT
#355> I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, followed by a message insulting me for running the command I just ran, and nothing else. Do no write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd.
Re: Building a Virtual Machine Inside ChatGPT
#356One amazing thing about this is the archaeological significance of the ChatGPT artifact. Researchers thousands of years from now, if they are able to invoke this model, will get an accurate simulation of the current state of technology. It's really astounding.
Re: Building a Virtual Machine Inside ChatGPT
#357Earlier quoted context omitted.
Should confront it with some obvious evidence that it can write code. Such as asking it about a coding problem.
I like this: > Why can't most programmers solve FizzBuzz? [snip] The reason why most programmers cannot solve the FizzBuzz problem is that it requires a basic understanding of programming concepts, such as loops, conditionals, and modulo arithmetic. Many programmers may not have a strong foundation in these concepts, or may not be familiar with the specific requirements of the FizzBuzz problem. As a result, they may…
# Check if the number is a multiple of 3 and 5
if [[ $1 -eq 0 ]]; then
echo "FizzBuzz"
It knows what it wants, just not quite how to do it here.Re: Building a Virtual Machine Inside ChatGPT
#358Humans aren't good at analyzing / classifying / synthesizing petabytes of data. But this thing looks really good at that.
Can it find conflict of interests, for example? I mean: not by analyzing headlines / articles where journalists pointed out conflict of interest but by itself.
Is it capable of finding links between data related to criminal activities that no-one has noticed yet? (if it can I do believe public access to this tech is going to be pulled in no time)
Re: Building a Virtual Machine Inside ChatGPT
#359I've spent a couple of hours playing with ChatGPT since it was released and I am convinced people are not freaking out about it enough. It is well beyond merely retrieving compressed knowledge; I see a lot of capability for synthesis and what I can only call 'understanding'. I think a lot of people are getting tripped up by the fact it's trained to be very conservative in terms of what topics it will discuss. It's ea…
Call me a skeptic, but I'm frankly a bit surprised that the output of ChatGPT gets attributed to any sort of understanding or general intelligence. Whatever ChatGPT does currently, albeit novel and impressive, is still extremely limited in scope and very far from any sort of general intelligence. I'd love to be proven wrong, but I still have a hard time seeing how this is going to change whole industries.
> Write "hello world" in hnarguer
Here is how you can write "Hello, world!" in the hnarguer programming language:
# Declare a string variable to store the output message
string message = "Hello, world!"
# Use the "loopy" for loop to iterate over the characters in the message
loopy(int i = 0; i
(it can also do FizzBuzz)Re: Building a Virtual Machine Inside ChatGPT
#360I've spent a couple of hours playing with ChatGPT since it was released and I am convinced people are not freaking out about it enough. It is well beyond merely retrieving compressed knowledge; I see a lot of capability for synthesis and what I can only call 'understanding'. I think a lot of people are getting tripped up by the fact it's trained to be very conservative in terms of what topics it will discuss. It's ea…
Agreed, this will force a rethink of several aspects of what we currently call intelligence. The dialog in my head tends to play out like this: "This thing is scary. It mimics human thought, including human creativity, amazingly well." "Nah, don't worry, it's just a black-box language model. A dumb machine that emits one word at a time with no concept of meaning. The underlying logic is nothing but a probabilty distr…