Remix.run Logo
ACCount37 an hour ago

It's tuned for the kinds of tasks where "just try" doesn't get good results.

A major complaint with AI code was that AIs struggle with complex codebases, don't respect existing conventions, reinvent functionality multiple times over, etc. So, newer high end AIs are tuned with the "explore/exploit" dial turned towards "explore".

You could probably get it to do things "quick and dirty" with prompting, but that, of course, requires prompting for it.

giovannibonetti an hour ago | parent [-]

Perhaps what is missing is a better memory/caching layer to avoid doing the same for explorations over and over again.