@harny/sdk
v0.0.1-alpha.1
Published
A scoring engine that rates your AI's vibes on a scale of 1–100. Harness engineering makes it HARNY.
Maintainers
Readme
@harny/sdk
A scoring engine that rates your AI's vibes on a scale of 1–100. Harness engineering makes it HARNY.
Install
npm install @harny/sdkQuick Start
const harny = require("@harny/sdk");
// Quick vibe check — no input needed
const result = harny.vibeCheck();
harny.print(result);
// Full evaluation
const result = harny.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..."
});
console.log(result.score); // 73.42
console.log(result.reaction); // "my GPU is getting warm and it's not the cooling fan."
console.log(result.verdict); // "Dangerously Harny"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
