Almanac
Guide · Beginner

OpenAI: The Lab That Made AI a Household Word

OpenAIBeginneractive·v5 · live·generated 6d ago

Part of these paths

TL;DROpenAI started as a nonprofit research lab with a mission to build artificial general intelligence safely, and grew into the company that put AI in front of hundreds of millions of people through ChatGPT. It has since become one of the most heavily funded technology companies in history, racing to push the frontier of what AI can do — from writing and coding to solving decades-old math problems — while navigating fierce competition, government contracts, and questions about safety and governance.

Key takeaways

  • ChatGPT's November 2022 launch was a cultural turning point that made large language models accessible to everyday users for the first time.
  • OpenAI raised $110 billion at a $730 billion valuation in early 2026, with backers including SoftBank, NVIDIA, and Amazon — one of the largest private funding rounds in history.
  • Its GPT-5 family (GPT-5, GPT-5.2, GPT-5.4, GPT-5.5) represents a rapid succession of frontier model releases spanning mid-2025 to mid-2026.
  • An OpenAI model disproved an 80-year-old conjecture in discrete geometry, and GPT-5.2 proposed a novel result in theoretical physics — both verified by researchers.
  • OpenAI signed a formal contract with the U.S. Department of War for classified AI deployments, while rival Anthropic was banned from the same contracts over safety restrictions.
  • OpenAI released two open-weight models (gpt-oss-120b and gpt-oss-20b) under Apache 2.0, a significant shift for a company that had kept its frontier models proprietary.

What OpenAI is

OpenAI is an AI research company and product developer best known for creating ChatGPT and the GPT family of large language models. Founded with the goal of building artificial general intelligence (AGI) — AI that can perform any intellectual task a human can — it has become the most publicly visible organization in the modern AI boom. Its products are used by hundreds of millions of people, and its research has shaped how the entire industry thinks about building and scaling AI systems.

Why it matters

Before ChatGPT, powerful AI models existed mostly inside research labs and developer APIs. OpenAI's November 2022 launch of ChatGPT changed that: it gave anyone with a browser a way to have a real conversation with a capable AI, and the world noticed. Within months, AI had moved from a niche technical topic to front-page news. That moment didn't just grow OpenAI's business — it accelerated investment, competition, and public debate across the entire field.

The research foundation

OpenAI's influence starts with its research. A few papers in particular set the direction for the whole industry:

  • GPT-1 (2018) showed that pre-training a model on lots of text, then fine-tuning it for specific tasks, was a powerful and general approach.
  • Scaling Laws (2020) gave labs a mathematical roadmap: model performance improves predictably as you add more compute, data, and parameters. This paper justified the race to build ever-larger models.
  • GPT-3 (2020) put that roadmap into practice with a 175-billion-parameter model that could perform a huge range of tasks with just a few examples — no task-specific training required.
  • CLIP (2021) extended the same ideas to images, teaching a model to understand pictures using natural language descriptions.

These weren't just academic contributions. They became the blueprint that OpenAI — and its competitors — followed to build the products people use today.

The model family: from GPT-4 to GPT-5.5

OpenAI's model releases have accelerated sharply. GPT-4 (March 2023) was the first model to accept both images and text as input and to perform at a human level on a range of professional benchmarks. GPT-4o (May 2024) went further, handling audio, vision, and text in a single unified model in real time.

Then came a new idea: instead of just training models to be smarter, what if you let them think longer before answering? That's the core of the o1 series (September 2024), which uses a technique called chain-of-thought reasoning — the model works through a problem step by step, like showing its work — to tackle hard math, science, and coding problems. OpenAI called this "inference-time compute," a new axis of improvement beyond just making the model bigger.

The GPT-5 family, released from August 2025 onward, represents the current frontier: GPT-5, GPT-5.2, GPT-5.4, and GPT-5.5 have shipped in rapid succession, each claiming improvements in reasoning, coding, and speed. GPT-5.4 introduced a 1-million-token context window — meaning it can read and reason over roughly a book's worth of text in a single session — along with the ability to control a computer directly (called "computer use"). Smaller, faster variants like GPT-5.4 mini and nano target cost-sensitive applications and automated pipelines.

