this post was submitted on 28 Sep 2024
309 points (97.2% liked)
People Twitter
5182 readers
1572 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a tweet or similar
- No bullying or international politcs
- Be excellent to each other.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Been using copilot and another smaller AI model for hobby projects. Both of them slowed me down as much as they helped me with my code.
Now I've switched to supermaven free tier, and it's actually net positive for me.
It's not like it's writing whole functions for me, but it's actually quite context sensitive when it comes to defining functions and using them with the same parameters and things like that. I won't say I am 50% faster, but I could easily attribute a 30% development boost to it. Now mind you, for bug fixes and bug prevention that's back down to a 5% boost in speed, but that's still a net positive, so I'll take that.