Comment Re:Even an idiot can be right (Score 1) 91
I agree with you. AI will produce random junk. That is why you need the guard rails that will check and verify the results and throw away the junk. You create a loop where most of the stuff is thrown away and only the good parts are kept.
Let me give you a simple example. Lets say that you want to solve "2+2" math problem, this is how you do it:
1. Give question to the AI. Ask it also to give only the answer as output and nothing else.
2. Check if the result is 4, if it is not, throw the result away, start a new session and go back to step 1.
3. If you got the correct answer, exit the loop.
If that was too simple, here is a paper about more complex problem:
https://arxiv.org/html/2511.09...
Like I said, this limits the use cases, but there are still use cases, especially in math where you can use this.