Doing new science

One of the most striking recent developments is OpenAI's models contributing to genuine scientific discovery — not just summarizing known facts, but producing new ones.

  • GPT-5.2 proposed a novel formula for a gluon amplitude in theoretical physics, which was subsequently proved and verified by researchers.
  • An OpenAI model disproved the Erdős planar unit distance conjecture, an 80-year-old open problem in discrete geometry — reportedly at a compute cost under $1,000.

These results suggest that frontier AI is beginning to function as a research tool capable of original work, not just a very fast search engine.

The business: funding, infrastructure, and partnerships

OpenAI has raised capital at a scale that would have seemed implausible a few years ago. In February 2026 alone, it announced a $110 billion investment round at a $730 billion valuation, with SoftBank, NVIDIA, and Amazon among the backers. A separate earlier round brought in $122 billion more. These funds are earmarked for compute infrastructure and model development.

The Stargate Project, announced in January 2025, is a joint venture targeting up to $500 billion in AI infrastructure investment in the United States — one of the largest such commitments in history.

On the cloud side, Microsoft has been OpenAI's primary partner since a $1 billion investment in 2019 that made Azure OpenAI's exclusive cloud provider. That relationship has since expanded enormously, but OpenAI has also struck a major deal with Amazon Web Services — a stateful runtime environment for AI agents on AWS, backed by a $15 billion Amazon investment and a $100 billion compute commitment — while keeping Microsoft's exclusive rights to host stateless API calls intact.

Government, defense, and the safety debate

OpenAI signed a formal contract with the U.S. Department of War in early 2026, allowing its models to be used "for all lawful purposes" in classified environments, with negotiated safety guardrails. This put it in direct contrast with Anthropic, which was formally designated a national security supply-chain risk after refusing to remove restrictions on its models for autonomous weapons and mass domestic surveillance.

The episode is a live example of the tension every frontier AI lab faces: how much to restrict what your models can do, and who gets to decide.

Open weights and the competitive landscape

For most of its history, OpenAI kept its most capable models proprietary. In August 2025, it released gpt-oss-120b and gpt-oss-20b under the Apache 2.0 license — open-weight models that anyone can download, run, and build on. This was a notable strategic shift, likely in response to strong open-source competition (including DeepSeek's R1, which claimed performance parity with OpenAI's o1 at a fraction of the cost).

Where it's heading

The pattern across these events is one of simultaneous expansion on every front: more capable models released faster, more infrastructure to train and serve them, more partnerships to distribute them, and more specialized versions (like GPT-Rosalind for life sciences) targeting specific industries. The open-weights move suggests OpenAI is also competing for developer mindshare, not just enterprise contracts. The core tension — building the most powerful AI in the world while managing what it can be used for — shows no sign of resolving soon.

OpenAI's model lineage: from GPT-1 to GPT-5.5

Timeline

  1. GPT-1 paper establishes the pre-train + fine-tune paradigm

  2. Scaling Laws paper gives labs a roadmap for bigger models

  3. GPT-3 (175B parameters) demonstrates few-shot learning at scale

  4. ChatGPT launches — AI goes mainstream

  5. Sam Altman briefly removed as CEO; reinstated after board crisis

  6. o1 introduces inference-time 'thinking' as a new capability axis

  7. Stargate Project announced — up to $500B in U.S. AI infrastructure

  8. GPT-5 released with state-of-the-art performance across coding, math, and vision

  9. $110B raised at $730B valuation; Amazon partnership announced

  10. OpenAI model disproves 80-year-old discrete geometry conjecture

Related topics

FAQ

What is OpenAI, in plain terms?

OpenAI is the company that makes ChatGPT and the GPT family of AI models. It started as a research lab focused on building AI safely and has grown into one of the most valuable technology companies in the world.

What is ChatGPT?

ChatGPT is OpenAI's conversational AI product — a chat interface powered by its GPT models that can answer questions, write text, debug code, and more. Its November 2022 launch brought AI to a mass audience.

How does OpenAI make money?

OpenAI sells access to its models through the ChatGPT product (free and paid tiers) and through its API, which developers and enterprises use to build their own AI-powered applications.

