cross-posted from: https://lemmy.world/post/45027513
Expected Result
See actual settings related to the IDE, environment, or at least web, PHP, and art development;Actual Result
See “Claude Code Plugin”
…May I ask, why do you highlight/suggest your customers that they are incapable to develop without AI, and you force it everywhere, even with the very first setting, and first ChangeLog items, too, instead of improving IDE for a human and their mind?
And… I am sorry, but… are you JetBrains or Antrophic, or?
Source: youtrack.jetbrains.com/…


Not sure about LLM’s as thats not what my team does, but for API’s we found better performance with PHP of the two, that was ~10yrs ago though…
Rust and Golang blow them both out of the water for REST API’s. (Like by 100x speed/request rates) Definitely recommend going that way for high traffic endpoints. The last one I wrote, Rust won that battle, but ymmv.
good to know. that does make sense, since rust and golang aren’t scripting languages.