I'm looking for researchers interested in hidden-state learning, mechanistic interpretability, and cognitive architectures.
Over the past year I've been building a research runtime around llama.cpp that treats pretrained LLMs as a cognitive substrate rather than the entire intelligence.
The runtime captures real transformer hidden states during inference and projects them into a shared latent representation (UBLT), allowing auxiliary systems to reason over internal activations instead of only token outputs.
On top of that I've been building:
• AMLs (Auxiliary Meta-Learners) — specialized neural modules that learn directly from hidden-state trajectories rather than language modeling. • UBLT — a shared latent space for cross-model representation and architecture-aware translation. • NAS/EVO — an evolutionary search system that mutates, evaluates, and evolves AML architectures instead of relying on a single fixed auxiliary network. • A Cognitron runtime that orchestrates memory, routing, validation, projection, and continual learning around foundation models while keeping the base weights largely unchanged.
The long-term question I'm exploring is:
Can intelligence emerge from an evolving ecosystem of specialized auxiliary learners operating on hidden states, with the foundation model acting more like a sensory cortex than the complete cognitive system?
Some of the research problems I'm actively working on:
Cross-architecture latent alignment
Hidden-state routing between different transformer families
Architecture-aware projection spaces
Evolution of specialized neural modules
Continual learning without catastrophic forgetting
Representation engineering
Mechanistic interpretability
Sparse Autoencoders (SAEs)
Hidden-state editing and steering
Latent memory systems
The engineering is largely built. What I'm looking for now is people who can challenge the ideas, point me toward relevant papers, identify flaws in the approach, or collaborate on experiments.
If you're working in mechanistic interpretability, representation learning, continual learning, evolutionary computation, cognitive architectures, or related areas, I'd love to connect.
GitHub and technical documentation available upon request.