preciz

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)

Showing Posts 1 to 10

AndyL

AndyL

Can anyone here can compare the performance of Claude 3.5 vs OpenAi 4o for elixir tasks?

preciz

preciz OP

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

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 :sunglasses:

preciz

preciz OP

Auto commits were annoying for me too so I have this in my .aider.conf.yml:

  ## Enable/disable auto commit of LLM changes (default: True)
  auto-commits: false
  
  ## Attribute aider code changes in the git author name (default: True)
  attribute-author: false
  
  ## Attribute aider commits in the git committer name (default: True)
  attribute-committer: false
AndyL

AndyL

@preciz thanks for the tips on Aider and Claude. Already helpful.

mudspot

mudspot

I use continue.dev + claude 3.5 sonnet.

+1 to Claude Sonnet!

itzmidinesh

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

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

dani

Is Claude 3.5 really that good?

cmo

cmo

Claude 3 Opus was already good and 3.5 Sonnet is good too, and apparently quicker.

Where Next? Top

Trending in Discussions Top

AstonJ
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...
2977 94592 917
New
cblavier
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
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
heathen
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
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
AstonJ
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
Null-logic-0
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 Top

GenericJam
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
JesseHerrick
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
marciok
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
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
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
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews