AI News

Developers upset by the price and usage limits of Anthropic’s Claude Code are starting to look harder at an open-source alternative from Block. The tool, called Goose, is not new in the sense of a just-announced launch, but VentureBeat’s recent reporting has turned it into a focal point in a broader debate over what AI coding agents should cost, where they should run, and who controls the workflow.

That debate matters because Claude Code has become one of the most visible examples of an AI agent moving beyond autocomplete into terminal-based software work: writing code, editing files, running tests, and handling multi-step tasks with limited supervision. But according to VentureBeat, developer frustration has grown around Anthropic’s subscription structure, which ranges from lower-cost access tiers up to $200 a month, plus rate limits that some users say are hard to interpret in practice.

Goose offers a sharply different pitch. Built by Block and distributed as open source, it can run on a developer’s own machine, connect to multiple model providers, and in some configurations operate entirely offline through Ollama and local models such as Qwen 2.5. For builders and enterprise teams, the real story is not simply “free versus paid.” It is a collision between two approaches to AI coding: premium cloud software anchored to top proprietary models, and flexible local tooling that trades polish and peak model quality for control, lower recurring cost, and data locality.

Why Claude Code pricing became the trigger

According to VentureBeat, dissatisfaction with Claude Code accelerated after Anthropic introduced weekly rate limits on top of existing subscription tiers. VentureBeat described Anthropic’s lineup as including no Claude Code access on the free plan, a Pro plan around $20 a month with tighter prompt caps, and higher Max tiers at $100 and $200 a month that provide more headroom and access to stronger models.

The friction appears to come less from the existence of limits than from how those limits are communicated and experienced. VentureBeat reported that Anthropic describes usage partly in terms of available “hours” for model use, but that actual consumption depends on token-heavy variables such as codebase size, chat history, and task complexity. That makes it difficult for buyers to predict throughput in practical software workflows.

Anthropic, as cited by VentureBeat, has said the restrictions affect fewer than five percent of users and are meant to curb always-on background usage. But the report noted that the company did not publicly clarify the denominator for that figure. Without that context, product teams evaluating Claude Code for individual developers or broader rollouts still have to infer how often heavy but legitimate engineering usage might run into the caps.

That uncertainty matters in the AI coding market because developers do not buy these tools like normal SaaS seats. They use them in bursts, often against large repositories, and sometimes need hours of uninterrupted interaction during debugging or migration work. If the billing model is hard to map to real sessions, trust becomes part of the product.

How Goose positions itself differently

VentureBeat’s account frames Goose as a close functional alternative to Claude Code for autonomous coding tasks, though not necessarily an equal substitute on model quality. Goose can run as a desktop app or command-line tool and is designed to work with multiple model back ends rather than one company’s hosted stack.

That model-agnostic design is central to its appeal. According to VentureBeat, Goose can connect to Anthropic models through API access, as well as models from OpenAI and Google, and routing layers such as Groq and OpenRouter. It can also work with locally run open models via Ollama, which is what turns it from a lower-cost option into a potentially no-subscription workflow.

For developers handling sensitive repositories, the local setup is the real differentiator. If Goose is paired with a model running on the same machine, code and prompts do not need to be sent to an external provider. That creates a different privacy and compliance posture from a hosted service like Claude Code, even if the local model is weaker.

The project also appears to have meaningful momentum. VentureBeat reported more than 26,100 GitHub stars, 362 contributors, and more than 100 releases for Goose, including a recent version numbered 1.20.1. GitHub stars are not the same as active production usage, and open-source popularity does not guarantee enterprise reliability. Still, those figures suggest Goose has moved beyond a side experiment and into the class of tools developers are actively watching.

What Goose can do, and where the trade-offs start

The strongest case for Goose is that it is not just another code completion add-on. VentureBeat described it as an agent capable of creating files, editing projects, executing code, testing changes, and interacting with external systems. That places it closer to the emerging class of AI agents than to a traditional coding assistant.

The report also noted that Goose supports the Model Context Protocol, or MCP, which is becoming an important connector standard for agent tools that need access to files, databases, APIs, and third-party services. For builders, MCP support matters because it reduces the amount of custom glue required to let an agent operate across a real software environment rather than a chat box.

Still, the trade-offs are substantial. VentureBeat explicitly said Claude 4.5 Opus remains among the strongest options for difficult software engineering work, particularly on instruction following, broad codebase understanding, and high-quality first-pass output. That is a meaningful advantage for Anthropic in enterprise and professional settings where time saved can outweigh subscription cost.

