Skip to content
View XXY-CH's full-sized avatar
:bowtie:
:bowtie:
  • Hangzhou XueJun High School
  • Hangzhou
  • 02:32 (UTC +08:00)

Highlights

  • Pro

Block or report XXY-CH

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.

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
XXY-CH/README.md
CachoidXie banner

Typing SVG

Profile Views GitHub Followers Research DOI Email


🧠 About Me

I build research-shaped systems: online judges that understand teaching data, AI-agent infrastructure that can inspect and improve code, and memory-centric modeling experiments that try to make long-context reasoning cheaper, sharper, and more auditable.

My favorite work lives at the boundary where a mathematical claim has to become a running system: proofs, tests, architecture diagrams, telemetry, and a repository that another engineer can actually clone, compile, and reproduce.


🎯 Core Research Lanes

Lane Initiative & System Scope Active Repository
🧠 Long-Context AI RetNet-style retention, Engram lookup, Block Attention Residuals, milestone snapshots engram-retention
πŸŽ“ AI Education Online judge platform for school teaching, evaluation, and AI-assisted governance CodeNexus
πŸ”„ Agent Memory Systems where agents learn, forget, route, and self-improve over time dna-memory / evolver / mindx
πŸ‘₯ Multi-Agent Interactive classrooms and coordination surfaces for AI-assisted learning OpenMAIC
πŸ“‘ Edge & Signals WiFi sensing, inference pipelines, and non-visual perception systems RuView

πŸ’‘ Featured Repositories

Research Scaffold

PyTorch research scaffold for budgeted long-context memory: RetNet recurrence, hashed Engram lookup, Block Attention Residuals, and milestone snapshots.

Python PyTorch DL

AI-Native Platform

πŸš€ CodeNexus

An AI-native online judge platform designed for school teaching, judging, integrity workflows, and educational data intelligence.

Rust PostgreSQL Redis


πŸ—ΊοΈ System Map

graph TB
    %% Styling Definitions
    classDef research fill:#0f172a,stroke:#38bdf8,stroke-width:2px,color:#f8fafc;
    classDef systems fill:#0f172a,stroke:#2563eb,stroke-width:2px,color:#f8fafc;
    classDef core fill:#090d16,stroke:#06b6d4,stroke-width:3px,color:#06b6d4,font-weight:bold;
    
    subgraph Research_Loop ["The Research & Formalization Loop"]
        A["Research Questions"]:::research --> B["Formal Assumptions"]:::research
        B --> C["Executable Prototypes"]:::core
        C --> D["Rigorous Tests & Ablations"]:::research
        D --> E["Docs & Proof Trail"]:::research
        E --> B
    end

    subgraph Applied_Systems ["Applied Systems Engineering"]
        C --> F["CodeNexus <br> (AI Education & OJ)"]:::systems
        C --> G["DNA-Memory / Evolver <br> (Agent Memory Scaffolds)"]:::systems
        C --> H["Engram-Retention <br> (Long-Context Models)"]:::systems
        C --> I["RuView <br> (WiFi Sensing & Edge)"]:::systems
    end

    %% Adjust layouts/spacing
    style Research_Loop fill:#070a13,stroke:#1e293b,stroke-width:1px,color:#94a3b8
    style Applied_Systems fill:#070a13,stroke:#1e293b,stroke-width:1px,color:#94a3b8
Loading

πŸ› οΈ The System & Research Stack

Layer Technologies & Frameworks
πŸš€ Core Systems & Languages Rust C++ Go TypeScript Linux
🧠 Deep Learning & AI Research Python PyTorch Neural Retention Agent Scaffolds
πŸ’Ύ Infrastructure & Pipelines PostgreSQL Redis Docker Git

πŸ“ Engineering Taste & Axioms

"Simplicity is a prerequisite for reliability." β€” Edsger W. Dijkstra

  • Executable First: Start with the actual running system, not a slogan or an empty abstraction.
  • Ablated & Proven: Keep claims narrow and humble until comprehensive tests and rigorous ablations make them stronger.
  • Falsifiable Architectures: Design architectures that can be actively inspected, systematically reproduced, and disproven.
  • Evidence-Centric AI: Build AI features around solid empirical evidence, auditability, and governance workflows, not just chat wrappers.
  • Documentation as Code: Treat system documentation and formal proof trails as core components, never as packaging after the fact.

πŸ“Š System Telemetry & Signal

host: XXY-CH@github
status: active
repositories: 19 public
focus_areas: [Engram Retention, CodeNexus, OpenMAIC, RuView]

[Languages by Repo Count]
JavaScript  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 4
C++         β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 3
Python      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 3
Rust        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 3
TypeScript  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 3
Go          β–ˆβ–ˆβ–ˆβ–ˆ 1
Domain Center of Gravity Description
🧠 Research Code engram-retention Keeps proofs, configs, tests, and citation metadata unified in a single reproducible PyTorch scaffold.
βš™οΈ Systems Code CodeNexus Pushes AI-native online judging from simple sandbox testing to real-world educational workflows.
πŸ”„ Agent Scaffolds dna-memory / evolver Explore the practical bounds of adaptive memory, routing, and self-evolution.
🌐 Interface Surfaces OpenMAIC Experiments with multi-agent orchestration and coordination spaces.

Note

This telemetry panel is rendered statically to prevent dynamic API outages (e.g., 503 errors from external README card services) and maintain optimal loading performance.


πŸ“¬ Contact & Connection

footer

Pinned Loading

  1. NEW-Finding-Shortest-Paths-Algorithm NEW-Finding-Shortest-Paths-Algorithm Public

    A brand-new shortest path algorithm comes from the latest research of Tsinghua University.

    C++ 2

  2. CodeNexus CodeNexus Public

    CodeNexus is an online judge platform that developed for school to connect teaching with AI. The AI connecting gateway is still in processing

    Rust 2 1

  3. Anamnesis Anamnesis Public

    PyTorch research scaffold for RetNet, Block Attention Residuals, and hashed Engram memory

    Python 3

  4. Aetherion Aetherion Public

    TypeScript 1