Skip to main content

4 posts tagged with "AI Agent"

Posts tagged with AI Agent

View All Tags

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.