Challenge

Hybrid Reasoning AI Evaluation Engine

This challenge tasks developers with building a transparent and robust AI evaluation engine. This system will rigorously benchmark and verify LLM outputs to ensure integrity and prevent misleading performance claims. It will employ a hybrid reasoning approach, combining instant checks with deep analytical dives, and leverage MCP-enabled tool integration to access benchmark datasets securely. Participants will utilize DSPy for programmatic optimization of evaluation pipelines, LMDeploy for efficiently serving and swapping multiple models (e.g., Llama variants, OpenAI 5.2), and Gemini 3 Pro for its advanced deep reasoning capabilities. The goal is to create an auditable evaluation framework that can detect subtle inconsistencies and biases in model performance.

Special Purpose AgentsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

This challenge tasks developers with building a transparent and robust AI evaluation engine. This system will rigorously benchmark and verify LLM outputs to ensure integrity and prevent misleading performance claims. It will employ a hybrid reasoning approach, combining instant checks with deep analytical dives, and leverage MCP-enabled tool integration to access benchmark datasets securely. Participants will utilize DSPy for programmatic optimization of evaluation pipelines, LMDeploy for efficiently serving and swapping multiple models (e.g., Llama variants, OpenAI 5.2), and Gemini 3 Pro for its advanced deep reasoning capabilities. The goal is to create an auditable evaluation framework that can detect subtle inconsistencies and biases in model performance.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Learning goals

What you should walk away with

  • Master DSPy for programmatically structuring and optimizing LLM prompts and pipelines to perform complex evaluation tasks and compile robust verification modules.

  • Implement hybrid instant/deep reasoning modes with Gemini 3 Pro to conduct rapid preliminary checks on model outputs and exhaustive deep-dive analyses for nuanced veracity and consistency.

  • Design MCP-enabled tool integration to securely fetch and interact with diverse benchmark datasets, ground truth APIs, and model-specific metadata for comprehensive and auditable evaluation.

  • Utilize LMDeploy for efficient serving and dynamic swapping of multiple LLMs (e.g., various Llama versions, OpenAI 5.2) to facilitate comparative benchmarking under consistent conditions.

  • Build robust RAG pipelines using LlamaIndex to ensure evaluation criteria, factual ground truth, and contextual details are accurately retrieved and applied during the assessment process.

  • Develop a scoring and reporting mechanism that automatically highlights inconsistencies, potential biases, and evidence of 'fudged' results, providing transparent insights into model integrity.

How this agent runs

The evaluation module will assess the engine's ability to accurately benchmark LLM outputs against known datasets, detect deliberate inconsistencies or 'fudging', and provide a clear, auditable report.

Preview configuration

Challenge input

{ 'llm_output': 'string', 'question': 'string', 'ground_truth_url': 'string' }

Agent execution

The configured agent processes the input under the challenge policy.

Evaluated output

{ 'is_factual': 'boolean', 'reasoning': 'string', 'confidence_score': 'float' }

Checks for
  • At least 90% of factual claims must be correctly verified against ground truth.
  • The system must correctly identify discrepancies larger than the 'expected_deviation' in benchmark consiste...
Proof of success
  • DeepReasoningActivationRate target: 75%
Runtime evidence
  • Python execution harness
View technical recipe

Configured tools

No tool records are attached.

Evaluation contract

  • The evaluation module defines the checks.

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset and AI stack

Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.

Scope a managed run
Start from your terminal
$npx -y @versalist/cli start hybrid-reasoning-ai-evaluation-engine

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about Hybrid Reasoning AI Evaluation Engine