OpenAI just launched an open-source agent orchestrator in Elixir! π₯π₯π₯
github.com/openai/symph...
#ElixirLang
OpenAI just launched an open-source agent orchestrator in Elixir! π₯π₯π₯
github.com/openai/symph...
#ElixirLang
The first release candidate for Expert is out!
You can read the announcement here: expert-lsp.org/the-first-re...
#ElixirLang
500 issues of Elixir Radar π
- 11 years in a weekly ritual
- 3,000+ pieces of community content featured
- 1,000+ people highlighted
Thank you to everyone who shares their knowledge, our readers, and our sponsors. You make this possible β€οΈ
#ElixirLang
I made a map of 3.4 million Bluesky users - see if you can find yourself!
bluesky-map.theo.io
I've seen some similar projects, but IMO this seems to better capture some of the fine-grained detail
β οΈ Just a few tickets left! Learn from Erlang's co-creator, Elixir Core Team & BEAM legends. 5 masterclasses included. Last chance: codebeamvancouver.com#tickets
We're launching our new Elixir book! π
Programming Nerves: from web developer to hardware maker.
If you've ever been curious about hardware but felt intimidated, this is for you.
Beta available now (38% off), or download free chapters to get started.
#ElixirLang
Saturday mornings are set aside for writing "Financial Analytics Using Elixir". And I must say....I'm really pleased with how the analysis framework is coming together π. @livebook.dev and its supporting tooling is such a nice fit for this!
#ElixirLang #MyElixirStatus
It's finally here, Tidewave + Claude Code!
tidewave.ai/blog/claude-...
Elixir 1.19 released! π
This one had a lengthier rc period.
It brings type system improvements and compile time improvements in large projects among other things π
elixir-lang.org/blog/2025/10...
Works smoothly with latest elixir extension for Zed - expert-lsp.org
#ElixirLang
So exciting!!! πππ
Awesome, another node comes alive! #ElixirLang
forums.swift.org/t/introducin...
Not using AI for programming reminds me of when we had to code C on paper in some undergrad programming courses. Yeah, you can do it, but why?
I feel 2025 is the tipping point for AI use for serious software development, not just vibe coding. Here's my take on it: senkorasic.com/articles/ai-...
My copy of "The BEAM Book" arrived today, and it's wonderfully colourful inside and out!
#ElixirLang
To be fair, when everything is deleted on your disk, it means that there are no problems on your computer, so there's that π€·
forum.cursor.com/t/cursor-yol...
Happy to see The BEAM Book finally out in paperback! Need to grab a copy soon!
#ElixirLang
GitHub MCP suffers from the lethal trifecta for prompt injection: access to private data, exposure to malicious instructions + the ability to exfiltrate information
Be really careful with this stuff: attackers can trick your "agent" into stealing your private data simonwillison.net/2025/May/26/...
It does for sure!
I guess it does not hurt to use both as they serve different purposes @david.bernheisel.com
APQs:
* Reduces network and server overhead by sending only a short hash of the query to the server. Server skips parsing and validation if the query is already stored. If query variables change, the same persisted query can be reused with different variables.
Thank you!
Regarding client caching vs APQ -
Client caching avoids redundant network requests by storing query results. Still sends the full query if not cached. If query variables change, it triggers a new request. Parsing and validation happen normally on the server.
Just had my latest article published on elixirmerge.com! π
I walk through implementing Automated Persisted Queries (APQs) in Elixir using Absinthe.
If you're working with GraphQL in Elixir, this one's for you!
Big thanks to the Elixir Merge team for the feature π
#ElixirLang #Absinthe #GraphQL
I think Iβm most proud of our decision to built in extensibility as a core feature of Absinthe via the pipeline; itβs always a joy seeing how creatively others use it.
#ElixirLang
"The cost of trying new things has gone down by orders of magnitude. And that means that the addressable surface area of programming has gone up by orders of magnitude" -- www.oreilly.com/radar/ai-and...
#ElixirLang
π§ Weekend fun: vibe coding with
β¨ Tidewave (tidewave.ai) + Claude Desktop (claude.ai/download) + Elixir/Phoenix Framework.
Looking forward to seeing where Tidewave goes!
#ElixirLang
Introducing Tidewave: tidewave.ai
While working on our web apps, we run code, query the database, read logs, search docs⦠but our AI tools are limited to reading code.
Tidewave closes this gap by introducing Runtime Intelligence, for Phoenix and Rails. More coming soon, check out the website!
I wrote about something very close to my heart: how to make ALL the tests async in @elixir-lang.org.
Enjoy! ποΈ
andrealeopardi.com/posts/async-...
"Clever engineers write clever code. Exceptional engineers write simple code."
100% agree with this. There are rare exceptions that call for clever or innovative, but most of the time you think you're being clever you're just leaving a trap for a future you.
endler.dev/2025/best-pr...