Ekhbary
Tuesday, 03 March 2026
Breaking

Claude Code's High Costs Spark Developer Revolt, Goose Emerges as Free Alternative

Open-source AI coding agent from Block gains traction as Ant

Claude Code's High Costs Spark Developer Revolt, Goose Emerges as Free Alternative
7DAYES
7 hours ago
86

United States - Ekhbary News Agency

Claude Code's High Costs Spark Developer Revolt, Goose Emerges as Free Alternative

The burgeoning revolution in artificial intelligence-powered coding tools has hit a significant snag: cost. Claude Code, Anthropic's sophisticated terminal-based AI agent designed to autonomously write, debug, and deploy code, has captivated software developers globally. However, its pricing structure, which can escalate to $200 per month based on usage, has ignited a growing rebellion among the very community it aims to serve. This dissatisfaction has paved the way for a free, open-source alternative that is rapidly gaining prominence.

Enter Goose, an open-source AI agent developed by Block, the financial technology company formerly known as Square. Goose offers functionality nearly identical to Claude Code but boasts a crucial advantage: it operates entirely on the user's local machine. This means no subscription fees, no reliance on cloud infrastructure, and importantly, no arbitrary rate limits that reset frequently. "Your data stays with you, period," emphasized Parth Sareen, a software engineer who recently demonstrated the tool. This core appeal resonates deeply with developers, offering complete control over their AI-driven workflows, even enabling offline work, such as during flights.

The Goose project has experienced an explosion in popularity, underscored by its impressive metrics on GitHub, the popular code-sharing platform. It has garnered over 26,100 stars, attracted 362 contributors, and seen 102 releases since its inception. The latest version, 1.20.1, released on January 19, 2026, reflects a development velocity that rivals commercial offerings. For developers weary of Claude Code's restrictive pricing and usage caps, Goose represents a rare commodity in the AI landscape: a truly free, no-strings-attached solution for professional-grade work.

To fully appreciate Goose's significance, one must understand the controversy surrounding Claude Code's pricing. Anthropic, a San Francisco-based AI company founded by former OpenAI executives, integrates Claude Code into its subscription tiers. The free tier offers no access, while the Pro plan, priced at $17/month (annually) or $20/month, imposes strict limits of 10 to 40 prompts every five hours – a constraint that many developers find insufficient for even brief periods of intensive work. The higher-tier Max plans, at $100 and $200 per month, offer more generous allowances (50-200 and 200-800 prompts, respectively) and access to Anthropic's most advanced model, Claude 4.5 Opus. Yet, even these premium packages come with limitations that have fueled developer discontent.

In late July, Anthropic introduced new weekly rate limits. Pro users are allocated 40 to 80 hours of Sonnet 4 usage weekly, while $200 Max users receive 240 to 480 hours of Sonnet 4, plus 24 to 40 hours of Opus 4. Nearly five months later, the frustration persists. The core issue lies in the ambiguity of these "hours." They are not literal time-based measures but rather token-based limits that fluctuate significantly depending on the codebase's size, the length of the conversation, and the complexity of the code being processed. Independent analyses suggest the effective per-session limits translate to approximately 44,000 tokens for Pro users and 220,000 tokens for the top-tier $200 Max plan. "It's confusing and vague," one developer lamented in a widely circulated analysis, highlighting the disconnect between stated limits and actual utility.

The backlash has been fierce across platforms like Reddit and various developer forums. Reports abound of users hitting their daily limits within just 30 minutes of focused coding. Consequently, many have canceled their subscriptions, decrying the new restrictions as "a joke" and "unusable for real work." Anthropic has defended the changes, claiming they impact fewer than five percent of users and are primarily aimed at those running Claude Code "continuously in the background, 24/7." However, the company has yet to clarify whether this percentage applies to Max subscribers or all users, a distinction that significantly alters the perception of the policy's reach.

Meanwhile, Block's approach with Goose offers a stark contrast. Developed by the fintech company led by Jack Dorsey, Goose is an "on-machine AI agent." Unlike Claude Code, which processes queries on remote servers, Goose leverages open-source language models that users download and manage locally. Its documentation emphasizes capabilities extending "beyond code suggestions" to "install, execute, edit, and test with any LLM," highlighting its model-agnostic design. This flexibility allows users to integrate Goose with various models, including Anthropic's Claude (via API), OpenAI's GPT-5, Google's Gemini, or services like Groq and OpenRouter. Crucially, it enables full local operation using tools like Ollama, which facilitates the download and execution of open-source models on personal hardware.

The practical implications of this local-first strategy are profound. Developers benefit from the absence of subscription fees, usage caps, and rate limits. Moreover, the inherent privacy is a major draw, as conversations and code never leave the user's machine. "I use Ollama all the time on planes — it's a lot of fun!" noted Sareen, illustrating how local AI models liberate developers from internet connectivity constraints. Goose functions as a command-line or desktop application capable of autonomous, complex development tasks, including project initiation, code generation and execution, debugging, workflow orchestration, and external API interaction, all without constant human oversight. Its architecture relies on "tool calling" or "function calling," enabling language models to trigger specific actions in external systems. When a user asks Goose to create a file, run tests, or check a GitHub pull request status, it executes these operations directly. While Anthropic's Claude 4 models currently excel in tool calling, open-source models are rapidly advancing. Goose's documentation highlights strong contenders like Meta's Llama, Alibaba's Qwen, Google's Gemma, and DeepSeek models, indicating a vibrant and competitive ecosystem for AI-powered development tools.

Keywords: # AI coding # developer tools # Claude Code # Goose # Block # Anthropic # open-source AI # subscription costs # usage limits # local AI # software development # GitHub # Parth Sareen # Jack Dorsey # fintech