Hacker News new | ask | show | jobs
by mz00 421 days 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.
1 comments

Curious what you mean by dozens of llm apis. Different models? Or different tool calls?
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].