Changes between Version 18 and Version 19 of Public/WhitePaperMachineTalk
- Timestamp:
- May 4, 2023, 9:52:50 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/WhitePaperMachineTalk
v18 v19 11 11 Such AI services, the most prominent of them is probably the NLP AI //ChatGPT// (where GPT stands for //Generative Pre-trained Transformer//) can not only be used through the web interface, but basically the same functionality is exposed over an Application Programming Interface (API), allowing developers to integrate AI reasoning into their own software products. I've written a white paper recently, [wiki:Public/WhitePaperChatForOne Chat for one], about some the various things I did with ChatGPT in the past months. This paper is about some of the experiences when using the programming interface. 12 12 13 == So how do es the availability of AI change the way software is written?13 == So how do you write an AI program? 14 14 You've probably heard the term //Prompt Engineering// and perhaps you've read in the media that Silicon Valley is craving for Prompt Engineers and offers them salaries in the mid-six-digit US$ range. I don't know whether the latter is true, but I think a Prompt Engineer deserves about the same salary as a Software Developer or Architect, depending on the exact job description. Prompt Engineering is not magic or some sort of enhanced empathy with machines, it is a form of Software Development. What Prompt Engineers do is: they write instructions for computers to solve problems. That's about valid for the daily business of traditional developers. 15 15