← Back to context

Comment by mvieira38

2 days ago

(I'm critical of LLMs but mean no harm with this question) Have you measured if this workflow is actually faster or better at all? I have tried the autocomplete stuff, chat interface (copy snippets + give context and then copy back to editor) and aider, but none of these have given me better speed than just a search engine and the occasional question to ChatGPT when it gets really cryptic.

I find it also really depends on how well you know the domain. I found it incredibly helpful for some Python/tensorflow stuff which I had no experience with. No idea what the API looks like, what functions exist/are built in, etc. Loosely describe what I want even if it ends up being just a few lines of code saves time shifting through cryptic documentation.

For other stuff that I know like the back of my hand, not so much.