Analysis updated 2026-05-18
Run a genomics analysis pipeline that reports how confident it is in each result.
Set a plain-English error tolerance and let Caliper escalate uncertain results to a human reviewer.
Keep raw research data on private infrastructure while only sending small results and logs to the control server.
Use the working genomics Domain Pack as a template for building a pack for a new scientific field.
| aiscientists-dev/caliper | awesome-selfhosted/awesome-selfhosted-html | aref-vc/tufte-claude-skill | |
|---|---|---|---|
| Stars | 97 | 93 | 102 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2026-07-04 | — |
| Maintenance | — | Active | — |
| Setup difficulty | hard | easy | easy |
| Complexity | 4/5 | 1/5 | 1/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs Python 3.9+, private research infrastructure, and expert-reviewed examples to calibrate confidence before it can run unsupervised.
Caliper is an AI research assistant designed to run scientific data analysis pipelines from end to end. What sets it apart from other AI analysis tools is that it reports a calibrated confidence level for every result and automatically escalates to a human reviewer when it is not confident enough to answer on its own. The project is built around three layers. The first is a Domain Pack, a small registry of vetted tools specific to a scientific field. It ships with a working genomics pack and a skeleton astronomy pack to show the design is not field-specific. The second layer is an Agent Core that plans a sequence of analysis steps, executes them, and keeps a reproducible record of what ran. The third is a Trust and Feedback layer that assigns a confidence estimate to each result, enforces a user-defined error ceiling (for example, no more than 1 in 10 unchecked answers should be wrong), and re-calibrates itself each time a human corrects it. The deployment model keeps research data on the user's own infrastructure. A small control server hosts the web interface and the agent, while the actual computation runs on a private server where the raw data already lives. Only small results and logs travel back to the control host, raw data does not leave the private server. Users can set a plain-English reliability rule, and Caliper learns from a set of expert-reviewed examples how confident it needs to be before answering without supervision. Anything below that confidence threshold gets escalated. The guarantee holds even when the confidence scorer itself is imperfect. Caliper is currently a research preview. The genomics domain pack is working and tested. Planned next steps include a stricter calibration method, a reproduced published genomics study, and a complete astronomy pack. The project is released under the Apache 2.0 license and requires Python 3.9 or newer.
Caliper is an AI research assistant that runs scientific analysis pipelines and reports a calibrated confidence score, escalating to a human when it is unsure.
Mainly HTML. The stack also includes Python.
Apache 2.0: use, modify, and distribute freely, including commercially, as long as you keep the license and copyright notices.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.