/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

OpenAI open sources Evals, its framework for automatically evaluating the performance of its AI models, letting users report shortcomings and guide improvements

TechCrunch Kyle Wiggers

Context & Ripple Effects

In March 2023 OpenAI turned its internal testing harness into shared infrastructure: Evals, the framework it uses to score its own models, is now open source, so users can write evaluations, flag where outputs fall short, and have those findings feed back into improvement. It is the earliest move in what became a running thread of OpenAI opening up its assessment machinery — from the public-feedback process around the Model Spec in 2024 to the Safety evaluations hub and cross-company testing later on.

The significance is directional rather than immediate: by handing outsiders the same yardstick it uses internally, OpenAI made model quality something customers and researchers could measure themselves rather than take on faith. The later record shows both the payoff — published scorecards, joint red-teaming with Anthropic via mutual safety tests — and the friction, including reports of external groups getting only days instead of months to evaluate newer releases.

First-order effects

  • Users gain the ability to run OpenAI's own evaluation suite against its models and file structured shortcoming reports, shifting bug discovery from OpenAI's labs to its user base.
  • Any organization building on OpenAI models gets reusable test infrastructure for free, lowering the cost of verifying claims about model behavior before deployment.

Second-order effects

  • Rival labs face pressure to publish comparable evaluation tooling and results, a pressure visible in the later Safety evaluations hub and in OpenAI and Anthropic swapping blind-spot findings from each other's models.
  • Third-party evaluation gains commercial weight: enterprise buyers can anchor procurement and custom-training decisions — such as OpenAI's own assisted fine-tuning offering — on externally runnable benchmarks rather than vendor assertions.

Third-order effects

  • Evaluation becomes an accountability layer for frontier AI: if the pattern holds, published scorecards, spec documents, and monitorability suites like the chain-of-thought framework become the standard evidence regulators and customers expect before deployment.
  • A structural tension emerges between open measurement and release speed — the same company that opened its evals also compressed outside review windows — making independent evaluation capacity a check that must be built outside the labs themselves.

The trend: Frontier AI labs are converting evaluation from an internal gatekeeping step into published, externally runnable infrastructure — while their shrinking review timelines keep independent scrutiny contested.

Discussion

  • @drjimfan @drjimfan on x
    Want early access to GPT-4? Do it now: https://github.com/... is an official framework for evaluating OpenAI models. They will grant GPT-4 access to those who submit high quality evals. Thanks to my friend Andrew Kondrich @kondrich2 who built this initiative at OpenAI!
  • @e0m Evan Morikawa on x
    If you see something GPT-4 can't do well, or think you can prove a fundamental deficiency, contribute evals! This is by far the best way to help close these skill gaps. Internally we use evals to guide enormous amounts of model development. https://github.com/...
  • @swyx @swyx on x
    as LLMs grow and grow and grow in capabilities, it is getting more impt to have good model evaluation/benchmarking frameworks. OpenAI is also releasing their eval framework, fully MIT licensed: https://github.com/... Used by Stripe and well documented. Runs MMLU in 189 LOC https:…
  • @officiallogank @officiallogank on x
    We are giving priority GPT-4 access to those who contribute evals to our new evals repo: https://github.com/... Here, you can write tests for the model so we can improve things over time.