325 related articles

A Bilibili creator ran Qwen 122B with 256K context on just 8GB VRAM + 64GB RAM using llama.cpp. Full breakdown of quantization, deployment params, performance, and cost-effective alternatives.

Complete guide to running local LLMs on a laptop with 8GB VRAM: real usable memory, quantization estimation, Q4 7B/8B model recommendations, Ollama setup, GPU offloading, and agent development tips.

Ideogram 4 open-source image model tested: runs locally on 8GB VRAM + 32GB RAM, Midjourney-level aesthetics, stable text rendering. Learn the 3-part prompt structure and automated ComfyUI workflow with Qwen3 VL.

Ideogram 4 automated ComfyUI workflow using Qwen2.5 VL-8B: run locally with 8GB VRAM, auto-generate structured JSON prompts from simple descriptions, with image reverse-engineering support.

A deep dive into building and self-hosting a code review AI Agent from scratch, covering architecture design, context management, model selection, and noise control.

AI Doomers warn AI will destroy humanity, but have they actually built AI apps? A developer's sharp critique reveals the vast gap between AI demos and real engineering practice.

Complete guide to setting up a local AI coding environment on MacBook Pro M4, covering Ollama, MLX, Continue, Qwen3-Coder 30B configuration, and performance optimization strategies for 32GB RAM.

DeepSeek V4 Flash model weights reportedly open-sourced. This article analyzes its lightweight positioning, open-weight value, comparisons with closed-source models, and deployment guidance.

Running Kimi K3 with 29GB RAM at just 0.5 tok/s. An in-depth analysis of extreme quantization techniques, performance trade-offs, and the impossible triangle of local LLM deployment.

Running Kimi K3 with 29GB RAM at just 0.5 tok/s. A deep analysis of extreme quantization techniques, performance trade-offs, and the impossible triangle of local LLM deployment.

A CLI tool that enables local text, image, video, music, and 3D generation without Python. Explore its technical approach, advantages, limitations, and the growing trend of local AI tooling.

A CLI tool requiring no Python that supports local text, image, video, music, and 3D generation. Explore its technical approach, advantages, limitations, and the growing trend of local AI toolification.

Why memory bandwidth (GB/s), not VRAM size, determines local LLM inference speed. Includes tokens/sec formula, GPU bandwidth comparison, and a practical card selection framework.

Learn why memory bandwidth (GB/s)—not VRAM size—determines local LLM inference speed. Get the tokens/sec formula, GPU bandwidth comparisons, and a practical card selection hierarchy.

OpenWorker is a free, open-source desktop AI agent that runs locally, supports bring-your-own-model, and keeps your data private. Learn about its local-first design philosophy and key differentiators.

OpenWorker is a free, open-source desktop AI agent that runs locally, supports bring-your-own-model, and keeps your data private. Learn about its design philosophy and key differentiators.

SenseNova-Vision adds a complete training data pipeline with dataset registration, format converters, and end-to-end docs, making unified vision model fine-tuning for segmentation, OCR, and editing far more accessible.

Open-source LLM weights don't equal low-cost access for developers. This article analyzes the inference service gap in open-source AI and how providers like Together AI and Groq are addressing it.

Guide to running Claude Code via Ollama locally: troubleshooting API errors, output token limits, model freezes, with model selection, parameter tuning, and alternative tool recommendations.

Local LLM crashing in Agent frameworks? The issue may be num_gpu set too high. Learn what num_gpu really controls (GPU layer offloading, not GPU count) and how to tune it for stable Agent performance.