|
|
|
|
|
by tharant
603 days ago
|
|
> As such, for one-shot apps like these there's a strict limit to how much you can get done purely though prompting in a single session. That’s an important detail that is (intentionally?) overlooked by the marketing of these tools. With a human collaborator, I don’t have to worry much about keeping collab sessions short—and humans are dramatically better at remembering the context of our previous sessions. > I work on plenty of larger projects with lots of LLM assistance, but for those I'm using LLMs to write individual functions or classes or templates - not for larger chunks of functionality. Good to know. For the larger projects where you use the models as an assistant only, do the models “know” about the rest of the project’s code/design through some sort of RAG or do you just ask a model to write a given function and then manually (or through continued prompting in a given session) modify the resulting code to fit correctly within the project? |
|
In my experience most of effective LLM usage comes down to carefully designing the contents of the context.