Home › Blog › Claude 1: How Anthropic's First Model Was Actually Built
Anthropic Model Case Study · Article 1 🏛️

Claude 1: How Anthropic's First Model Was Actually Built

The same week OpenAI released GPT-4, a company founded two years earlier by a group of researchers who had left OpenAI over disagreements about safety pace released its own first model: Claude. This case study covers Anthropic's founding bet, the Constitutional AI technique built specifically to reduce reliance on human labelers for harmlessness, and why Claude was closed-architecture from its very first release — a sharp contrast to GPT-1's fully open beginning.

FL
FrontierAGI Team

A Different Company, a Different Default

This site's Model Case Study series has so far traced one lab's trajectory from full openness to near-total opacity. Anthropic's story starts from the opposite default: Claude was closed-architecture from its very first public release on March 14, 2023 — no disclosed parameter count, no released weights, ever, for any Claude model. Understanding why requires starting not with the model, but with why the company exists at all.

2021 Year Anthropic was founded, by researchers who left OpenAI
9,000 Tokens — Claude 1's context window at launch
0 Parameter counts or architecture details ever disclosed for any Claude model
Part 1 — The Problem

Founded Specifically to Disagree About Pace

Anthropic was founded in 2021 by Dario Amodei (previously OpenAI's VP of Research) and Daniela Amodei (previously OpenAI's VP of Safety & Policy), alongside a group of other former OpenAI researchers. Their stated reasoning was consistent across public accounts: they believed capability was scaling faster than the field's ability to understand and control it safely, and wanted to build a company where safety research was the founding purpose, not an add-on. This is a fundamentally different starting problem than any article in this site's GPT lineage — Anthropic's "research trigger" for existing at all was itself a safety disagreement, before any specific model was ever discussed.

Part 2 — The Idea

Constitutional AI: Less Human Labeling, More Written Principles

Anthropic's foundational research bet, published as "Constitutional AI: Harmlessness from AI Feedback" (Bai et al., December 2022) — just three months before Claude's public launch — proposed training a model to critique and revise its own outputs against a written set of principles (a "constitution"), then using that self-critique to generate preference data for reinforcement learning, rather than relying entirely on human labelers to judge every harmful-vs-harmless comparison. This built directly on Anthropic's earlier "Training a Helpful and Harmless Assistant with RLHF" (Bai et al., April 2022), which established the human-feedback methodology Constitutional AI then partially automated.

The Idea Instead of relying entirely on human labelers to judge every harmful-vs-harmless output, train the model to critique its own responses against an explicit written constitution, then use that self-generated feedback as part of the reinforcement learning signal.
Part 3 — The Team

Eight People Who Walked Away From OpenAI

Anthropic's founding team included Dario Amodei (CEO), Daniela Amodei (President), Benjamin Mann, Jared Kaplan, Jack Clark, Sam McCandlish, Tom Brown, and Chris Olah — the last three names are worth pausing on directly. Tom Brown was the lead author of the GPT-3 paper this site's own case study covers in depth; Sam McCandlish and Jared Kaplan were co-authors on foundational OpenAI scaling-law research; and Chris Olah is one of the field's most prominent interpretability researchers, a research direction this site's Interpretability article covers. This is a genuinely unusual founding story within this entire case-study project: several of the people who built GPT-3's scale-driven playbook left to found a company explicitly built around questioning how fast that playbook should be run.

DA
Dario Amodei
CEO — formerly OpenAI VP of Research
DA
Daniela Amodei
President — formerly OpenAI VP of Safety & Policy
TB
Tom Brown
Co-founder — lead author of the GPT-3 paper
CO
Chris Olah
Co-founder — Interpretability Research Lead
Part 4 — Architecture

Closed From the First Release, Not Eventually

Claude launched on March 14, 2023 via the Anthropic API in two variants: the full Claude model and a faster, cheaper Claude Instant model, both with a 9,000-token context window at launch (expanded to 100,000 tokens on May 11, 2023). Unlike GPT-1, GPT-2, or GPT-3 — each of which disclosed parameter counts and, for GPT-1 and GPT-3, detailed architecture — Anthropic has never publicly disclosed a parameter count, layer architecture, or training compute figure for any Claude model, Claude 1 included. This is the single most important structural difference between the two labs' case-study series: GPT's opacity was a trend that developed over time (transparent through GPT-3, closed from GPT-4 on); Claude's opacity was the starting condition.

What's confirmed: a Transformer-based language model (consistent with the field's dominant architecture), two launch variants (Claude and Claude Instant) at different speed/cost points, a 9,000-token launch context window later expanded to 100,000 tokens.

