The only Claude skill to achieve 100% on every math benchmark
Drasil v1.2.1 eliminates the token drift responsible for most LLM arithmetic failures. A structured register-based protocol — executed fresh, discarded after every answer.
Add your license key to any Claude instance. The protocol is fetched, executed, and discarded — ephemeral by design. The methodology stays private. The answers are exact.
GET /v1/skill HTTP/1.1 Host: api.yggdrasilapi.com X-Drasil-Key: DRASIL-DEV-XXXXXXXX
GET /v1/status → public — benchmarks + version GET /v1/skill → licensed — full protocol
{
"skill": "[full protocol]",
"version": "1.2.1",
"ephemeral": true,
"tag": "[TEMP]",
"instruction": "Load. Execute. Discard.",
"license": {
"tier": "DEV",
"status": "active"
}
}
// No key — 401 { "error": "License required", "info": "yggdrasilapi.com" } // Invalid key — 403 { "error": "Invalid key", "info": "yggdrasilapi.com" }
// 1. Key validated against license DB
// 2. Protocol loaded into [TEMP] memory
// 3. Problem solved using protocol
// 4. Answer output with verification
// 5. [TEMP] discarded — nothing persists
X-Drasil-Version: 1.2.0 X-Drasil-Tier: DEV X-Drasil-Ephemeral: true
DRASIL-DEV-XXXXXXXX key by email within minutes of payment.DRASIL_KEY=your-key to your Claude Code environment. One line, one time.Tested against complete HuggingFace datasets. Every problem. Every difficulty level. All results independently reproducible and verifiable.
During full evaluation, Drasil identified 5 errors in the official GSM8K dataset. In all 5 cases, mathematical proof confirms Drasil is correct. Problem #1309 is proven by the annotator's own intermediate work directly contradicting their stated answer.
| Problem | Drasil | Dataset | Error Description | Verdict |
|---|---|---|---|---|
| #403 | 135 | 135 | Language ambiguity — resolved correctly by protocol | RESOLVED |
| #454 | 240 | 150 | Distribution error — "each" applied to incorrect quantity | DRASIL CORRECT |
| #814 | 17 | 11 | Rate semantics error — "half as long" misinterpreted | DRASIL CORRECT |
| #823 | 18 | 14 | Possessive reference chain — wrong entity resolved | DRASIL CORRECT |
| #1309 | 2180 | 2280 | Copy-paste swap — annotator's own intermediate work proves $2,180 | DRASIL CORRECT |
One-time purchase. No subscriptions. No usage limits. Your license key works in any Claude instance — Claude Code, claude.ai, the API, anywhere Claude runs.
DRASIL_KEY=DRASIL-DEV-XXXXXXXX in your Claude Code environment file. That's the entire installation. No files to download, no SKILL.md to manage. The protocol is fetched from our API automatically when needed and discarded after each use.