▲ | Winsaucerer 4 days ago | ||||||||||||||||||||||||||||
Is AI genuinely that good for you all? I can't leave it to its own devices, I have to review everything because (from experience) I don't trust it. I think it's an amazing technological advancement, perhaps will go down as one of the top 10 in the history of our species. But I can't just "fire and forget". And that's not just because its output is often not the best, but also because by doing it myself it causes me to think deeply about the problem, come up with a better solution that considers edge cases. Furthermore, it gives me knowledge in my head about that project that helps me for the next change. I see comments here where people seem to have eliminated almost all of their dev work, and it makes me wonder what I'm doing wrong. | |||||||||||||||||||||||||||||
▲ | gwbas1c 4 days ago | parent | next [-] | ||||||||||||||||||||||||||||
> it makes me wonder what I'm doing wrong I'm in the same boat: I'm mostly doing C# in Visual Studio (classic) with co-pilot, and it very rarely gives useful code from prompts. Often times the auto-suggestions are hallucinations, and frequently they interfere with "normal" tab completion. I'm wondering if I'm using the wrong tool, or if Visual Studio (classic) co-pilot is just far behind industry norms? | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | TechDebtDevin 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
These people arent being honest or they arent dealing with any real level of complexity. | |||||||||||||||||||||||||||||
▲ | vinnymac 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
I don’t think you’re doing anything wrong. Some shops just have very low quality bars where they can ship things that are to be frank, broken. I tend to use Sonnet 4 these days, and use it for tasks that aren’t too important or ones that require prototyping and iteration over perfection. I find it’s really great for augmenting specific kinds of concentrated tasks. But just like you, I have to review everything it creates. Even Claude Opus 4 on MAX produces many bugs on a regular basis that I fix before merging in a change. I don’t mind it though, as I can choose to use it on the most annoying areas, and leave the ones I enjoy to work on myself. | |||||||||||||||||||||||||||||
▲ | Herring 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
I think it depends on your niche and model. Gemini pro worked amazing for me in when doing (relatively simple) graph algorithms in python, but completely sucked when I switched to (relatively complicated) latex layouts. | |||||||||||||||||||||||||||||
▲ | moomoo11 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
What you’re doing wrong is you’re working on complex stuff. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | smohare 4 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
[dead] |