|
|
|
|
|
by ltrcola
3005 days ago
|
|
More rigor is definitely required, but it may not be possible to formally verify AI driven code to the same extent. Aviation software is driven from formal requirements, has a strict set of coding rules, and the generated assembly code is compared to the original source code. Within the coding rules, the software isn't even allowed to dynamically allocate memory. I have no idea how you'd build an AI system with those constraints, given that the computer essentially programmed the model itself by learning. |
|