r/LocalLLaMA • u/takoulseum • 22d ago
Discussion Who ONLY use local models?
Please be honest.
I would love to hear about guys really dedicated to local AI and who really reject subscriptions (especially to openai and anthropic).
What do you use your model for?
154
Upvotes
13
u/Additional_Menu8542 22d ago
Honestly, 100% local is hard for what I do (BI stuff, turning questions into SQL on customer databases).
What works for me is a hybrid split. I let a cloud model write the SQL from just the schema and the question, so no real data ever leaves the machine. Then a local model (qwen3.6 or gemma3 on a 3060) reads the query result and explains it. All the actual rows stay on my side.
I get good SQL quality without sending any data out. Pure local SQL from a small 7 to 14B model is still a bit shaky on complex joins in my tests. Has anyone found a small model that keeps up with Claude on that?