5 ms·
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.
by mz00 1y 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.
- csallen 1y agoCurious what you mean by dozens of llm apis. Different models? Or different tool calls?
- mz00 1y agodifferent 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].