<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kris Racette</title>
    <description>The latest articles on DEV Community by Kris Racette (@krisracette).</description>
    <link>https://dev.to/krisracette</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3993837%2F75e18b20-f2b3-4acc-a8f2-519b46633ce9.png</url>
      <title>DEV Community: Kris Racette</title>
      <link>https://dev.to/krisracette</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krisracette"/>
    <language>en</language>
    <item>
      <title>Ollama Cloud Compute vs Capability: I Ranked Every Model by GPU Cost Per Task</title>
      <dc:creator>Kris Racette</dc:creator>
      <pubDate>Thu, 09 Jul 2026 00:14:34 +0000</pubDate>
      <link>https://dev.to/krisracette/ollama-cloud-compute-vs-capability-i-ranked-every-model-by-gpu-cost-per-task-4l0p</link>
      <guid>https://dev.to/krisracette/ollama-cloud-compute-vs-capability-i-ranked-every-model-by-gpu-cost-per-task-4l0p</guid>
      <description>&lt;h1&gt;
  
  
  Ollama Cloud Compute vs Capability: I Ranked Every Model by GPU Cost Per Task
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;By &lt;a href="https://krisracette.me" rel="noopener noreferrer"&gt;Kris Racette&lt;/a&gt; · Originally published at &lt;a href="https://executivemind.io/articles/ollama-cloud-compute-analysis" rel="noopener noreferrer"&gt;executivemind.io&lt;/a&gt; · 12 min read&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5gdveljj4xcf8ize7l3j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5gdveljj4xcf8ize7l3j.png" alt="Ollama Cloud Compute Analysis — Executive Mind" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you're an Ollama Cloud subscriber, you've probably noticed the weekly quota is a moving target. Hit the limit halfway through Wednesday, you're stuck for the rest of the week. Hit it on Saturday afternoon, you've been efficient. The difference is almost entirely about which models you route to — and almost no one is publishing the data on what actually burns the most compute per task.&lt;/p&gt;

&lt;p&gt;Until now. I crunched the numbers on every major Ollama Cloud model — DeepSeek V4 Flash, DeepSeek V4 Pro, GLM 5.2, Kimi K2.7 Code, MiniMax M3, Qwen 3.7 Max, GPT-OSS 120B, and both Gemma 4 variants — and ranked them by GPU compute per task against their actual coding benchmark performance.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;⚡ The Headline Finding:&lt;/strong&gt; DeepSeek V4 Flash (13B active parameters) burns &lt;strong&gt;~73% less compute&lt;/strong&gt; than V4 Pro (49B active) — and lands within 1-3 points on virtually every coding benchmark. If you're paying for V4 Pro tier to do routine work, you're burning three quarters of your weekly quota for marginal quality gains.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Why Compute Is a Moving Target on Ollama Cloud
&lt;/h2&gt;

&lt;p&gt;Most people read the Ollama Cloud pricing page and think they're paying per token. They're not. From &lt;a href="https://ollama.com/pricing" rel="noopener noreferrer"&gt;Ollama's pricing page&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Models consume a different amount of usage based on how difficult they are to run."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In practice, this means Ollama weights your usage by &lt;strong&gt;GPU compute difficulty&lt;/strong&gt;, not raw tokens. A 1,000-token response from a 13B active MoE model costs a small fraction of the quota of the same 1,000 tokens from a 49B active MoE model. The two biggest drivers are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Active parameters per token&lt;/strong&gt; — the number of parameters that actually fire on each forward pass&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thinking token overhead&lt;/strong&gt; — reasoning models emit hidden "thinking" tokens that count toward your quota but never appear in the output&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Context window memory matters too, but the dominant variable is active params. That's why a 1T-parameter MoE with 32B active (Kimi K2.7 Code) costs less than a 744B-parameter model with 40B active (GLM 5.2). Total parameter count is a vanity metric on cloud subscriptions — what matters is what fires per token.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Model Roster
&lt;/h2&gt;

