"Hey guys, I'm throwing this out there as I'm getting frustrated with the inconsistent use of smart pointers in my C++ projects. When I'm trying to optimize my code, I often stumble upon examples where people are still using raw pointers or manual memory management. Can we share our experiences and best practices for getting the most out of smart pointers?"