dimamik
Trending in AI / LLMs
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
With advancements in AI gathering pace and set to increasingly accelerate, perhaps it’s worth having an annual thread on the topic - feel...
New
Following on from some recent threads about AI and AI created projects I’m curious what people have been creating with AI tools …and perh...
New
What
A larger rant at in this post. Code at github: GitHub - dmitriid/llamex: Credo Plugin that detects issues that LLM-assisted Elixir r...
New
I like to find performance optimizations and hidden bugs in Elixir codebases with coding agents.
If I just ask them directly to find tho...
New
Hi everybody,
A few months ago I needed a log dashboard for my Phoenix app. I looked at a few cloud services, but since I didn’t need an...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex











Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
egeersoz
Really cool!
FlyingNoodle
My friend found this repo: GitHub - openai/symphony: Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents. · GitHub which I thought was quite interesting and worth sharing here. The project describes itself like this:
They even have a little bit in the readme about “Why elixir?”
dimamik
I think that might be exactly what the first post in this thread mentions
.
egeersoz
I think the two threads got merged.
FlyingNoodle
Oh I’m sry, I didn’t see it.
dimamik
Nothing to be sorry for! And thanks for bringing this. This is super fun to see large companies trying out Elixir. Hope this’ll make more folks try Elixir and fall in love with it.
dimamik
I’ve also posted this same thing on X, and the post got quite a bit of traction there: Dima Mikielewicz on X: "OpenAI published a repo with the code to orchestrate AI agents built primarily with Elixir (96.1%): https://t.co/urE1oOB3fC. While explaining why they chose Elixir, they say that - It is great for supervising long-running processes - It has an active ecosystem of tools and" / X.
I think some folks that liked it are from an entirely different world. I wonder if we should link some Elixir-related overviews for them to get even more familiar with the language..?
EricGT
First, I joined this forum because of openai/symphony. It was interesting to see how quickly others noticed the new OpenAI repository.
As more developers realize that OpenAI is using Symphony, there will likely be questions about how to use Elixir effectively.
One emerging trend in programming ecosystems is the creation of LLM “skills” for specific languages, especially for those new to the programming language, E.g. Lean4 skills.
While looking through elixir-lang/elixir, I did not find any skills of this type. Are there any official skills for Elixir?
I did find the forum topic: Elixir Skills for Claude, Cursor, Codex
For forum tags, could Symphony be added?
Since many developers may not yet know about this Elixir forum, it might be helpful to post a short notice on the GitHub OpenAI Symphony discussions tab pointing people here.
Finally, thank you for providing the free book Elixir Succinctly®. It has been quite useful as an introductory resource. Yes, I am still someone who reads books.
Cruz
I’m still listening to this podcast but the guest is the lead of the OpenAI team who created Symphony. I’m finding it interesting
From the video: “The speaker chose to use Elixir and the BEAM (Erlang VM) for agent orchestration because its process supervision and GenServers are highly amenable to the type of process management required for their system. Specifically, these features allow the team to spin up little daemons for every task in execution and drive them to completion, providing native support for concurrency and resumability that is ideal for managing multiple coding agents simultaneously. (34:36 - 35:12)”