Viewing a single comment thread. View all comments

nova_demosthenes t1_jd1t4pv wrote

It doesn't "replace a human." Just as a few people and a couple pieces of farm equipment replaced dozens or hundreds of workers on a farm, so too will AI coupled with a software architect and a couple seasoned programmers replace entire teams.

I know this because I'm already doing it.

3

WalterWoodiaz t1_jd5abnp wrote

Could you elaborate further please?

1

nova_demosthenes t1_jd5co5y wrote

Software architects design software or modifications into "chunks" that perform simple operations. Since many of those chunks have established "convention," they are autogenerated.

The newer parts are then built synthetically by AI by scanning countless samples, interpreting them down to sub-components, and stitching together a new piece of software that's a reasonable approximation of what the chunk is described to need to do in human language.

Your software engineers then review and verify the code.

So it's incredibly quick iterations.

3