(no title)
redox99 | 21 days ago
In addition, for my old product which is 5+ years old, AI now writes 95%+ of code for me. Now the programming itself takes a small percentage of my time, freeing me time for other tasks.
redox99 | 21 days ago
In addition, for my old product which is 5+ years old, AI now writes 95%+ of code for me. Now the programming itself takes a small percentage of my time, freeing me time for other tasks.
AstroBen|21 days ago
This is proving GP's point that you're going off feels and/or exaggerating
redox99|21 days ago
From a user perspective I often implement a feature and then just throw it away no worries because I can reimplement it in an hour again based on my findings. No sunken cost. Also I can implement very small details that otherwise I'd have to backlog. This leads to a higher quality product for the user.
From a code standpoint I frequently do large refactors that also would never have been worth it by hand. I have a level of test coverage that would be infeasible for a one man show.
Verdex|21 days ago
redox99|21 days ago
Boring stuff from a programming standpoint but stuff that helps businesses so they pay for it.