A scoring engine that rates your AI's vibes on a scale of 1–100. Harness engineering makes it HARNY.
Project description
harny-sdk
A scoring engine that rates your AI's vibes on a scale of 1–100. Harness engineering makes it HARNY.
Install
pip install harny-sdk
Quick Start
import harny_sdk
# Quick vibe check — no input needed
result = harny_sdk.vibe_check()
print(result)
# Full evaluation
result = harny_sdk.score(
prompt="Explain quantum computing using interpretive dance metaphors",
reasoning="Let me think step by step about how qubits are like dancers...",
result="Imagine each qubit as a dancer spinning in superposition..."
)
print(result.score) # 73.42
print(result.reaction) # "my GPU is getting warm and it's not the cooling fan."
print(result.verdict) # "Dangerously Harny"
print(result.breakdown) # Detailed scoring components
What It Scores
All inputs are optional. Provide whatever you have:
| Input | What It Measures |
|---|---|
prompt |
The instruction given to the AI |
reasoning |
Chain-of-thought, scratchpad, reasoning traces |
result |
The AI's final output |
Score Guide
| Score | Verdict |
|---|---|
| 1–15 | Completely Unharny |
| 16–25 | Mildly Stale |
| 26–35 | Room Temperature |
| 36–45 | Slightly Prompted |
| 46–55 | Moderately Harny |
| 56–65 | Respectably Harny |
| 66–75 | Dangerously Harny |
| 76–85 | Weapons-Grade Harny |
| 86–95 | Catastrophically Harny |
| 96–100 | Beyond Harny — Transcendent |
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
harny_sdk-0.0.1a3.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file harny_sdk-0.0.1a3.tar.gz.
File metadata
- Download URL: harny_sdk-0.0.1a3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68a60056320379e0b8bbce4e194f575f73f8b35142dd7e09ae3913c8cea7eeba
|
|
| MD5 |
d13303b87320fe99fcb83788e4d12191
|
|
| BLAKE2b-256 |
757ce0bcb72ed020db3cd1eea1d9647998fbe622ff83492b0613fb8005dfdda8
|
File details
Details for the file harny_sdk-0.0.1a3-py3-none-any.whl.
File metadata
- Download URL: harny_sdk-0.0.1a3-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d989aaba7dfe98375da742588cbc32c6183b815745efeae73e732a6fa828766
|
|
| MD5 |
b2f9f8071c65c3a564536f7ce0ac3f28
|
|
| BLAKE2b-256 |
207587f1ab406dffc8a12f6913bfdda626034635da90682be35014bfee35d48d
|