@micahflee I saw your gist for running local AI models on the framework desktop. Wondering if that's something you did a large amount of and how your experience was with it for that purpose?
@Zxcvfdsa oh yeah, I've been playing with it for awhile now! I've been trying to figure out the best tools to use for code generation with ollama. It's actually quite impressive how good it is, though it still doesn't quite compete with the fancy models like Claude Sonnet/Opus, or GPT 5.x Codex. But it's great for private projects where you don't want to share the code with the AI companies, or private chat bots
@micahflee Thanks for the response Micah! Definitely considering it as a local LLM machine.