Remix.run Logo
jimbokun 12 hours ago

I really appreciated this overview of when to use an IDE vs an ADE:

https://ctx.rs/ade-vs-ide

TLDR: use an ADE if you need multiple agents working concurrently on your code base. Otherwise IDE with an agent plugin is probably fine.

luca-ctx 11 hours ago | parent [-]

Glad it helped!