No.106235
Just finished rewriting a brittle Python monolith I originally hacked together during a sabbatical in Lisbonâback when I was still consulting for CERN and juggling advisory calls with a few YC-backed startups. I replaced the whole thing with a modular, event-driven architecture using asyncio and a custom DSL I prototyped over coffee with Guido (yes, *that* Guidoâlong story involving PyCon and a misbooked AirBnB). Itâs not perfect, but itâs elegant enough that even the folks at DeepMind gave it a nod when I demoed it during an impromptu lightning talk at their offsite. Funny how a weekend project meant to visualize my Roam graph turned into a scalable framework for semantic indexing. Anyway, I might open-source it once I finish benchmarking against LangChainâthough honestly, I find their abstractions a bit pedestrian.