&lt;p&gt;Sorted by active parameters, because that's the primary compute driver:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Total Params&lt;/th&gt;
&lt;th&gt;Active Params&lt;/th&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;Open Weights&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 26B (A4B MoE)&lt;/td&gt;
&lt;td&gt;26B&lt;/td&gt;
&lt;td&gt;4B&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ Open&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPT-OSS 120B&lt;/td&gt;
&lt;td&gt;117B&lt;/td&gt;
&lt;td&gt;5.1B&lt;/td&gt;
&lt;td&gt;128K&lt;/td&gt;
&lt;td&gt;✅ Apache 2.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;284B&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;13B&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MiniMax M3&lt;/td&gt;
&lt;td&gt;428B&lt;/td&gt;
&lt;td&gt;23-26B&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 27B (dense)&lt;/td&gt;
&lt;td&gt;27B&lt;/td&gt;
&lt;td&gt;27B&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ Open&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi K2.7 Code&lt;/td&gt;
&lt;td&gt;1T&lt;/td&gt;
&lt;td&gt;32B&lt;/td&gt;
&lt;td&gt;256K&lt;/td&gt;
&lt;td&gt;✅ Modified MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GLM 5.2&lt;/td&gt;
&lt;td&gt;744B&lt;/td&gt;
&lt;td&gt;40B&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V4 Pro&lt;/td&gt;
&lt;td&gt;1.6T&lt;/td&gt;
&lt;td&gt;49B&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;✅ MIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen 3.7 Max&lt;/td&gt;
&lt;td&gt;Proprietary&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;❌ API only&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Note the wild spread: Gemma 4 26B (MoE) fires only 4B parameters per token, while DeepSeek V4 Pro fires 49B. That's a &lt;strong&gt;12× difference&lt;/strong&gt; in per-token compute — which is exactly what Ollama is charging you for.&lt;/p&gt;

&lt;h2&gt;
  
  
  Benchmark Performance Across the Field
&lt;/h2&gt;

&lt;p&gt;Pulled from SWE-bench Verified, SWE-bench Pro, Terminal-Bench 2.1, LiveCodeBench, the Composio tool-use benchmark, and Design Arena. Estimated values are marked in italics — these are interpolation estimates from partial public data, not made up.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;SWE-bench Verified&lt;/th&gt;
&lt;th&gt;SWE-bench Pro&lt;/th&gt;
&lt;th&gt;Terminal-Bench&lt;/th&gt;
&lt;th&gt;LiveCodeBench&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;GLM 5.2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;82.8&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;62.1&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;81.0&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V4 Pro&lt;/td&gt;
&lt;td&gt;80.6&lt;/td&gt;
&lt;td&gt;55.4&lt;/td&gt;
&lt;td&gt;~76 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;93.5&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;79.0&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~52 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;~73 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;91.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen 3.7 Max&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;60.6&lt;/td&gt;
&lt;td&gt;69.7&lt;/td&gt;
&lt;td&gt;91.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi K2.7 Code&lt;/td&gt;
&lt;td&gt;~65 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;~55-58 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;~75 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;~88 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MiniMax M3&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;59.0&lt;/td&gt;
&lt;td&gt;66.0&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 27B (dense)&lt;/td&gt;
&lt;td&gt;61.2&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPT-OSS 120B&lt;/td&gt;
&lt;td&gt;~54.9 &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 26B (A4B)&lt;/td&gt;
&lt;td&gt;17.4&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;GLM 5.2 is the capability leader for open-weight models — #1 on SWE-bench Pro (62.1), Terminal-Bench (81.0), and Design Arena for code. Qwen 3.7 Max and DeepSeek V4 Pro are tightly bunched behind. DeepSeek V4 Flash sits in the top tier at 79% SWE-bench Verified and 91.6 LiveCodeBench.&lt;/p&gt;

&lt;p&gt;The Gemma 4 MoE variant (A4B) at 17.4% is essentially not a coding model. Google chose not to feature SWE-bench in their official Gemma 4 press materials for a reason.&lt;/p&gt;

&lt;h2&gt;
  
  
  Compute Per Token — The Real Number
&lt;/h2&gt;

