Coding use cases for LLMs
Coding use cases for which I have successfully used LLMs in the past include:
- Code review of the git diff between a feature branch and the parent branch before raising a PR.
- Reformatting and prettifying (e.g. using emojis) a block of text to be saved in an .md file.
- Translation of English language queries to SQL queries having given the SQL schema and a description thereof as context.
- Creating a coding agent that has access to user-defined functions passed in as tools.
- Interactive chats about how to do XYZ.
- Code completions.