Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The cool part comes when the model can make the connection that

multiply 12345 by 87654

is the same as

def multiply_two_numbers(x, y):

return x * y

Which of course produces the desired result. The interesting part is that github copilot wrote the above with only the prompt "def multiply_two" as the prompt.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: