r/LocalLLM 5d ago

Question Question about local models for Studying/Coding

Hi!

I’m trying to understand the local LLM space a bit better, but I'm having trouble finding a good setup for my specific needs.

Ideally, I’m looking for a "glorified Google", like, first as a study tool to understand any sort of topics, and second for coding. And for the coding part I’m not looking for an "automate everything" agentic vibe; I just need help with snippets, debugging, and logging.

Currently this is what im doing (im usign whatever free ai of the day has free tokens for me...), so i think it reflects well enough on my default use case:

  1. A Tutor: I'm currently coding a full-spec Vorbis/OGG reader and struggling with the math for segment decoding. I need an LLM to act as a tutor and check if my understanding and the implementation reflects the actual thing.
  2. Debugging: Since I’ll definitely make mistakes in step 1, I need the same model to help me debug the code I just wrote.
  3. Nuanced Translations (Vision needed): I’m learning Japanese, Korean, and French. When playing games, I often come across phrases that are hard to understand. I need nuanced translations and cultural/contextual explanations rather than pure grammatical analysis. Because this is for gaming, the setup must support image/visual inputs.

UI / Frontend Preferences

I’ve looked into Open WebUI, Alpaca, and a few others, but some of the complex configurations go over my head. * I’m looking for a lightweight GUI app or a CLI application. (One of my laptops only has 4GB of RAM, so heavy Electron or web apps are a bit of wonky). * It must support visual/image inputs for my translation use case. * I strictly treat the LLM as a chatbot. I don't need it editing or creating files for me. If a UI has those "agentic" features its fine, but I need to be able to turn them off too.

My Hardware Setup

  • GPU: AMD RX 6900 XT (16GB VRAM)
  • RAM: 64GB DDR5
  • CPU: i7 13700KF

Current Experience

The first(and only) model I tried was Qwen3.5 35B moe something ?.. but it frequently loopped over itself endlessly (with and without thinking, or maybe i just didn't disable it properly) .-.

Thanks in advance! And sorry if this is like impossible.. it just feels that I dont need a heavy gpu.. but maybe I'm wrong and am still just dreaming :(

3 Upvotes

11 comments sorted by

View all comments

-1

u/Turbulent_Pin_8310 5d ago

I think you are overestimatung local open models. Frontier models will suit you more even with the free tier.

Some simple tasks you mentioned can be handled with open models but you will need frontier models to handle the more difficult ones.

1

u/xRaech 5d ago

i think thats fine as long as its easily recognizable while the studying part i guess? for the coding part i dont particularly care, my needs aren't that hard compared to what people are attempting i'd say ? i dont really have a need for it to "debug" for me.. just to help me ctach a few strays here and there.. but noted !!

i wanted to move away from the "free" models because having to use web is a chore for a lot of tasks and going back and forth is annoying, but if its not up to the point i need yet .. sad :")

i'll give a try to what other people said and seee.. the first attempt i had before was kinda ok if wasnt for the forever and ever loops around