Articles tagged "ai" - Page 2

29-Aug-2026
Running Qwen3.6-35B-A3B at 262K Context with FreeToken MoE Offload
Qwen3.6-35B-A3B-FP8 on RTX 4090 with FreeToken: near-262K context verification, 51/51 statistical rerun, a 50-task correctness eval (46/50) with explicit truncation detection, and a systemd autostart setup.

18-Jul-2026
How to Use One Prompt to Build a Complete AI Context Architecture for Your Codebase
A plain-language guide to a single reusable prompt that makes an AI coding agent design AGENTS.md files, a skills folder, and a memory bank for your project —

12-Jun-2026
From Chatbots to Harnesses: A Practical Classification of Modern AI Systems
A technical, architecture-first guide to how today’s AI systems are built: from plain LLM chats and RAG to Deep Research agents and full-blown harnesses, with

10-Jun-2026
Running Gemma 4 12B Locally with Speculative Decoding on Ubuntu
A practical guide to running Gemma 4 12B locally on Ubuntu using llama.cpp, Hugging Face automatic model loading, and speculative decoding with MTP.