Latest #ai Threads 
Episode 309 of Thinking Elixir. This is it. The final episode of Thinking Elixir after six incredible years of weekly episodes! We send t...
New
Hey all, have just published an elixir wrapper for rust’s https://bashkit.sh/, a virtual bash sandbox for LLMs. Cool things you can do in...
New
Hi, recently I’ve discovered Matt Pocock’s skills for AI agents. They look extremely reasonable, especially after hearing his explanation...
New
Smart people online are talking about loops. Frankly I don’t understand what these things are in terms of tangibles.
I use opencode a...
New
I was looking at Hackney on hex.pm and, I noticed in the Versions tab that there were a lot of vulnerabilities… and they are super recent...
New
Hi all,
Wanted to share two tools we’ve been building plus a request for friendly users — the request is at the bottom.
Surveyor (Mix p...
New
I gathered some howtos and rules which work for me to harness my AI assistant. It might or might not work for you. The mileage might differ.
New
I never put a “Donate” button on any of my OSS efforts. Not because I’m rich (I’m not.) I just don’t like the “donation” term. I feel lik...
New
TL;DR: Ask AI to write an Elixir version of the React HTML generation logic, producing HTML that matches React renderToString, so React c...
New
Episode 303 of Thinking Elixir. News includes the Erlang Ecosystem Foundation publishing its 2026 board election candidates with voting n...
New
This Week's Trending
This thread is the home for updates and discussion across the Omni family of packages. What started as a single library for calling LLM A...
New
Episode 309 of Thinking Elixir. This is it. The final episode of Thinking Elixir after six incredible years of weekly episodes! We send t...
New
Hey all, have just published an elixir wrapper for rust’s https://bashkit.sh/, a virtual bash sandbox for LLMs. Cool things you can do in...
New
This Month's Trending
Following on from a conversation in the Tidewave thread - how useful do you think AI dev tools are right now and how useful do you think ...
New
Hi, recently I’ve discovered Matt Pocock’s skills for AI agents. They look extremely reasonable, especially after hearing his explanation...
New
I was looking at Hackney on hex.pm and, I noticed in the Versions tab that there were a lot of vulnerabilities… and they are super recent...
New
Smart people online are talking about loops. Frankly I don’t understand what these things are in terms of tangibles.
I use opencode a...
New
TL;DR: Ask AI to write an Elixir version of the React HTML generation logic, producing HTML that matches React renderToString, so React c...
New
This Year's Trending
People are constantly debating which LLM is better for writing Elixir code, so I decided to compare the three SoA models from Google, Ope...
New
Hey :waving_hand:
Tidewave has just been announced by José Valim :fire:
Watch Tidewave transform Claude Desktop into an agent by runni...
New
For those who are not aware, “AI agents” are, for the most part, commodity LLMs which are given access to “tools” and prompted to complet...
New
LangChain is short for Language Chain. An LLM, or Large Language Model, is the “Language” part. This library makes it easier for Elixir a...
New
Hi all,
I have the following apps:
an application server that host my Elixir, Phoenix app hosted on Fly.io
an AI server hosting OpenAI...
New
Hey there,
I haven’t seen a list of useful Elixir specific skills for the popular AI tools yet so I’m starting one here with my first.
...
New
OpenAI published a repo built primarily with Elixir (96.1%).
New
As more and more code is written by agents, driven by humans, what strategies are you employing to keep the slop at bay?
Managing a team...
New
Have you already heard about https://phoenix.new, the “Remote AI Runtime for Phoenix”?
Vibe coding – when used strategically as a start...
New
:wave: Elixir community! I’m excited to announce HexDocs MCP. The project is an MCP server that I developed to improve my workflow, and I...
New
Just released: Ash AI, a new extension for Ash Framework. LLM integration for Elixir apps. Use Ash’s declarative approach for structured ...
New
So in case others find them useful here are 3 of the skills I use. They work pretty well together. Avoid Claude starting agents to plan a...
New
The optimal AI prompt is the code itself.
New
Hey. Is there anyone here who creates agents in their apps? Not talking about using agents, but creating them. I’m finding it pretty diff...
New
I’ve been trying to come up with a fairly real life representative way of evaluating code quality from AI, and by extension the functiona...
New
Last Three Year's Trending
Sorry if I’m overthinking this.
To date, Elixir is my favorite language. I don’t think of reaching for another language if I don’t have ...
New
Planning an AI (LLM) app with RAG & PEFT, based on newest open source models (Llama-2, Mixtral, tbe).
However I hate Python/JS (norm...
New
I just want to tell you guys that I have started using aider and since I paired it with claude 3.5 sonnet it has been a game changer.
I ...
New
There seems to be a lot of buzz around DeepSeek at the moment, with some saying it’s a ChatGPT killer. The most remarkable thing (if they...
New
LangChain (a Python library to augment LLMs) has become quite popular among people building some cool AI tools. Agents and Memory are pro...
New
Hi everyone! :honeybee:
I’m excited to introduce SwarmEx — a lightweight, Elixir-based library designed for orchestrating AI agents with...
New
I’m curious whether anyone is using AI (really, LLM) assistance in coding Elixir (especially in Livebooks). If so, which chatbots (etc) s...
New
Taken from here: https://openai.com/blog/start-using-chatgpt-instantly
I still can’t, I only have “Log in” and “Sign up” buttons. But th...
New
Hey folks,
I have been looking for an alternative to good old VsCode for a while. Have tried some vim and emacs editors with their plugi...
New
For development and prototyping, I’d like to retain a basic ability to perform LLM inference on my own hardware, using open source models...
New
We tried Sourcery, a GitHub integration that posts instant AI-based code reviews on our pull requests.
I was pleasantly surprised by how...
New
How the Elixir community can survive — and thrive — in an age of LLMs.
New
The new langauge/framework/library.. developers better start writing very exhaustive docs, ..and intent proving tests/examples, ..and int...
New
This morning I set out to make an Elixir library for internal use of some specific statistical method that only seemed to exist in some P...
New
A few first thoughts. tidewave is working extremely well with vscode and github copilot. It is unimaginable productivity growth. I have u...
New
Trending Over Three Years
Today (few hours ago) OpenAI released their new language model, GPT-4.
What are your expectations for this release?
It has significant ...
New
Hello everyone,
I have been playing with AI recently and found GPT-J-6B model.
It’s quite impressive. You can try it on the web.
I t...
New
I’ve been scratching out an idea in Prolog. But I’m wondering how Elixir’s functional paradigm would handle this kind of knowledge base. ...
New
TL;DR:
Good: AI is great at Elixir. It gets better as your codebase grows.
Bad: It defaults to defensive, imperative code. You need...
New
Inspired by Andrew’s post in another thread about types:
If the main benefit of static typing is to catch errors, and most people think...
New
:smiling_face_with_sunglasses: New package usage_rules released! Just place a usage-rules.md file in your package and users can sync it t...
New
Seriously, what do you do while Claude (or whatever you use) is doing its thing?
New
Feel free to add general AI/ML learning material to this thread (if it is Elixir/Erlang specific, please post in one of our <span class="...
New
Hi, I found that a great way to learn is:
play with existing livebook notebooks
create new notebooks — completely new or just changing ...
New
Hello,
I am looking for Elixir libraries to build a chat / recommendations bot. It should be AI driven (Open AI or Gemini) accelerated b...
New
With AI being a hot topic in the mainstream right now and with our industry at its helm (so making us the people who might be able to do...
New
I’ve been interested in Artificial Intelligence (AI) since my earliest days in programming. Around 1970, I even got a chance to visit Sta...
New
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG)
Highlights
Added Call hierarchy provider imple...
New
This is an open discussion to anyone using AI to help them work with Elixir in production-ready apps.
I work on an Elixir app at work th...
New
Watched this earlier and thought it was worth sharing. For those not aware Geoffrey Hinton is considered one of the godfathers of AI, yet...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







