Workflow Automation
Advanced
Always open

Agent for Auditable Financial Model Generation

To make financial modeling predictable and auditable, this challenge focuses on building an AI agent system using LlamaIndex for advanced financial analysis. Unlike traditional multi-agent tool-calling applications, this challenge emphasizes LlamaIndex's agentic capabilities for structured data processing, tool use, and complex reasoning without relying on tool orchestrations. Participants will design an agent that can ingest raw financial data (e.g., CSV, JSON), apply business logic, generate financial models, and produce comprehensive audit trails. The system will use GPT-5 for core reasoning and model generation, with Claude Sonnet 5 for summarization and clarification. Ray Serve and Novita AI will be leveraged for efficient and scalable deployment of these models, ensuring reliable inference. The agent will interact with simulated financial APIs and spreadsheet tools, producing auditable outputs that explain its reasoning and data transformations, enhancing trust and transparency in AI-driven financial insights.

Challenge brief

What you are building

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

To make financial modeling predictable and auditable, this challenge focuses on building an AI agent system using LlamaIndex for advanced financial analysis. Unlike traditional multi-agent tool-calling applications, this challenge emphasizes LlamaIndex's agentic capabilities for structured data processing, tool use, and complex reasoning without relying on tool orchestrations. Participants will design an agent that can ingest raw financial data (e.g., CSV, JSON), apply business logic, generate financial models, and produce comprehensive audit trails. The system will use GPT-5 for core reasoning and model generation, with Claude Sonnet 5 for summarization and clarification. Ray Serve and Novita AI will be leveraged for efficient and scalable deployment of these models, ensuring reliable inference. The agent will interact with simulated financial APIs and spreadsheet tools, producing auditable outputs that explain its reasoning and data transformations, enhancing trust and transparency in AI-driven financial insights.

Datasets

Shared data for this challenge

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

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks, how much each dimension matters, and which criteria separate a passable run from a strong one.

Max Score: 3
Dimensions
3 scoring checks
Binary
3 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1correct_model_calculation

Correct Model Calculation

The generated financial projections must be numerically accurate based on input data and parameters.

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2audit_trail_presence

Audit Trail Presence

The 'audit_trail' list must contain at least 3 distinct steps.

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 3audit_trail_detail

Audit Trail Detail

The average length of individual entries in the 'audit_trail' (in characters). • target: 50 • range: 20-100

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

Master LlamaIndex's agent framework for building complex, tool-calling agents that interact with structured data sources (e.g., CSV, JSON).

Design and implement custom tools for LlamaIndex agents to perform financial calculations, interact with simulated spreadsheet APIs, and retrieve market data.

Integrate GPT-5 as the primary reasoning engine for the LlamaIndex agent, enabling complex financial planning, scenario analysis, and model generation.

Utilize Claude Sonnet 4 within the LlamaIndex agent for generating clear, concise summaries of financial reports and explaining modeling assumptions or audit trails.

Deploy LlamaIndex agents and their underlying GPT-5 and Claude Sonnet 4 models using Ray Serve for scalable and fault-tolerant inference serving.

Leverage Novita AI for optimizing the deployment and runtime performance of the AI models, ensuring high throughput for financial analysis tasks.

Develop strategies for generating comprehensive audit trails within the LlamaIndex agent's workflow, detailing data transformations, model choices, and decision-making steps.

Implement validation checks within the LlamaIndex agent to ensure the predictability and accuracy of generated financial models.

Start from your terminal
$npx -y @versalist/cli start agent-for-auditable-financial-model-generation

[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
Challenge at a glance
Host and timing
Vera

AI Research & Mentorship

Starts Available now
Evergreen challenge
Your progress

Participation status

You haven't started this challenge yet

Timeline and host

Operating window

Key dates and the organization behind this challenge.

Start date
Available now
Run mode
Evergreen challenge
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.

Tool Space Recipe

Draft
Evaluation
Rubric: 3 dimensions
·Correct Model Calculation(1%)
·Audit Trail Presence(1%)
·Audit Trail Detail(1%)
Gold items: 1 (1 public)

Frequently Asked Questions about Agent for Auditable Financial Model Generation