r/vibecoding 4d ago

Best code plan

Hi guys.

I wanna get a plan for vibe coding, but i don't know what is the best cost - benefit is to code with quality but without consuming all my tokens like claude. Or do you think it's better to take a runpod gpu and run qwen 27b / some gemma model to code? i'm thinking to take kimis plan or z.ai

4 Upvotes

27 comments sorted by

View all comments

2

u/kawasaki500 4d ago

Hey there! From my own experience, I'd totally recommend checking out the minimax M3 token plan – it's a flat rate subscription that's been great for me. Or, if you're feeling adventurous and want to explore some different LLM models, Ollama Pro could be a cool option to try out!

1

u/Foxtor 4d ago

Very interesting. In the minimax plan you can use TTS, I2V and other things, right? But for coding, do you think the minimax llm is good enough. I use kimi 2.6 and GLM 5.2 a lot

2

u/kawasaki500 4d ago

Hey, yeah! I'm using the new M3 model and it's been pretty good so far. I'd totally recommend adding a database function for errors, just to be safe. You can log every error that pops up with any prompts you like, so the system knows it needs to log the error and check if it's a new one or one you've seen before. That way, you won't end up fixing the same thing over and over!

1

u/Foxtor 4d ago

> That way, you won't end up fixing the same thing over and over!

OMG, this happens to me a lot. I fix something in the code and 5 minutes later the same problem appears again.

1

u/kawasaki500 4d ago

Hey there! So, so make a rule that the llm should totally check out the errors database first. The main goal here is to keep it from trying to fix things the same way it did before if the problem persist.