How to Run Llama 3.3 70B Locally with Ollama

Llama 3.3 70B is the largest model most people can realistically run on consumer hardware — and it’s genuinely impressive. Meta’s instruction-tuned 70B model sits in a category by itself among open-source models: strong enough to compete with frontier API models on many tasks, but running entirely on your machine. The catch is that you … Read more

How to Run Qwen 2.5 Coder Locally with Ollama

Qwen 2.5 Coder is one of the best coding models you can run locally right now. Alibaba’s coding-specific fine-tune of Qwen 2.5 punches well above its weight class — the 7B version outperforms models twice its size on most coding benchmarks, and the 14B version is genuinely competitive with GPT-4o mini on code tasks. With … Read more

How to Update Ollama to the Latest Version (All Platforms)

Keeping Ollama updated matters more than it might seem. New versions bring faster inference, support for newly released models, bug fixes for GPU detection issues, and sometimes significant performance improvements for specific hardware. The update process is quick on all platforms — usually under two minutes — and your downloaded models are never touched during … Read more

LLM Memory Patterns for AI Agents: Short-Term, Long-Term, and Episodic

Why Memory Is the Hard Problem in AI Agents LLMs are stateless by default — every request arrives without any memory of previous interactions unless the relevant history is explicitly included in the context. For simple chatbots, this is manageable: include the last N conversation turns and the user’s question feels contextually grounded. For AI … Read more

Gemini 2.0 Flash: A Practical Guide to Google’s Most Cost-Effective Model

Why Gemini Flash Matters Google’s Gemini Flash family occupies a specific and valuable position in the LLM market: frontier-adjacent quality at economy pricing, with one of the largest context windows available and native multimodal capabilities included at no additional cost. For developers building cost-sensitive production applications, Gemini Flash is worth serious evaluation alongside the more … Read more

LLMs for Startups: How to Build an AI-First Product Without a Research Team

The Startup Advantage in AI Startups have a structural advantage in AI adoption that large enterprises do not: the absence of legacy systems, incumbent processes, and organisational inertia that slow enterprise AI deployment. A ten-person startup can ship an AI-powered product feature in a week that would take a large enterprise six months of approval … Read more