nickkeesG / Pantheon

Experimental LLM interface exploring new ways to use AI to improve human thinking
https://pantheon.chat
GNU General Public License v3.0
12 stars 2 forks source link

Improvement: Iterate on default daemons #74

Open sofvanh opened 1 month ago

sofvanh commented 1 month ago

The new default daemons are sometimes surprisingly useful, sometimes they seem misguided and useless. I think we can work on them to make them better out-of-the-box.

sofvanh commented 1 month ago

I'd like to change the comment generation slightly: The context, or the past thoughts given to the daemon, should be all the comments preceding the selected thought, not just those before and including the most recently commented thought.

Also: Inspired by Aayush's workflow, and using the Simulcra generator he made, I'm experimenting with more human-like prompts.

nickkeesG commented 1 month ago

(I'm still on vacation but I'm slowly coming back online)

I thought I already changed this. PAST should already get all past thoughts, regardless of whether they've been commented on, and CURRENT should get the selected thought. Whether or there has been a comment should not matter.