feed

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

agentic AI

5 posts

data engineering

8 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