<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gemma &#8211; Gig City Geek</title>
	<atom:link href="https://gigcitygeek.com/tag/gemma/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigcitygeek.com</link>
	<description>Gig powered, curiosity driven...</description>
	<lastBuildDate>Fri, 17 Apr 2026 14:06:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://gigcitygeek.com/wp-content/uploads/2026/01/cropped-GigCityGeek_Logo-32x32.png</url>
	<title>gemma &#8211; Gig City Geek</title>
	<link>https://gigcitygeek.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Goodbye Whisper Server: Seamless Speech with Llama 4 and Gemma</title>
		<link>https://gigcitygeek.com/2026/04/17/llama-4-gemma-integrated-speech-input/</link>
					<comments>https://gigcitygeek.com/2026/04/17/llama-4-gemma-integrated-speech-input/#respond</comments>
		
		<dc:creator><![CDATA[Laronski]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 13:00:00 +0000</pubDate>
				<category><![CDATA[AI Service]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AI Development]]></category>
		<category><![CDATA[ai-agents]]></category>
		<category><![CDATA[gemma]]></category>
		<category><![CDATA[gpu-memory]]></category>
		<category><![CDATA[llama-4]]></category>
		<category><![CDATA[local AI]]></category>
		<category><![CDATA[speech-to-text]]></category>
		<category><![CDATA[stt]]></category>
		<category><![CDATA[voice-interface]]></category>
		<category><![CDATA[whisper]]></category>
		<guid isPermaLink="false">https://gigcitygeek.com/?p=3636</guid>

					<description><![CDATA[Eliminate the Whisper server! Llama 4 and Gemma 4 bring direct speech input, simplifying local AI agents and removing dependencies. A huge step for frictionl...]]></description>
										<content:encoded><![CDATA[<p>Last week I was tweaking my local setup after everyone went to bed, and I realized something odd: my entire speech pipeline still depended on a separate <a title="" href="https://openai.com/research/whisper" target="_blank" rel="noopener">Whisper</a> server that crashed every time my GPU memory got tight. It worked, mostly, but it felt like dragging a trailer behind a sports car.</p>
<p>Seeing audio support land directly in <a title="" href="https://www.meta.com/blog/llama-2/" target="&lt;em&gt;blank" rel="noopener">llama-server</a> with <a title="" href="https://ai.google.dev/gemma" target="&lt;/em&gt;blank" rel="noopener">Gemma 4 models</a> feels like that moment when you finally take the trailer off and see what the car can really do.</p>
<p><h4>A Quietly Important Upgrade</h4>
</p>
<p>What excites me here is not just “yet another <a title="" href="https://en.wikipedia.org/wiki/Speech&lt;em&gt;recognition" target="&lt;/em&gt;blank" rel="noopener">STT</a> option,” but the fact that speech input now lives in the same process as your main model. No more bolting on a Whisper container, juggling ports, or translating from one API style to another. For people running fully local agents, that is a net positive development, and it makes the whole stack less fragile and easier to reason about.</p>
<p>My son already talks to his games more than he types; giving a local agent that kind of frictionless voice interface without cloud calls or extra services is a big step toward setups normal people could actually use.</p>
<p><h4>Some Rough Edges To Watch</h4>
</p>
<p>That said, the reality on the ground is messy, and pretending otherwise helps nobody. Early testers are already running into context limit issues, crashes on longer clips, odd looping in transcripts, and very specific prompting requirements just to get stable output. You can feel the difference when someone switches to <a title="" href="https://github.com/readout/voxtral" target="&lt;em&gt;blank" rel="noopener">Voxtral</a> or <a title="" href="https://github.com/versatile-ai/parakeet" target="&lt;/em&gt;blank" rel="noopener">Parakeet</a> for anything over a couple of minutes, especially for longer-form speech or noisy environments.</p>
<p>That is the catch with “native” audio support right now: yes, it is integrated, but you still need to babysit it with careful prompts, tuned <a title="" href="https://en.wikipedia.org/wiki/Mini-batch" target="&lt;em&gt;blank" rel="noopener">microbatch settings</a>, and sometimes a separate <a title="" href="https://en.wikipedia.org/wiki/Voice&lt;/em&gt;activity&lt;em&gt;detection" target="&lt;/em&gt;blank" rel="noopener">VAD</a> or noise gate on the front.</p>
<p><h4>Looking Beyond English And Easy Demos</h4>
</p>
<p>There is also the language question, which matters more than benchmarks for many of us. Some folks are getting great Spanish results and claiming clear wins over Whisper, but others point out the weaker coverage for certain languages and specialized phrases. Whisper still has an edge for a lot of Asian languages, while <a title="" href="https://github.com/Qwen/QwenASR" target="&lt;em&gt;blank" rel="noopener">Qwen </a><a title="" href="https://en.wikipedia.org/wiki/Automatic&lt;/em&gt;speech&lt;em&gt;recognition" target="&lt;/em&gt;blank" rel="noopener">ASR</a> and Canary bring their own tradeoffs in speed, latency, and language selection.</p>
<p>If my wife wants to dictate in another language while cooking, I cannot hand her something that silently drops quality the moment she switches tongues. For this to be more than a cool English demo, the multilingual story has to be as strong as the integration story.</p>
<p><h4>Where This Actually Leaves Us</h4>
</p>
<p>So is this good or bad for people who build and run local agents and tools on their own machines? Taken as a whole, it is clearly a net positive for that audience, but it is not “uninstall Whisper and call it a day” territory yet. What we have now is a promising first step: an integrated STT path, decent performance on short clips, and a route to fully local “talk to your model” experiences without spinning up extra services.</p>
<p>The next stretch is going to be all about stability on longer audio, better handling of silence and noise, more robust multilingual behavior, and honest benchmarks that include <a title="" href="https://en.wikipedia.org/wiki/Video&lt;em&gt;RAM" target="&lt;/em&gt;blank" rel="noopener">VRAM pressure</a> and <a title="" href="https://en.wikipedia.org/wiki/Latency&lt;em&gt;(computing)" target="&lt;/em&gt;blank" rel="noopener">CPU latency</a>, not just accuracy.</p>
<p>If that work happens, the separate STT server will start feeling like a historical curiosity rather than a necessary evil.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gigcitygeek.com/2026/04/17/llama-4-gemma-integrated-speech-input/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Local AI Models: A Shift in Workflow</title>
		<link>https://gigcitygeek.com/2026/04/16/gemma-4-local-ai-performance/</link>
					<comments>https://gigcitygeek.com/2026/04/16/gemma-4-local-ai-performance/#respond</comments>
		
		<dc:creator><![CDATA[Laronski]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 13:00:00 +0000</pubDate>
				<category><![CDATA[AI Service]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[AI assistant]]></category>
		<category><![CDATA[gemma]]></category>
		<category><![CDATA[Gemma 4]]></category>
		<category><![CDATA[Large Language Model]]></category>
		<category><![CDATA[llama.cpp]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[lm studio]]></category>
		<category><![CDATA[local AI]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://gigcitygeek.com/?p=3630</guid>

					<description><![CDATA[Discover a surprising shift in AI workflows! Moving from cloud models to Gemma 4 on local hardware reveals remarkable responsiveness and speed. Experience a ...]]></description>
										<content:encoded><![CDATA[<p>The moment I realized something had shifted was when I caught myself reaching for my <a href="https://en.wikipedia.org/wiki/Large_language_model" title="" target="_blank" rel="noopener">local model</a> instead of a cloud tab, almost on reflex. I was on the couch with my laptop, my son in the next room yelling at a game, and I had one of those annoying “this needs code, context, and a web search” problems from work. Normally that is a straight trip to <a href="https://www.anthropic.com/product/claude" title="" target="_blank" rel="noopener">Claude</a> or <a href="https://www.google.com/gemini/" title="" target="_blank" rel="noopener">Gemini</a>.</p>
<p>This time I pointed my editor at Gemma 4 on my modest box and just waited to see if it fell over. It did not. It acted like a real assistant instead of a fun toy.</p>
<p>What struck me was not raw tokens per second but how little time it wasted thinking. I had <a href="https://huggingface.co/Qwen" title="" target="_blank" rel="noopener">Qwen</a> 3.5 27B and 35B set up before, and while the quality is excellent, you can feel it grind through long chains of thought on fairly simple prompts.</p>
<p>Gemma 4, especially the 26B A4B variants people are running through <a href="https://github.com/ggerganov/llama.cpp" title="" target="_blank" rel="noopener">llama.cpp</a> and <a href="https://lmstudio.ai/" title="" target="_blank" rel="noopener">LM Studio</a>, feels like a high‑strung lawyer who reads fast, decides fast, and just answers. On mid‑range consumer hardware, having that kind of responsiveness from a local agent is a net positive for anyone trying to get real work done without renting someone else’s <a href="https://en.wikipedia.org/wiki/Graphics_processing_unit" title="" target="_blank" rel="noopener">GPU</a>.</p>
<p><h4>Mixed Signals, Real Tradeoffs</h4>
</p>
<p>Of course, the picture is not clean. If you read through enough user reports, you see two parallel realities: on one side, people on M1/M4 or tuned <a href="https://developer.nvidia.com/cuda-zone" title="" target="_blank" rel="noopener">CUDA</a> setups talking about blazing speeds, solid tool use, and 128k‑context coding sessions; on the other, folks stuck in endless tool‑call loops, bad argument schemas, and memory leaks that eat 100 gigabytes for breakfast. That is the price of living at the intersection of new <a href="https://en.wikipedia.org/wiki/Mixture_of_Experts" title="" target="_blank" rel="noopener">MoE</a> architectures, half‑baked frontends, and ever‑shifting chat templates.</p>
<p>Gemma 4 clearly has some temperament when it comes to <a href="https://www.promptingguide.ai/tools/tool-use" title="" target="_blank" rel="noopener">tool calling</a>; Qwen 3.5 often feels more stable and predictable there, especially with complex editing workflows in Zed or <a href="https://github.com/microsoft/copilot" title="" target="_blank" rel="noopener">Copilot</a> style harnesses.</p>
<p>Where Gemma 4 shines is the “good enough across everything” band. People are using it for <a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation" title="" target="_blank" rel="noopener">GDPR</a> adversarial letters, translation, light coding, MCP tools, even life organization and email triage. It can roleplay, it can chat naturally, it can do basic vision tasks, and it respects instructions more often than not.</p>
<p>Qwen is still the heavyweight for deep context and large multi‑file refactors, but Gemma gives you something a lot closer to a generalist colleague living entirely on your desk.</p>
<p><h4>Tools, Templates, And The Human In The Loop</h4>
</p>
<p>What has become obvious to me is that half of the “Gemma is broken” versus “Gemma changed my life” divide comes down to scaffolding. People who keep llama.cpp or <a href="https://github.com/vllm/vllm" title="" target="_blank" rel="noopener">vLLM</a> up to date, use the current Google or Unsloth chat templates, and accept a slightly slower, more conservative <a href="https://en.wikipedia.org/wiki/Sampling_(statistics)" title="" target="_blank" rel="noopener">sampling config</a> tend to report stable behavior.</p>
<p>Those who jam it into old runtimes or mismatch templates with aggressive tool‑calling setups get stuck in loops and think the model is dumb. That is not unique to Gemma, but it is amplified by how strongly it leans on <a href="https://en.wikipedia.org/wiki/Prompt_(computing)" title="" target="_blank" rel="noopener">system prompts</a> and tool schemas to decide when to think and when to act.</p>
<p>At home, that distinction is obvious even outside of work. My wife uses a small 1B helper model wired into the same stack just for naming chats, summarizing web search, and cleaning up emails, while I wake the “big” Gemma only when the task actually needs it. She does not care about MoE routing or <a href="https://en.wikipedia.org/wiki/Quantization_(signal_processing)" title="" target="_blank" rel="noopener">Q4 quantization</a>; she just notices that the assistant answers fast and does not freeze her machine.</p>
<p>That is the line local models have to cross to matter: they stop being a hobby and start being invisible infrastructure.</p>
<p><h4>Where This Actually Leaves Us</h4>
</p>
<p>If I step back and look at the whole thread of experiences, I would still classify Gemma 4 as a net positive for the local‑LLM crowd. It is not strictly better than Qwen 3.5 on quality, especially for vision and huge codebases, and some of the tool‑calling behavior genuinely needs work. But for many people running 3060‑class GPUs, M‑series Macs, or small Strix Halo boxes, Gemma 4 is the first time “local only” feels like a reasonable default instead of a compromise you make out of principle.</p>
<p>The most interesting part is not that it wins any single benchmark, but that it narrows the comfort gap with cloud models to the point that you can realistically mix and match: Gemma 4 locally for everyday coding, writing, and search, Qwen or a cloud model for the rare monster task.</p>
<p>If you care about privacy, latency, or just owning your own tools, that quiet shift might be the biggest story hiding in all those Reddit comments.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gigcitygeek.com/2026/04/16/gemma-4-local-ai-performance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