What's not confirmed by Anthropic: parameter count, detailed architecture, training dataset composition, and training compute — for Claude 1 or any subsequent Claude model.
Part 5 — Data & Training

RLHF, Then Constitutional AI on Top

While Claude 1's specific training dataset was never disclosed, Anthropic's published methodology papers describe the general training technique: a base language model pretrained on a large text corpus, fine-tuned via reinforcement learning from human feedback for helpfulness, with Constitutional AI's self-critique process specifically targeting the harmlessness side of that tuning — reducing how much of the harm-avoidance training required direct human judgment on potentially disturbing content. This connects directly to this site's On-Call Reality article's underlying point about protecting the humans doing safety-critical work: fewer human labelers exposed to extreme harmful-content examples is a real, if rarely discussed, working-conditions benefit of the Constitutional AI approach, not just a training-efficiency one.

Part 6 — Safety Framework

Before the Responsible Scaling Policy Existed

Claude 1 predates Anthropic's formal Responsible Scaling Policy (RSP) and AI Safety Level (ASL) classification system, both introduced later in 2023 — this series' forthcoming Claude 4 case study covers the first ASL-3 activation in detail. At launch, Claude 1's safety approach was Constitutional AI itself: the harmlessness training technique functioned as the safety framework, rather than a separate, named risk-classification system layered on top of it. This is worth naming honestly as a real limitation of treating Claude 1 through the same "safety framework" lens this series applies to later models — the framework, in this case, hadn't been formally named yet.

Why This Matters for the Comparison Later Claude and GPT case studies in this project will compare named safety frameworks (RSP/ASL vs. the Preparedness Framework) directly. Claude 1 is the one entry in either lineage where that framework simply didn't exist yet — the training technique itself was doing that job.
Part 7 — The Release

API-First, Partner-Distributed

Claude 1 launched directly as a closed API product, not as a research paper with a public demo — distributed initially through early partners rather than as a standalone consumer product. This is a genuinely different release shape than GPT-1's paper-plus-GitHub-release, and closer in spirit to how this site's Compute Economics article describes commercial API access becoming the default distribution model for capable models — except Anthropic started there from day one, rather than arriving at it after three more open generations the way OpenAI's GPT lineage did.

Part 8 — Legacy

The Technique Outlived the Model

Claude 1 (versions 1.0 through 1.3) and Claude Instant 1.x were deprecated on September 4, 2024 and fully retired on November 6, 2024 — a relatively short public lifespan. What carried forward wasn't the specific model, but Constitutional AI as a technique, and the closed-architecture-from-day-one norm that every subsequent Claude release, through Claude 2, the Claude 3 family, and beyond, has maintained without exception.

What Carried Forward Constitutional AI as a durable harmlessness-training technique · closed architecture as Anthropic's permanent default, not a phase · API-first, partner-distributed release as the standard shape for every Claude launch since

Readiness Checklist

1
Can you explain Constitutional AI in one sentence, and how it differs from pure human-labeled RLHF?
2
Can you name at least two Anthropic co-founders and their prior roles at OpenAI?
3
Can you explain why Claude's architecture opacity is a structurally different story than GPT's opacity trend?
4
Would you be able to explain why Claude 1 doesn't have a named "safety framework" the way later Claude models do?

⚠️ What's Missing or Uncertain

Claude 1's technical specifics are almost entirely undisclosed. No parameter count, architecture detail, training dataset composition, or training compute figure has ever been published by Anthropic for this model. This article draws only on what Anthropic's own methodology papers (Constitutional AI, the RLHF paper) and verified launch reporting confirm — company founding details, launch date, context window figures, and the two launch variants — and does not estimate or infer technical specifics beyond that.

Where This Case Study Goes Next

Claude 2 arrives four months later, in July 2023, expanding the context window further and marking Anthropic's first real push toward a broader consumer and enterprise product, rather than a partner-distributed API alone.

🔗 Reference Links

🎥 Recommended Videos

🧭 Closing — A Company Built Around a Disagreement

🎯 The Bottom Line
Claude 1 cannot be understood the way this site's GPT-1 case study can — not because less happened, but because the most important fact about it is organizational, not technical: it was built by people who left OpenAI specifically to build safety research into a company's founding purpose, and its Constitutional AI training technique was a direct product of that founding disagreement. Closed architecture from day one, a training technique built to reduce human exposure to harmful content, and no named safety framework yet — Claude 1 is best understood as the first concrete artifact of a bet about how AI development should be paced, made by people who had just finished helping prove how fast it could go.