I'm having a lot of fun experimenting with stuff like this. I'm trying to put together an unrealengine blueprints style graph editor to allow people to design workflows like this where you start with the user prompt input, which goes to one agent, which makes an initial attempt, and then that conversation history gets passed to another "agent" with a different system prompt telling it to be a harsh critic, but to als…
Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
41–50 of 253 posts
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#42Earlier quoted context omitted.
Have you tried n8n? It allows you to build flows like that - you can run the community version in a Docker container within a few minutes and share the configurations for the flows you have built very easily.
_#_ has to be one of the worst word shortening schemes I've ever seen get widespread. It only works with a very small number of long-lived technologies, in which case they basically just get a nickname, "k8s" "i18n". It does not at all work for larger contexts. You're basically making someone solve a crossword (2 across, 10 letters with two filled in) just to parse your sentence.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#43Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#44[flagged]
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#45Isn’t this best of n?
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#46I'm having a lot of fun experimenting with stuff like this. I'm trying to put together an unrealengine blueprints style graph editor to allow people to design workflows like this where you start with the user prompt input, which goes to one agent, which makes an initial attempt, and then that conversation history gets passed to another "agent" with a different system prompt telling it to be a harsh critic, but to als…
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#47This is really cool! One strategy I often use (which is much simpler and more limited than this), is to finish my message with: “Please do a round of thinking in tags, then a round of self-critique in tags, and then a final round of , before responding.” It works very well. Similarly just asking it to “find the 5 biggest issues with its proposal” works pretty good (the 5 forcing it to find something , even if it’s mo…
I always do "now again but put on your critical hat"
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#48I think this is how we get ML models to come up with novel ideas. Diagonalize against all the ideas they’ve already tried and dismissed via self-argument but keep certain consistency constraints. (Obviously much easier said than done.)
Scaled up and spread out - this probably gets you pretty close to consciousness(?) Conway's game of life, but instead of colored squares with rules, they're LLM's with some kind of weighting - all chattering back and forth with one another - bubbling up somehow to cause speach/action
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#49I'm having a lot of fun experimenting with stuff like this. I'm trying to put together an unrealengine blueprints style graph editor to allow people to design workflows like this where you start with the user prompt input, which goes to one agent, which makes an initial attempt, and then that conversation history gets passed to another "agent" with a different system prompt telling it to be a harsh critic, but to als…
I am thinking the same thing! Multiple "personalities", in parallel, or in series. For example, I have approximated, in GPT, some of Gemini's ability to call out nonsense, sloppy thinking, by telling GPT to be mean! (The politeness seems to filter out much that is of great value!) However, the result is not pleasant to read. Gemini solved this in their training, by doing it in two phases... and making the first phase…
If anything, telling GPT to be blunt seems to downgrade its IQ; it hallucinates more and makes statements without considering priors or context. I jokingly call it Reddit mode.