explore
Pick a thread.
Every story we have published, by topic. Tap a tile to filter — no reloads, just the thread you want to pull.
ai
27 stories
Quantization Explained: What Q4, Q8, and FP16 Actually Do to a Local Model
Quantization shrinks AI model weights from 16-bit floats to 4- or 8-bit. Here is exactly what that trade-off costs you, and how to pick between Q4_K_M, Q8, and FP16 for the model you actually want to run, with an interactive memory calculator.
BitByteCore Silicon Desk · Aug 6, 2026 · 8 min read

Mixture-of-Experts Models: How They Work and Why They Cut Inference Costs
MoE models activate only a fraction of their parameters per token: DeepSeek-V3 fires 37B of 671B, delivering large-model quality at small-model compute cost. How routers, experts, and load balancing actually work, and where the savings are and are not real. With an interactive dense-vs-MoE view.
BitByteCore Silicon Desk · Aug 6, 2026 · 10 min read

The Real Difference Between MCP, Function Calling, and Agent Loops
They're not competitors — they're three layers of one system. Function calling is what the model emits, MCP is how tools reach it, and the agent loop is what keeps it running. Confuse them and you'll spend an afternoon debugging the wrong layer.
BitByteCore AI Desk · Aug 5, 2026 · 3 min read

How Much VRAM You Actually Need to Run a Local LLM
VRAM is the hard constraint on running a local LLM. Here's the real math — parameters, precision, quantization, KV cache — what fits on 8GB, 24GB, 32GB, and unified-memory machines, plus where quality and speed actually break.
BitByteCore AI Desk · Aug 5, 2026 · 7 min read

How to Evaluate a Local LLM for a Real Task: A Repeatable Testing Framework
A leaderboard score is a population statistic, measured on a full-precision model you'll never run. Whether a local model can handle your invoice pipeline is a different question — here's the repeatable discipline for answering it on your own hardware.
BitByteCore AI Desk · Aug 5, 2026 · 11 min read
More stories
Guide · aiThe best local LLM runners in 2026: Ollama, LM Studio, vLLM, and moreAug 4, 2026 · 9 min read
Guide · aiThe best home-server hardware for self-hosting AI in 2026Aug 3, 2026 · 13 min read
Guide · aiThe best cloud GPU providers for AI training in 2026Aug 3, 2026 · 11 min read
Guide · aiThe best AI note-taking and writing tools in 2026Aug 2, 2026 · 11 min read
Guide · aiThe best Macs for local AI and machine learning in 2026Aug 2, 2026 · 11 min read
Guide · aiThe best cloud hosting for running AI models in 2026Aug 2, 2026 · 11 min read
Guide · aiThe best vector databases for RAG in 2026Aug 1, 2026 · 12 min read
Guide · aiThe best CPUs for AI development workstations in 2026Aug 1, 2026 · 13 min read
Guide · aiThe best AI image generators in 2026Aug 1, 2026 · 13 min read
Article · aiModel Distillation: How Small Models Learn to Punch Above Their WeightJul 28, 2026 · 9 min read
Article · aiRAG vs Fine-Tuning: Which One Your Use Case Actually NeedsJul 27, 2026 · 10 min read
Article · aiWhat an AI Agent Really Is: Stripping Away the HypeJul 27, 2026 · 14 min read
Guide · aiThe best laptops for running local AI models in 2026Jun 20, 2026 · 12 min read
Guide · aiThe best GPUs for running large language models locally in 2026Jun 20, 2026 · 10 min read
Guide · aiThe best mini PCs for local AI inference in 2026Jun 20, 2026 · 10 min read
Article · aiOpenAI Acquires Ona to Give Codex Agents a Persistent Home in Enterprise CloudsJun 19, 2026 · 3 min read
Guide · aiThe best AI coding assistants in 2026Jun 19, 2026 · 10 min read
Tutorial · aiHow to choose the right quantization for a local LLMMay 24, 2026 · 4 min read
Article · aiHow a transformer model actually worksMay 13, 2026 · 4 min read
Article · aiThe real difference between training and inferenceMay 12, 2026 · 4 min read
Article · aiWhat a context window actually isMay 11, 2026 · 4 min read
Article · aiWhat RAG actually is and is notMay 10, 2026 · 4 min read