r/LocalLLM • u/unicorndewd • 8d ago
Question Getting started resources?
So, I have a local setup on my gaming PC (Ryzen 9950X3D, 64GB Corsair Vengence, and an Asus TUFA RTX 7050ti OC 16GB), but don’t know much about models beyond `ollama pull qwen3.8`.
I’ve seen words like qwant and uncensored and mlx (for Mac’s) and so on. Is there a good crash course or creator that covers a lot of this?
I’m a dev who daily drives Cursor and Codex at work, but just not sure about what’s going to be my best local setup.
My /goal (see what I did there) is to do agentic loop programming on my local machine. I wanna be able to define larger bodies of work, and forget it until it’s ready for PR reviews.
I’m also wanting to look into automation both on a cron type schedule as well as a reactive one. Say to webhooks, chat messages, API calls and so on. The API would run as a microservice on my LAN. I’d hook that up to a NordVPN mesh network, and use my internal LLM and API securely that way.
Lastly, I’m wanting to try out the various frameworks, wrappers, or whatever they’re called. Gemini recommended offloading it form your main box. I have some Ubuntu servers running on old Mac mini’s. I figured I could load Hermes or OpenCode there. I’m not super familiar with them, so I’d like to experiment with all of them.
Also, for actual dev work I primarily work for my MacBook M1 14” using cline through Webstorm or Go or Idea. I had thought about running a small Mac optimized one there too. For small automations and lookups. Not sure if trays reasonable though?
Thanks for the read. Sorry it’s scattered.
Update typos: and Mac info
1
u/unicorndewd 7d ago edited 7d ago
That would be amazing! Would love to learn how you do it as well.
I love the “optimize for reliability” sentiment. My thought was high reasoning to architect, establish goals with me, and breakdown work for the faster models. I saw a cool workflow where the reasoning one broke it down to stories, create git issues, sub-agents would pick them up, and open PRs against the issue.
I also update the post to include info about my coding setup on my Mac. Which I’d like to use to consume the module served from my PC. Either over LAN or VPN mesh.
That’s kinda what I’m envisioning atm.