I use it to fill in things I generally know how to do, but I can’t be bollocksed to look up the exact syntax. For example, I want to convert a shell git config command to an ansible task. I generally know how to look it up and approximately how it’s supposed to be, but not the specifics, so asking an LLM to quickly write the task for me and then I review it in-line, is faster.
I use it to fill in things I generally know how to do, but I can’t be bollocksed to look up the exact syntax. For example, I want to convert a shell
git config
command to an ansible task. I generally know how to look it up and approximately how it’s supposed to be, but not the specifics, so asking an LLM to quickly write the task for me and then I review it in-line, is faster.