/OpenAI

Benchmarking OpenAI Models For Automated Error Resolution

- Reilly Oldham tl;dr: AI continues to offer new possibilities in code generation and debugging. Raygun looked into LLMs’ current capabilities and their implications for the future of development practices. Interested? Read the study to see how each of the OpenAI models handled software errors.

featured in #540


Scaling ChatGPT: Five Real-World Engineering Challenges

- Gergely Orosz Evan Morikawa tl;dr: An interview with Evan Morikawa, who led the OpenAI Applied Engineering team as ChatGPT launched and scaled. Evan reveals the five engineering challenges along with lessons learned. Challenges are: (1) KV Cache & GPU RAM. (2) Optimizing batch size. (3) Finding the right metrics to measure. (4) Finding GPUs wherever they are. (5) Inability to autoscale.  

featured in #491


Donald Knuth On ChatGPT

- Donald Knuth tl;dr: “Since one of today's popular recreations is to play with ChatGPT, I decided to try my own little experiment, as part of a correspondence with Stephen Wolfram.The results were sufficiently interesting that I passed them onto a few friends the next day, and I've also been mentioning them in conversation when the topic comes up. So I was asked to post the story online.”

featured in #417


Using GPT-3 To Explain How Code Works

- Simon Willison tl;dr: "One of my favourite uses for the GPT-3 AI language model is generating explanations of how code works. It’s shockingly effective at this: its training set clearly include a vast amount of source code. Simon shows a few recent examples." 

featured in #333


DALL·E 2

tl;dr: A new AI system that can create realistic images and art from a description in natural language.

featured in #308


OpenAI Codex

tl;dr: "Our AI system that translates natural language to code... Codex can now interpret simple commands in natural language and execute them on the user’s behalf - making it possible to build a natural language interface to existing applications"

featured in #247


DALL·E: Creating Images from Text

tl;dr: "We’ve trained a neural network called DALL·E that creates images from text captions for a wide range of concepts expressible in natural language."

featured in #220