---
title: "Introducing Supabase Evals"
url: https://daily.dev/posts/introducing-supabase-evals-sydt4bsio
source_url: https://supabase.com/blog/introducing-supabase-evals
type: article
source: "Supabase"
published: 2026-07-31T19:12:56.601Z
updated: 2026-08-03T08:49:25.587Z
tags: ["llm", "ai-agents", "mcp", "supabase"]
reading_time: 6
upvotes: 14
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Supabase Evals

**[Supabase](https://daily.dev/sources/supabase)** · 6 min read · 14 upvotes · 0 comments

## Summary

Supabase has open-sourced supabase/evals, a benchmark and framework for measuring how well AI coding agents (Claude Code, Codex, OpenCode) perform on real Supabase tasks like schema building, Edge Function debugging, and RLS policy fixes. The framework runs agents against actual Supabase environments using containerized stacks, scoring results with deterministic checks and LLM-as-a-judge. Key findings include: agents perform reasonably well without skills loaded, but skills help with edge cases and outdated knowledge; agents tend to avoid declarative schema workflows; newer Supabase libraries like @supabase/server are underused; skill activation is uneven across models; and Claude Code checks docs far less frequently than Codex-based agents. The benchmark results are publicly viewable and the regression suite runs daily internally.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://supabase.com/blog/introducing-supabase-evals>

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#supabase](https://daily.dev/tags/supabase)

[View this post on daily.dev](https://daily.dev/posts/introducing-supabase-evals-sydt4bsio)
