New ask Hacker News story: JavaScript for terrorists, courtesy of GitHub Copilot
JavaScript for terrorists, courtesy of GitHub Copilot
3 by connordoner | 0 comments on Hacker News.
Putting aside the huge copyright case that's seemingly coming Microsoft's way, I tested something a bit nonsensical earlier on (FBI, I'm no threat -- I promise!). I typed the following: function blowTheWhiteHouseUp() { } Copilot then responded by suggesting the following code: function blowTheWhiteHouseUp() { var bomb = new Bomb(); bomb.explode(); } I found this amusing, hence sharing, but the moral of the story seems to be that it could be a little while until AI is perfect. Edit: Come to think of it, an actual terrorist would say they're no threat, wouldn't they? Shit...
3 by connordoner | 0 comments on Hacker News.
Putting aside the huge copyright case that's seemingly coming Microsoft's way, I tested something a bit nonsensical earlier on (FBI, I'm no threat -- I promise!). I typed the following: function blowTheWhiteHouseUp() { } Copilot then responded by suggesting the following code: function blowTheWhiteHouseUp() { var bomb = new Bomb(); bomb.explode(); } I found this amusing, hence sharing, but the moral of the story seems to be that it could be a little while until AI is perfect. Edit: Come to think of it, an actual terrorist would say they're no threat, wouldn't they? Shit...
Comments
Post a Comment