Claude Design by Anthropic Labs

Claude Design: Anthropic's New Tool That Turns a Prompt Into Slides and Prototypes

Anthropic launched a new tool today called Claude Design. It is part of Anthropic Labs — a new sub-brand for experimental products built on Claude. The idea is simple: you describe what you want in plain language, and Claude builds it as a visual artifact — a slide deck, a prototype, a one-pager, or a general design. What Claude Design Does You open Claude Design and type what you need. Something like: “Make a pricing page with three tiers” or “Build a product overview slide deck for a SaaS company.” ...

April 17, 2026 · 4 min
Claude Code Routines — cloud automation for developers

Claude Code Routines: Let Claude Work While Your Mac Is Off

Anthropic launched a new Claude Code feature on April 14, 2026: Routines. A Routine is a Claude Code automation that runs in Anthropic’s cloud. You set it up once. Then it runs on a schedule, on an API call, or when a GitHub event fires — with your Mac completely off. What Is a Routine? A Routine packages three things together: ...

April 17, 2026 · 3 min

Claude AI Tutorial #11: Prompt Caching — Save Money on Repeated Context

Every time you call the Claude API with the same system prompt, you pay full price for those input tokens. Prompt caching fixes this. Cache your repeated context once, then pay only 10% on every subsequent call. This is Article 11 in the Claude AI — From Zero to Power User series. You should have completed Article 7: Messages API before this article. By the end of this article, you will know how prompt caching works, when it pays off, and how to implement it in your applications. ...

April 17, 2026 · 9 min
Claude Opus 4.7 — 3x more production bugs resolved, 98.5% vision acuity

Claude Opus 4.7: The Upgrade Developers Actually Wanted

Anthropic released Claude Opus 4.7 on April 16, 2026. Same price as 4.6. But three times more production bugs resolved on the benchmark that matters most to developers. Here is everything that changed — and the one real catch. The 3x Claim: What It Actually Means The “3x” number comes from SWE-bench Verified, specifically the Rakuten production bug subset. SWE-bench is the standard benchmark for AI coding. It gives a model real GitHub issues from real open-source projects. The model has to produce a working fix — not a suggestion, not a comment. A fix. ...

April 16, 2026 · 4 min

Claude AI Tutorial #10: Structured Output — JSON Mode and Schemas

You ask Claude to return JSON, and it usually works. But sometimes it adds extra text, wraps it in markdown code blocks, or returns invalid JSON. Structured output fixes this — it guarantees valid JSON that matches your schema. This is Article 10 in the Claude AI — From Zero to Power User series. You should have completed Article 7: Messages API before this article. By the end of this article, you will know two ways to get reliable structured data from Claude, and when to use each one. ...

April 16, 2026 · 9 min

Claude AI Tutorial #9: Vision — Analyzing Images and Documents

Claude can see. Send it a screenshot, a photo of a document, a chart, or a technical diagram — and it will analyze what it sees. Vision turns Claude into a powerful tool for data extraction, UI review, and document processing. This is Article 9 in the Claude AI — From Zero to Power User series. You should have completed Article 7: Messages API before this article. By the end of this article, you will know how to send images to Claude, extract data from documents, analyze screenshots, and optimize image costs. ...

April 15, 2026 · 10 min

Claude AI Tutorial #8: Tool Use (Function Calling) — Let Claude Call Your Functions

Claude is smart, but it cannot check the weather, query your database, or call your APIs. Tool use changes that. You define functions, and Claude decides when to call them. This is Article 8 in the Claude AI — From Zero to Power User series. You should have completed Article 7: Messages API before this article. By the end of this article, you will know how to define tools, handle the tool use flow, force tool execution, and build a working multi-tool assistant. ...

April 14, 2026 · 9 min

Claude AI Tutorial #7: Messages API Deep Dive — Roles, Streaming, Multi-Turn

The Messages API is the foundation of everything you build with Claude. Every feature — tool use, vision, streaming, caching — goes through this API. Understanding it deeply will make every other article in this series easier. This is Article 7 in the Claude AI — From Zero to Power User series. You should have completed Article 2: Getting Started before this article. By the end of this article, you will know how to build multi-turn conversations, stream responses in real time, and track your token usage. ...

April 13, 2026 · 10 min

Claude Mythos: The AI Too Dangerous to Release

Anthropic just built its most powerful model — and decided not to release it to the public. Claude Mythos Preview is real, and the reason it’s restricted has nothing to do with business strategy. It found thousands of zero-day vulnerabilities across every major operating system and every major web browser. Some of those bugs had been hiding for decades. What Is Claude Mythos Preview? Claude Mythos Preview is Anthropic’s most capable model, released April 7, 2026 — but only to a restricted set of security partners. ...

April 12, 2026 · 4 min

Claude AI Tutorial #6: CLAUDE.md — Project Instructions That Make Claude Smarter

Claude Code is smart. But it does not know your project. It does not know your coding style, your build commands, or your project structure. That is what CLAUDE.md fixes. This is Article 6 in the Claude AI — From Zero to Power User series. You should have completed Article 3: Claude Code CLI before this article. By the end of this article, you will know how to write CLAUDE.md files that make Claude Code work like a teammate who already knows your codebase. ...

April 12, 2026 · 9 min