&lt;p&gt;If Ollama weights usage by GPU compute difficulty, and the dominant driver is active parameters, then the relative cost per token looks like this (V4 Pro = 1.0x as the reference):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Active Params&lt;/th&gt;
&lt;th&gt;Compute/Token&lt;/th&gt;
&lt;th&gt;Notes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 26B (A4B)&lt;/td&gt;
&lt;td&gt;4B&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;0.08x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cheapest, but not a coding model&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPT-OSS 120B&lt;/td&gt;
&lt;td&gt;5.1B&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;0.10x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cheapest viable, weak coder&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;13B&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;0.27x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Sweet spot: low compute + high capability&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MiniMax M3&lt;/td&gt;
&lt;td&gt;23-26B&lt;/td&gt;
&lt;td&gt;0.53x&lt;/td&gt;
&lt;td&gt;Mid-tier&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 27B (dense)&lt;/td&gt;
&lt;td&gt;27B&lt;/td&gt;
&lt;td&gt;0.55x&lt;/td&gt;
&lt;td&gt;Dense = all params active&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi K2.7 Code&lt;/td&gt;
&lt;td&gt;32B&lt;/td&gt;
&lt;td&gt;0.65x&lt;/td&gt;
&lt;td&gt;+ 30% fewer thinking tokens&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GLM 5.2&lt;/td&gt;
&lt;td&gt;40B&lt;/td&gt;
&lt;td&gt;0.82x&lt;/td&gt;
&lt;td&gt;Can exceed on &lt;code&gt;max&lt;/code&gt; thinking&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen 3.7 Max&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;~0.65-0.82x &lt;em&gt;(est.)&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;Proprietary&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V4 Pro&lt;/td&gt;
&lt;td&gt;49B&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1.00x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Heaviest per token&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;That 0.27x on V4 Flash versus 1.0x on V4 Pro isn't a typo. It's a 73% compute reduction for the same kind of work, on most tasks. If you're running a 10-agent operation on Ollama Cloud, the difference between routing everything to V4 Pro and routing routine work to V4 Flash could literally be the difference between hitting your quota on Wednesday and hitting it on Saturday.&lt;/p&gt;

&lt;h2&gt;
  
  
  Total Compute for the Same Coding Task
&lt;/h2&gt;

&lt;p&gt;Per-token cost is half the story. The other half is thinking token overhead. For a moderate coding task (5,000 thinking + 2,000 output tokens), the total compute looks like this:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Active (rel.)&lt;/th&gt;
&lt;th&gt;Thinking (rel.)&lt;/th&gt;
&lt;th&gt;Est. Total Compute&lt;/th&gt;
&lt;th&gt;Tier&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 26B (A4B)&lt;/td&gt;
&lt;td&gt;0.08x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.08x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;❌ Not viable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPT-OSS 120B&lt;/td&gt;
&lt;td&gt;0.10x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.10x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;⚠️ Weak&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;0.27x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.27x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Strong&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi K2.7 Code&lt;/td&gt;
&lt;td&gt;0.65x&lt;/td&gt;
&lt;td&gt;0.7x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.46x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Strong&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MiniMax M3&lt;/td&gt;
&lt;td&gt;0.53x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.53x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Strong&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemma 4 27B (dense)&lt;/td&gt;
&lt;td&gt;0.55x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.55x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;⚠️ Mid&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen 3.7 Max&lt;/td&gt;
&lt;td&gt;~0.65-0.82x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.65-0.82x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Top tier&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GLM 5.2&lt;/td&gt;
&lt;td&gt;0.82x&lt;/td&gt;
&lt;td&gt;1.0-1.4x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~0.82-1.15x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Best open&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V4 Pro&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;1.0x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~1.0x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ Top tier&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Note Kimi K2.7 Code's trick: it uses 30% fewer thinking tokens than its peers. That single design choice moves it from a 0.65x per-token cost to a 0.46x &lt;em&gt;total&lt;/em&gt; cost — a meaningful efficiency gain for IDE-bound coding work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Compute vs Capability Matrix
&lt;/h2&gt;

