Building a Virtual Machine Inside ChatGPT
631–640 of 947 posts
Re: Building a Virtual Machine Inside ChatGPT
#632I am going to start automating this process soon and then ChatGPT will learn by itself. https://twitter.com/yo_smit/status/1599312163747004416
Re: Building a Virtual Machine Inside ChatGPT
#633Earlier quoted context omitted.
On the contrary, it's important to realize that these models have no sort of understanding in any definition of the word. We can always decide to redefine the word "understanding", but that doesn't seem like it would provide any sort of benefit. Perhaps outside of avoiding a difficult conversation about the (huge) gap between ML models and consciousness.
Strongly disagree. Mathematician Gregory Chaitin said "compression is comprehension", and I think this is exactly correct: something is "more understood" if it can be internally represented or externally reproduced with less information. Based on how transformers are trained to predict the next token, you can view them as powerful compression algorithms [1]. They truly must - and do - understand complex concepts to g…
Re: Building a Virtual Machine Inside ChatGPT
#634Re: Building a Virtual Machine Inside ChatGPT
#635Re: Building a Virtual Machine Inside ChatGPT
#636Earlier quoted context omitted.
I'm pretty sure it's doing those things. This still works if you say 'linux computer' instead of 'linux terminal'. I've gotten to install ros, run talker node, and verify that the topics exist and are publishing the data you'd expect. If it's able to simulate a middleware to this fidelity from inference, my hats off but it'd be so much more effort than running the whole thing. What's interesting is that you can even…
You can do the setup as a ipython session instead and this also works well and a small counter example for you using that. Is it will generate what appears to be random numbers using np.random but when you try to sum them or do any math with them, it gives results but they are numerically wrong. It has the ultimate memory and can stylize it in every imaginable direction but it can’t do floating point math yet, so whi…
Re: Building a Virtual Machine Inside ChatGPT
#637Let's say we have the model M1 at timestamp t. We have a model M2 at timestamp t + 1. Can we train another model on the incremental changes in models? So model M1 can tell us what is the answer at time t and model M2 can tell us the answer at time t + 1. A derived model learning on incremental differences is very interesting.
The differences really are the general understanding of the future, or rather predictive human nature? Is it possible that this derived model is more closer to human understanding?
Re: Building a Virtual Machine Inside ChatGPT
#638Earlier quoted context omitted.
The paper is about alignment, so they are stress testing their work / collecting more data by introducing this to the general public and making it free. They wanted the hype of Microsoft Tay but without the racism.
If they are doing work on alignment they've failed entirely. They created an AI that actively lies to people about its capabilities.
Re: Building a Virtual Machine Inside ChatGPT
#639Earlier quoted context omitted.
OpenAI is a non-profit.
They were previously non-profit. They changed to "capped profit" in 2019, meaning profits for investors are capped at 100x their original investment. So an investment of ten million dollars will only return, at most, 1 billion dollars. https://techcrunch.com/2019/03/11/openai-shifts-from-nonprof...
Re: Building a Virtual Machine Inside ChatGPT
#640Earlier quoted context omitted.
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 app…
I tested ChatGPT with a couple of topics I’m personally unclear on, and while it is linguistically eloquent, it basically just regurgitates the majority opinions that can be found on the internet on those topics (sometimes combining several of those opinions in an incoherent way). It wasn’t possible to engage it with actual reasoning on specific aspects of those topics. It just went with whatever premise you gave it,…