feed

Posts grouped by topic. 22 posts across 3 categories. Series cards step through their parts via the prev / next buttons inside the card.

agentic AI

5 posts

data engineering

9 posts Β· 1 series

post data-engineering series Β· Streaming-data architectures Β· 1/2 Β· 6 min

Architecture series, part 1: Lambda architecture, where it came from and why it hurt

Part 1 of a 2-post series on streaming-data architectures. Lambda architecture solved the right problem in 2014: how to combine batch correctness with stream-low-latency. The cost was running two pipelines for the same logic. Here's why it was right then, and why most teams shouldn't pick it now.

1 / 2

python

8 posts Β· 1 series

post python series Β· Python idioms Β· 1/3 Β· 5 min

Python idioms I reach for daily, part 1: decorators that earn their keep

Part 1 of a 3-post series. Decorators are easy to misuse and spectacular when they fit. Here are the four shapes I reach for in production AI/data work, with code: retry, timing, instrumentation, and feature-flagging.

1 / 3