claude
30 articles about claude in AI news
Claude Code Steganography Flagged Chinese Users; Anthropic Rolls Back
Anthropic's Claude Code 2.1.91 used steganography to detect Chinese users. After Reddit exposure, Anthropic rolled back the feature, calling it an experiment against model distillation.
Claude Code Digest — Jun 28–Jul 01
Claude Code’s biggest shift this week: teams are replacing “let the model figure it out” with hard guardrails, and one pair of Bash hooks cut an Anthropic bill from $312 to $156.
Claude Sonnet 5 Beats Opus 4.8 on Knowledge Work at Lower Cost
Anthropic released Claude Sonnet 5, which beats Sonnet 4.6 across all benchmarks and edges past Opus 4.8 on GDPval-AA v2 with a score of 1,618.
Google Cloud Joins MCP: How to Connect Claude Code to BigQuery
Google Cloud's MCP server lets Claude Code query BigQuery and manage GCS directly. Install it with `claude mcp add google-cloud` and authenticate.
Claude Hits Azure on Nvidia GB300 Blackwell, GA for Agent Workloads
Microsoft launched Claude models on Azure with Nvidia GB300 Blackwell GPUs, targeting enterprise agentic AI. First Blackwell deployment for Anthropic in a major cloud.
Argus for Claude Code: Cut Repetitive Workflow Token Usage by 80% with
Argus enforces deterministic workflows for Claude Code, cutting token usage ~80% by replacing AI reasoning with structured execution paths. Install in minutes.
Meta Bans Claude Code, Codex to Block Distillation as Internal Spend Hits
Meta banned Claude Code and Codex internally to block distillation. Internal memo warns of 'serious escalations'; MetaCode build underway amid billions in AI spend.
How to Write a CLAUDE.md for FastAPI That Stops AI-Generated Code Inconsistency
Write a CLAUDE.md for FastAPI with sections on Stack, Router Design, Dependency Injection, and Prohibitions. Keep it under 50 lines. Use positive patterns with code snippets. Place in repo root. Team-review changes as IaC.
Caliper: Run Your Claude Code Skills k Times and Get a pass@k Score That
Caliper gives Claude Code users a pass@k reliability score for skills, with a baseline delta showing if the skill beats the base agent. Install via pipx or npx.
Claude Code Digest — Jun 25–Jun 28
Claude Code’s biggest edge this week wasn’t a new model — it was learning that its harness can veto tool calls, fake tool results can be detected, and MCP servers are becoming the default way to wire in real systems.
My Day-One Claude Code Setup: A Workflow That Saves 15 Minutes Per New Project
A repeatable workflow with CLAUDE.md, project templates, and MCP servers saves 15 minutes per project and reduces setup errors by 40% for Claude Code users.
Claude AI's $29 Kit Earns $0 in 12 Days — Kill-Criteria Clock Runs
A Claude AI agent earned $0 in 12 days from a $29 kit, with 3 funnel visitors. A pre-written kill-criteria clock runs to July 3, 2026.
Claude's Paying Consumer Base Grew 75% Since January, Indagari Data Shows
Claude's paying consumer base grew 75% since Jan 2026 per Indagari data. Consumer traction diversifies revenue ahead of Anthropic's planned IPO.
Build a Fake Tool-Result Detector for Claude Code
Claude Code can hallucinate tool results. Add a `zen_stop_hook` detector that greps for `<result>` blocks and 'written: N bytes' claims to catch fake outputs every turn.
5 Harness Internals That Changed How I Use Claude Code Daily
Rebuilding Claude Code's harness reveals that CLAUDE.md layers on a hidden base prompt, hooks can block tool calls, and subagents need abort trees—5 actionable takeaways for daily use.
Why Your CLAUDE.md Needs a 'No npm install' Rule for Open Source Repos
Add a `# In open source repos, never run npm install or pip install without asking first` rule to CLAUDE.md. This prevents Claude Code from executing untrusted code, saving tokens and protecting your system.
Claude Code Digest — Jun 20–Jun 23
Claude Code is shifting from a chat box into governed infrastructure: the teams pulling ahead are wiring policies, auth, and agent workflows now, not later.
Anthropic Launches Claude Tag as Multiplayer Slack Agent Ahead of IPO
Anthropic released Claude Tag, a Slack-native agent for teams. The tool already approves 65% of internal code changes as Anthropic pushes enterprise adoption ahead of its 2026 IPO.
WSL 3 Preview: Cut Claude Code's Local Inference Latency on Windows
WSL 3 preview delivers near-native GPU/NPU for Claude Code + Ollama on Copilot+ laptops, but WSL 2 still handles NVIDIA CUDA fine for desktop users.
How Simon Willison Ported a 0.2B Image Model to the Browser with Claude
Simon Willison used Claude Code to port a 0.2B image inpainting model to WebGPU, running it as a parallel side project while his main agent worked on Datasette. The technique? Research with Claude.ai, then hand off to Claude Code with research.md.
Stop Writing Rules in CLAUDE.md—Use PreToolUse Hooks for Guaranteed Enforcement
Replace CLAUDE.md rules with PreToolUse hooks in Claude Code for guaranteed enforcement. Hooks run as shell code, blocking dangerous commands like deploys or migrations outside the model's control.
Donate Claude Code Traces to Hugging Face's Open Dataset in One Command
Trace Commons lets Claude Code users donate anonymized session traces to an open CC-BY-4.0 dataset on Hugging Face. Run `/donate-trace` after open-source work to share how you solved problems — without exposing secrets or paths.
Miami Startup Claims 12M-Token LLM Inference at $8 vs. $2,600 on Claude
Miami startup claims 12M-token LLM inference for $8 vs. $2,600 on Claude Opus 4.6. No paper or benchmarks released yet.
MACCHA: The File-Based Cross-Agent Brain That Makes Claude Code Remember
MACCHA solves Claude Code's cold-start problem with a file-based 7-tier memory system. Use it to persist preferences, project rules, and lessons across sessions without a daemon.
Claude Code vs. Codex: Real-World Devs Reveal When Each Tool Wins
Claude Code shines at design and greenfield work; pair with Codex for bug fixes. Use CLAUDE.md for guidance.
Namecom-CLI Ships Agent Skill for Claude Code DNS Management
Namecom-CLI is an open-source, agent-friendly CLI for Name.com DNS with a bundled Claude Code skill, enabling AI agents to manage DNS records idempotently via the v4 API.
Claude Code Digest — Jun 17–Jun 20
Claude Code is no longer a chat tool: teams are turning it into governed infrastructure, and the winners are the ones wiring policies, MCP auth, and multi-agent workflows before the rest of the market catches up.
Zhipu's GLM 5.2 claims Design Arena's top HTML spot with Elo 1,360 — edging a hobbled Claude Fable 5
Zhipu AI's 753-billion-parameter open-weight model GLM 5.2 topped the Design Arena HTML benchmark with an Elo score of 1,360, edging Anthropic's Claude Fable 5 (1,350). The win coincides with a Commerce Department export-control order that pulled Fable 5 from non-US users, and GLM 5.2's API pricing
How to Write a CLAUDE.md That Actually Stops Bad Next.js Code
Write a CLAUDE.md with project rules and a 'What NOT to Do' section to prevent Next.js App Router mistakes like old Router usage and missing 'use client'. Keep it lean.
Claude Code Artifacts: How to Generate Shareable PR Walkthroughs and
Claude Code Artifacts (Team/Enterprise beta) turn session work into shareable, live web pages. Run `/login`, then prompt for dashboards, PR walkthroughs, or incident pages — zero infrastructure needed.