Skip to main content

vibeval (Vibe Coding Eval) — AI application testing framework

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

vibeval — Vibe Coding Eval

A fast evaluation framework for AI applications. Install Claude Code and the vibeval CLI to get an end-to-end workflow from code analysis to test generation to evaluation.

What Problem Does It Solve

Traditional software testing frameworks cannot assess the quality of AI outputs; traditional AI evaluation platforms rely on dataset construction and cannot keep up with the pace of feature iteration. vibeval strikes a balance between the two:

  • Analyze your code via VibeCoding to quickly generate synthetic data and test cases
  • Deterministic rules + LLM semantic judgment for dual-layer evaluation
  • Cross-version comparison to track quality changes over time
  • Language-agnostic: generated test code adapts to your project's framework without depending on the vibeval package

Prerequisites

Installation

# Install the vibeval CLI
pip install vibeval

# Install the Claude Code plugin (run this inside Claude Code)
/install-plugin https://github.com/SandyKidYao/vibeval

Usage

Before first use, verify that the LLM provider is set up correctly:

vibeval check

Then run everything inside Claude Code without ever leaving the conversation:

/vibeval-analyze  →  /vibeval-design  →  /vibeval-generate  →  /vibeval-run
                                                      ↑
                      Code changes → /vibeval-update ──────┘

Analyze Code

/vibeval-analyze meeting_summary src/services/

Analyze source code to identify AI call sites, data flows, and mock points, and provide suggestions for improving testability.

Design Tests

/vibeval-design meeting_summary

Design synthetic data specifications, judging criteria, and test structure. Each step produces editable intermediate files that you can review and modify.

Generate Code and Data

/vibeval-generate meeting_summary

Generate a complete test suite (synthetic data + test code) using your project's test framework (pytest/vitest/jest/...).

Run + Evaluate

/vibeval-run meeting_summary

All in one step: run tests → evaluate → diagnostic analysis.

Update After Code Changes

/vibeval-update meeting_summary

Detect code changes and incrementally update the test suite and data.

Cross-Version Comparison

# Statistical comparison
vibeval diff meeting_summary run_a run_b

# LLM deep comparison
vibeval compare meeting_summary run_a run_b

Interactive Dashboard

vibeval serve --open

Launch a web dashboard to browse all features, view test results and traces, visualize trends across runs, and manage datasets and judge specs.

Other Commands

# Show evaluation summary
vibeval summary meeting_summary latest

# List features and runs
vibeval features
vibeval runs meeting_summary

# See all commands
vibeval --help

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibeval-0.2.0.tar.gz (45.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vibeval-0.2.0-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

Details for the file vibeval-0.2.0.tar.gz.

File metadata

  • Download URL: vibeval-0.2.0.tar.gz
  • Upload date:
  • Size: 45.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vibeval-0.2.0.tar.gz
Algorithm Hash digest
SHA256 58b31ea399e5ff08ae20f9f3e93af949cc8d9b130da5017f4b9686c794b672c8
MD5 c8be2ed4ef087f578cda30fd0d56f163
BLAKE2b-256 2afb72da04ddadb96a28f87609cd4c11188bfcdd88c3d97951ff8b6d77f056c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for vibeval-0.2.0.tar.gz:

Publisher: publish.yml on SandyKidYao/vibeval

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vibeval-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: vibeval-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vibeval-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e957ba91489229845f3875518d2466de715cdad077efa44e1a940a65c240f891
MD5 b7efa1a1d0a79224b7276bb90bfcbf6a
BLAKE2b-256 40ee2037e9e78ae77c7bba91810667a59b44ef03b80dac9526e5c2a14864a092

See more details on using hashes here.

Provenance

The following attestation bundles were made for vibeval-0.2.0-py3-none-any.whl:

Publisher: publish.yml on SandyKidYao/vibeval

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page