Content area
Full Text
OpenAI’s GPT-3 is the most powerful AI language model ever. GPT-2 was released in 2019. GPT-3 is a big leap forward. The model has 175 billion parameters (the values that a neural network tries to optimize during training), compared with GPT-2’s already vast 1.5 billion.
GPT3examples.com is a site that has collected applications that have built using GPT-3.
Developers have built an
* all-purpose Excel function
* a recipe generator
* a layout generator (translates natural language to JSX)
* a search engine
* GPT-3 to generate code for a machine learning model, just by describing the dataset and required output. This is the start of no-code AI.
* GPT-3 can write Python code and explain its functions
Reading code is hard! Don't you wish you could just ask the code what it does? To describe its functions, its types.
And maybe… how can it be improved?
Introducing: @Replit code oracle 🧙♀️
It's crazy, just got access to @OpenAI API and I already have a...