Hey Makers! I just recently discovered this wonderful tool and am currently finding myself deep down the Make.com rabbit-hole ;). There is one topic that brought me to Make that I wasn’t able to build myself yet. Would love your input on whether this is even feasible with Make.
My Goal:
I want to build autonomous AI Agents in Make and connect multiple LLM modules that replicate the iterative work of Humans and pass data to the next modules or send it back depending on the evaluation of the output.
Very simplified Example:
Module 1 (Perplexity): Researches a topic depending on a research question
Module 2 (Claude): Challenges and improves the output.
Module 3 (Claude): Evaluates the research output and responds with “Yes” or “No” depending on whether all required criteria are met.
Assuming it responds with “Yes” it sends the data to the next modules.
Assuming it responds with “No” it sends the data back to Module 1 (Perplexity) to iterate the research.
What I did so far:
I played around a lot with the repeater module with different filter conditions but was not able to create this yet.
Thanks in advance and looking forward to seeing your input!