-
Book Overview & Buying
-
Table Of Contents
Supercharged Coding with GenAI
By :
Before you proceed to the next chapter, make sure that you can confidently answer the following questions:
Question 1: Do LLMs guarantee higher coding standards?
Answer: No, not necessarily. Simply asking GenAI applications to add monitoring responsibilities can lead to undesirable suggestions, such as merging monitoring tasks with core functionality instead of properly separating responsibilities.
Question 2: What is the inverse CoT for Copilot?
Answer: It involves defining higher-level coding structures, such as decorators, first and then moving the cursor up to let Copilot complete the implementation details.
Question 3: How can we guide GenAI applications to follow a style guide that aligns with our internal standards?
Answer: We can use a style guide file for Copilot, provide a few examples when prompting ChatGPT, and apply fine-tuning when working with OpenAI API.