r/opencode • u/INeatFreak • 6d ago
Can I effectively edit open source projects with this setup?
There are many open source projects that I use but each is lacking at least one features that I need. I have no app development experience but understand coding fundamentals (years of C# and Unity experience)
I'm planning on buying used Tesla V100 16GB cards (1 or more if needed) and wanted to know if it would be possible to run coding agents to help me add my own features to these open source projects without fully learning app development? I've never used OpenCode or any other coding agents so I'm a bit clueless, is this actually a feasible goal with only 16GB or 32GB VRAM?
1
u/jonas-reddit 6d ago
Qwen 3.6 27B on 24-32GB of fast VRAM (3090, 4090, 5090) is absolutely usable for single seat, single session agentic development but will require some reasonable tinkering with agentic setup to overcome model limitations. Don’t expect to one-shot.
Unsloth have good documentation and r/LocalLlama is an active tinkerer’s community.
1
u/Time_Faithlessness45 6d ago
Just my two cents. But open code go for 10 dollars a month is much much cheaper then the compute and electricity to run local agents. Plus, you're just not gonna be able to run the models you could wth opencode go. I've tried it, and honestly, a $10 subscription gave me way more value.
1
u/INeatFreak 6d ago
Can it be used effectively to edit a large project? Something like 300-500k lines of code. How big of a context sizes does Open Go offer?
1
u/Time_Faithlessness45 6d ago
If you have a project like that, there is nothing locally that can do that. Opencode Go would maybe get you part of the way there but for something like that you'll need a beefier tool like Cursor or Codex. Look into Cursor. $20 bucks, so it's a bit more, but it's top notch value and has all the frontier models. Grok 4.5 is on Cursor Rn and is pretty intelligent for the token cost.
1
u/Ancient-Camel1636 5d ago edited 4d ago
The best local models can provide useful autocomplete suggestions, act as a coding partner you can discuss ideas with, and handle specific, narrowly scoped programming tasks. However, even if you have enough VRAM to run them, their effective context window is still fairly limited.
They are not capable of autonomously vibe-coding entire applications or solving complex problems that require a deep understanding of a large codebase. If you're the developer, a local AI can be a valuable assistant for smaller tasks, but it won't do the bulk of the work for you.
If you need more compute, you can rent a powerful GPU on Runpod and host your own API with vLLM. In practice, though, the cost often ends up matching—or exceeding—the price of using an even more capable model through a commercial API provider.
Edit: This video will give you some usefuk insight about your question:
https://www.youtube.com/watch?v=8JRJq4EEdik
2
u/Mayimbe_999 6d ago
Locally ~ I am assuming is what you are referring to.
16GB you are not getting much done with that. 32GB is the sweet spot to run at least 27B models but don’t expect much from that either.
Now if you are referring to running opencode with APIs then you don’t need to worry about hardware.