Building Correct Prompts
One of the issue that is keeping me a bit concerned about my ability to build agents is around prompt engineering. Reading the examples particularly in the multi-agent module 5 course, I realized that to make LLM write the efficient code to execute multi-step instructions, one needs to know how to write a good prompt. I am wondering if we should be first doing a prompt engineering course before we really start building AI agents or we simply use reflection pattern to keep enriching the prompts based on the output?