
Thinking Elixir Podcast 291: From 2x Compilation to Junior Comprehension
23 snips
Feb 10, 2026 News about a 2x compile-time speedup in Elixir and an added type checker. A new alternative Erlang syntax called Telelang and experiments with syntax parsers. Membrane’s YOLO plugin brings AI object detection to video pipelines. Tools for building containers directly from Erlang/Elixir code and conversational AI for managing dependency upgrades. Discussion of PR quizzes that turn code reviews into interactive learning.
AI Snips
Chapters
Transcript
Episode notes
Add Real-Time Object Detection
- Use the Membrane YOLO plugin to add real-time object detection in Elixir multimedia pipelines.
- Combine NX and Onnx for model inference and evision/vips for image processing as needed.
Build Containers From Code
- Erlang/Elixir projects can programmatically build OCI containers from code instead of static Dockerfiles.
- Libraries like erlang-oci-builder and MassDriver's OCI plug enable dynamic build and registry push workflows.
Use AI To Manage Dependency Upgrades
- Use Christian Alexander's Claude skill to conversationally update Elixir dependencies stepwise.
- Run tests and consult changelogs for breaking changes, and use diff.hex for security diffs.
