I turned my phone into a local LLM server, and it handles vision, voice, and tool calls
…Qwen3 Coder Next is still my favorite local model, but Gemma 4's entire array of options is really giving my preferences a run for their money.
Tracked topic
Gemma is a family of open-weight language models released by Google for text generation and related NLP tasks.
…Qwen3 Coder Next is still my favorite local model, but Gemma 4's entire array of options is really giving my preferences a run for their money.
…Gemma 4 runs locally through Ollama and handles most of the code generation. The prompt goes in, the model produces a working draft, and that draft is compiled before it reaches Claude…
…I wrote a Python script that uses Gemma 4 31b, running locally on my PC, to identify the game in each clip and sort the files automatically. It actually works, and it…
…Sign in to your XDA account Running a single local LLM on your own hardware is one thing. Running two of them at the same time, on the same machine, with shared…
…The two models I keep coming back to are Qwen 3.5 9B and Gemma 4 E4B, both running fine on my 8GB VRAM, so hardware isn't really the bottleneck for…
…Related I replaced ChatGPT and Claude with this powerful local LLM and saved over $20 a month while gaining full control Qwen3.6 runs on my old GPU and does what ChatGPT…
…I have been spending a lot of time with local LLMs, and Gemma 4 was already running on my RTX 4070 Ti. It was fast, local, and not going anywhere. So, I…
…Related I finally found an open-source local LLM that actually competes with cloud AI Open-source is catching up Gemma 4 E2B is built for this exact situation The one Google…
…But the longer I lean on local AI, the more I run into things LM Studio either doesn't do or makes me set up by hand. That's what pushed me…
…Sign in to your XDA account Summary Running a local Gemma4 on my RTX 4070 Ti let me prototype my dream game offline. A spreadsheet+Python rebuilt the persistent world, so I…