Hacker News new | ask | show | jobs
by bvoq 1297 days ago
I use it daily in UI development for boiler-plate code. Though you need to be extra careful and read it twice, cus bugs sneak in quite easily. I believe it's harder to remember 100x commands than starting an implementation of gradient descent and have the AI write the rest for you.

Code-completion > Abstraction.

2 comments

Often it can fix the bugs and explain both the bug and the fix if you ask it to.
Would you mind sharing an short example of your workflow?