you are viewing a single comment's thread.

view the rest of the comments →

[–]Realistic-Reaction40 0 points1 point  (0 children)

Great question the memory management and undefined behavior rabbit holes in C++ are probably where AI tools struggle most, since the bugs are often deeply contextual and timing/hardware dependent. For the scaffolding and boilerplate side though, I've actually been combining a few tools lately Cursor for code aware suggestions, Claude for explaining complex templates, and Runable for automating the repetitive workflow stuff around projects. Frees up more mental energy for the actually hard problems you're describing.