They have 4 hand picked examples on their homepage: https://copilot.github.com/ One has the issue with form encoding: https://news.ycombinator.com/item?id=27697884 The python example is using floats for currency, in an expense tracking context. The golang one uses a word ("value") for a field name that's been a reserved word since SQL-1999. It will work in popular open source SQL databases, but I believe it would bom…
Copilot appears to be “give more efficiency leverage to the worst kind of coder.”
How would a model become aware of all of the various edge cases that depend on which SQL database you use or differences in language versions over time?