Artificial Intelligence: Goose challenges Claude Code with free code
Goose, the new coding agent from Block, offers a free, local alternative to Anthropic's costly Claude Code subscriptions.

The programming revolution vs. the cost barrier
Artificial intelligence has radically transformed the developer workflow. However, this innovation comes with a high price tag. Tools like Claude Code, from Anthropic, have gained popularity for their ability to write, debug, and deploy code, but their fees—ranging from $20 to $200 per month—have caused deep discontent within the community. The imposition of vague and restrictive usage limits has led many programmers to seek more democratic alternatives.
This is where Goose comes into play, an open-source coding agent developed by Block. This tool allows you to perform practically the same tasks as its commercial counterpart, but under a model that prioritizes user control and privacy.
Why are developers abandoning Claude Code?
The controversy lies in Anthropic's pricing structure. Paid users face limits based on "hours" that, in practice, translate into confusing token quotas. According to various analyses, even subscribers to the $200 Max plan can exhaust their limits during high-demand periods, which many have described as a solution "unviable for real work."
"When they say '24-40 hours of Opus 4,' that doesn't tell you anything useful about what you're actually getting," developers criticize on specialized forums.
This scenario is reminiscent of the debates surrounding model autonomy, a topic we have already analyzed in depth while exploring The AI Evaluation Gap: Risks of Autonomy in Businesses.
Goose: LLM power without leaving your machine
Unlike cloud-based solutions, Goose is an on-machine agent. This means that processing happens locally, allowing programmers to work even without an internet connection. The key to its success lies in its model-agnostic nature:
- Total flexibility: You can connect Goose to Claude, GPT-5, or Gemini via API.
- Local execution: Thanks to tools like
Ollama, it is possible to run machine learning models directly on your hardware. - Privacy: Your data and your code never leave your machine, eliminating the security risks associated with the cloud.
How to start coding with Goose
Setup is surprisingly simple for a professional development environment:
- Install Ollama: Allows you to download and run language models locally (e.g.,
ollama run qwen2.5). - Install Goose: Available via GitHub, it offers a command-line or desktop interface.
- Configure the provider: Simply point the configuration to the local Ollama port (
http://localhost:11434) to start operating.
Conclusion: The end of the $200-a-month era
Although Claude 4.5 Opus still maintains a slight edge in extremely complex tasks, the advancement of open-source models is unstoppable. The existence of a free, auditable tool without arbitrary limits like Goose proves that the industry is changing. For the modern developer, true freedom does not lie in paying more for a black box, but in having total control over their LLM infrastructure.
Sources:
Related articles
3 de septiembre de 2026
Simultaneous Collapse: What the Artificial Intelligence Outage Teaches Us
ChatGPT, Claude, and Grok suffered simultaneous outages, exposing the fragility of our current reliance on large language models.
25 de agosto de 2026
Goose: The Free AI Alternative Challenging Claude Code
The rise of autonomous coding agents is facing a schism: while Claude Code imposes limits and high costs, Goose offers an open-source alternative.
18 de agosto de 2026
Opacity in Artificial Intelligence: What Are Big Tech Companies Hiding?
Major AI companies publish reports on how their models are being used, but a lack of independent data raises questions about the true state of the sector.
10 de agosto de 2026
Bose and the New Era of Artificial Intelligence in Wearables
Bose is transforming from a hardware brand into an AI-driven audio technology company as it navigates the future of wearables.
Loading comments...