Remix.run Logo
overgard 2 hours ago

> AI is better at this than you. You just won't admit it. And it's going to get 10,000x better than you in just a short while.

It's just not though. Plagiarizing some shit it stole off github does not make it intelligent.

Edit: just because it's amusing, here's something I'm literally running into right now with Opus 4.8 on "Max" settings being dumb. I asked it to add some C++ code to an existing C++ project for Unreal Engine. It did half the work, then balked, because "it doesn't have a way to compile C++". I just had to tell it "yes, actually, you just need to run the fricking extremely-standard-already-generated-build-script." If I had a novel build system it'd be one thing, but it already knows I'm working on an Unreal Engine project and that the build is completely standard and it still couldn't piece together that it could just run the compiler.

I would not employ a C++ developer that could not figure out how to invoke the compiler.