Best AI tools for e...
 
Notifications
Clear all

Best AI tools for enhancing productivity in software development?

5 Posts
7 Users
0 Reactions
15 Views
0
Topic starter

What are the best AI tools for actual coding productivity right now because Copilot is honestly starting to drive me insane? I've been doing this for nearly a decade but I've hit a wall with my current setup and everything feels so slow lately.

I'm working on this massive React migration for a client in Seattle and the deadlines are getting really tight but Copilot keeps giving me these weird hallucinations for our legacy components. I spend way more time debugging its trash suggestions than actually shipping code. Is there anything better for deep context or maybe something that helps with documentation and testing specifically? I've got a decent budget for tools if they actually work but man I'm just so tired of the hype not meeting reality...


11

Saw this this morning. If context is the bottleneck, definitely try Cursor Code Editor v0.40.1. It indexes local files way better than Copilot. Using the Anthropic Claude 3.5 Sonnet API usually gives much cleaner results for complex React refactoring. For the testing part, CodiumAI Codiumate Plugin is solid for generating actual edge cases instead of just happy path boilerplate. Itll save you a ton of debugging time.


3

I totally feel your pain with those hallucinations. Ngl, I went through the exact same thing last year while refactoring a messy legacy codebase. My setup back then was driving me up the wall because it just couldnt grasp how our internal modules talked to each other. It kept spitting out code that looked right but was actually total nonsense once I tried to run it. I finally swapped over to a different environment that actually indexes the entire codebase. It was like night and day... suddenly the suggestions actually made sense in context. I would suggest being really careful with those auto-fix features though. Even with a better setup, you might want to consider doing manual reviews for a while until you trust it. Make sure to look into how much of your project the tool can actually 'see' at once. Having that deeper context saved my life when the deadlines got tight.


Share: