Today we're releasing Oban for Python!
A fully operational, #postgres backed, typed, async, pythonic-as-we-could-muster implementation of Oban in #python.
Quick question :
You have 50 microservices, each with its own API.
The frontend team is losing their mind.
To render a single page, they make 10 network calls.
The app is sluggish. Users are complaining.
How do you fix this ?
Want to build AI systems that scale to millions? Learn from Elixir pros like @georgeguimaraes, Aaron Votre, Jinkyou Son & Micah Woods at ElixirConf US 2025. AI Elixir = next-level power. elixirconf.com/#speakers
🚀 Livebook v0.14 is here! 🚀
We’ve added new features that will make navigating your code easier and more intuitive.
Curious? Here’s what’s new and how it will improve your workflow! 👇🧵
Woot! Elixir v1.17 is out, bringing you the first warnings and type checking based on our on-going work to perform type inference from patterns (and soon guards). A lot more to come, hopefully: elixir-lang.org/blog/2024/06…
Today Elixir turns 12 years old! 🎉🥳
Let's celebrate with Elixir v1.17-rc, which includes our initial work on set-theoretic types, a brand new duration data type, and support for Erlang/OTP 27.
Want to give Elixir a gift? Give it a star on GitHub! github.com/elixir-lang/elixi…
After six years of development Phoenix LiveView 1.0.0-rc.0 is out! 🚀
The announcement reflects on our path to 1.0, some fun demos, and what's next.
"with Elixir you start shipping features that other platforms can’t even conceive as possible"
phoenixframework.org/blog/ph…
👀 hot deploys on @flydotio to a planet-wide cluster, in 3 seconds.
No websockets were harmed and the prod stylesheet reloaded on the client. More soon! 🔥
My @GOTOcon talk where I give an introduction to Elixir and then live code a distributed machine learning application inside Livebook is up: youtube.com/watch?v=pas9WdWI…
If you are already familiar with Elixir, jump to 24:30 (WebAI).
As promised.
Write up on implementing and optimizing conversational agents: seanmoriarity.com/2024/02/25…
An open source repo which is a generic WebSocket server for low-latency conversational agents: github.com/seanmor5/echo
And another demo
I saw the @retellai demo on HN, and thought it was cool, but I also thought I could make a similar demo pretty quickly. So here is my attempt with Elixir, Nx, and Instructor. Supports intelligent hang ups and extracts appointment details at the end