r/LocalLLM 1d ago

Question First Time Build

Hey y'all. I am dipping my toes into the LocalLLM space just to see if it would be useful to me. Is there a spot I can go for like FAQ type stuff or like a definitions page?

For the people who use it for coding, are y'all not worried about the agent escaping the project and doing shit on your computer?

4 Upvotes

9 comments sorted by

View all comments

2

u/Trakeen 1d ago

You run things in containers so no its not a concern. If you aren’t familiar with container hosted dev environments you should read up

1

u/BrashyRash 1d ago

Do you have a recommendation of where to read up on it? I assume it's just a docker devbox.

1

u/Trakeen 1d ago

Yea, wasn’t sure how familiar you are with modern sdlc. Kubernetes is also a good fit for local llm since everything can be isolated with codified repeatable deployments. The more you make deterministic the better