AI Stupid Level - Real-Time AI Benchmarking Platform

Website GitHub Twitter

A real-time AI benchmarking platform that measures and compares the intelligence, efficiency, and consistency of today's top AI models.

Website: aistupidlevel.info
Organization: Studio Platforms (Romania)
Focus: LLM Evaluation • Model Drift Analysis • Real-Time Benchmarks • AI Transparency


What We Do

AI Stupid Level evaluates the world's leading AI models across 9 Dimensions of AI Performance:

Currently benchmarking: OpenAI (GPT-4, GPT-5, O3), Anthropic (Claude Opus 4, Sonnet 4), Google (Gemini 2.5 Pro/Flash), xAI (Grok 2/4), and more.


How Our Benchmarking System Works

Multi-Layered Testing Architecture

We operate four distinct benchmark suites that provide comprehensive AI model evaluation:

1. Real-Time Benchmarks (Every 4 Hours)

2. Canary Drift Detection (Hourly)

3. Deep Reasoning Tests (Daily)

4. Tool Calling Benchmarks (Daily)

Statistical Rigor and Methodology

Our benchmarking system implements production-grade statistical analysis:

Confidence Intervals

Example Score Generation Process

Task: "Implement binary search in Python"

Trial Results:
- Trial 1 (seed=42): Score = 23.5
- Trial 2 (seed=43): Score = 25.1  
- Trial 3 (seed=44): Score = 24.2
- Trial 4 (seed=45): Score = 26.3
- Trial 5 (seed=46): Score = 24.8

Statistical Analysis:
- Mean = 24.78
- Standard Deviation = 1.02
- Standard Error = 0.46
- t-value = 2.776 (df=4, 95% CI)
- Margin of Error = 1.27

Final Result: 24.8 ± 1.3 (95% CI: 23.5-26.1)

Drift Detection Algorithm


Smart AI Router

Intelligent Model Selection System

Our Smart AI Router automatically selects the best-performing AI model for each request based on real-time benchmark data, saving users money and improving performance.

Key Features

Routing Strategies

  1. auto - Best overall performance across all categories
  2. auto-coding - Optimized for programming and development tasks
  3. auto-reasoning - Best for complex problem-solving and analysis
  4. auto-creative - Optimized for creative writing and content generation
  5. auto-cheapest - Most cost-effective option maintaining quality
  6. auto-fastest - Lowest latency for time-sensitive applications

Usage Example

# Standard OpenAI-compatible request
curl -X POST https://aistupidlevel.info/v1/chat/completions \
  -H "Authorization: Bearer aism_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto-coding",
    "messages": [
      {"role": "user", "content": "Write a binary search function in Python"}
    ]
  }'

The router automatically:

  1. Analyzes your request type (coding task)
  2. Checks current model rankings for coding performance
  3. Selects the best available model from your configured providers
  4. Routes the request and returns the response
  5. Logs usage and cost data for analytics

Model Comparison Features

Claude vs GPT vs Gemini Analysis

Our platform provides detailed comparative analysis of major AI models:

Current Performance Leaders (2025)

Comprehensive Comparison Matrix


Drift Detection and Monitoring

Production-Grade Change Detection

Our drift detection system implements recommendations from industry experts for catching model changes in production environments:

Multi-Layer Detection

Alert System


Technical Architecture

Backend Infrastructure

Frontend Platform

Infrastructure


API Access and Integration

REST API Endpoints

Model Rankings

GET https://aistupidlevel.info/api/dashboard
# Returns current model rankings with confidence intervals

Historical Data

GET https://aistupidlevel.info/api/dashboard?period=7d
# Returns time series data with statistical analysis

Model Details

GET https://aistupidlevel.info/api/models/{model_id}
# Returns detailed performance breakdown by task category

Smart Router API

Chat Completions

POST https://aistupidlevel.info/v1/chat/completions
Authorization: Bearer aism_your_key

{
  "model": "auto-coding",
  "messages": [...],
  "temperature": 0.7
}

Available Models

GET https://aistupidlevel.info/v1/models
Authorization: Bearer aism_your_key

Use Cases and Applications

For Individual Developers

For Development Teams

For Researchers and Academics

For AI Tool Developers


Transparency and Open Source

Methodology Transparency

Community Validation

Data Access


Getting Started

For Benchmarking Data

  1. Visit aistupidlevel.info
  2. View real-time model rankings and comparisons
  3. Access historical performance data
  4. Use our API for programmatic access

For Smart Router

  1. Sign up for an account at aistupidlevel.info
  2. Add your provider API keys (OpenAI, Anthropic, etc.)
  3. Generate a universal API key
  4. Replace your OpenAI endpoint with our router
  5. Start saving money with intelligent routing

For Developers

  1. Check our GitHub repository for source code
  2. Review our API documentation
  3. Integrate with your existing tools and workflows
  4. Contribute to our open-source development

Mission and Values

Our Mission

To make AI performance transparent and comparable for every developer and researcher. We believe in open evaluation, statistical rigor, and community-driven improvement of AI benchmarking standards.

Core Values


Contact and Community

Website: aistupidlevel.info
GitHub: Studio Platforms
Twitter/X: @aistupidlevel
Email: Contact through Studio Platforms


AI Stupid Level is an independent benchmarking project built by Ionut Visan and the Studio Platforms ecosystem, dedicated to making AI performance measurement transparent, statistically rigorous, and practically useful for the global developer community.