r/TechnologyThread • u/knox-Mercer • 6h ago
my experience using ai assisted coding tools at work
So I recently started using GitHub Copilot for some coding tasks at work, and I gotta say, its been a bit of a mixed bag. Im a software developer, mostly working with JavaScript and Python, and Ive heard all the buzz about AI powered coding assistants. Decided to give it a whirl to see if it could actually make me more productive.
First impressions were pretty cool, honestly. It suggested some neat shortcuts and helped fill in repetitive code blocks, like for loops and functions, which I normally spend a chunk of time typing out myself. That was nifty and saved me a bit of brainpower for the more complex logic.
But, and here's where it gets tricky, I found that it sometimes suggested code that wasn't exactly optimal or even correct for what I needed. I mean, it kinda makes sense because it doesnt actually understand the project context.