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
25 de julio de 2026
Intel·ligència artificial: Goose desafia Claude Code amb codi gratuït
Goose, el nou agent de codi de Block, ofereix una alternativa gratuïta i local davant les costoses subscripcions de Claude Code d'Anthropic.
25 de julio de 2026
Inteligencia artificial: Goose desafía a Claude Code con código gratuito
Goose, el nuevo agente de código de Block, ofrece una alternativa gratuita y local frente a las costosas suscripciones de Claude Code de Anthropic.
23 de julio de 2026
La demanda d'Apple contra OpenAI: Qui definirà l'era post-smartphone?
La batalla legal per secrets comercials posa a prova el futur d'OpenAI mentre intenta liderar la pròxima generació de maquinari amb intel·ligència artificial.
23 de julio de 2026
Apple's Lawsuit Against OpenAI: Who Will Define the Post-Smartphone Era?
The legal battle over trade secrets tests OpenAI's future as it attempts to lead the next generation of artificial intelligence hardware.
Loading comments...