matreyes

matreyes

LLM Coding Benchmark by language

I haven’t seen this paper being discussed by the community, but I think this makes Elixir more relevant than ever.

TLDR;

The paper was written by Tencent’s AI team.

Most Liked Responses

vkryukov

vkryukov

Feels right to me. I don’t code much in other languages, but here are two recent anecdotes:

  1. Needed to build a simple utility to package certain files in my project with repomix, to upload it with GPT-5 Pro. Asked Claude Code Opus 4.1 to write a simple bash script. After a few iterations that were going nowhere (and produced an ever growing unreadable pile of bash), asked it to write it in Elixir - with the idea that at least I can read/understand it. It got it right from the first try, the code was much cleaner and easier to read.

  2. Needed to write a small utility to automate a workflow for image creation with Google’s Nano Banana. Since Google already has a Python library, decided to ask Codex to write it in Python. It made it work at the end, but after too many iterations, and the generated code is some unreadable mess. Decided to rewrite it in Elixir (and asked Codex to create a simple library to work with Google’s API in a process) - boom, much faster development cycle, and again, a cleaner code that I can actually maintain.

That was enough to convince me that even for small utilities, I should just reach straight for Elixir - somehow modern LLMs just write it better.

matreyes

matreyes

Additionally, I believe the reasons why Elixir enables LLMs to solve problems more effectively compared to other languages are the same reasons we appreciate Elixir for humans; it’s just more challenging to illustrate.

Where Next?

Popular in Discussions Top

praveenperera
How We Replaced React with Phoenix By: Thought Bot
New
arcanemachine
https://nitter.net/josevalim/status/1744395345872683471 https://twitter.com/josevalim/status/1744395345872683471
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
AstonJ
Are there any Elixir or Erlang libraries that help with this? I’ve been thinking how streaming services like twitch have exploded recentl...
New
AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
IVR
Hi all, I’ve seen a number of related threads in the past, but I’d still be very curious to hear an up-to-date opinion on this topic. I...
New
AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31142 143
New
eteeselink
Hi all, In the last days, two things happened: A blog post titled “They might never tell you it’s broken” made the rounds. It’s about ...
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
chulkilee
Here are the list of HTTP client libraries/wrappers, and some thoughts on HTTP client in general. I’d like to hear from others how they w...
New

Other popular topics Top

senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
Nvim
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help. Where are they similar? Where do they differ the m...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 53690 245
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New

We're in Beta

About us Mission Statement