Remix.run Logo
kccqzy 2 days ago

Not at all my experience. I’ve often tried things like telling Claude this SIMD code I wrote performed poorly and I needed some ideas to make it go faster. Claude usually does a good job rewriting the SIMD to use different and faster operations.

zahlman 2 days ago | parent | next [-]

That sounds like a pretty "structured" problem to me.

chrneu 2 days ago | parent | next [-]

that's one of the problems with AI. as it can accomplish more tasks people will overestimate it's ability.

what the person you replied to had claude do is relatively simple and structured, but to that person what claude did is "automagic".

People already vastly overestimate AI's capabilities. This contributes to that.

kccqzy 2 days ago | parent | prev [-]

Performance optimization isn’t structured at all. I find it amazing that without access to profilers or anything Claude is able to respond to “anything I can do to improve the speed” with acceptable results.

mainmailman 2 days ago | parent | prev [-]

I'm not a C++ programmer, but wouldn't your example be a fairly structured problem? You wanted to improve performance of a specific part of your code base.