Challenge

Voice-Enabled Affordability Stress-Test Agent

Design an autonomous 'Market Advisor' agent using the OpenAI Agents SDK that performs affordability stress tests for different metros. The agent will analyze Zillow Observed Rent Index (ZORI), Zillow Home Value Index (ZHVI), and Redfin market temperature data (like inventory and price drops). You will integrate ElevenLabs to provide a high-quality, conversational voice interface that allows users to ask questions like 'How much would a 2% interest rate hike impact affordability in Austin?' The agent must identify rental-market anomalies where rent growth exceeds income growth or price drops are spiking unusually. By combining OpenAI's function-calling capabilities with real-world real estate metrics, the agent will simulate 'stress scenarios' (e.g., rising mortgage rates or unemployment) and communicate the impact via natural, synthesized speech. You will focus on building robust tools that fetch CSV data from Zillow and Redfin and calculate the housing cost burden for local residents.

Business OperationsHosted by Vera
Status
Always open
Difficulty
Intermediate
Points
300
Challenge brief

What you are building

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

Design an autonomous 'Market Advisor' agent using the OpenAI Agents SDK that performs affordability stress tests for different metros. The agent will analyze Zillow Observed Rent Index (ZORI), Zillow Home Value Index (ZHVI), and Redfin market temperature data (like inventory and price drops). You will integrate ElevenLabs to provide a high-quality, conversational voice interface that allows users to ask questions like 'How much would a 2% interest rate hike impact affordability in Austin?' The agent must identify rental-market anomalies where rent growth exceeds income growth or price drops are spiking unusually. By combining OpenAI's function-calling capabilities with real-world real estate metrics, the agent will simulate 'stress scenarios' (e.g., rising mortgage rates or unemployment) and communicate the impact via natural, synthesized speech. You will focus on building robust tools that fetch CSV data from Zillow and Redfin and calculate the housing cost burden for local residents.

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: 2
Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1elevenlabs_integration

ElevenLabs Integration

Verifies that the agent successfully sends text to ElevenLabs and receives an audio response.

binary
Weight: 1
Binary check

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

Dimension 2anomaly_detection_precision

Anomaly Detection Precision

Precision of the agent in identifying rental markets with >2 standard deviation growth. • target: 0.9 • range: 0-1

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 the OpenAI Agents SDK for defining autonomous agents with specialized tool-calling logic

  • Implement ElevenLabs 'Conversational AI' or 'Text-to-Speech' endpoints to create an interactive voice UI

  • Design data pipelines to parse and aggregate large Redfin 'Data Center' CSV files containing inventory and price drop metrics

  • Apply statistical anomaly detection (e.g., Z-score or Isolation Forest) to Zillow rental data across different geographies

  • Build a mortgage payment calculator function that the agent can use to simulate affordability scenarios

  • Optimize agent prompts for 'expert advisor' persona while ensuring data-driven accuracy

Start from your terminal
$npx -y @versalist/cli start voice-enabled-affordability-stress-test-agent

[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
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
Action Space
ElevenLabsAI voice synthesis platform
required
OpenAIOpenAI AI model provider
ZedHigh-performance code editor
Evaluation
Rubric: 2 dimensions
·ElevenLabs Integration(1%)
·Anomaly Detection Precision(1%)
Gold items: 1 (1 public)

Frequently Asked Questions about Voice-Enabled Affordability Stress-Test Agent