<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Coding on NoRaincheck</title><link>https://noraincheck.github.io/tags/coding/</link><description>Recent content in Coding on NoRaincheck</description><generator>Hugo</generator><language>en-US</language><copyright>NoRaincheck</copyright><lastBuildDate>Sat, 04 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://noraincheck.github.io/tags/coding/index.xml" rel="self" type="application/rss+xml"/><item><title>Vibe Benchmarks</title><link>https://noraincheck.github.io/posts/vibe-benchmarks/</link><pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/vibe-benchmarks/</guid><description>&lt;h2 id="vibe-benchmarks"&gt;Vibe Benchmarks&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;July 2026&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;A quick round of informal benchmarking across a few local coding models.&#10;Nothing rigorous — just a few problems run through each model and seeing&#10;how they handled it. The goal was to get a sense of the trade-offs between&#10;quality, speed, and practical usability.&lt;/p&gt;&#10;&lt;h3 id="the-models"&gt;The models&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Qwen Coder Next&lt;/strong&gt; — the best quality by a fair margin. It understood&#10;the problem, produced clean code, and generally got it right on the first&#10;try. The problem is that it&amp;rsquo;s too large and too slow. The latency was&#10;noticeable, and the larger context windows it supports actually work&#10;against it — with more context comes more tokens to process, and the&#10;slowdown compounds.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Qwen 35B MoE&lt;/strong&gt; — the best on balance. It matched Qwen Coder Next on&#10;most problems, was noticeably faster, and didn&amp;rsquo;t suffer from the same&#10;context-window bloat. For practical daily use, this is the sweet spot.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Cohere North Mini&lt;/strong&gt; — extremely fast. Almost instant responses. But&#10;it failed to solve several problems that Qwen 35B solved after one or&#10;two turns. North Mini kept going in circles — same wrong approach,&#10;repeated, unable to course-correct. Speed is great when it works, but&#10;not much use if it can&amp;rsquo;t actually solve the problem.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Qwen 27B&lt;/strong&gt; — too slow for my taste. I&amp;rsquo;d need to try it again under&#10;different conditions before forming a firm opinion. It had decent&#10;quality but the latency was a real drag.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Gemma MoE&lt;/strong&gt; — okay. Nothing wrong with it, but Qwen models were&#10;consistently higher quality. Gemma felt like it was trying its best&#10;but falling short on the harder problems.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="tldr"&gt;TL;DR&lt;/h3&gt;&#10;&lt;p&gt;Qwen Coder Next is the best. Qwen 35B MoE is the best on balance. Cohere&#10;North Mini is extremely fast but unreliable on actual problem-solving.&#10;Gemma MoE is fine but Qwen wins on quality. Qwen 27B needs another shot.&lt;/p&gt;</description></item></channel></rss>