AI Engineering
When to Use a Reasoning Model vs a Fine-Tuned Small Model
A decision framework for choosing between a general reasoning model and a fine-tuned small model for a given production task, with cost, latency, and maintenance tradeoffs.
Sachin SharmaCreator
Jul 6, 2026
6 min read

Featured Resource
Quick Overview
A decision framework for choosing between a general reasoning model and a fine-tuned small model for a given production task, with cost, latency, and maintenance tradeoffs.

Previous Article
FastAPI Streaming Responses for LLM Token-by-Token Output
A step-by-step build of a real token-streaming endpoint in FastAPI: StreamingResponse, server-sent events, backpressure, client disconnects, and the gotchas that don't show up in a demo.

Next Article
Building a WebXR Product Configurator: A Practical Walkthrough
A step-by-step build of a furniture configurator that lets customers place a couch in their room, swap the fabric color, and resize it — no app install, just a link.