<?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: SmartCity Jaen</title>
    <description>The latest articles on DEV Community by SmartCity Jaen (@smartcity_jaen).</description>
    <link>https://dev.to/smartcity_jaen</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3860676%2F4144f5d3-8da8-4f28-9a21-4741eb5cc675.jpg</url>
      <title>DEV Community: SmartCity Jaen</title>
      <link>https://dev.to/smartcity_jaen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smartcity_jaen"/>
    <language>en</language>
    <item>
      <title>Sharing Two Open-Source Projects for Local AI &amp; Secure LLM Access 🚀</title>
      <dc:creator>SmartCity Jaen</dc:creator>
      <pubDate>Sat, 04 Apr 2026 08:38:51 +0000</pubDate>
      <link>https://dev.to/smartcity_jaen/sharing-two-open-source-projects-for-local-ai-secure-llm-access-42ap</link>
      <guid>https://dev.to/smartcity_jaen/sharing-two-open-source-projects-for-local-ai-secure-llm-access-42ap</guid>
      <description>&lt;p&gt;Hey everyone! I’m finally jumping into the dev.to community. To kick things off, I wanted to share two tools I’ve been developing at the University of Jaén that tackle two common headaches in the AI space: running out of VRAM, and keeping your API chats truly private.&lt;/p&gt;

&lt;p&gt;🦥 &lt;a href="https://github.com/PacifAIst/Quansloth" rel="noopener noreferrer"&gt;Quansloth: TurboQuant Local AI Server&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;The Problem:&lt;/strong&gt; Standard LLM inference hits a "Memory Wall" with long documents. As context grows, your GPU runs out of memory (OOM) and crashes.&lt;br&gt;
&lt;strong&gt;The Solution:&lt;/strong&gt; Quansloth is a fully private, air-gapped AI server that brings elite KV cache compression to consumer hardware. By bridging a Gradio Python frontend with a highly optimized llama.cpp CUDA backend, it prevents GPU crashes and lets you run massive contexts on a budget.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;75% VRAM Savings: Based on Google's TurboQuant (ICLR 2026) implementation, it compresses the AI's "memory" from 16-bit to 4-bit.&lt;/li&gt;
&lt;li&gt;Punch Above Your Hardware: Run 32k+ token contexts natively on a 6GB RTX 3060 (a workload that normally demands a 24GB RTX 4090).&lt;/li&gt;
&lt;li&gt;Live Analytics &amp;amp; Stability: Intercepts C++ engine logs to report exact VRAM allocation in real-time, keeping the model within physical limits.&lt;/li&gt;
&lt;li&gt;Context Injector: Upload long PDFs directly into the chat stream.
&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.amazonaws.com%2Fuploads%2Farticles%2Fw4240ph0r8qnp1mda38p.png" alt=" " width="800" height="450"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🏗️ &lt;a href="https://github.com/PacifAIst/API2CHAT" rel="noopener noreferrer"&gt;API2CHAT: Zero-Knowledge, Serverless GUI&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;The Problem:&lt;/strong&gt; You want a clean interface to talk to various LLMs, but you don't want to deal with bloated backends, monthly subscriptions, or sending your private files to a centralized server.&lt;br&gt;
&lt;strong&gt;The Solution:&lt;/strong&gt; API2CHAT is an ultra-lightweight (under 9KBs) client-side GUI that connects to any OpenAI-compatible endpoint. It runs entirely in your browser's volatile memory and in any low-end webhosting like NameCheap.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100% Zero-Knowledge: No data or API keys are ever stored. Refreshing the page destroys the session.&lt;/li&gt;
&lt;li&gt;Local File Reading: Files (like PDFs) are read locally by your browser and injected into the prompt. Zero uploads to any server.&lt;/li&gt;
&lt;li&gt;Host Anywhere: Requires no PHP, Node.js, or Python. Host it on GitHub Pages, an S3 bucket, or literally just double-click index.html on your desktop in any OS.
&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.amazonaws.com%2Fuploads%2Farticles%2Fpg6g9ztfxerjgrplcvcx.png" alt=" " width="800" height="520"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both projects are open-source (Apache 2.0). I’d love for you to check them out, leave a star if you find them useful, or drop some feedback in the issues if you end up deploying them!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
