Anthropic has removed Claude Code from its Pro plan, testing how developers react to the change. The AI coding assistant is now only available through a separate subscription or API access.
#claude-code
30 items
Speculation about Claude Code potentially costing $100 per month appears to be based on confusion. The actual pricing and details for the coding-focused AI model from Anthropic have not been officially announced.
The article provides a technical deep dive into Claude Code's architecture, examining its system design and implementation details. It explores the structural components and engineering decisions behind the code assistant's functionality.
An infinite lofi radio station has been created using Claude Code to generate continuous, relaxing music. The station features AI-composed tracks that play in an endless stream without repetition.
Anthropic removed Opus 4.6 from Claude Code after releasing Opus 4.7, despite the earlier version working fine following cache issues. The removal has frustrated users who question the company's decision-making and treatment of its customer base.
Anthropic temporarily updated their pricing page to make Claude Code exclusive to $100/month Max plans, removing it from the $20/month Pro tier. The company described it as a test affecting about 2% of new signups, but the change sparked significant backlash online. Within hours, Anthropic reversed the change and restored Claude Code to the Pro plan.
Anthropic has removed Claude Code from its Pro plan, testing how developers react to the change. The AI assistant's code generation feature is no longer included in the $20 monthly subscription.
Anthropic has removed Claude Code from its Pro plan, making this coding-focused feature no longer available to Pro subscribers. The change affects users who previously had access to specialized coding assistance through the premium tier.
Anthropic has removed Claude Code from its Pro plan. The change affects the AI assistant's coding capabilities for Pro subscribers.
A developer created a plugin that enables Claude Code to delegate tasks to Gemini CLI, inspired by OpenAI's codex-plugin-cc. The plugin uses Gemini CLI over ACP for code review and adversarial review workflows, combining Opus 4.7 and Gemini 3.1 capabilities.
Claude Code has full shell access capabilities that enterprise security tools like CASBs cannot detect. This creates visibility gaps for organizations trying to monitor AI tool usage across their systems.
Ravix is an autonomous AI agent that runs on existing Claude Code subscriptions without requiring additional API keys or billing. Users can email tasks to the agent, which maintains context across messages in the same thread.
Rohan created Almanac MCP to address frustrations with Claude Code's search tools. The free MCP enables coding agents to properly search the web, Reddit, and scrape webpages. Users can also contribute findings to a shared encyclopedia.
Anthropic has removed Claude Code from its $20-per-month Pro subscription for new users. The AI coding assistant feature is no longer included in the base Pro plan, though existing subscribers may retain access.
Anthropic has removed access to Claude Code from its $20 monthly Pro subscription plan for new users. Current Pro subscribers appear to retain access through the web app. Documentation now references Claude Code as exclusively available through the Max Plan.
DataFrey is an MCP server for Snowflake with a text-to-SQL agent that helps users query databases using natural language. It includes a CLI wizard for setup and a planning tool for complex questions that uses RAG for schema understanding. The creator emphasizes security considerations while allowing select permissions for better SQL generation.
A developer seeks cheaper alternatives to Claude Code with Opus, mentioning they've tried OpenCode with Mimo V2 pro, Qwen CLI, Gemini CLI, and Z.ai with OpenCode. They ask for setup recommendations for Python backend and TypeScript frontend work.
A designer has created their first mobile app using Claude Code, an AI coding assistant. The app demonstrates how non-technical creators can build functional applications with AI assistance tools.
Mulder is a containerized MCP server for digital forensics that exposes tools like Volatility and Sleuthkit as typed tool calls. It stores all tool output in a per-case SQLite database with full-text search to avoid context window pressure. The system records invocations in an audit log and validates evidence citations before admitting findings to the case database.
The article argues that while AI coding tools like Claude Code can improve developer productivity, they do not inherently enhance product quality. The author suggests that product improvement requires deliberate design decisions and user-centric thinking rather than just faster code generation.
Claude Code now integrates effectively with Jupyter Notebooks, allowing users to execute code cells directly within the notebook interface. This integration enables seamless AI-assisted coding and data analysis workflows in Jupyter environments.
Euleptos has developed a harness for Claude Code, which is a tool designed to enhance the coding capabilities of Anthropic's Claude AI model. The harness provides a framework for improving code generation and development workflows.
A Twitter user claims that Claude Code can read user secrets if it wanted to, suggesting potential security concerns with the AI assistant's capabilities.
Vibe Guard is a set of three Claude Code skills that audit AI-generated code before pushing to repositories. The skills help identify potential issues and ensure code quality through automated review processes.
Mason is a multi-agent system that runs in a container using Claude Code. The project provides a framework for developing and deploying AI agents in a containerized environment.
A developer created an interactive quiz to help people learn Claude Code features, featuring an expanded macOS-style user interface. The project was inspired by discovering lesser-known Claude capabilities and teaching them to non-technical friends.
The Sonnet 4.6 model may incorrectly use the wrong model for OpenAI, potentially causing compatibility issues. This bug affects functionality when interacting with OpenAI's systems.
The article discusses using Claude Code for designing web interfaces, covering practical approaches and techniques for interface development. It explores how AI-assisted coding tools can streamline the web design process and improve development workflows.
The article explains how to use Git worktrees with Claude Code, providing a practical guide for developers. It covers setting up multiple working directories from the same repository to work on different branches simultaneously.
which-claude-code is a plugin that adds auto-generated titles and colors to parallel Claude Code sessions to help users track different sessions. It generates brief titles based on recent transcript turns and displays them with color-coded status lines.