&lt;p&gt;Each model plotted by total compute per task and coding capability tier:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                       Low Compute                High Compute
                 ┌───────────────────────┬───────────────────────┐
  Top-Tier       │                        │  GLM 5.2 (best open)  │
  Capability     │  DeepSeek V4 Flash     │  Qwen 3.7 Max (API)   │
                 │  (best value)          │  DeepSeek V4 Pro      │
                 ├───────────────────────┼───────────────────────┤
  Mid-Tier       │  MiniMax M3            │                        │
  Capability     │  Kimi K2.7 Code        │                        │
                 │  Gemma 4 27B (dense)   │                        │
                 ├───────────────────────┼───────────────────────┤
  Low            │  GPT-OSS 120B          │                        │
  Capability     │  Gemma 4 26B (A4B)     │                        │
                 └───────────────────────┴───────────────────────┘
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The single most important cell: &lt;strong&gt;DeepSeek V4 Flash in the top-left quadrant.&lt;/strong&gt; High capability, low compute. The closest competitor in that cell is Kimi K2.7 Code — but Kimi is purpose-built for agentic IDE coding, not for general-purpose reasoning at the Flash tier's quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  What About GPT-OSS and Gemma?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Short answer: no, they're not in the same league for coding on Ollama Cloud.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GPT-OSS 120B&lt;/strong&gt; has the cheapest compute profile on Ollama Cloud (5.1B active — barely a blip on the quota), but it ranks #78 out of 124 models on coding benchmarks with a score of 21.2. It's a reasoning model that can do tool use, but for real software engineering it's nowhere near the frontier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemma 4 27B (dense)&lt;/strong&gt; is more interesting. Google reports 61.2% on SWE-bench Verified, which is respectable. But independent testing of the MoE variant (A4B, 4B active) scored only 17.4% — and Google deliberately omitted SWE-bench from their official Gemma 4 benchmark press materials.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;⚡ Key Insight:&lt;/strong&gt; On Ollama Cloud, the compute cost difference between the cheapest viable coder (DeepSeek V4 Flash at 13B active) and GPT-OSS or Gemma is irrelevant compared to the capability gap. You're already on a subscription — use the model that actually solves the problem. GPT-OSS and Gemma are models for &lt;em&gt;local hardware constraints&lt;/em&gt;, not cloud subscription optimization.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Final Ranking — All Nine Models, by Value
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;🥇&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;13B active = ~73% less compute than V4 Pro. 79% SWE-bench Verified. &lt;strong&gt;The undisputed value king.&lt;/strong&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🥈&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Kimi K2.7 Code&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;32B active + 30% fewer thinking tokens. Purpose-built for agentic coding.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🥉&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;MiniMax M3&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;23-26B active, 59% SWE-bench Pro, 1M context, native multimodal.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GLM 5.2&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;40B active, but #1 on SWE-bench Pro (62.1) and Terminal-Bench (81.0). Best open-weight coder.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Qwen 3.7 Max&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;60.6 SWE-bench Pro, 69.7 Terminal-Bench. Top-tier but proprietary + heavier.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Pro&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;49B active — heaviest. V4 Flash covers ~96% of its capability at ~27% of compute. Use sparingly.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Gemma 4 27B (dense)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Decent coding (61.2 SWE-bench Verified) but outclassed by Flash/M3. For local, not cloud.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GPT-OSS 120B&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cheap compute (5.1B active) but coding score 21.2. Not viable for software engineering.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Gemma 4 26B (A4B)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;17.4% SWE-bench Verified. Not a coding model.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Recommended Model Routing on Ollama Cloud
&lt;/h2&gt;

