Comment on Devs gaining little (if anything) from AI coding assistants
Kualk@lemm.ee 1 month agoWe always have to ask what language is it auto-completing for? If it is a strictly typed language, then existing tooling is already doing everything possible and I see no need for additional improvement. If it is non-strictly typed language, then I can see how it can get a little more helpful, but without knowledge of actual context I am not sure if it can get a lot more accurate.
I recall co-pilot demo people using Python. Same demo with GO, C#, Rust would have less impact.