Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
171–180 of 253 posts
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#172Something I do sometimes is: - Have an AI chat model come up with an answer to a problem. - Have it write a report discussing the details of the problem and why it's answer is correct, directed at a person or AI model who has no knowledge of the initial problem or technical field. - Have a second AI model with no knowledge of the problem grade the report, and write it's own report either (a) asking for clarification…
Kagi’s Assistant feature makes this super easy. Just switch assistants and ask them to check the other’s work.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#173Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#174Earlier quoted context omitted.
Kagi’s Assistant feature makes this super easy. Just switch assistants and ask them to check the other’s work.
How?
Pretty soon we'll have new acronyms such as "IDKATFAIA" ["I don't know, ask the f'ing AI already"] as we all succumb to the knowledge soup.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#175I tried something similar when Llama2 came out, pitting two assistants, who each believed the other is the user, against each other. Ultimately, it was the same model talking with itself. The system prompts for both had various instructions to disagree and criticise the opinion of the user. I provided the first message to get things started. Usually, it’s be along the lines of “nuclear proliferation is harmful to hum…
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#176I kind of want to try something like this at a larger scale in an always-on mode where I have a 'senate' of debate. Rather than responding to prompts on a case by case basis, provide a list of tasks (potentially with deadlines) and let the senate work on them, break off into groups to manage subtasks, challenge results , make suggestions. Even potentially a tree of analysts where suggestions only gets passed up the t…
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#177Here's some related challenge I'm facing. Maybe someone can help me: I also managed to make AI critique itself and that improved code generation a ton. For a TypeScript backend project that runs with Bun, I tell AI to also generate and run unit tests after every code change suggested by AI. How do you solve the risk of AI writting and executing unit tests with something like `rm -rf /` and wiping your files? Docker w…
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#178Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#179does it actually make a difference to do M rounds of N vs one round of M*N?