- Date Created: [[2020-10-02]] - [[Linguistics]] [[Artificial Intelligence]] [[Natural Language Processing]] #[[GPT-3]] - Creation of long-form fiction and nonfiction - "`Game maker Latitude is using GPT-3 to enhance its text-based adventure game, AI Dungeon. Usually, an adventure game would require a complex decision tree to script many possible paths through the game. Instead, GPT-3 can dynamically generate a changing state of gameplay in response to users' typed actions. `" - - Chat bots - Support bots like [[Intercom]]'s message bots already try to interact with humans using natural language. Computational linguistics can help make interactions more meaningful, where bots could potentially restate ideas of articles succinctly instead of just giving users a link to the relevant article. - Programming - "> Already, task automation is going beyond natural language to generating computer code. Code is a language, and GPT-3 can infer the most likely syntax of operators and operands in different programming languages, and it can produce sequences that can be successfully compiled and run. An early example lit up the Twitter-verse, from app development startup Debuild. The company's chief, Sharif Shameem, was able to construct a program where you type your description of a software UI in plain English, and GPT-3 responds with computer code using the JSX syntax extension to JavaScript. That code produces a UI matching what you've described. This is mind blowing. With GPT-3, I built a layout generator where you just describe any layout you want, and it generates the JSX code for you. W H A T pic.twitter.com/w8JkrZO4lk — Sharif Shameem (@sharifshameem) July 13, 2020" - "> Shameem showed that by describing a UI with multiple buttons, with a single sentence he could describe an entire program, albeit a simple one such as computing basic arithmetic and displaying the result, and GPT-3 would produce all the code for it and display the running app. I just built a *functioning* React app by describing what I wanted to GPT-3. I'm still in awe. pic.twitter.com/UUKSYz2NJO — Sharif Shameem (@sharifshameem) July 17, 2020" -