&lt;p&gt;Here's the playbook I use across my 10-agent operation:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Task Type&lt;/th&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Routine agent calls (heartbeats, monitoring)&lt;/td&gt;
&lt;td&gt;DeepSeek V4 Flash&lt;/td&gt;
&lt;td&gt;Barely dents quota, near-frontier quality&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IDE execution (Cline/Codium)&lt;/td&gt;
&lt;td&gt;Kimi K2.7 Code&lt;/td&gt;
&lt;td&gt;30% fewer thinking tokens, purpose-built&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Legal/financial analysis&lt;/td&gt;
&lt;td&gt;DeepSeek V4 Flash&lt;/td&gt;
&lt;td&gt;1M context, near-Pro quality, fraction of compute&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Web/SEO content&lt;/td&gt;
&lt;td&gt;MiniMax M3&lt;/td&gt;
&lt;td&gt;Native multimodal, 1M context, strong coding&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Architecture &amp;amp; planning&lt;/td&gt;
&lt;td&gt;GLM 5.2 (high mode)&lt;/td&gt;
&lt;td&gt;1M context, best coding benchmarks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hard problems&lt;/td&gt;
&lt;td&gt;GLM 5.2 (max mode)&lt;/td&gt;
&lt;td&gt;Frontier quality, accept the compute cost&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;When Flash can't handle it&lt;/td&gt;
&lt;td&gt;DeepSeek V4 Pro&lt;/td&gt;
&lt;td&gt;Last resort — but Flash usually can&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Local-only / no cloud&lt;/td&gt;
&lt;td&gt;Qwen 3.6 27B (local)&lt;/td&gt;
&lt;td&gt;Not on cloud, but your local fallback&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;If you're hitting Ollama Cloud Max limits at 55% through the week, the fix isn't to upgrade. The fix is to route better.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Move all routine/monitoring to DeepSeek V4 Flash&lt;/strong&gt; — could cut 30-40% of compute usage overnight&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Use Kimi K2.7 Code for IDE execution&lt;/strong&gt; — purpose-built efficiency, minimal thinking overhead&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reserve GLM 5.2 for planning only&lt;/strong&gt; — don't waste 40B active params on heartbeats&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DeepSeek V4 Pro should almost never run&lt;/strong&gt; — V4 Flash covers 96% of what Pro does at 27% of the cost&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPT-OSS and Gemma are not your friends here&lt;/strong&gt; — built for local hardware constraints, not cloud subscription optimization&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Ollama Cloud pricing model is poorly understood because nobody has published the data in this format. I hope this analysis helps you route smarter.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Benchmark sources: DeepSeek V4 tech report, Z.ai GLM 5.2 release, Moonshot K2.7 Code release, MiniMax M3 release, Qwen 3.7 blog, OpenAI GPT-OSS release, Google Gemma 4 release, Composio benchmark, Artificial Analysis, SWE-bench leaderboard, BenchLM.ai, vals.ai. Compute weights estimated from active parameters and thinking token efficiency per the Ollama Cloud pricing model.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;— Kris Racette, Founder of Executive Mind — &lt;a href="https://executivemind.io" rel="noopener noreferrer"&gt;https://executivemind.io&lt;/a&gt; | &lt;a href="https://krisracette.me" rel="noopener noreferrer"&gt;https://krisracette.me&lt;/a&gt; | &lt;a href="https://github.com/Roughn3ck" rel="noopener noreferrer"&gt;https://github.com/Roughn3ck&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ollama</category>
      <category>llm</category>
      <category>benchmarks</category>
    </item>
    <item>
      <title>Building an Open-Source Fitness Tracker with Flutter</title>
      <dc:creator>Kris Racette</dc:creator>
      <pubDate>Wed, 01 Jul 2026 19:41:09 +0000</pubDate>
      <link>https://dev.to/krisracette/building-an-open-source-fitness-tracker-with-flutter-44ke</link>
      <guid>https://dev.to/krisracette/building-an-open-source-fitness-tracker-with-flutter-44ke</guid>
      <description>&lt;p&gt;For the last year and a half, I've been lifting four days a week — alternating between hypertrophy blocks (~12 reps × 3 sets) and strength blocks (~6 reps × 5 sets) for the same lifts. I tried the popular subscription apps. I tried spreadsheets. I tried a notebook.&lt;/p&gt;

&lt;p&gt;None of them fit. The subscription apps wanted me to start a "program" before they'd let me log a set. The spreadsheets didn't remember my last weight per lift per training style. The notebook was, predictably, terrible at search.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Gym Tracker&lt;/strong&gt; in Flutter, and this week I open-sourced it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;It's a small app with a clear job: log a session, remember my numbers, and get out of the way.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Workout&lt;/strong&gt; tab where I pick body parts, see only the relevant exercises, and tap my way through sets. Each exercise card pre-fills my last weight for the &lt;em&gt;current training style&lt;/em&gt; — strength and hypertrophy records live as separate rows, so a 100kg × 5 strength entry doesn't bleed into a 80kg × 12 hypertrophy entry.&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;Exercises&lt;/strong&gt; tab grouped by body part (Legs, Chest, Arms, Back, Shoulders) with a many-to-many catalogue, weight history per exercise, and an "add new exercise" button.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;History&lt;/strong&gt; tab with every session I've ever logged, in reverse chronological order.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Profile&lt;/strong&gt; tab for body stats (weight, waist, neck, notes) and a database export via the system share sheet.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app ships with a pre-populated exercise catalogue and a blank SQLite database. No account. No telemetry. No cloud. It works on Android (APK) and Windows (portable .exe) from the same codebase. iOS and macOS build from source; I just don't have a Mac to sign releases with.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why open source
&lt;/h2&gt;

