CatQualia RSI hive ledgers
1,554 rows across 7 files. Append-only traces from a self-improvement loop, including its humour channel — a deliberate one, which is the unusual part.
Files
| File | Rows | Bytes | What it holds |
|---|---|---|---|
HIVE_LEDGER.jsonl |
790 | 807,029 | The main hive event ledger |
HUMOR_LEDGER.jsonl |
710 | 395,019 | Humour-channel events |
research_feed.jsonl |
42 | 11,296 | Research items entering the loop |
joke_beats.jsonl |
5 | 2,943 | Beat structure for generated humour |
humor_dataset.jsonl |
3 | 1,818 | Humour training rows, with an absurdity_score |
meta_evolve_proposals.jsonl |
3 | 1,610 | Proposed changes to the loop itself |
humor_leverage_signal.jsonl |
1 | 407 | Humour used as a leverage signal |
Why the humour channel is worth publishing
The humor_dataset.jsonl rows carry the shape of a real argument rather than a joke: an
instruction to "observe the true absurdity-gap between the field and the organism", an
input describing a claim made by serious labs, and an output giving the measured
counter-fact — "ran the RSI loop tonight: 2134 false claims falsified vs ground truth" —
with an absurdity_score of 0.95 and an explicit contamination_firewall: v1.
That is a specific technique: the absurdity gap is used as a detector. A claim is funny
when the distance between what is asserted and what is measurable is large, so humour
becomes a cheap signal for locating unfalsifiable claims. The rows are marked
train_eligible: False and falsify_eligible: False, i.e. the author deliberately excluded
them from training while keeping the signal — which is itself a documented decision.
Schema
Fields vary by file; humor_dataset.jsonl carries instruction, input, output,
humor, train_eligible, falsify_eligible, channel, contamination_firewall,
absurdity_score. HIVE_MAP.json is included as the hive's structure description.
Measured
Row and byte counts above were measured against the files in this repository with wc -l
and stat, not taken from a source listing. Absolute machine paths have been replaced with
portable tokens (<<TREES>>, <<WME>>, <<DRIVE>>, <<HOME>>); row counts were verified
unchanged by that rewrite.
Known limitations
- Small. 1,554 rows total, dominated by two ledgers. This is a trace, not a corpus.
- Internal ledger format. Fields reflect the hive's own event schema and are not standardised across files.
- Self-reported. Every event was written by the system it describes.
- The humour channel is a documented technique, not validated. The claim that absurdity gap detects unfalsifiable claims is the author's; no independent evaluation is included.
- Not peer-reviewed.
Licence
CatQualia Structural Isomorphism License (CSIL) v3.0 — attribution: Christopher Betances, catqualia.com. Non-commercial use is free with attribution; commercial use requires a commercial licence. Full text: LICENSE in this repository and catqualia.com/licensing
- Downloads last month
- 21