Remix.run Logo
the_arun 2 hours ago

Probably, we need to start saving prompts in Version Control. Prompts could be the context for both humans & machines.

layer8 3 minutes ago | parent [-]

I wonder how scalable that is. After the twentieth feature has been added, how much connection will the conversation about the first feature still have with the current code? And you’ll need a larger and larger context for the LLM to grok the history; or you’ll have to have it rewrite it in shorter form, but that has the same failure modes why we can’t just have it maintain complete documentation (obviating the need to keep a history) in the first place.