Show HN: Unwrap_or_AI – replace unwrap() with AI guesses for errorsgithub.com/NoodlesOfWrath4 pointsNoodlesOfWrath10 months agoA Rust macro that replaces unwrap() with an AI call that tries to guess the correct value when your code panics. It utilizes the source code, docs, and inputs of the function to generate a "close enough" guess.