Análisis · The AI Landscape · Edition #0010

Anthropic and Claude — the company that took the long road

Born from a disagreement inside OpenAI in 2021. Five years on it's the AI company that the most serious professionals choose to trust — and not by accident.

G
Germán Falcioni April 12, 2026
✦ Reading: 9 min
Anthropic chose the long road: safety as foundation, not as bolted-on filter.
TL;DR

Anthropic was founded in 2021 when a group of researchers left OpenAI over a priorities disagreement: they wanted AI built with safety as the foundation, not as an add-on. Its core technique is Constitutional AI — training the model with explicit principles rather than shallow filters. Its flagship product is Claude, currently at version Opus 4.7. The operational difference people describe in one word: trust. It's the tool serious professionals can delegate real work to without reviewing line by line.

✦ Summarized with Claude at publish time
AI rewrite
Read it as…

In late 2020, Dario Amodei was VP of Research at OpenAI. He had an internal document that circulated in the executive committee arguing that the speed at which model capability was being scaled, without equivalent investment in safety research, would in a few years produce an institutional risk difficult to manage. The company's response was to continue the trajectory.

In early 2021 he left. He took his sister Daniela, Tom Brown, and another group of key researchers with him. Three months later they founded Anthropic.

That decision changed the public conversation about how AI gets built — and, five years on, redrew the professional market.

What was actually being argued

The underlying disagreement between Anthropic and the culture its founders came from isn't ideological. It's operational.

One position holds that AI safety is a compliance process: ship the model, observe what goes wrong, add filters. It's fast. It's scalable. It's the industry standard.

The other position holds that AI safety can't be added after the fact in a robust way. If you train a model for months with one objective (predict the next token), then try to redirect it with bolted-on filters, that's fragile — the filters can be bypassed, the model's decisions stay opaque, and the serious problems show up only in production at scale. Anthropic's founders hold the second.

The technique they developed to implement that second position is called Constitutional AI.

Constitutional AI, without the marketing

The original paper has been public since 2022 (Bai et al., "Constitutional AI: Harmlessness from AI Feedback"). The method has four phases.

First, they train a base model the standard way — next-token prediction over a massive corpus. At this point the model is capable but not aligned.

Second, they write a "constitution": a set of explicit principles the model has to follow. Honesty, refusal of harmful tasks, respect for different cultural contexts, no assisting with disinformation, and so on. The constitution is public, on Anthropic's site.

Third, the model generates responses to test prompts and evaluates itself against those principles. Where it spots misalignment, it rewrites.

Fourth — and here's the key innovation — they use that model-generated feedback to retrain. They call it RLAIF (Reinforcement Learning from AI Feedback), in contrast to the RLHF (Reinforcement Learning from Human Feedback) that dominated the field. The operational difference is that alignment ends up baked into the weights, not stacked on top.

The practical consequence is what you notice when you use it: Claude refuses problematic tasks consistently, explains why without moralizing, and the refusals are hard to bypass with prompt tricks — not because there's a guard watching, but because the decision is born inside the model.

The product line as of April 2026

Anthropic stopped being just a model a while back. Today there's an integrated product line.

Claude.ai is the public web. Free version with daily limits, Claude Pro at $20 a month with no practical limits, Team and Enterprise plans for groups.

Claude API runs on token consumption. It's the path for developers and for companies integrating Claude into their own products. Current Opus 4.7 pricing: $5 per million input tokens, $25 per million output tokens.

Claude Code is the developer tool. It combines code editing, execution, and reasoning over entire repos. It's what many people use instead of a conventional IDE for work that mixes coding with explaining.

Computer Use is the agent capability: Claude observes the screen, moves mouse and keyboard, and executes full flows inside applications. Available since October 2024.

Cowork is a collaborative layer where one or several humans work with Claude in real time on documents, analysis, code.

Model Context Protocol (MCP) is an open protocol for applications to connect to Claude. It's an important strategic move because it's being adopted by independent third parties — meaning the ecosystem grows without every integration needing to go through Anthropic.

The model trajectory

Worth looking at how Claude evolved to understand the company's pace.

Claude 1 and 2 (2023) were modest releases — competent but not benchmark leaders. The criticism of Anthropic at that point was that it invested heavily in safety and lightly in raw capability.

Claude 3 (March 2024) changed that. A family of three models — Opus, Sonnet, Haiku — with explicit trade-offs between capability and speed. Started competing closely with the leaders of that moment on reasoning and code.

Claude 3.5 and 3.7 Sonnet (October 2024 and 2025) consolidated the position. Successive improvements in speed, long-context handling, and code quality.

Claude Opus 4.6 (early 2026) and Opus 4.7 (April 16, 2026) are the current models. The most important qualitative improvement of Opus 4.7 over 4.6 — covered in detail in another piece — is instruction literalism: the model executes what you ask for more predictably, which makes it especially useful in agents and in automated flows.

Each version held the foundational principles. The difference was capability and speed. The underlying promise didn't change.

Why so many use it as their main work tool

There's a usage argument that closes the loop and is worth stating directly.

In applied consulting, the most expensive thing isn't the per-hour cost of the tool. It's the cost of a mistake that ends up delivered to a client. A brilliant-but-false answer, a recommendation that skips an important exception, a synthesis that invents a plausible-sounding fact — those are all operational disasters.

The properties that reduce that risk are different from the ones that win benchmarks. They are: saying "I don't know" when it doesn't; separating what it infers from what it verifies; refusing problematic tasks coherently; producing results that don't fall apart when you reread them carefully.

Those are the properties Claude prioritizes. That's why it's the main tool in my consulting work. That's why it's the one I teach in the course. Not because it's perfect — it isn't. Because for professional work with real stakes, reliability outweighs novelty.

The honest limitations

A pro-Claude piece wouldn't be honest without naming what it doesn't do better.

For very artistic image generation, alternatives have more creative muscle. For real-time spoken conversation with voice, others have better implementations. For deep integration with office suites like Google Workspace or Microsoft 365, the providers that own the suite have a structural edge — they're inside.

Those limitations are real. The practical question is which ones touch your work. If your day is spent producing illustrated content, you may need something else. If your day is analyzing, writing, coding, reviewing, and reasoning — Claude sits at the center of that field.

To close, and to keep going

Anthropic just crossed five years since founding. The team grew to several hundred people; it raised around $8 billion across successive rounds; it kept an internal culture aligned with the original mission. That's a rarity in an industry where scaling speed usually leaves culture behind.

Will it "win" over the other giants in the field? Wrong question. The future is multi-vendor — you'll use different tools for different tasks. But there's one tool that becomes your default, the one you spend the most time in and where you build your operational trust. For many serious professionals, that tool is Claude. And Anthropic's trajectory explains why.

If you want to dig into how model capability gets measured and compared, How AIs are measured is the next link. If you want the broader competitive picture, The AI race.

Which property of an AI tool weighs most in your work: raw capability, speed, or reliability?

Next article
El 88% de las empresas ya usa IA — y la mayoría la usa mal