ResearchOps-AI
A research team made of agents, with a judge in the room.
Work is split across specialised agents, run in parallel, and graded before any of it is trusted.
- Planner, researcher and critic agents split a question into sub-tasks and run them in parallel.
- An LLM-as-a-Judge scores every output against a rubric before it is allowed downstream.
- Structured outputs validated with Pydantic, so a malformed agent response fails loudly instead of silently.
- Every stage checkpoints — a failed step resumes from the last good state instead of restarting the run.
3
agent roles
Judge
scored outputs
Resume
from checkpoint
system architecture
9 components · 1 subsystem · 9 flows