preciz
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 was able to accomplish tasks that I had delayed for ~2 years in just minutes.
One of these tasks was that we had an old modal that was still using vanilla JS from the old times when LiveView didn’t have the JS module.
I linked the docs to aider with the
/web https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.JS.html
Then after adding the necessary files and shortly prompting it, I waited for the result and it was done.
This combination well deserves the hype.
(I’m not associated with any of the above)
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
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
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
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
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
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
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 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AndyL
Can anyone here can compare the performance of Claude 3.5 vs OpenAi 4o for elixir tasks?
preciz
The top model on Aider LLM leaderboard is claude-3.5-sonnet.
I have switched from OpenAI 4o and in my experience in Elixir claude 3.5 sonnet is way ahead.
Wojciech
Thanks for recommendation but i have some questions.
It seems that aider auto-commits requested changes, is it worth it? Currently i commit my changes every time i fix a bug or i want to have a place where i can safely come back after doing something i later may want to undo, making a commit every time i ask for some changes doesn’t seem like the best approach(at least at first).
Wouldn’t it be more convenient to ask for changes, and then have an option to accept, discard or make adjustments to generated code(that’s how Cursor works).
PS. i also use claude 3.5, it’s awesome
preciz
Auto commits were annoying for me too so I have this in my
.aider.conf.yml:AndyL
@preciz thanks for the tips on Aider and Claude. Already helpful.
mudspot
I use continue.dev + claude 3.5 sonnet.
+1 to Claude Sonnet!
itzmidinesh
From my experience, Claude 3.5 Sonnet outperforms OpenAI 4o in handling Elixir tasks. Having worked with Elixir for eight months, I’ve consistently found Claude to be superior in generating Elixir code. Previously, Opus was quite good, but Sonnet has significantly surpassed it.
Zurga
Do you have more examples? Can it generate a module which was not already in the training data? I can imagine it saw many examples of a Modal with JS functions.
Maybe you can ask it to create a module that can record interactions with a LiveView and can then generate tests based on those recordings. All the database query can be mocked out by what is found in the recordings. Think ExVCR for LiveView.
If it works, I would love to use that code!
dani
Is Claude 3.5 really that good?
cmo
Claude 3 Opus was already good and 3.5 Sonnet is good too, and apparently quicker.