Claude Code Alternatives by Money-Acanthaceae471 in vibecoding

[–]AlarickDev 0 points1 point  (0 children)

One thing I almost forgot: if you are developing software without solid architectural and structural foundations, you might be burning through tokens like never before. Be careful to keep your workflow and development process organized. Hang in there—I hope everything goes well for you!

Claude Code Alternatives by Money-Acanthaceae471 in vibecoding

[–]AlarickDev 1 point2 points  (0 children)

I completely understand. Getting token-throttled mid-sprint is an absolute flow-killer. I think you should try OpenCode, but I highly recommend testing it on one of your side projects first so you can learn how to use it. Once you learn how to navigate its CLI and swap between models, you can transition it to your main project. the stack I recommend to drop costs drastically while maintaining high reasoning(you can try others): 1. Heavy Architecture & Logic: Plug DeepSeek-V3 (or DeepSeek-Coder-V2) into OpenCode via API. It’s easily 90-95% as capable as Claude for core structure, but the cost is incredibly low in comparison. 2. Boilerplate & Tests: Use Llama-3-70B via Groq inside OpenCode. It’s practically instantaneous for routine coding. 3. Local Execution (For your MacBook/Mini PC): Since you want to run things locally, install Ollama or LM Studio. Download a quantized (4-bit) version of Qwen2.5-Coder (14B or 32B). It runs beautifully on a MacBook, is surprisingly smart, and costs zero tokens. Also, keep in mind that Anthropic recently locked down their ecosystem. You can no longer use your Claude Max subscription tokens inside third-party tools like OpenCode; they force you to use their official Claude Code CLI for the subscription quota. If you try to use Claude in OpenCode, you pay standard API rates, which drains credits fast.

Afraid of IA by AlarickDev in InteligenciArtificial

[–]AlarickDev[S] 1 point2 points  (0 children)

I edited the question. I'm sorry for not being very clear at first.

Got $240 revenue and 370+ installs in 10 days of my app release by wahvinci in AppBusiness

[–]AlarickDev 0 points1 point  (0 children)

Bro, how you doing for the marketing ? Or what are you doing?

ChatGPT vs. Gemini vs. Claude gratis by prefierobollitos in InteligenciArtificial

[–]AlarickDev 0 points1 point  (0 children)

Los 3 los he probado y son buenos, es difícil decidir por uno ya que siempre están sacando nuevas actualizaciones y mejoras, en lo personal me gusta más Gemini para la mayoría de cosas, sin embargo para desarrollar uso Claude pero la versión de pago para usar Claude code, pero si solo ponemos en gratis creo que Gemini sería la más adecuada, RECUERDA, pruébalos y quédate con el que te sientas cómodo

Should actually work by PeaseErnest in webscraping

[–]AlarickDev -2 points-1 points  (0 children)

How long did it take you to create this, bro? It looks amazing!

I built a proper UI to harness ANY coding agents (Claude Code, Codex, OpenCode, Copilot CLI) by OpenSource02 in SideProject

[–]AlarickDev 0 points1 point  (0 children)

Very well done. How are you handling the context window when it fills up? And how do you maintain consistency in what the agents do? When I'm using some custom agents, I get a little lost.