
Engineering • 10 min
Building Local Voice AI Pipelines in Python: A Developer's Guide
Build low-latency local voice AI pipelines in Python. Replace cloud APIs with Ollama, Whisper, and Coqui TTS for privacy and speed.
Tag
5 articles

Engineering • 10 min
Build low-latency local voice AI pipelines in Python. Replace cloud APIs with Ollama, Whisper, and Coqui TTS for privacy and speed.

Engineering • 7 min
Learn agentic workflows in Python. Master orchestration, state management, and verification loops to replace unreliable vibe coding with deterministic engineering.

Engineering • 12 min
Python 3.13 shipped with something people argued about for two decades: the ability to disable the GIL. Python 3.14 made it officially supported. But officially supported doesn't mean deploy it on Friday. And it definitely doesn't mean it's fast.

Rust • 26 min read
PyO3 v0.28 adds full support for free-threaded Python 3.14 and the GIL release API. This guide covers building, packaging, and shipping Python extensions in Rust with maturin — from first function to published PyPI wheel.
Hosting & DevOps • 18 min read
The 2025 guide to hosting Python apps and APIs—serverless, containers, edge, costs, and trade‑offs for Django/FastAPI/Flask.