Back to home

Tag

Claude Code

Claude Code is Anthropic’s terminal-first coding agent for editing code, running tests, refactoring, and wiring AI into developer workflows. This tag covers MCP integrations, skills, pricing, and release-process issues that matter in real use.

23 articles

Claude Code Advanced Patterns: 5 CLI Agent Design Tips
AI Agent/Apr 20

Claude Code Advanced Patterns: 5 CLI Agent Design Tips

Most people use Claude Code for a week, come out with "it's basically ChatGPT with a terminal," and miss its real differentiator: persistent memory and a system that grows with use. This article compresses six months of production use into five patterns that matter — what CLAUDE.md is really for, what to store (and not store) in MEMORY, the composition logic behind Skills, three ways people misuse Subagent dispatch, and the trade-offs between tmux, MCP servers, and file buses for cross-CLI orchestration.

OpenAI’s Codex Plugin Lands in Claude Code
Tools & Apps/Apr 12

OpenAI’s Codex Plugin Lands in Claude Code

OpenAI shipped a Codex plugin for Claude Code on March 30, putting its coding agent inside Anthropic’s terminal tool.

Which AI Coding Tools Developers Use at Work
Research/Apr 8

Which AI Coding Tools Developers Use at Work

JetBrains’ survey of 10,000+ developers shows 90% use AI at work, while Claude Code, Copilot, and ChatGPT lead daily coding use.

Harness Engineering for Long-Running Multi-Agent Systems
AI Agent/Apr 8

Harness Engineering for Long-Running Multi-Agent Systems

A context-reset design keeps each Claude Code run clean, turning Planner output into JSON so Generator stays focused on the task.

MemPalace’s 100% memory claim gets checked
AI Agent/Apr 8

MemPalace’s 100% memory claim gets checked

MemPalace hit 11K GitHub stars fast, but its 100% LongMemEval claim fell to 84.2% under compression. The project is real; the marketing isn’t.

Gmail MCP for Claude Code: 5 Workflows
Tools & Apps/Apr 3

Gmail MCP for Claude Code: 5 Workflows

Set up Gmail MCP for Claude Code across four accounts, avoid re-auth loops, and automate receipts, triage, and daily briefings.

Claude Code源码泄露:51万行代码曝光
Tools & Apps/Apr 3

Claude Code源码泄露:51万行代码曝光

Anthropic 的 Claude Code v2.1.88 源码被 Source Map 公开,约51万行、1900+文件被下载,安全细节随之曝光。

Claude Code leak abused to spread Vidar on GitHub
Industry News/Apr 3

Claude Code leak abused to spread Vidar on GitHub

Fake GitHub repos are baiting Claude Code leak hunters with Vidar malware, showing how fast attackers weaponize hype around exposed code.

OpenAI插件进Claude Code,少做4步
Tools & Apps/Apr 3

OpenAI插件进Claude Code,少做4步

OpenAI的codex-plugin-cc进了Claude Code,老金实测后把4个手工步骤直接砍掉。

Opera Neon adds MCP support for AI clients
Tools & Apps/Apr 3

Opera Neon adds MCP support for AI clients

Opera Neon can now act as an MCP server, letting Claude Code, Lovable, and n8n read and control live browser sessions.

Anthropic’s April 2026 Claude Code update
Model Releases/Apr 3

Anthropic’s April 2026 Claude Code update

Claude Code 2.1.89 adds resume hooks, Windows fixes, and new env vars for model labels and capability overrides.

Claude Code Source Map Leak: What Happened
Tools & Apps/Apr 2

Claude Code Source Map Leak: What Happened

Anthropic shipped a 59.8 MB source map in Claude Code 2.1.88 on npm, exposing internal code details to anyone who pulled it.

Claude Code hits limits faster than users expect
Tools & Apps/Apr 2

Claude Code hits limits faster than users expect

Anthropic says it is fixing Claude Code limits after users reported burning through tokens far faster than expected, including paid plans.

AI Coding Tool Prices in 2026: Free vs Paid
Tools & Apps/Apr 2

AI Coding Tool Prices in 2026: Free vs Paid

Free tiers are usable in 2026, but power users should budget $100+ monthly. Here’s how Cursor, Copilot, Claude Code, and more compare.

Figma Opens Its Canvas to AI Agents
Tools & Apps/Apr 2

Figma Opens Its Canvas to AI Agents

Figma’s beta MCP server lets agents edit files directly, with skills and design-system context to keep AI output on brand.

Claude Code源码泄漏:npm里藏了什么
Tools & Apps/Apr 2

Claude Code源码泄漏:npm里藏了什么

Claude Code源码被塞进npm sourcemap后曝光。一次发布失误,让Anthropic的AI编程CLI细节直接摊开。

Claude Code Setup Guide for Research Workflows
Tools & Apps/Apr 1

Claude Code Setup Guide for Research Workflows

A practical setup guide for Claude Code in research workflows, with terminal tips, context-window advice, and pricing details.

Claude Code March 2026 update fixes key bugs
Tools & Apps/Apr 1

Claude Code March 2026 update fixes key bugs

Anthropic’s Claude Code March 2026 update adds --console login, a turn-duration toggle, and dozens of fixes across CLI, voice, and VS Code.

Superpowers Plugin for Claude Code: Seven-Step Workflow for Predictable Quality
Tools & Apps/Mar 30

Superpowers Plugin for Claude Code: Seven-Step Workflow for Predictable Quality

Superpowers is an official Claude Code workflow plugin that enforces a seven-step development process: brainstorming, Git worktrees, implementation planning, subagent-driven coding, TDD, code review, and branch completion. Ideal for complex features exceeding 1000 lines, ensuring predictable quality and reusable workflows.

Superpowers vs Everything Claude Code: Which Should You Pick
Tools & Apps/Mar 30

Superpowers vs Everything Claude Code: Which Should You Pick

A deep-dive comparison reveals that Claude Code's two most popular workflow plugins serve different needs. Superpowers emphasizes documentation-driven development and control, while Everything Claude Code leverages context management and agent orchestration. Your choice depends on project scale and your Claude model tier.

Cognition's Devin and the AI coding race
Industry News/Mar 28

Cognition's Devin and the AI coding race

Cognition grew from 40 staff to 200+ after buying Windsurf, as Devin pushes harder into enterprise coding and AI software work.

Claude Code now controls your Mac desktop
AI Agent/Mar 28

Claude Code now controls your Mac desktop

Anthropic’s Claude Code can now click, scroll, and open apps on Mac in a research preview, with guardrails that still miss edge cases.

Garry Tan Open-Sources a Claude Code Toolkit
Tools & Apps/Mar 26

Garry Tan Open-Sources a Claude Code Toolkit

Garry Tan’s Claude Code workflow kit passed 20,000 GitHub stars in 6 days, showing strong demand for reusable AI coding setups.