Posts

Cloud Watching 101

Image
As cloud architects, we spend our days designing systems in the cloud. Load balancers, autoscaling, fault tolerance, multi-region deployments—we know them inside out. But when was the last time you looked up at the original cloud? A children's book recently reminded me that the sky has its own architecture, complete with naming conventions that sound suspiciously like service tiers.  Clouds are mostly made of tiny water droplets, tiny ice crystals, or a mixture of both suspended in the air. The first well-designed "cloud taxonomy" predates cloud computing by about 220 years. In 1802, English pharmacist and amateur meteorologist Luke Howard borrowed Latin words—cirrus (“curl”), stratus (“layer”), cumulus (“heap”), and nimbus (“rain cloud”)—to create a cloud classification system so elegant that it’s still the global standard more than two centuries later. It's a reminder that well-designed taxonomies can stand the test of time—whether they're describing the atmosp...

This Week I Learned - Week 30 2026

Image
This Week I Learned -  * The OpenRouter Pareto Router is a dynamic model selection tool that allows users to select a coding model based on a minimum coding score preference. It maintains a curated shortlist of strong coding models ranked by Artificial Analysis coding percentiles. Users can set a min_coding_score between 0 and 1 to control the strength of the coder they need. The router automatically selects the cheapest model within the chosen tier or the fastest with the Nitro variant. This approach ensures that users receive a strong coder without overspending, as the exact shortlist evolves over time with new models and benchmarks. The OpenRouter API is compatible with most SDKs, allowing for easy integration into applications. * openrouter/auto-beta is a task-aware router. It classifies each request, routes it to the model teams are actually spending on for that kind of task, and filters that choice by the cost-quality tradeoff you set. The response is priced at the routed mo...

This Week I Learned - Week 29 2026

Image
This Week I Learned -  * Microsoft's Phi-4 Mini is widely regarded as one of the most capable models under 4 billion parameters. It punches significantly above its weight class, outperforming older 7B and even 70B models in specific reasoning tasks. It runs at a smooth 13–18 tokens per second on flagship devices with 8 GB+ RAM (like the iPhone 16 Pro/17 Pro or Galaxy S25/S26 series). * From The Batch : - PrismML, a Caltech spinout backed by Khosla Ventures, publicly released compressed versions of Alibaba’s Qwen model on Tuesday, shrinking it from 54 GB to under 4 GB so all 27 billion parameters run on an iPhone (15 or newer). PrismML achieves the compression by reducing the models to ternary or binary quantization, reducing each value from 16 bits to just two or three possible values.   - Two people asking the same model for business feedback, one in Hindi and one in Russian, may receive substantively different advice not because they’re using different models, but because th...