this post was submitted on 18 Nov 2023
1 points (100.0% liked)
LocalLLaMA
3 readers
1 users here now
Community to discuss about Llama, the family of large language models created by Meta AI.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think that the key to using any LLM for writing code is to not overwhelm the model with too many asks or feeding it too much code at once, even if the context window is large. Baby steps and EXTREMELY clear requirements for each one of those steps are absolutely critical to getting the most out of any of these models.
One hack I've found is to have the LLM (or yourself) comment your code very explicitly. When you feed it back, the improvement is substantial.