All stories
10 stories found

Open WebUI Ignoring Your Uploaded Documents? Fix It
The upload succeeded, the file shows in the sidebar, and the model still says it has no access to the document. Here is what is actually going wrong.

Why Ollama's First Response Is Slow (Cold Start Fix)
The first prompt after a pause takes forever, then everything is fast again. That is a model load, not a slow GPU — and it is fixable.

Running Two Local Models on One GPU Without Crashing
A coding model plus an embedding model on one 16 GB card is doable — but only if you budget VRAM deliberately instead of hoping.

Which GPU Should You Buy for Local AI in 2026? (I Tested Five Price Brackets)
VRAM is the only spec that decides what you can run. Here is what each budget tier actually gets you, with measured tokens per second and the models that fit.

How to Run a Local LLM on 8GB of RAM (What Actually Works in 2026)
I tested seven small models on an 8GB laptop with no dedicated GPU. Three were genuinely usable, four were not. Here is the exact setup, the quantization that worked, and the errors I hit.

CUDA Out of Memory: 9 Fixes That Actually Worked on My GPU
The full error, what each number in it means, and nine fixes ordered by how likely they are to solve your problem — starting with the two that fix it 80% of the time.

Ollama vs LM Studio vs Jan: I Used All Three for a Month
Three local AI apps, one month, the same laptop. Which one you should install depends on whether you want a terminal, a GUI, or something your non-technical colleague can use.

كيف تبني وكيل ذكاء اصطناعي يعمل على جهازك بدون إنترنت (Ollama + MCP) — جرّبته 3 أسابيع (2026)
بنيت وكيل AI محلي يقرأ ملفاتي وينفّذ أوامر على جهازي بدون إرسال أي بيانات للسحابة. هذه الخطوات الحقيقية، الأخطاء التي واجهتني، والحل الدقيق لكل واحدة.

كيفية تشغيل نموذج ذكاء اصطناعي محلياً على جهازك (دليل تفصيلي للمبتدئين 2026)
هل سئمت من دفع اشتراكات شهرية لـ ChatGPT أو تقلق من خصوصية بياناتك؟ دليل عملي خطوة بخطوة لتشغيل أقوى نماذج الذكاء الاصطناعي (Llama 3 و Mistral) على كمبيوترك مجاناً وأوفلاين تماماً — مع المواصفات المطلوبة، الأوامر الجاهزة للنسخ، وحل مشاكل البطء.

How to Run an AI Model Locally on Your Own Computer (Step-by-Step 2026 Guide)
The exact commands I use to run strong AI models offline on my own machine — plus how I fixed slow replies and wired the model into Python.