>>282921396
It literally codes for me, I'm not joking. In VSode you can install CoPilot, which is Microsoft's AI programmer and it will make coding proposals while you write code. A bit unnerving because I can't control when they come in. I'm typing and a tooltip appears with 10-20 lines of C++ code. I can ignore it but if I press TAB it will insert it into the file I currently work on. Then I have to check it and it's mostly 50%-90% fine. I'm talking about coding 200-500% faster. It actually KNOWS what I'm about to do based on some similar code in the same file, but it can' be trusted to do everything right. No typos, just at times it mixes up APIs and calls don't exist in my toolset.