Tracking AI Model Deprecations with Git Scraping: Introducing deprecations.info

Posted on August 24, 2024 in data-engineering

How I built deprecations.info using Simon Willison's git scraper pattern to track AI model shutdowns and prevent service disruptions


Continue reading

The Data Bus: a helpful pattern for data engineering

Posted on December 07, 2022 in Data Engineering

The Data Bus is a pattern that can help you tidy up data flows, and helps to keep track of the preprocessing steps taken. It is a simple, language-agnostic pattern that can be used to make sense when multiple transform steps are involved.


Continue reading