Member-only story

Exploring OpenAI GPT-3 With Next.js

OpenAI has a breakthrough in large language models for the Turing test

Jennifer Fu
Better Programming
11 min readOct 4, 2022

The screen for prompt and completion: please type your prompt prompt: what is GPT-3 completion: GPT-3 is a machine learning platform that enables developers to train and deploy AI models. it is also said to be scalable and provide efficient learning for a variety of tasks.
Image by author

We attended AI Hardware Summit and Edge AI Summit 2022, as well as NVIDIA GTC (GPU Technology Conference). Both conferences showed that AI continues to make exponential advances with new algorithms and new frameworks to develop them. A recent breakthrough is the introduction of language processing technologies that enable us to build more intelligent systems with a richer understanding of language than ever before.

The Turing test, originally called the imitation game by Alan Turing in 1950, is a test of a machine’s ability to exhibit intelligent behavior indistinguishable from that of a human. Turing proposed that a human evaluator would judge text-only natural language conversations between a human and a machine, and try to distinguish whether one of the two partners in conversation is a machine. If the evaluator could not reliably tell the machine from the human, the machine would be said to have passed the test.

OpenAI’s GPT-3 (Generative Pre-trained Transformer 3) is a machine learning platform that enables developers to train and deploy AI models. It is also said to be scalable and efficient with the ability to handle large amounts of data. This autoregressive language model produces human-like text. Input a…

Responses (2)

What are your thoughts?

Hi Sabrina, the file should be hello.ts. It has been fixed. Thanks for catching the issue.

Thank you so much Jennifer this was super helpful! I did run into a 'type error' when it came to actually running a question in the prompt bar. Source of error was line 1 of hello.js file. I am using Next.13 but I dont know if this is a source of…

1

Recommended from Medium

Lists

See more recommendations