Why Small AI Models Are Becoming the Default
artificial intelligence Aug 28, 2026 5 min read

Why Small AI Models Are Becoming the Default

Small language models are becoming capable enough to handle the repetitive work that fills inboxes, support queues, and business systems. Lower inference costs, faster responses, local deployment, and careful routing can make AI products viable at much larger scale without retiring frontier models for difficult cases.

by ahsan
The CPU Is Back in LLM Inference—Rethink the Split
artificial intelligence Aug 08, 2026 7 min read

The CPU Is Back in LLM Inference—Rethink the Split

LLM inference no longer looks like “CPU submits, GPU generates.” As assistants become agentic, tool calls and orchestration move onto the critical path, making CPU-heavy serving practical. This post breaks down prefill/decode, KV cache, and the software techniques (continuous batching, prefix caching, chunked prefill) that make CPU inference viable.

by ahsan