this post was submitted on 28 May 2026
14 points (67.5% liked)

Programming

27088 readers
413 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Has anyone tried in organization to use self hosted llm models for agentic programming?

Im curious if it makes any sense. My organization spends fortune on tokens from us companies. I want to recommend something…

you are viewing a single comment's thread
view the rest of the comments
[–] eager_eagle@lemmy.world 9 points 2 days ago* (last edited 2 days ago) (2 children)

Qwen 3.6 and gemma4 models are the only ones usable for agentic prog sessions that I and my employer run locally. It's less stable and slower than third-party services, even on much better hardware (as it's with my employer). The best way is to go with a provider hosting deepseek flash/pro if your privacy policy allows though. It's going to be hard to beat their price.

[–] onlinepersona@programming.dev 2 points 1 day ago (1 children)

I thought those didn't support tool calling. Has that changed?

[–] adhdsergio@lemmy.world 1 points 1 day ago (1 children)

How many concurrent users and what hardware if i may ask?

[–] eager_eagle@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

it's an h100, I think, no idea about how many users

in my personal setup i use quantized versions on a 3080, which is not great, so I still lean a lot on APIs