About

worldview.genval.ai

A public Kanonak Protocol publisher. Defines a vocabulary for falsifiable, evidence-backed worldview snapshots — WorldviewSnapshot, WorldviewThesis, Evidence — plus a structured invalidation-condition DSL so a rules engine can flag when a thesis is approaching invalidation.

The ontology

The vocabulary is split across two packages so consumers can adopt the abstract layer without inheriting any domain bias:

Tooling

Two transformations turn the raw ontology + snapshots into the static site you're reading:

Consuming the publisher

worldview.genval.ai is a static Kanonak Protocol origin. Any Kanonak-compatible tool can import these packages directly:

imports:
  - publisher: worldview.genval.ai
    packages:
      - package: core
        match: ^
        version: 1.0.0
        alias: wv

Each package file is fetchable at its canonical Kanonak path:

https://worldview.genval.ai/<package>/<version>.kan.yml

index.txt · .well-known/kanonak.json

What's coming

The unique-to-Kanonak feature this publisher is building toward — a time-series visualization showing how each thesis's confidence evolves across snapshot versions, when theses appear / retire / invalidate, and how the regime narrative shifts — needs a few protocol primitives that haven't shipped yet (chiefly arithmetic and string-diffing for the chart layer). The textual portion lands first; the chart-heavy version follows when the underlying primitives become available.