|
|
|
|
|
by hash0
19 days ago
|
|
I wouldn't consider myself an SWE, just an amateur programmer, so this is an honest question: In your opinion, is there such a case where the usage of AI in software engineering has either sped up the dev time or improved product reliability (or even both)? |
|
It can translate one language into another but we already had transpilers for that.
It can find bugs quickly but we already had static analysis. It also generates many plausible looking false positives.