&lt;p&gt;I'm the Founder of Executive Mind, an AI consultancy where I spend most of my days building agent systems for clients. A pattern I keep returning to: &lt;strong&gt;good tools should be inspectable, portable, and free.&lt;/strong&gt; Lock-in is the enemy.&lt;/p&gt;

&lt;p&gt;Open-sourcing Gym Tracker means three things to me:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Anyone can read the code.&lt;/strong&gt; The whole stack is small enough to navigate in an afternoon — &lt;code&gt;sqflite&lt;/code&gt; for storage, &lt;code&gt;sqflite_common_ffi&lt;/code&gt; to make it work on desktop, &lt;code&gt;provider&lt;/code&gt; for state, one repository for all data access. If a Flutter dev wants to see a real-world app that ships to two platforms from one codebase, this is it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anyone can fork it.&lt;/strong&gt; A coach can add their own exercises. A lifter can theme it. A developer can swap SQLite for Drift if they want reactive queries. The license lets you.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It forces me to keep it honest.&lt;/strong&gt; Public code ages in the open. That's a feature, not a bug.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;The roadmap is in the README. The big items: &lt;strong&gt;GPS run tracking&lt;/strong&gt; (a placeholder toggle in Settings waiting for a real screen), &lt;strong&gt;Health Connect sync&lt;/strong&gt; on Android, a &lt;strong&gt;session detail view&lt;/strong&gt; with per-set editing, and an &lt;strong&gt;analytics dashboard&lt;/strong&gt; with charts. I built the toggle in early so I'd remember the wiring.&lt;/p&gt;

&lt;p&gt;If you want to contribute, the easiest first PR is adding exercises to the catalogue or building the session detail screen. The data layer is ready for it.&lt;/p&gt;

&lt;p&gt;If you just want a fitness tracker that doesn't try to sell you a program, you can grab the APK or the Windows zip from the releases page.&lt;/p&gt;

&lt;p&gt;Either way, the code is on GitHub. Go read it. Tell me what's wrong with it. That's the whole point.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/Roughn3ck/gym_tracker" rel="noopener noreferrer"&gt;github.com/Roughn3ck/gym_tracker&lt;/a&gt;&lt;br&gt;
🌐 &lt;a href="https://executivemind.io" rel="noopener noreferrer"&gt;executivemind.io&lt;/a&gt;&lt;br&gt;
👤 &lt;a href="https://krisracette.me" rel="noopener noreferrer"&gt;krisracette.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;— Kris Racette, Founder of &lt;a href="https://executivemind.io" rel="noopener noreferrer"&gt;Executive Mind&lt;/a&gt; | &lt;a href="https://krisracette.me" rel="noopener noreferrer"&gt;krisracette.me&lt;/a&gt; | &lt;a href="https://github.com/Roughn3ck" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>Why I Built ColdStack Instead of Using a Browser Extension for Crypto Key Management</title>
      <dc:creator>Kris Racette</dc:creator>
      <pubDate>Thu, 25 Jun 2026 06:28:26 +0000</pubDate>
      <link>https://dev.to/krisracette/why-i-built-coldstack-instead-of-using-a-browser-extension-for-crypto-key-management-2og5</link>
      <guid>https://dev.to/krisracette/why-i-built-coldstack-instead-of-using-a-browser-extension-for-crypto-key-management-2og5</guid>
      <description>&lt;h1&gt;
  
  
  Why I Built ColdStack Instead of Using a Browser Extension for Crypto Key Management
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Browser extensions are convenient. They're also the single biggest attack vector in crypto. Every time you install a wallet extension, you're handing your private keys to a piece of JavaScript that runs inside the same browser you use for everything else — the one with 50+ extensions, 100+ tabs, and a decade of cached cookies.&lt;/p&gt;

&lt;p&gt;The threat surface is staggering. Malicious updates can ship to a legitimate extension overnight. Supply chain attacks compromise the build pipeline before the code ever reaches your browser. Phishing extensions impersonate real wallets with near-identical branding. And browser zero-days? Those don't need an extension at all — they just need you to visit the wrong page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your keys live inside a browser that is actively under attack.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Between 2024 and 2026, hundreds of millions of dollars were drained through extension-based wallet compromises. Some were outright malicious extensions. Others were legitimate wallets that got compromised through their dependencies. A few were browser vulnerabilities that allowed attackers to read extension storage directly. The pattern is always the same — the keys were accessible from the browser, and the browser was accessible from the internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Alternative
&lt;/h2&gt;

