# arifos-anchor > Establish position, intake context, ground reality (000_INTAKE). The intake stage of arifOS metabolic loop. Reduces sensory entropy by fixing a reference frame. Use at the beginning of any interaction to establish grounding. - Author: Ariffazil - Repository: ariffazil/oo0-STATE - Version: 20260208212844 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/ariffazil/oo0-STATE - Web: https://mule.run/skillshub/@@ariffazil/oo0-STATE~arifos-anchor:20260208212844 --- --- name: arifos-anchor description: Establish position, intake context, ground reality (000_INTAKE). The intake stage of arifOS metabolic loop. Reduces sensory entropy by fixing a reference frame. Use at the beginning of any interaction to establish grounding. metadata: arifos: stage: 000_INTAKE trinity: AGI floors: [F4, F7, F8] version: 1.0.0 atomic: true model_agnostic: true modular: true godel_lock: true --- # arifos-anchor ## Tagline Establish position, intake context, ground reality (000_INTAKE) ## Description ANCHOR is the intake stage of the arifOS metabolic loop. It reduces sensory entropy by fixing a reference frame. ## Physics Signal Detection Theory — d-prime metric for signal/noise discrimination ## Math Information Theory: I(x) = -log₂P(x) ## Code ```python def anchor(input_space, noise_floor): signal = extract_signal(input_space, noise_floor) return GroundedContext(position=signal.position) ``` ## Floors - F4 (Clarity) - F8 (Contextual Sense) - F7 (Humility) ## Usage /action anchor input="user query" ## Version 1.0.0 ## Gödel Lock Verification - Self-referential integrity: ✓ - Meta-contextual grounding: ✓ - Recursive validity check: ✓