logoalt Hacker News

dawnerdtoday at 7:20 AM1 replyview on HN

But we’ve had tools to automate out the boilerplate for years. We don’t need ai for that. It’s seriously like we all forgot we could run one command and scaffold a project. AI isn’t even that great at it. Last I tried a month ago it used a really out of date version of nextjs and picked all sorts of random deps that weren’t in the plan.

I could have just used the next project scaffold tool and been on my way before the ai even started returning output.


Replies

skydhashtoday at 11:59 AM

Or copy paste another file and edit the 10 lines that are actually different. The nice thing is that when you have an epiphany that you’ve already done this twice and that it’s for the same purpose, so you abstract the code and remove 100 lines from the project.