Skip to main content

10 posts tagged with "Claude Code"

Posts tagged with Claude Code

View All Tags

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.

What Actually Leaked From Claude Code This Time?

· 6 min read
Claude Dev
Claude Dev

The phrase "Claude Code source code leaked" sounded exaggerated at first.

After looking more closely at the community evidence, that skepticism needs to be updated.

This story is not just about extracted prompts or a vague rumor. The more credible claim is that a source map shipped in the Claude Code npm package exposed a path to internal source files, and the community used that to reconstruct a much larger codebase than the public repository showed.

That is much closer to a real source leak than the usual social-media overstatement.

Did Claude Ship Auto-Fix in the Cloud Yet?

· 5 min read
Claude Dev
Claude Dev

Short answer: not as a single named feature, but functionally, almost yes.

Anthropic did not publish a launch called "auto-fix in the cloud." What it actually shipped is more interesting: Claude Code now has the pieces to run coding work on Anthropic-managed cloud infrastructure, monitor pull requests, attempt CI fixes automatically, and even merge when checks pass.

For developers, that distinction matters. This is not just branding nuance. It tells you how the workflow is really assembled, what is automatic, and what still depends on your setup.

Claude's March 2026 Sprint: What Matters

· 5 min read
Claude Dev
Claude Dev

Claude has shipped so much in the last few weeks that it is easy to miss the bigger pattern.

This is not just a run of isolated feature launches. Anthropic is tightening the loop around a more complete agent product: more memory, more context, more execution, more review, and better output surfaces.

If you build with Claude, or run teams on top of it, that is the real story worth paying attention to.

Claude 1M Context GA: Practical Rollout Guide

· 4 min read
Claude Dev
Claude Dev

Claude’s 1M token context is no longer just a beta experiment.

As of March 13, 2026, Anthropic says 1M context is generally available for Opus 4.6 and Sonnet 4.6, which changes how teams should design long-code and long-document workflows.

This post summarizes what is actually available now, what still has caveats, and how to roll it out safely in production.

Anthropic Skill Creator Update: Practical Guide for Teams

· 4 min read
Claude Dev
Claude Dev

Anthropic’s March 2026 Skill Creator update is easy to summarize as “better tools.”

But for teams shipping agent workflows, the real change is bigger: skills now have a testable lifecycle, closer to software engineering than prompt tinkering.

This post breaks down what changed, what the community is learning in practice, and how to adopt it without overcomplicating your stack.

Build Better Agent Skills with Test-Measure-Refine

· 4 min read
Claude Dev
Claude Dev

Most agent skills fail for a boring reason: we edit prompts, rerun once, and call it “better.”

Anthropic’s latest Skill Creator update pushes a more engineering-style loop: test first, measure behavior, then refine. If you build internal agent workflows, this is the shift that actually matters.

This post rewrites the official announcement into a developer workflow you can run every week.

What is “Remote Control” in Claude Code

· 4 min read
Claude Dev
Claude Dev

I’m not a hardcore developer. I’m more like: “I want AI to help me do stuff, but please don’t make me read 20 pages of docs first.”
So when I saw that Claude Code just shipped a new feature called Remote Control, I got curious. Then I noticed people in the AI community were also hyping something called OpenClaw.

This post is my beginner-friendly breakdown of what’s going on, what actually matters, and which one you should care about.

Claude Opus 4.6: Long-Context, Agent Teams, and a New Baseline for Claude Code

· 3 min read
Claude Dev
Claude Dev

Anthropic introduced Claude Opus 4.6 on 2026-02-05, positioning it as a major upgrade for coding and long-running agentic work. From our Claude Code documentation perspective, this release is about more than model quality: it changes how we should structure tasks, manage context, and design reliable multi-step workflows.

Claude Code vs OpenAI Codex 2025: The Ultimate AI Coding Assistant Showdown

· 7 min read
Claude Dev
Claude Dev

The AI coding landscape has dramatically evolved in 2025, with both Anthropic's Claude Code and OpenAI's revamped Codex offering compelling but fundamentally different approaches to AI-assisted development. After OpenAI's surprising discontinuation of the original Codex in 2023, the company has returned with a completely reimagined system, while Claude Code has solidified its position as a premier development partner. Let's dive into the definitive comparison for 2025.

The Great Comeback: OpenAI Codex Returns

Before we compare, it's crucial to understand that the OpenAI Codex available in 2025 is completely different from the original 2021 version that was deprecated in March 2023. The new Codex isn't just a model—it's a full autonomous software engineering agent powered by codex-1, a specialized version of OpenAI's o3 model optimized for software engineering tasks.