top | item 43761103

(no title)

mz00 | 10 months ago

same here. I first built the agentic workflow in python and later nextjs. uses dozens of llm apis. works well, and am also impressed with the results.

discuss

order

csallen|10 months ago

Curious what you mean by dozens of llm apis. Different models? Or different tool calls?

mz00|10 months ago

different models. high level approach: N models receive the same prompt → responses are consolidated through a simple embedding-based similarity matrix → another model performs a simple assessment of deduplicated responses → these are then consolidated into a research report & data visualization.

the whole contraption uses ~10 different models, but more can easily be plugged into the initial generation phase. happy to demo it sometime! [edit: email on profile].