Comment Saving time? (Score 1) 66
As was noted, it might save 3-7 hours a week. This sounds like a big benefit. Except, a human then has to proof read and correct the output and, thus, offsetting the time saved.
An upside to this is that the human becomes more involved in the company business and, perhaps, a better employee if they learn something during the correction process.
For developers, AI can save a lot of time. The other night, I had it code an iOS app for an idea I've been working on. It entailed some detailed cryptographic and math work. It made mistakes. A lot of them (like calling out things to change when a bug was found only for the code to change wasn't in the code it generated.).
Still, in about three hours, I had something working....correctly. Of course, what I saw was the PVSS process was ungodly slow on ios running on modern hardware...mainly because the algorithms used by the PVSS protocol don't run in the Secure Enclave and are native Swift code.
So, if I can't speed it up, I will have to limit where I use PVSS vs VSS vs simple Shamir Secret Sharing going forward.
So, on to profiling.
Still, it saved me many hours search for and generating the code for a prototype which I could see and evaluate the issue first hand.