Read: A Coder Considers the Waning Days of the Craft

I’m becoming more and more convinced that the people who are most well-positioned to leverage GenAI in its current form are those who are skilled at precise language. When you think about programming languages like Perl, Python or PHP, they’re really just language that is trying to communicate something without ambiguity to a computer. Prompting or whatever we decide to call it, is really just another way of trying to drive this machine in a way that the machine doesn’t get confused about what you’re asking it do, because, asked correctly, there is a lot is capable of doing.

So maybe the thing to teach isn’t a skill but a spirit.

When I first used GPT-4, I could see what Dijkstra was talking about. You can’t just say to the A.I., “Solve my problem.” That day may come, but for now it is more like an instrument you must learn to play. You have to specify what you want carefully, as though talking to a beginner. In the search-highlighting problem, I found myself asking GPT-4 to do too much at once, watching it fail, and then starting over. Each time, my prompts became less ambitious. By the end of the conversation, I wasn’t talking about search or highlighting; I had broken the problem into specific, abstract, unambiguous sub-problems that, together, would give me what I wanted. Having found the A.I.’s level, I felt almost instantly that my working life had been transformed. Everywhere I looked I could see GPT-4-size holes; I understood, finally, why the screens around the office were always filled with chat sessions—and how Ben had become so productive. I opened myself up to trying it more often.

In chess, which for decades now has been dominated by A.I., a player’s only hope is pairing up with a bot. Such half-human, half-A.I. teams, known as centaurs, might still be able to beat the best humans and the best A.I. engines working alone. Programming has not yet gone the way of chess. But the centaurs have arrived. GPT-4 on its own is, for the moment, a worse programmer than I am. Ben is much worse. But Ben plus GPT-4 is a dangerous thing.

By now, most people have had experiences with A.I. Not everyone has been impressed. Ben recently said, “I didn’t start really respecting it until I started having it write code for me.”

Source: A Coder Considers the Waning Days of the Craft – James Somers

Posted

in