&lt;p&gt;The answer isn't a better browser extension. The answer is no browser at all.&lt;/p&gt;

&lt;p&gt;Offline key management has been the gold standard for institutional crypto custody for years. Hardware wallets, air-gapped signing machines, HSMs — these are the tools that custody billions of dollars professionally. The principle is simple: &lt;strong&gt;a key that never touches a network can't be stolen over a network.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I built ColdStack because I wanted that level of security without the $200 hardware wallet, without the proprietary firmware, and without the closed-source trust model. I wanted something I could run from a USB drive on any Windows machine, something I could audit myself, and something I could give away for free.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ColdStack Does
&lt;/h2&gt;

&lt;p&gt;ColdStack is a portable Windows application for offline crypto key management. It doesn't install. It doesn't phone home. It doesn't run in your browser. You drop it on a USB drive, plug it into any Windows machine, and double-click.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AES-256-GCM encryption&lt;/strong&gt; protects your key vault at rest. The encryption key is derived using &lt;strong&gt;Argon2id&lt;/strong&gt; — the same memory-hard KDF recommended by the IETF — which makes brute-force attacks computationally infeasible even with modern GPUs.&lt;/p&gt;

&lt;p&gt;Version 3.0 ships with a built-in &lt;strong&gt;BIP39 derivation engine&lt;/strong&gt;. That means you can generate a 24-word mnemonic and derive addresses for seven blockchain ecosystems directly inside the app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;EVM chains&lt;/strong&gt; (Ethereum, Polygon, BSC, Arbitrum, Optimism, and others)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bitcoin&lt;/strong&gt; — with support for Taproot, SegWit, and Legacy address formats&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Solana&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dash&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sui&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No more jumping between five different tools to manage keys across chains. One mnemonic, one vault, seven ecosystems.&lt;/p&gt;

&lt;p&gt;The app also includes &lt;strong&gt;auto-lock&lt;/strong&gt; — if you step away from your computer, ColdStack locks itself after a configurable timeout. &lt;strong&gt;Zero telemetry&lt;/strong&gt; means no analytics, no error reporting, no usage tracking. Nothing leaves your machine unless you explicitly send it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Offline by Default Matters
&lt;/h2&gt;

&lt;p&gt;"You can't hack what isn't connected" isn't a marketing tagline. It's the fundamental principle of air-gapped security.&lt;/p&gt;

&lt;p&gt;ColdStack makes exactly &lt;strong&gt;zero network requests&lt;/strong&gt; on startup. None. No update check, no license verification, no telemetry ping, no "phone home for feature flags." The app is completely silent until you do something that requires a network connection — and the only thing that does is the manual "Check for Updates" button.&lt;/p&gt;

&lt;p&gt;Even then, ColdStack &lt;strong&gt;asks first&lt;/strong&gt;. A dialog pops up: "ColdStack wants to check for updates. Allow this network request?" You click Yes or No. If you click No, no bytes leave your machine. If you click Yes, it hits one endpoint — the GitHub releases API — and shows you what's available. That's it.&lt;/p&gt;

&lt;p&gt;This is what "offline by default" actually means. Not "offline most of the time." Not "offline unless we need to sync." Offline. Full stop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source Security
&lt;/h2&gt;

&lt;p&gt;ColdStack is open source on GitHub. Every line of code is auditable. Every security claim is verifiable. You don't have to trust me — you can read the code yourself.&lt;/p&gt;

&lt;p&gt;This matters because "trust us, it's secure" is exactly what the browser extension wallets said. Security through transparency beats security through assertion every time. The code is there. Fork it, audit it, build it yourself. If I've made a mistake, you'll find it. If I haven't, you'll know why.&lt;/p&gt;

&lt;h2&gt;
  
  
  Download
&lt;/h2&gt;

&lt;p&gt;ColdStack v3.0 is available now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Roughn3ck/key_manager/releases/tag/v3.0" rel="noopener noreferrer"&gt;https://github.com/Roughn3ck/key_manager/releases/tag/v3.0&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Product page:&lt;/strong&gt; &lt;a href="https://executivemind.io/key-manager" rel="noopener noreferrer"&gt;https://executivemind.io/key-manager&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Free. No subscription, no premium tier, no upsell. Download it, put it on a USB drive, and take control of your keys.&lt;/p&gt;

