Posts tagged “llm”
2026 is the year of fine-tuned small modelsOct 26, 2025
My bet for 2026: companies chasing margins and hitting diminishing returns on frontier models will shift to fine-tuning small, domain-specific models. Fine-tuning is getting cheaper, open-weights models are catching up to frontier ones, and differentiation through your own data beats competing on prompt engineering alone.
What I've learned about writing AI apps so farJan 20, 2025
I scaled back my ambitions from "how to write AI apps" to what I've actually learned. Key lessons: LLMs excel at condensing text, not creating it. Give them the data they need rather than relying on training. Let them self-correct. Use regular code wherever possible. And stop trying to replace humans, especially doctors and lawyers.