Remix.run Logo
tjr a day ago

Seeing a lot of claims about using AI to write "boilerplate" and other repetitive bits of code, I was somewhat surprised, as I have historically written my own code generation tools to spit out repetitive, formulaic code. I didn't need AI; I just needed to understand what I wanted and write a script for it.

I suppose that generative AI was seen as such a boon to writing boilerplate because it could do so without you having to specifically program anything; it was trained on enough sufficiently-close examples that it could pull it off without a thorough description.