← Back to context

Comment by iLoveOncall

16 hours ago

> do simple boilerplate

I just don't buy this.

Everytime you say AI is useless because it can't solve complex problems, people will bring up "oh but it writes boilerplate code for me".

How often do you exactly write boilerplate code??? Do you know what else writes boilerplate code for you? Libraries and framework.

Boilerplate code is a solved problem since way before GenAI was in the public eye.

Absolutely every layer of abstraction reduces boilerplate, but it's not as if it's entirely gone. I should say, I use boilerplate as a euphemism for 'trivial code'. For example recreating backed request models in the frontend, a simple "create db record" service function, etc.

I mostly use vuejs at the front and fastapi for the backed, and unless I'm missing something big, there is still plenty of 'trivial code' that I find is done a bit faster.

bug creation rates of AI trival code vs my own trivial code has not been evaluated