<?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: Escape AI</title>
    <description>The latest articles on DEV Community by Escape AI (@escape_ai_a7b4027bc8015a2).</description>
    <link>https://dev.to/escape_ai_a7b4027bc8015a2</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%2F4113610%2Febf95ab4-3a72-4902-821e-c65c2e7dfb9d.png</url>
      <title>DEV Community: Escape AI</title>
      <link>https://dev.to/escape_ai_a7b4027bc8015a2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/escape_ai_a7b4027bc8015a2"/>
    <language>en</language>
    <item>
      <title>Free local AI coding with Ollama — what actually runs on your machine</title>
      <dc:creator>Escape AI</dc:creator>
      <pubDate>Mon, 07 Sep 2026 09:35:59 +0000</pubDate>
      <link>https://dev.to/escape_ai_a7b4027bc8015a2/free-local-ai-coding-with-ollama-what-actually-runs-on-your-machine-59l8</link>
      <guid>https://dev.to/escape_ai_a7b4027bc8015a2/free-local-ai-coding-with-ollama-what-actually-runs-on-your-machine-59l8</guid>
      <description>&lt;p&gt;Escape AI can connect to a local &lt;a href="https://ollama.com" rel="noopener noreferrer"&gt;Ollama&lt;/a&gt; install so Ask, Plan, and text-based Edit run against a model on your own hardware instead of a cloud API — no per-request cost, and nothing sent off your machine for those requests. Here's exactly what that covers, what still uses a cloud model, and how to turn it on.&lt;/p&gt;

&lt;h2&gt;
  
  
  What "local" actually means here
&lt;/h2&gt;

&lt;p&gt;Local means the model itself runs on hardware you control — your laptop, workstation, or a server you operate — via Ollama. Escape AI never assumes a fixed model name: it asks your Ollama install which models are actually pulled and lists exactly those, so the picker always reflects what you really have installed, not a hardcoded suggestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  What runs locally, and what doesn't
&lt;/h2&gt;

&lt;p&gt;Ask mode and Plan mode both work fully against a local model — plain chat and structured multi-step plans don't need function-calling, so a local model handles them the same way a cloud model would. Text-based Edit (asking for a complete rewritten file, without tool calls) also works locally.&lt;/p&gt;

&lt;p&gt;Agent mode — the real tool-calling loop that reads files, applies diffs, and runs terminal commands — stays on a cloud model. Reliable function-calling (the model correctly calling a tool instead of just describing what it would do) is inconsistent enough across local and non-OpenAI models that this app doesn't route that specific loop through anything but a proven tool-calling model, regardless of which model you've picked elsewhere in the composer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting it up
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install Ollama and pull a model.&lt;/strong&gt; Install from &lt;a href="https://ollama.com" rel="noopener noreferrer"&gt;ollama.com&lt;/a&gt;, then pull a coding-capable model, e.g. &lt;code&gt;ollama pull qwen2.5-coder&lt;/code&gt;. Any model you've pulled shows up automatically in the picker.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Point Escape AI at it.&lt;/strong&gt; Defaults to &lt;code&gt;http://localhost:11434&lt;/code&gt; (Ollama's own default).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pick it from the model picker.&lt;/strong&gt; A "Local" section lists your real, discovered Ollama models.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  When to reach for a cloud model instead
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Agent mode's real tool-calling loop — always cloud, by design.&lt;/li&gt;
&lt;li&gt;When your local hardware can't comfortably run a large enough model for the task.&lt;/li&gt;
&lt;li&gt;When you're already paying for a cloud plan and prefer its speed/quality trade-off for everyday use.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Try it: &lt;a href="https://escape-ai.org" rel="noopener noreferrer"&gt;escape-ai.org&lt;/a&gt; — free to start, no card required.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>webdev</category>
      <category>ollama</category>
    </item>
  </channel>
</rss>
