What AI tasks do you wish had an independent "is this actually correct?" check?
I've been experimenting with a simple idea for making AI systems more reliable: Instead of: Question → AI → Answer have: Question ↓ AI generates an answer ↓ External check ↓ Correct → output Wrong → feedback → try again I've built some small …