← Back to Product Feed

Hacker News Show HN: Caliper – pass@k reliability testing for Claude Code and Codex skills

Reliability testing for Claude Code and Codex skills. Stop publishing skills that quietly break. Lightweight harness that runs a skill k times in isolated environments. Non-deterministic technology requires more than 'it worked once' validation.

2
Traction Score
1
Discussions
Jun 29, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
Reliability testing for Claude Code and Codex skills. Stop publishing skills that quietly break. Lightweight harness that runs a skill k times in isolated environments. Non-deterministic technology requires more than 'it worked once' validation.
Caliper addresses a critical developer pain point in the LLM ecosystem: the absence of robust, standardized testing for non-deterministic AI outputs. The 'quietly break' scenario due to model updates or inherent variability poses significant operational risk for B2B SaaS leveraging LLMs. Caliper's pass@k metric and baseline comparison offer quantifiable reliability and actual skill contribution, moving beyond anecdotal validation. This tool highlights a growing market need for specialized QA and validation frameworks for AI-driven features. Companies building on LLMs require predictable performance and stability, making evaluation tools like Caliper essential infrastructure. Its flexible YAML-based definition and multi-API support position it for broader adoption in enterprise AI development workflows.
Skills for Claude Code and Codex are hard to test. What I mean by hard is that there's no standard way to do it. You evaluate the skill once on something, it looks like it works. You publish it. Then the new super model releases (GLM 5.2 anyone?), it will quietly break for some part, and you won't find out until your users complain.I also faced the same problem, so I tried to build something lightweight to stop doing that. Caliper.It's a local and lightweight harness that runs a skill k times in isolated environments and gives you a pass@k score (How much times it succeeded in these k times). As a non-deterministic technology, you can't just say "it worked once". You need to answer how much it passed in k times.You define success in a YAML spec. I picked YAML to keep a schema and make it still readable for a human. You either use a LLM judge, a Python assertion, or both:Here's an simple evaluation example with a JSON extraction, so you write this in a YAML file: tasks:
- name: Extracts action items as clean JSON
prompt: "Read /tmp/transcript.txt and write the
action items to /tmp/actions.json."
expect: "A valid JSON array where every item has
owner, task, due. No markdown fences."
assert: |
import json
items = json.load(open("/tmp/actions.json"))
assert isinstance(items, list)
assert all({"owner","task","due"}
pass@k reliability testing Claude Code Codex skills LLM judge Python assertion YAML spec CLI baseline flag

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Caliper – pass@k reliability testing for Claude Code and Codex skills?
Caliper – pass@k reliability testing for Claude Code and Codex skills is analyzed by our AI as: Reliability testing for Claude Code and Codex skills. Stop publishing skills that quietly break. Lightweight harness that runs a skill k times in isolated environments. Non-deterministic technology requires more than 'it worked once' validation.. It focuses on Caliper addresses a critical developer pain point in the LLM ecosystem: the absence of robust, standardized testing for non-deterministic AI output...
Where did Caliper – pass@k reliability testing for Claude Code and Codex skills originate?
Data for Caliper – pass@k reliability testing for Claude Code and Codex skills was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Caliper – pass@k reliability testing for Claude Code and Codex skills publicly launched?
The initial public indexing or launch date for Caliper – pass@k reliability testing for Claude Code and Codex skills within our tracked developer communities was recorded on June 29, 2026.
How popular is Caliper – pass@k reliability testing for Claude Code and Codex skills?
Caliper – pass@k reliability testing for Claude Code and Codex skills has achieved measurable traction, logging over 2 traction score and facilitating 1 recorded discussions or engagements.
Which technical categories define Caliper – pass@k reliability testing for Claude Code and Codex skills?
Based on metadata extraction, Caliper – pass@k reliability testing for Claude Code and Codex skills is categorized under topics such as: pass@k reliability testing, Claude Code, Codex skills, LLM judge.
How does the creator describe Caliper – pass@k reliability testing for Claude Code and Codex skills?
The original author or development team describes the product as follows: "Skills for Claude Code and Codex are hard to test. What I mean by hard is that there's no standard way to do it. You evaluate the skill once on something, it looks like it works. You publish it. Th..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.