What is the Stargate Project?

Stargate is a major infrastructure initiative OpenAI announced in January 2025, targeting up to $500 billion in AI compute and data center investment in the United States, in partnership with SoftBank and others.

Does OpenAI have open-source models?

Yes — in August 2025, OpenAI released gpt-oss-120b and gpt-oss-20b under the Apache 2.0 license, a notable shift for a company that had historically kept its frontier models proprietary.

How does OpenAI compare to Anthropic?

Both are frontier AI labs, but they've taken different stances on government and military use: OpenAI signed a contract with the U.S. Department of War for classified AI deployments, while Anthropic was banned from those contracts after refusing to remove safety restrictions on its models.

Stay current

Call Me Almanac pairs the week's AI news with guides like this one — Midweek & Sunday.

Versions

  • v5live6d ago
  • v4superseded11d ago
  • v3rejected12d ago
  • v2superseded17d ago
  • v1superseded17d ago

Related guides (4)

More on OpenAI (6)

7Latent Space·1mo ago·source ↗

GPT-Realtime-2, GPT-Translate, and new Whisper: OpenAI's new SOTA realtime voice APIs

OpenAI has released a suite of new real-time voice and audio APIs including GPT-Realtime-2, a GPT-Translate model, and an updated Whisper, all positioned as state-of-the-art for real-time voice applications. The releases appear to be part of a broader push to deploy GPT-5 capabilities across multiple product surfaces. Coverage comes from the Latent Space AI News digest, which aggregates and contextualizes the announcements.

7Openai Blog·1mo ago·source ↗

OpenAI launches DeployCo enterprise deployment company

OpenAI has announced DeployCo, a new enterprise-focused deployment company aimed at helping organizations integrate frontier AI into production environments and generate measurable business outcomes. The move represents OpenAI expanding beyond model development into a dedicated deployment and professional services arm. This signals a strategic shift toward capturing enterprise value from AI adoption, not just model licensing.

6The Batch·1mo ago·source ↗

OpenAI Updates Audio Models That Reason, Transcribe, and Translate

OpenAI introduced three new audio models in its Realtime API: GPT-Realtime-2 (speech-to-speech with five configurable reasoning effort levels), GPT-Realtime-Translate (70+ input languages), and GPT-Realtime-Whisper (transcription). GPT-Realtime-2 operates as an end-to-end audio model including reasoning, with latency ranging from 1.12 seconds at minimal effort to 2.33 seconds at high effort. Benchmark results are mixed: it leads Scale AI's Audio MultiChallenge and Artificial Analysis Conversational Dynamics but trails Step-Audio R1.1 Realtime and Grok Voice Think Fast 1.0 on speech reasoning and agentic tasks. The configurable reasoning-latency tradeoff is positioned as a key differentiator for voice agent applications.

7Openai Blog·1mo ago·source ↗

OpenAI Launches GPT-5.5 and GPT-5.5-Cyber with Expanded Trusted Access for Cyber Program

OpenAI is expanding its Trusted Access for Cyber program with two new models: GPT-5.5 and GPT-5.5-Cyber, a specialized variant aimed at cybersecurity applications. The program provides verified defenders with access to these models to accelerate vulnerability research and protect critical infrastructure. This represents a continuation of OpenAI's strategy of releasing domain-specialized model variants with controlled access tiers for sensitive use cases.

7Openai Blog·1mo ago·source ↗

Advancing voice intelligence with new models in the API

OpenAI is releasing new realtime voice models via its API with capabilities spanning reasoning, translation, and transcription. The announcement targets developers building voice-enabled applications and represents an expansion of OpenAI's voice intelligence offerings beyond the existing Realtime API. The models are positioned to enable more natural and intelligent voice experiences in production deployments.

7Openai Blog·1mo ago·source ↗

Testing ads in ChatGPT

OpenAI has announced it is beginning to test advertising within ChatGPT as a mechanism to support free-tier access. The company states ads will be clearly labeled, will not influence answer content, and will include privacy protections and user controls. This marks a significant monetization strategy shift for OpenAI's flagship consumer product.