Local operation also imposes hardware limits. VentureBeat cited Block documentation suggesting 32GB of RAM as a solid baseline for larger local models, while smaller models can run on 16GB systems. That means Goose may be free in license terms but not free in deployment reality for every developer. Teams that want local AI at scale may still end up paying through hardware refresh cycles, internal support, and slower inference.

Context length is another practical difference. Claude-hosted models can support much larger contexts than many default local configurations, which affects how well an agent can absorb a large repository or long-running conversation. Speed also remains a factor: server-grade inference backing Claude Code will typically feel faster than a laptop running a local model.

Evidence, claims and what is verified

The evidence in this story is relatively narrow because the source base here is a single VentureBeat report rather than a mix of company documentation, benchmark studies, and enterprise case studies. That means some caution is warranted.

Confirmed at a high level: Goose is an open-source project from Block, it can run locally, it integrates with providers including Ollama, and it is designed as an AI coding agent rather than a simple autocomplete tool. VentureBeat also reported concrete public signals such as GitHub star count, contributor numbers, and release cadence.

More tentative are the “does the same thing” implications in the original headline framing. Functionally, Goose and Claude Code both belong to the AI agents category for software development. But equal category placement does not prove equal reliability, model quality, usability, or throughput. VentureBeat itself acknowledged persistent performance gaps between leading proprietary models and open-source alternatives on harder tasks.

Benchmark references also need context. VentureBeat cited the Berkeley Function-Calling Leaderboard to support the idea that Anthropic models currently perform strongly at tool use. That is useful directional evidence, but leaderboard results are not identical to day-to-day engineering outcomes inside a messy production environment.

Adoption signals should be read similarly. High GitHub engagement around Goose suggests developer interest, but it is not a verified proxy for enterprise rollout or daily active usage. Likewise, complaints on Reddit and developer forums about Claude Code indicate real frustration, but they do not establish how representative that frustration is across Anthropic’s full customer base.

What this means for AI builders and enterprise buyers

For AI builders, Goose reinforces a point that has been building across the tooling stack: the agent layer is becoming separable from the model layer. A team can increasingly choose an orchestration shell, swap in a preferred model, and decide whether to run in the cloud, on a managed endpoint, or locally.

That matters for startups because it lowers dependency on any single vendor’s packaged experience. If Goose or similar tools become good enough, products like Claude Code, Cursor, and GitHub Copilot will need to justify premium pricing through workflow quality, team controls, collaboration features, or access to the very best models rather than through exclusivity of the basic agent concept.

For enterprises, the main issue is deployment fit. Claude Code may still be the better choice where accuracy, speed, and long context handling dominate and budgets allow for premium spend. Goose becomes more compelling where data residency, offline work, procurement friction, or per-seat cost make cloud-first tools harder to standardize.

There is also a governance angle. Teams evaluating AI agents for regulated codebases often want clear control over where source code travels. A local Goose plus Ollama stack cannot eliminate all security risk, but it changes the risk surface in a way that some security teams may prefer.

What to watch next

The next signal to watch is whether Anthropic changes pricing communication or rate-limit transparency around Claude Code. If buyers continue to struggle to convert subscription terms into practical engineering capacity, cheaper or open alternatives will gain leverage even if model quality remains lower.

A second signal is whether Goose turns open-source popularity into deeper product maturity. Enterprise admins will want better evidence on stability, permissioning, auditability, and team deployment patterns before treating it as more than a developer-led option.

Third, watch the local model ecosystem. If Qwen 2.5 and other open models improve tool calling, coding quality, and context length while staying usable through Ollama, the cost-performance case for local AI agents gets stronger. That could put pressure not only on Claude Code but also on Cursor and GitHub Copilot, both of which compete in adjacent coding assistant workflows.

Finally, MCP adoption will matter. If the Model Context Protocol becomes a common standard across AI agents, switching costs between tools may fall, and value may move toward execution quality, trust, and operational controls rather than connector lock-in.

Creati.ai perspective

The important development here is not that Goose has perfectly matched Claude Code. The important development is that developers now have a credible open-source path to the same category of workflow: terminal-centered AI agents that can act on code, not just comment on it. That changes pricing psychology across enterprise AI coding tools.

For the near term, premium proprietary models still appear to hold a quality advantage, especially for large repositories and ambiguous engineering tasks. But once agent shells, MCP integrations, and local runtimes become good enough, buyers start asking a sharper question: how much of the bill is paying for genuine performance, and how much is paying for packaging around a capability that is becoming more modular. Goose gives the market a concrete way to test that question.

Featured

Block’s open-source Goose emerges as a free local rival as Claude Code pricing frustrates developers

Block’s Goose is gaining attention as a free, local alternative to Claude Code, highlighting cost, privacy and control trade-offs in AI coding tools.