| ▲ | neya 2 hours ago |
| Anecdotally, I would actually argue tbe opposite - Anthropic is overrated, ass-kissed way too much here for mediocre coding abilities (especially for Elixir). ChatGPT most of the time one-shots complex solutions in comparison. The only reason why people shit on OpenAI so much is because of the defence deal, but, it's not like Anthropic is a saint either: https://www.cnbc.com/2026/02/12/anthropic-gives-20-million-t... |
|
| ▲ | phinnaeus an hour ago | parent | next [-] |
| Why pick elixir specifically here? I’m using opus/sonnet via Claude code for a moderately complex personal project built on phoenix and have had a good experience |
| |
| ▲ | neya 2 minutes ago | parent | next [-] | | Claude is good, I'm definitely not saying it's bad. But if you work with LiveView, it will tend to choose more complexity over simplicity. Weirdly enough I have a feeling it's trained more on Python/Ruby (Object oriented paradigms) style code than functional code, so it tries to get things done not so functionally. | |
| ▲ | FireBeyond 14 minutes ago | parent | prev [-] | | Yeah, I've been building a fairly complex app with Claude and it has been great. Backend stack is a Go service, with TS front end and a solver running or-tools in Python. I do think I do a good job of being very structured at breaking down my requirements and acceptance criteria (thanks dual lives as a devops and SRE guy and then PM). Extensive unit testing, discipline in use of sessions and memories and asking it to think of questions it should be asking me before even formulating a plan. |
|
|
| ▲ | ls612 an hour ago | parent | prev [-] |
| Claude Code is IMO the benchmark today. For all of the various contexts I’ve used it in it has mostly oneshot the tasks I’ve given it and is very user friendly for someone who is not a professional software engineer. To the extent it fails I can usually figure out quickly why and correct it at a high level. |
| |
| ▲ | csharpminor 22 minutes ago | parent [-] | | I think Codex is a better fit for professional software engineers. It's able to one-shot larger, more complex tasks than Claude and also does better context management which is really important in a large codebase. On the other hand, I think Claude is more friendly/readable and also still better at producing out-of-the-box nice looking frontend. |
|