Love the example there in their screenshot. "Prompt: You're an incredibly good c++ engineer ... bla bla"
Output: "Let's write a Filesystem class .. class Filesystem { ..."
Real c++ engineer: #include <filesystem> (or if you're old school and you won't have any of that c++17 stuff: #include <boost/filesystem>)
I think this is why every time when I try to use whatever LLM is said to be the best coder ever I get really disappointed. Not to mention the insanity of some of the pull requests I get lately.
class Filesystem { ...
"#include <filesystem>
(or if you're old school and you won't have any of that c++17 stuff:#include <boost/filesystem>
)