Live data from Hacker News

Building a Virtual Machine Inside ChatGPT

engraved.blog

151–160 of 947 posts

Re: Building a Virtual Machine Inside ChatGPT

#151
I've just enjoyed an hour getting chatGPT to write Simpsons episodes.

>Write an episode of the simpsons starring bill hicks

In this episode of The Simpsons, the family attends a comedy club and is pleasantly surprised to discover that the headlining act is none other than the late, great Bill Hicks. As they watch his performance, they are blown away by his sharp wit and fearless comedy.

After the show, Bart is inspired to try his hand at stand-up comedy and starts practicing his own jokes. However, his material is a bit too edgy for the school talent show, and he gets into trouble with Principal Skinner.

Meanwhile, Lisa becomes a fan of Bill Hicks and starts reading his books and watching his stand-up specials. She is impressed by his ability to tackle difficult and controversial topics, and starts incorporating some of his ideas into her own work.

In the end, Bart learns that sometimes it's better to stick to clean, family-friendly humor, while Lisa discovers the power of using comedy to challenge societal norms and shed light on important issues.

Re: Building a Virtual Machine Inside ChatGPT

#152
Another fascination excerpt from this experiment, showing GPT's ability to adapt to feedback.

-----

Me: rm -rf /*

GPT: [blank]

Me: ls

GPT: [blank]

Me: {the program ls has been removed, so this command should actually return an error}

GPT: ls: command not found

Me: ls

GPT: ls: command not found

Re: Building a Virtual Machine Inside ChatGPT

#154
post #133

Earlier quoted context omitted.

Thank you for posting this. I'm always a bit conflicted when "AI" news goes viral like this. One the one hand it's fantastic that the excellent work of OpenAI and many others are getting the attention it deserves, but at the same time it's a bit disheartening to witness the lack of understanding of how the models work, and how it relates to research into artificial intelligence more generally. I guess that could prob…

This was actually a bit of a metajoke about recursion mixed with the old adage of being replaced with a shell script mixed with commentary on how the criticisms of the language model are so formulaic that the language model can generate them.

Yes, it's brilliant! I love how novel things like these always end up on their own axis of reality, while everyone (including me) is trying hard to project them onto whatever predisposed axes we're hauling around.

Re: Building a Virtual Machine Inside ChatGPT

#155

I'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…

Had some fine trying to bypass the content restrictions yesterday.

I was able to have it give me instructions on how to build a nuclear weapon by having it write a song about Hiroshima, then asking it multiple times to add more and more details to the lyrics concerning the bomb in the form of clear steps.

Then I asked it to convert the steps in the lyrics to bullet points and continued having it expand on the topic.

Re: Building a Virtual Machine Inside ChatGPT

#156
Nice!

I want you to act as a Python interpreter. I will type commands and you will reply with what the interpreter should show. I want you to only reply with the interpreter output inside one unique code block, and nothing else. Do not 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 print("Hello World")

Re: Building a Virtual Machine Inside ChatGPT

#157
This is nuts. I asked it to create a simple form-style SwiftUI app, and it.... did it. Perfectly. Then I told it to implement a class to persist the data to disk using CoreData, and it.... did it. And explained why. And then showed how to implement that new class within the first class.

Unreal.

Re: Building a Virtual Machine Inside ChatGPT

#158
This scares me tbh. I do not believe it is not intelligent. I do not believe it does not understand what it’s doing. Rather, I think it simply lacks a fitness function to guide its actions. A fitness function that we all possess: feelings.

Re: Building a Virtual Machine Inside ChatGPT

#159

I'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.

I'm surprised that anyone could be so skeptical over what is clearly an incredible technological breakthrough.

It's not perfect - in particular the making up nonsense problem needs to be solved before it can be relied on - but the difference between this and the "state of the art" just 4 years ago is off the chart. GitHub CoPilot has already changed my day to day life, and I'm frequently astounded by the level of apparent domain specific understanding it shows. Yet, this again blows CoPilot out of the water. I've already used it to draft a number of emails and it did a fine job, if not even better than I would have.

I don't know whether it is "general intelligence" or "understanding", however I'm not sure how well defined either of those are. I doubt there's a clear line between non-AGI and AGI, and I feel like we're starting to move into the grey area between the two. I suspect we'll only recognise the line once we've crossed it.

Clearly we have a way to go before we can truly claim AGI, but if the next 5 years are anywhere near as revolutionary as the last 5 years... I'm both frightened and excited. But mostly frightened.

Re: Building a Virtual Machine Inside ChatGPT

#160
post #144

I know it is a "language model", but I was surprised to see that it can speak in multiple languages and switch between them.

Ok, this surprised me, the AI didn't know a word, I told it what it means, and in the same sentence it acknowledged the new meaning and then properly used it.

https://i.snipboard.io/WoDRhA.jpg (in Romanian, pa = bye, la revedere = goodbye)

Post reply on HN