LLM best practices
by aruccia · 8 things on NewTwos
- Introduction to Generative AI for Software Development - by DeepLearning.AI
- Be specific providing details and context about your problem
- Assign a role to tailor the output you need
- Request an expert opinion to evaluate your work
- Give feedback prompting iteratively on the output you receive to get closer to the expected result
- Test LLM code carefully
- Use LLM as a learning tool
- Always delve deeper into the response received by asking for explanations and challenging it: never ask for a solution and simply copy and paste the code that comes as a response.