Remix.run Logo
pupppet 3 days ago

The problem I often have is I may have instruction like-

General instruction: - Do "ABC"

If condition == whatever: - Do "XYZ" instead

I have a hard time making the AI obey the instances I wish to override my own instruction and without having full control of the input context, I can't just modify my 'General Instruction' on a case by case basis to simply avoid having to contradict myself.

olddustytrail 3 days ago | parent [-]

That's a difficult case where you might want to collect your good context and shift it to a different session.

It would be nice if the UI made that easy to do.