Recap of the book
Let’s recap on what we’ve covered in this book. We started by introducing you to the world of AI and how we got to large language models (LLMs). We then introduced you to GitHub Copilot and ChatGPT, two of the most popular AI tools in the world today. Not only are these two tools popular, but they’re also interesting to compare and contrast. ChatGPT comes with a chat interface and is built so that it can tackle a range of tasks. GitHub Copilot also comes with a chat interface and an in-editor mode but is more dedicated to solving problems around software development. An important aspect that unites these two tools is the fact you can use prompts and natural language input, they can be used as input, and the end user receives an output that hopefully brings them closer to solving their problem. Because both of these two tools rely on prompt input, it allows us to decide what type of prompts and how many prompts are needed, tweak the prompts, and...