Ask HN: How are you using LLMs for coding? What have been your tips and tricks when coding with LLMs |
Ask HN: How are you using LLMs for coding? What have been your tips and tricks when coding with LLMs |
Tell it what language or packages to use or it might make selections that add dependencies or require installing stuff on your computer.
Tell it how you want your code written or it will be an extra chore to accommodate linting requirements.
Basically just being very explicit.
Mistral Le Chat for more advanced questions and figuring out things that copilot can't.