ChatGPT prompt engineering for developers
A short course by Isa Fulford (OpenAI) and Andrew Ng (DeepLearning.AI).
A short course by Isa Fulford (OpenAI) and Andrew Ng (DeepLearning.AI).

Prompt writing principles
Learn techniques like being specific, providing context, and structuring requests for clearer outputs
API integration
Understand how to call the ChatGPT API from code and handle responses programmatically
Prompt chaining
Combine multiple LLM calls in sequence to break down complex tasks
Text transformation tasks
Apply prompts to summarising, translating, tone adjustment, and format conversion
Chatbot development
Build a simple conversational application using prompt engineering techniques
Practical exercises
Work through code examples in a Jupyter notebook environment to practise concepts
Adding chatbot functionality to a web application or mobile app
Automating customer support workflows by routing queries to appropriate handlers
Building internal tools that summarise documents, extract information, or translate content
Experimenting with LLM capabilities before committing to a larger implementation
Training team members on how to use language models effectively in production systems