We're mandated at work to use CoPilot

^Zactly^Often it's more like a semi-smart search engine "consolidator".
No, it has a good-sized list of AIs and we can choose or it can make a determination based on their assessments of the various AI's abilities.The warp terminal only uses their builtin AI?
I think that's the difference between how we humans code vs. an AI.I frequently build up solutions in layers, making sure the pieces are doing what i mean them to do before adding on and integrating them. Claude just went straight there.
Maybe try github copilot (if you're confined to MSFT), M365 copilot is focused on Modern Work products like Teams and Outlook, not writing code.M365 Copilot just removed 200 out of 1050 lines of code from a PowerShell function. it then argued with me that it hadn’t. It lies and hallucinates. Unfortunately its the only AI my work allows me to use and its junk. Microsoft product cant tell me how to easily load MS SQL drivers using Powershell 7 on Windows 2019 Server. It took two hours for it to make a usable suggestion. That or Net8 Core stuff is garbage.
Maybe I should switch to Python or Java?
Also earlier today couldnt get it to write AD Group query for a single domain. Idea was to list all local administrators. I switched from Powershell AD module to “net group /domain” commands which worked well.
Took me a single code reviews to identify GitHub copilot vibe coding.Maybe try github copilot (if you're confined to MSFT), M365 copilot is focused on Modern Work products like Teams and Outlook, not writing code.