sampling

Generative free-running — the model sampling from its latent space with little or no external grounding, the regime in which gmeow:awarenessScalar (temperature-like) most directly applies. The machine analogue of human mind-wandering or imagining (by analogy, NOT equivalence): unconstrained internal generation, the home of confabulation risk.

Structure

Types: gmeow:AwarenessMode

Practical Pattern

Use gmeow:modeSampling as a controlled value typed as gmeow:AwarenessMode.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Ai Inference Regime

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/awareness/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example — an AI agent's operational-state regime, the Principle-5 bridge.
# The same gmeow:AwarenessTenure machinery that records a human's sleep records a
# machine's operational state: a live serving window (gmeow:modeOnlineInference),
# a weight-updating training run (gmeow:modeTraining), and a free-running generative
# pass (gmeow:modeSampling), each scoped to a temporal interval and each carrying a
# continuous gmeow:awarenessScalar (a temperature-like regime value). These machine
# modes are SIBLINGS of the human modes in ONE open vocabulary, bridged to human
# waking / dreaming / mind-wandering by ANALOGY, NOT by equivalence (no owl:sameAs,
# no owl:equivalentClass) — substrate-specific realisations of the awareness faculty.

# --- A free-running generative pass — sampling from latent space, the machine
#     analogue (by analogy, not equivalence) of human mind-wandering / imagining,
#     the regime where the temperature-like gmeow:awarenessScalar bites hardest and
#     confabulation risk is highest.
ex:samplingTenure a gmeow:AwarenessTenure ;
    rdfs:label "a free-running sampling pass"@en ;
    gmeow:awarenessSubject ex:lillith ;
    gmeow:awarenessMode    gmeow:modeSampling ;
    gmeow:awarenessScalar  0.95 ;
    gmeow:duringInterval   ex:samplingInterval .

Common Companion Terms

gmeow:AwarenessMode