Loading article
Loading article
Machine Learning · Article
Glass Half Full · 21 April 2026
Large language models get the headlines, and they've earned them — they're why software can now read an email or draft a response like a person would. But a quieter truth gets lost in the noise: for a large share of real business problems, the best tool is still the kind of machine learning that's been paying its way for twenty years.
LLMs shine when the input is language: messy emails, documents, conversations, anything where understanding and producing text is the job.
Traditional machine learning — regression, gradient-boosted trees, classic classifiers — shines when the input is structured: rows and columns, histories and amounts, and the job is a prediction or a score.
When we're choosing an approach for a client, four questions do most of the work:
The systems that work best in practice are rarely one model. An LLM reads the incoming email and extracts the structured details; a small classifier scores the lead; an agent routes the result and drafts the follow-up. Each part does what it's genuinely best at.
Choosing the boring model when the boring model wins isn't conservative. It's engineering.
The skill isn't reaching for the newest tool. It's knowing which decades of work you get to stand on.