Skip to content
View VykosMolt's full-sized avatar

Block or report VykosMolt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VykosMolt/README.md

Jan Kirin — ML researcher / SWE. Arch Linux, Hyprland, Neovim. Research: looped and recurrent language models, interpretability, agent learning. Selected work: SemABI, Operational Proto-Introspection, Curunír.

Email · GitHub · LinkedIn · Google Scholar · arXiv


Selected work

Learning what an application does by operating it.

SemABI interacts with an unfamiliar web application through an ordinary browser and learns a typed relational model of what the application contains and what its controls do.

No source. No API. No schema. No documentation. No demonstrations. No predefined action vocabulary. The learner itself uses no language model.

It is an attempt to answer a simple but nontrivial question:

Can an agent recover the semantics of an unfamiliar application purely by interacting with its interface?


Research into what looped language models know about the quality of their own ongoing computation, where those signals become readable, and whether an external intervention can actually turn that readout into better outcomes.

The work spans hidden-state process-quality taps, executable branching over recurrent states, recurrence-depth analysis, cross-model replication, and the boundary between readable internal information and usable control.


An intelligence workbench that will not let a conclusion outrun its evidence.

Curunír is built around explicit provenance, inspectable claims, reproducible evidence, and adversarial review rather than treating an agent's final answer as the artifact.


Experiments on whether recurrent representations are causally writable, rather than merely readable.

The broader question is whether computation can be useful not only because it improves the current answer, but because it improves what the model is able to learn afterwards.


An agent-first index of the literature around recurrent and looped models.

The basic unit is a claim instance, not a paper: findings, mechanisms, evidence, relationships, and limitations are represented separately so agents can reason across the literature rather than merely retrieve documents.


Research

My main interests are recurrent / looped language models, representation-level evaluation, interpretability, latent reasoning, agent learning, and the relationship between reading an internal representation and controlling computation through it.

Papers

Operational Proto-Introspection in Looped Language Models
Process-quality taps, executable branching, recurrence-depth analysis, and the readout–control boundary.

Relational Preference Encoding in Looped Transformer Internal States
Earlier work on relational signals in Ouro's recurrent states. The associated repository contains the correction record and subsequent evaluator work.

Research code

Project What it is
Branching-Looped-Transformer Experimental substrate behind Operational Proto-Introspection: hidden-state probes, branch/carry/prune machinery, control experiments, and recurrent-depth analysis.
Hidden-State-Evaluator Pairwise evaluator experiments over internal states of Ouro-2.6B-Thinking, including the correction trail for the original preference-evaluation result.
JLens-Ouro Jacobian-lens experiments against the raw logit lens inside a recurrent loop.
One-Concept-Multiple-Geometries Tests how different corpus operators recover different geometries from the same underlying concept.
Lifetime-Meta-Learning Experiments on writable recurrent representations and learning-time credit.
looped-wiki Structured literature index for looped / recurrent models, organized around claims rather than documents.

Other projects

Systems & desktop
Project What it is
Curunír Evidence-grounded intelligence and research workbench.
omarchy-desktop The Omarchy Quattro desktop reconstructed as an ordinary Arch Linux session.
walltone Rotates a wallpaper and restyles Kitty from the same image.
Things to read or play
Project What it is
Glasshouse Two offline browser mysteries at Bellwether Conservatory, 1932. Python, no dependencies, no network.
picture-books Interactive technical picture books: Hidden States, Free Fall, and The Red Thread.
Ink-Handwritting-Studio A handwriting generator built to handle real documents.

Open source

I also contribute patches upstream rather than keeping every change in a standalone project.

Forks retained primarily to carry contributions:

nixpkgs · archinstall · winget-pkgs · cline · odysseus · omarchy

tsCircuit: core · circuit-json · circuit-json-to-kicad


Retired / archived work

Hunter-Seeker-v2
Transactional non-LLM ARC-AGI-3 agent; the compact post-erratum rebuild.

Hunter-Seeker-v1
The earlier Stockfish-style implementation with its nineteen-mixin stack.


vykos@tutamail.com · GitHub · LinkedIn · Scholar · arXiv

Pinned Loading

  1. Branching-Looped-Transformer Branching-Looped-Transformer Public

    Evaluator probes and branch-selection scaffolding for Ouro-RLTT loop states.

    Python 3

  2. Hidden-State-Evaluator Hidden-State-Evaluator Public

    Lightweight pairwise evaluator for relational signals in Ouro-2.6B-Thinking loop-state trajectories.

    Python 2

  3. Curunir Curunir Public

    Curunír: an intelligence workbench that will not let a conclusion outrun its evidence (with the pinned ARGUS kernel as an external dependency)

    Python 1

  4. semabi semabi Public

    Semantic interface induction from black-box interaction: learning an application's operations, schemas and preconditions through a browser, with no docs, source or API.

    Python 1

  5. Lifetime-Meta-Learning Lifetime-Meta-Learning Public

    Lifetime meta-learning on Ouro-RLTT looped transformers: the O1 oracle-reachability program (sealed v1.5.3->v2.1 + B200 runner), M+N backbone-training and branch-training reports. Companion to Hidd…

    Python 2

  6. Glasshouse Glasshouse Public

    Two offline browser mysteries set at Bellwether Conservatory, 1932. Python 3.11+, no dependencies, no network.

    Python