Productivity
13 Nov 2025
Supercharging ML and AI Dev Experience at Netflix
Every ML engineer I know has the same complaint. Notebooks feel great for exploration but terrible for production. Production pipelines feel great for reliability but terrible for iteration. Pick one, then spend the rest of your week fighting whichever you didn’t pick.
Netflix just shipped something that might actually fix this. Or at least make the fight less painful.
Spin: The Missing Piece in Metaflow #
Metaflow 2.19 introduced Spin, and honestly, it’s the kind of feature that makes you wonder why nobody built it sooner. The idea is dead simple: take a single @step in your production pipeline, pull it out, run it locally with full state from the parent step. Notebook-style iteration, but inside your actual production DAG.
9 Nov 2022
GitHub Copilot Metrics: Coding 55% Faster
A 55% improvement in task completion speed. That’s the headline from GitHub’s recent study on Copilot, conducted with Microsoft’s Office of the Chief Economist. And honestly? My first reaction was skepticism.
Not because I doubt AI-assisted coding works — I’ve been using Copilot since it went GA in June. But productivity numbers that clean always make me want to read the fine print.
So I read the fine print.
The experiment #
GitHub recruited 95 professional developers and split them into two groups. One group used Copilot; the other didn’t. The task: implement an HTTP server in JavaScript. Simple enough to complete in a few hours, complex enough to require real engineering decisions.