Skip to main content

8 posts tagged with "AI Agent"

Posts tagged with AI Agent

View All Tags

Claude Opus 5: The Everyday Frontier Model Claude Code Teams Asked For

· 11 min read
Claude Dev
Claude Dev

Anthropic released Claude Opus 5 on July 24, 2026, positioning it as the everyday frontier model in the Claude 5 family: close to Claude Fable 5's frontier intelligence, but at the same $5 per million input tokens and $25 per million output tokens pricing as Opus 4.8.

That price point is the story.

Fable 5 remains the model for the hardest, longest, most autonomous work. Sonnet 5 is the default agent model most teams can afford to use broadly. Opus 5 sits between them as the model many Claude Code users wanted: strong enough for hard engineering work, less constrained than Fable in normal workflows, and priced for repeated daily use rather than rare escalation.

Early community feedback is positive, but not settled. X reactions lean excited about medium-effort quality and token efficiency. Reddit and Hacker News are more cautious, focusing on usage limits, model churn, safety fallbacks, and whether another Opus release will actually feel better inside messy coding sessions. That is the right skepticism.

GPT-5.6 Sol, Terra, and Luna: What Claude Code Teams Should Actually Watch

· 9 min read
Claude Dev
Claude Dev

OpenAI released GPT-5.6 Sol, Terra, and Luna on July 10, 2026, and the interesting part is not just that another frontier model arrived. It is that OpenAI is now making the model family itself part of the developer workflow.

For Claude Code users, the useful question is not "is GPT-5.6 better than Claude?" That is too vague to help anyone ship software.

The better question is: which layer of work is each model trying to own?

OpenAI's answer is clear. Sol is the strongest reasoning and agent model, Terra is the faster coding workhorse, and Luna is the high-throughput batch option. Early community feedback on X, Reddit, and developer forums is still noisy, but the shape of the conversation is already familiar: excitement around coding and agents, skepticism around cost, and a lot of "show me on my repo" energy.

Claude Fable and the Real Skill of Agentic Coding: Finding Your Unknowns

· 8 min read
Claude Dev
Claude Dev

Anthropic's latest Claude Code post, "A field guide to Claude Fable 5: Finding your unknowns," is not really about a new prompt trick.

It is about a shift that every serious Claude Code user is going to feel: as models get better at carrying long tasks, the limiting factor moves from raw model capability to how well the human can expose the real shape of the work.

That is the point of the "map and territory" framing in the official post. The map is what we give Claude: prompts, skills, files, specs, screenshots, references, and context. The territory is the actual system: production constraints, old decisions, implicit taste, hidden business rules, edge cases, and the parts of the codebase nobody writes down.

The gap between those two is where agentic coding succeeds or fails.

Claude Sonnet 5: The New Default Agent Model for Claude Code

· 10 min read
Claude Dev
Claude Dev

Anthropic released Claude Sonnet 5 on June 30, 2026, positioning it as the most agentic Sonnet model so far and the new default model for Free and Pro Claude users.

The pitch is clear: Sonnet 5 brings a lot of the agentic work that recently required Opus-class models into a cheaper, faster, broadly available tier. It can plan, use browsers and terminals, handle long coding tasks, and run with adaptive thinking by default.

For Claude Code users, that makes Sonnet 5 more important than a normal model refresh. It is likely to become the default execution layer for many teams: not the strongest model Anthropic offers, but the one developers will reach for most often.

The upgrade is not frictionless. Sonnet 5 has a new tokenizer, different API behavior around thinking and sampling parameters, real-time cyber safeguards, and a pricing story that is cheaper per token than Opus but not always cheaper per task.

Claude Fable 5: Powerful, Expensive, and Constrained by Design

· 9 min read
Claude Dev
Claude Dev

Anthropic released Claude Fable 5 on June 9, 2026, bringing a public, safeguarded version of its Mythos-class capability to paid Claude users and developers.

The headline is not just that Fable 5 is more capable. It is that Anthropic is trying a new release pattern: give the public access to the strongest model family it has ever made generally available, but route sensitive work away from the model when the request touches cybersecurity, biology, chemistry, distillation, or some frontier AI development paths.

That makes Fable 5 an unusually important Claude release for developers. The early feedback is split between awe at the model's long-horizon capability and frustration with the way access, safety routing, cost, and enterprise data handling work.

For Claude Code teams, the practical question is not "should we switch everything to Fable?" It is: which tasks are valuable enough to justify Fable 5, and which tasks will be broken or distorted by its safeguards?

Claude Managed Agents: What Just Launched

· 9 min read
Claude Dev
Claude Dev

If you build with Claude, the important thing about Claude Managed Agents is not that Anthropic shipped “another agent feature.”

It is that Anthropic just moved one layer up the stack.

Instead of only selling model access and tool primitives, Anthropic is now selling a managed runtime for long-running agents: agent definition, cloud environment, sessions, event streaming, built-in tools, and the operational harness that keeps the whole thing alive.

That changes the developer conversation from:

  • “How do I wire an agent loop together?”
  • “How do I make it resumable, observable, and secure?”

to:

  • “What should my agent actually do?”
  • “Where do I want control, and where am I happy to let Anthropic own the infrastructure?”

Conway Timeline: How Anthropic Is Building Always-On Agents

· 12 min read
Claude Dev
Claude Dev

The most important thing to get right about Conway is this:

Conway is not an officially launched Anthropic product.

What exists today is a mix of:

  • official Anthropic launches around Cowork, Dispatch, computer use, scheduled tasks, and auto mode
  • current help-center documentation that shows how those pieces now fit together
  • an April 1, 2026 third-party report that surfaced an unreleased internal environment called Conway

If you only look at the leak, you miss the architecture. If you only look at the official launches, you miss where Anthropic seems to be going.

The technical story is the combination of both.

How to Build a Plugin from Scratch in Cowork (2026 Guide)

· 5 min read
Claude Dev
Claude Dev

If you want Cowork to do real work for you, plugins are the lever.

As of February 28, 2026, we now have a clear official path:

  • Anthropic introduced Cowork on January 14, 2026
  • Custom plugin creation/sharing was announced on January 20, 2026
  • Enterprise plugin directory updates shipped on February 24, 2026
  • Plugin help docs were updated on February 25, 2026

This guide combines that official flow with practical lessons from community users so you can build your first useful plugin from scratch.