Thursday, September 15, 2022

GPT3

I asked gpt3 to write a function to transpose a matrix. Indeed a neat solution with a typo. def transpose(matrix): return [list(I) for i in zip(*matrix)]

No comments:

Be Human

This is my prompt to the humans out there: Publication for the sake of publication, architecture for the sake of architecture, and agents fo...