I think the article does a good job capturing the history of what happened. OpenAI started out with the intention of being a non-profit, but realized over time that it made it difficult to compete in terms of salary and hardware, so pivoted to a 'capped' for-profit. As for Microsoft, my guess is their investment was just another investment in a hot AI 'startup'. It was sheer luck, and being in the right place at the…
One reason why Microsoft was able to execute so fast was that they had nothing to lose in doing so. The entirety of the Bing product and brand is mostly immaterial to the company's bottom line. What better way to try and revitalize it than by taking a huge leap with some hot new tech that is capturing the public imagination? If that leap is successful, you get to open up a huge new line of business and challenge Goog…
How 'Open' Is OpenAI, Really?
31–40 of 78 posts
Re: How 'Open' Is OpenAI, Really?
#32What the leaks show is that the community can run circles around OpenAI and the others when it comes to optimizing these things and taking them in interesting directions on a shoe string budget.
For example of what one sesh of tinkering can produce:
https://github.com/geohot/tinygrad/blob/master/examples/llam...
https://www.youtube.com/watch?v=nctqc8FBJ2U&t=4954s
The cat is out of the bag, you don't need a beowulf cluster of A100's and unlimited Azure credits. You do need a budget to train that is out of reach for hobbyists but the moat is not insurmountable and I don't think VC's will be scared off anymore as a lot of startup ideas are viable and a lot of outsiders can demonstrably make a real go of it.
Time for BasedAI. Game on.
Re: How 'Open' Is OpenAI, Really?
#33Earlier quoted context omitted.
I don't know if I buy the whole Microsoft got lucky part. I can remember years ago seeing Azure ads pushing machine learning. Github Copilot is now almost 2 years old (since the first "tech preview" announcement). Copilot is built on OpenAI/GPT-3 just like ChatGPT... and then a few months after Copilot, they made it available on Azure's OpenAI service. This is all in 2021. So they've been working on this and collecti…
They also did a course correction for "the internet" years ago... I have to give them credit, but the other side of the equation is that though they react quickly, they tend to duct-tape feature and products together. I'm thinking of how office went online yet has always lacked cohesion. Or how teams competes with zoom/slack/etc, yet is frustrating to work with.
Re: How 'Open' Is OpenAI, Really?
#34I think the article does a good job capturing the history of what happened. OpenAI started out with the intention of being a non-profit, but realized over time that it made it difficult to compete in terms of salary and hardware, so pivoted to a 'capped' for-profit. As for Microsoft, my guess is their investment was just another investment in a hot AI 'startup'. It was sheer luck, and being in the right place at the…
Continuing to call themselves "OpenAI" is disingenuous and frankly ridiculous at this point.
Re: How 'Open' Is OpenAI, Really?
#35Re: How 'Open' Is OpenAI, Really?
#36It may not be 'Open' in sense of open-source or free, but it is open that I can access it and use it in my projects. Before this companies like Google/Facebook had such models but closed in sense that we can get some papers and blog posts but can't rely on them to build our startup. Because of financial and people resources required, availability of data etc. rest always stayed. Now I can use ChatGPT, Gpt-3/4, Whispe…
(For all we know ChatGPT might be just an outsourced Indian call center under the hood. We don't actually know how it works.)
Re: How 'Open' Is OpenAI, Really?
#37Now that it runs on our laptops a lot of the initial shock, mystique, and novelty has already worn off, just like with DALL-E before it. What the leaks show is that the community can run circles around OpenAI and the others when it comes to optimizing these things and taking them in interesting directions on a shoe string budget. For example of what one sesh of tinkering can produce: https://github.com/geohot/tinygra…
My girlfriend asked me if I could transcribe some audio files for her with my "programming stuff". I immediately thought of Whisper from OpenAI.
I first used the official CLI tool. With the largest model it took long 8 hours to transcribe a 30 min long file. I noticed it was running on the CPU - tried switching it to use the GPU instead with no luck. Running it on WSL was probably not helping.
Then I found this gem: https://github.com/Const-me/Whisper A C++ Windows implementation of Whisper. I opened the program, fed it with the largest model and the file. The transcript was done in 4 minutes, instead of 8 hours... Downside? The program has a GUI, lol.
Of course, I could probably get the CLI tool to run on the GPU with some tinkering and installing some Nvidia packages for Whisper to use. But frankly, I have so little experience with that kind of stuff, that installing the Windows implementation was a much easier choice.
Re: How 'Open' Is OpenAI, Really?
#38Now that it runs on our laptops a lot of the initial shock, mystique, and novelty has already worn off, just like with DALL-E before it. What the leaks show is that the community can run circles around OpenAI and the others when it comes to optimizing these things and taking them in interesting directions on a shoe string budget. For example of what one sesh of tinkering can produce: https://github.com/geohot/tinygra…
Yeah, the community always seems to figure out how to do things more effective. My girlfriend asked me if I could transcribe some audio files for her with my "programming stuff". I immediately thought of Whisper from OpenAI. I first used the official CLI tool. With the largest model it took long 8 hours to transcribe a 30 min long file. I noticed it was running on the CPU - tried switching it to use the GPU instead w…
Re: How 'Open' Is OpenAI, Really?
#39Now that it runs on our laptops a lot of the initial shock, mystique, and novelty has already worn off, just like with DALL-E before it. What the leaks show is that the community can run circles around OpenAI and the others when it comes to optimizing these things and taking them in interesting directions on a shoe string budget. For example of what one sesh of tinkering can produce: https://github.com/geohot/tinygra…
Re: How 'Open' Is OpenAI, Really?
#40Now that it runs on our laptops a lot of the initial shock, mystique, and novelty has already worn off, just like with DALL-E before it. What the leaks show is that the community can run circles around OpenAI and the others when it comes to optimizing these things and taking them in interesting directions on a shoe string budget. For example of what one sesh of tinkering can produce: https://github.com/geohot/tinygra…
ChatGPT can run on our laptops? How? The only thing I could find was that it can't because it requires 128 GB VRAM.
40GB for the big llama.