&lt;p&gt;— Kris Racette, Founder of Executive Mind — Key Manager | krisracette.me | GitHub&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>security</category>
    </item>
    <item>
      <title>Kris Racette on the Future of Agentic Business Operations</title>
      <dc:creator>Kris Racette</dc:creator>
      <pubDate>Mon, 22 Jun 2026 11:10:54 +0000</pubDate>
      <link>https://dev.to/krisracette/kris-racette-on-the-future-of-agentic-business-operations-2alf</link>
      <guid>https://dev.to/krisracette/kris-racette-on-the-future-of-agentic-business-operations-2alf</guid>
      <description>&lt;p&gt;&lt;em&gt;By Kris Racette | Executive Mind | Brisbane, Australia&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The next evolution of business technology isn't just automation — it's agency. Agentic systems don't just follow rules; they make decisions, take actions, and learn from outcomes. For businesses in Brisbane and across Australia, this represents a fundamental shift in how operations work.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Are Agentic Business Operations?
&lt;/h2&gt;

&lt;p&gt;Traditional automation follows a script: when X happens, do Y. Agentic operations go further. An agentic system understands context, evaluates options, and takes the best available action — even when the situation wasn't explicitly programmed.&lt;/p&gt;

&lt;p&gt;At &lt;strong&gt;Executive Mind&lt;/strong&gt;, we define agentic business operations as: &lt;em&gt;systems that can autonomously execute complex business processes while maintaining alignment with organisational goals and human oversight.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Architecture of Agentic Operations
&lt;/h2&gt;

&lt;p&gt;Building agentic systems requires a different architecture than traditional automation:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Perception Layer&lt;/strong&gt; — The system must understand its environment. For financial operations, this means real-time access to transaction data, market conditions, and regulatory requirements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Reasoning Layer&lt;/strong&gt; — Given what it perceives, the system must evaluate options. This is where large language models and specialised AI models process context and generate potential actions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Action Layer&lt;/strong&gt; — The system must be able to execute. In financial operations, this might mean initiating transactions, generating reports, or flagging compliance issues.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Learning Layer&lt;/strong&gt; — Every action produces feedback. The system must learn from outcomes to improve future decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Brisbane Businesses Should Pay Attention
&lt;/h2&gt;

&lt;p&gt;Brisbane's business ecosystem is uniquely positioned for agentic operations. The city has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A growing fintech and AI startup scene&lt;/li&gt;
&lt;li&gt;Strong connections to Asia-Pacific markets&lt;/li&gt;
&lt;li&gt;A workforce that increasingly understands AI capabilities&lt;/li&gt;
&lt;li&gt;Competitive costs compared to Sydney and Melbourne&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The businesses that implement agentic operations first will have a structural advantage. They'll operate with lower overhead, faster decision cycles, and more consistent execution than competitors relying on traditional processes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Executive Mind Approach
&lt;/h2&gt;

&lt;p&gt;At Executive Mind, Kris Racette has developed an approach to agentic operations that puts financial professionals at the centre. The AI handles the volume — monitoring, processing, flagging — while human expertise handles the judgement.&lt;/p&gt;

&lt;p&gt;This isn't about replacing people. It's about giving financial professionals in Brisbane and beyond the tools to operate at a scale that wasn't previously possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;For organisations considering agentic operations, the first step is identifying high-volume, rules-heavy processes where human time is being spent on tasks that don't require human judgement. These are the lowest-risk, highest-return entry points.&lt;/p&gt;

&lt;p&gt;The future of business operations is agentic. The only question is timing.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Kris Racette is the Founder &amp;amp; CEO of Executive Mind, an AI-first operations company based in Brisbane, Queensland. Specialising in agentic business operations, financial AI strategy, and multi-agent architecture, Kris helps Australian enterprises navigate the future of work. Learn more at &lt;a href="https://krisracette.me" rel="noopener noreferrer"&gt;krisracette.me&lt;/a&gt; or &lt;a href="https://executivemind.io" rel="noopener noreferrer"&gt;executivemind.io&lt;/a&gt;. Follow on &lt;a href="https://github.com/Roughn3ck" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; or &lt;a href="https://au.linkedin.com/in/krisracette" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>aiautomationagentsproductivity</category>
    </item>
  </channel>
</rss>
