<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I wanted Claude Code-style workflows without sending code to the cloud, so I built Loki]]></title><description><![CDATA[<p dir="auto">For the longest time, I've been trying to figure out a way to "survive" in this new AI age without having to fork over a ton of money just to keep up. I've tried using local models via Ollama, and while they definitely work to a degree, they're (unsurprisingly) not as good as the big model providers.</p>
<p dir="auto">The local models tend to</p>
<ul>
<li>Forget what they're doing</li>
<li>Struggle to break larger tasks into smaller ones</li>
<li>Lose focus easily</li>
<li>Have weaker coding performance</li>
<li>Drift over longer sessions</li>
</ul>
<p dir="auto">So to improve the reliability of fully local, smaller models (and to keep all my data local and in my own network), I created <a href="https://github.com/Dark-Alex-17/loki" rel="nofollow ugc">Loki</a>.</p>
<p dir="auto">It's a local-first, batteries-included command line tool and runtime for building and running LLM workflows locally. It's model agnostic and supports things like</p>
<ul>
<li>Agents and agent delegation</li>
<li>Roles/personas</li>
<li>MCP Servers</li>
<li>RAG</li>
<li>Custom tools</li>
<li>Macros</li>
<li>Workflow Scripting</li>
</ul>
<p dir="auto">A lot of the features it supports are specifically designed to compensate for weaknesses in smaller local models. For example:</p>
<ul>
<li>Auto continuation to keep  pushing models to completion instead of stopping halfway through problems</li>
<li>Parallel agent delegation so tasks can be split into smaller, focused scopes</li>
<li>Workflow-based execution ("If this, do that") for building more reliable and repeatable automations</li>
</ul>
<p dir="auto">It also supports the major cloud providers if you want them (which definitely helped while testing <img src="https://forum.androidiani.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=5c34d912ff4" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="😄" alt="😄" />), but my long-term goal is simple:</p>
<p dir="auto">Get as close as possible to Claude Code-style reliability using fully local models.</p>
<p dir="auto">I'm always open to feedback, questions, or ideas.</p>
<p dir="auto">Repo: <a href="https://github.com/Dark-Alex-17/loki" rel="nofollow ugc">https://github.com/Dark-Alex-17/loki</a></p>
]]></description><link>https://forum.androidiani.net/topic/1a515882-c945-473b-a0a1-441302a72e12/i-wanted-claude-code-style-workflows-without-sending-code-to-the-cloud-so-i-built-loki</link><generator>RSS for Node</generator><lastBuildDate>Wed, 24 Jun 2026 21:44:34 GMT</lastBuildDate><atom:link href="https://forum.androidiani.net/topic/1a515882-c945-473b-a0a1-441302a72e12.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 May 2026 18:37:10 GMT</pubDate><ttl>60</ttl></channel></rss>