<?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: Joes Domingo</title>
    <description>The latest articles on DEV Community by Joes Domingo (@joesdomingo).</description>
    <link>https://dev.to/joesdomingo</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%2F3973865%2Fc206bb0e-4a2f-4949-b6e4-1069519ebee7.png</url>
      <title>DEV Community: Joes Domingo</title>
      <link>https://dev.to/joesdomingo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joesdomingo"/>
    <language>en</language>
    <item>
      <title>Building a Disciplined Local AI Workstation: VRAM Gating and Lifecycle Management</title>
      <dc:creator>Joes Domingo</dc:creator>
      <pubDate>Mon, 08 Jun 2026 09:54:14 +0000</pubDate>
      <link>https://dev.to/joesdomingo/building-a-disciplined-local-ai-workstation-vram-gating-and-lifecycle-management-29f7</link>
      <guid>https://dev.to/joesdomingo/building-a-disciplined-local-ai-workstation-vram-gating-and-lifecycle-management-29f7</guid>
      <description>&lt;p&gt;How do you run heavy Multimodal LLMs, VLMs, and Whisper models concurrently on a single 16GB GPU without OOM crashes? &lt;/p&gt;

&lt;p&gt;In our open-source project &lt;a href="https://github.com/GoodQ02/goodq4all" rel="noopener noreferrer"&gt;GoodQ4All&lt;/a&gt;, we built a Python-based &lt;code&gt;ModelLifecycleManager&lt;/code&gt; context manager that audits system VRAM via PyTorch and &lt;code&gt;nvidia-smi&lt;/code&gt;, performs preflight checks against strict budget profiles, and automatically unloads resident models.&lt;/p&gt;

&lt;p&gt;Here is the step-by-step architecture: &lt;a href="https://github.com/GoodQ02/goodq4all" rel="noopener noreferrer"&gt;https://github.com/GoodQ02/goodq4all&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>python</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
