2 ms·
> Django in particular is optimized for LLMs Meanwhile, a different take: Now, what we’ve been told about models is that they’re only as good as their trainin
by a4isms 6mo ago
> Django in particular is optimized for LLMs
Meanwhile, a different take:
Now, what we’ve been told about models is that they’re only as good as their training data. And so languages with gargantuan amounts of training data ought to fare best, right? Turns out that models kind of universally suck at Python and Javascript (comparatively). The top performing languages (independent of model) are C#, Racket, Kotlin, and standing at #1 is Elixir.
https://news.ycombinator.com/item?id=47410349 https://news.ycombinator.com/item?id=47410349
- boxed 6mo agoI am using Claude Code with Elm, a very obscure language, and I find that it's amazing at it.
- christophilus 6mo agoI wouldn’t call Elm obscure. It’s old, well understood, well documented, and has a useful compiler. This is nearly the perfect fit for an LLM.