|
|
|
|
|
by WillAdams
208 days ago
|
|
How reliable are the processes which these things run? I'm processing thousands of files using Copilot, and even 20 at a time, it usually skips a couple, and sometimes, when skipping, it merges the data from one file to the next, not applying anything to the second file, other times it completely applies the data parsed from one file to the second --- not a big deal since I'm reviewing each operation manually, but the only reason the error rate is acceptable is the files are so inconsistent that normal techniques weren't working. Is there an equivalent to "double-keying" where two different LLMs process the same input and it only moves forward if both match perfectly? |
|