@simon I’ve been pretty skeptical of LLMs and have used them very little for my own work as a programmer. But lately your output, and the steady decline of Web search engines, has me thinking it’s time to give them a real try to help me with my programming.
I think I understand the basics like models, prompts, etc. But I’m unsure how to get started with the mechanics of it all. So I’m curious: do you use any LLM integrations in your code editors? Or do you mostly copy and paste to and from your llm CLI? Or a Web chat UI?
I’m thinking my starting use case is: I have a file open in my editor in a language with which I’m either a beginner or rusty, like C# or even SQL. And I want to ask a question about how to do something specific in the context of the code I have.
For example if I’m working on a sophisticated DB migration in SQL, and I can’t remember the syntax for creating a variable and storing an ID in it. How would *you* ask that question today? I mean mechanically, what steps would you take?
Thank you in advance!