Meet GPT-3: the New York Times brings OpenAI's language model to the mainstream
Cade Metz's NYT feature introduces GPT-3 to a mass audience, reigniting debate over AI that writes and codes.
If you spend time in AI circles, you’ve probably already read a dozen threads about GPT-3 since it showed up in OpenAI’s API this summer. Today it broke out of that bubble. The New York Times ran Cade Metz’s piece “Meet GPT-3. It Has Learned to Code (and Blog and Argue),” and suddenly a lot of non-technical friends are texting me asking what this thing actually is.
For anyone catching up: GPT-3 is OpenAI’s large language model, and the headline trick is that you don’t train it for a specific task the way you would a traditional ML model. You just show it a few examples of what you want — a prompt, some sample input/output pairs — and it pattern-matches its way to a plausible continuation. Ask it to write a blog post in a certain style, and it will. Ask it to turn a plain-English description into working code, and, often enough to be unsettling, it will do that too.
That last part is why the “coding” angle in the headline matters. We’ve had autocomplete and snippet tools for years, but there’s a real difference between finishing a line you already started typing and generating a working function from a sentence describing what you want. It’s not reliable enough yet to hand over production code unsupervised, but as a first draft generator or a way to scaffold boilerplate, it’s a genuinely new kind of tool. Developers who’ve gotten API access have been showing off everything from generated UI layouts to little app prototypes built almost entirely from natural-language prompts.
The bigger cultural moment here, though, is the “blog and argue” part. GPT-3 can produce essays, opinion pieces, and arguments that read as coherent and often persuasive, even when the underlying reasoning doesn’t hold up under scrutiny. That’s exactly the kind of thing that makes for great tech journalism and terrible information hygiene at the same time. A model that writes fluent, confident prose regardless of whether the content is accurate is a tool built to blur the line between “well-written” and “true” — and most people aren’t equipped to tell the difference on sight.
What the Times piece does well is put this in front of an audience that isn’t going to independently interrogate a research paper or an API playground demo. That’s a double-edged thing. On one hand, more public awareness of what these models can and can’t do is healthy — better people form opinions now than get blindsided later. On the other hand, mainstream coverage tends to compress “impressive pattern completion” into “the machine understands you,” which is a much bigger and shakier claim.
Access to GPT-3 is still gated behind OpenAI’s private beta, so most people reading today’s article can’t go try it themselves, which probably amplifies both the hype and the skepticism. I expect the next few weeks to bring a wave of hot takes — some breathless, some dismissive — and honestly, both extremes are usually wrong. The realistic middle ground: this is a capable, occasionally spooky text tool that’s going to change how some writing and coding gets a first draft, without ushering in general intelligence next Tuesday. Worth watching closely either way.