[flagged]
Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
21–30 of 253 posts
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#221. You are the assistant. Please answer the question directly.
2. You are the cross-examiner. The assistant is wrong. Explain why.
3. You are the assistant. The cross-examiner is wrong. Defend your claim.
4. You are a judge. Did either party make their case, or is another round of argumentation required?
I haven't tried this. No idea if it works. But I find it's helpful to ask ChatGPT, in separate prompts, "XYZ is true, explain why" and "XYZ is false, explain why" and see which one seems more convincing.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#23Also I think I kind of assumed OpenAI might be doing this behind the curtain?
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#24Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#25[flagged]
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#26Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#27[flagged]
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#28I 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.)
What you just said is what I tried and failed to say ten minutes ago! https://news.ycombinator.com/item?id=43835798
These models have limitations obviously, but many critiques apply equally or more to people.
If people were tasked with one shot, 10 second answers, to be written out in near errorless grammar, the LLM’s viewing our responses to prompts would be spending a lot of time discussing our limitations and how to game us into better responses. Humor, not at all humor.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#29Earlier quoted context omitted.
_#_ 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.
I just googled it and it looks like “n8n” is the name of the service. The op wasn’t abbreviating anything so I don’t think it’s the same phenomenon as what you’re describing.
Re: Chain of Recursive Thoughts: Make AI think harder by making it argue with itself
#30I'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…
This is the basic idea behind autogen. They also have a web UI now in autogen studio, it's gotten a bit better. You can create "teams" of agents (with different prompts, themes, tools, etc.) and have them discuss / cooperate. I think they even added memory recently. Have a look at it, might be what you need.