altolending

What My GPT Stylist Taught Me About Prompting Better

When I built a GPT-powered fashion assistant, I expected runway looks—not memory loss, hallucinations, or semantic déjà vu. But what unfolded became a lesson in how prompting really works—and why LLMs are more like wild animals than tools. This article builds on my previous article on TDS, where I introduced Glitter as a proof-of-concept GPT

What My GPT Stylist Taught Me About Prompting Better Read More »

Log Link vs Log Transformation in R — The Difference that Misleads Your Entire Data Analysis

Although normal distributions are the most commonly used, a lot of real-world data unfortunately is not normal. When faced with extremely skewed data, it’s tempting for us to utilize log transformations to normalize the distribution and stabilize the variance. I recently worked on a project analyzing the energy consumption of training AI models, using data

Log Link vs Log Transformation in R — The Difference that Misleads Your Entire Data Analysis Read More »

A Review of AccentFold: One of the Most Important Papers on African ASR

I really enjoyed reading this paper, not because I’ve met some of the authors before, but because it felt necessary. Most of the papers I’ve written about so far have made waves in the broader ML community, which is great. This one, though, is unapologetically African (i.e. it solves a very African problem), and I

A Review of AccentFold: One of the Most Important Papers on African ASR Read More »

Time Series Forecasting Made Simple (Part 2): Customizing Baseline Models

Thank you for the kind response to Part 1, it’s been encouraging to see so many readers interested in time series forecasting. In Part 1 of this series, we broke down time series data into trend, seasonality, and noise, discussed when to use additive versus multiplicative models, and built a Seasonal Naive baseline forecast using

Time Series Forecasting Made Simple (Part 2): Customizing Baseline Models Read More »

Clustering Eating Behaviors in Time: A Machine Learning Approach to Preventive Health

It’s well known that what we eat matters — but what if when and how often we eat matters just as much? In the midst of ongoing scientific debate around the benefits of intermittent fasting, this question becomes even more intriguing. As someone passionate about machine learning and healthy living, I was inspired by a 2017 research paper[1] exploring this intersection. The

Clustering Eating Behaviors in Time: A Machine Learning Approach to Preventive Health Read More »

Model Compression: Make Your Machine Learning Models Lighter and Faster

Introduction Whether you’re preparing for interviews or building Machine Learning systems at your job, model compression has become a must-have skill. In the era of LLMs, where models are getting larger and larger, the challenges around compressing these models to make them more efficient, smaller, and usable on lightweight machines have never been more relevant.

Model Compression: Make Your Machine Learning Models Lighter and Faster Read More »

ACP: The Internet Protocol for AI Agents

With ACP (Agent Communication Protocol), AI agents can collaborate freely across teams, frameworks, technologies, and organizations. It’s a universal protocol that transforms the fragmented landscape of today’s AI Agents into inter-connected team mates. This unlocks new levels of interoperability, reuse, and scale. As an open-source standard with open governance, ACP has just released its latest

ACP: The Internet Protocol for AI Agents Read More »