Remix.run Logo
bagacrap 2 hours ago

The maintainers (humans) asked for this change.

To answer your other questions: instructions, including the general directive to follow nearby precedent. In my experience AI code is harder to understand because it's too verbose with too many low-value comments (explaining already clear parts of code). Much like the angry blog post here which uses way too many words and still misses the point of the rejection.

But if you specifically told it to obfuscate function names I'm sure it would be happy to do so. It's not entirely clear to me how that would affect a future agent's ability to interpret that file, because it still does use tools like grep to find call sites, and that wouldn't work so well if the function name is simply `f`. So the actual answer to "what's stopping it?" might be that we created it in our own image.