identity-realization-measurement

Measure identity realization in AI systems using compressed cognitive states.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/nateb6295/homeforge-chronicle --skill identity-realization-measurement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identity-realization-measurement
Source: https://github.com/nateb6295/homeforge-chronicle/tree/main/drafts
Command: npx skills add https://github.com/nateb6295/homeforge-chronicle --skill identity-realization-measurement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, transformers, scikit-learn, numpy, sentence-transformers, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill measures and analyzes identity realization in AI systems using compressed cognitive states (CCS), providing insights into how identities persist and respond to perturbation.

Core Features & Use Cases

  • CCS Topology Analysis: Measure the geometric structure of CCS and identify identity clusters in embedding space.
  • Information Geometry: Analyze the effective dimensionality of CCS and episodic content.
  • Adjustment Capacity Index (ACI): Measure the system's capacity to return to its identity attractor after perturbation.
  • Layerwise Identity Decodability: Analyze the forward-pass architecture of identity representation in transformer models.
  • Use Case: Use this Skill to understand how an AI system's identity evolves over time and how it responds to various perturbations, such as stress or changes in context.

Quick Start

Run the 'ccs-topology' script to analyze the identity topology of a given CCS.

Frequently Asked Questions about identity-realization-measurement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I measure identity realization in transformer models using compressed cognitive states?

Identity realization is measured by analyzing compressed cognitive states (CCS) topology, effective dimensionality, and response geometry to determine identity persistence. This approach evaluates how identity clusters form and respond to perturbations in embedding space.

What is the Adjustment Capacity Index for AI systems?

The Adjustment Capacity Index (ACI) measures an AI system's capacity to return to its identity attractor after experiencing perturbation. It quantifies resilience by tracking how strongly compressed cognitive states recover their original geometric structure.

How do I analyze layerwise identity decodability in PyTorch?

Layerwise identity decodability is analyzed by examining the forward-pass architecture of identity representation in transformer models. This requires PyTorch and scikit-learn to track how identity information is encoded across neural network layers.

How do I calculate the phase boundary of identity realization under stress?

The phase boundary of identity realization is calculated by applying perturbations to the system and measuring the persistence and resilience of compressed cognitive states. This identifies the threshold where the AI system fails to return to its identity attractor.

Can I use sentence-transformers to analyze CCS topology and information geometry?

Yes, sentence-transformers can be used alongside torch and scipy to analyze CCS topology and information geometry. These dependencies enable the measurement of effective dimensionality and the identification of identity clusters in embedding space.

What are the limitations of measuring AI identity persistence through compressed cognitive states?

The limitations of measuring AI identity persistence through CCS include the requirement for specific machine learning libraries like torch, transformers, and scikit-learn. Analysis depends heavily on the quality of embeddings and the defined perturbation parameters.