Skip to content
View Jada42's full-sized avatar
  • Amsterdam

Block or report Jada42

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
Jada42/README.md

Well, hello there! πŸ‘‹

I do self-driven AI research and test small language architectures. I am a fan of hybrid models, state-space dynamics, and gating mechanisms.


πŸ”¬ Research Interests

  • Architectures: Hybrid Language Models (SSMs, Hopfield Networks, Latent Transformers)
  • Time-Series: Autoregressive Simulation Modeling of Astronaut Stress data (including Temporal Fusion Transformers)
  • Behavioral Dynamics: Time-Series Modeling of Psychological Behavior
  • AI Safety: Value-Aligned AI, Transparency, and Democratic Governance in RLAIF/RLHF

πŸ› οΈ Tech Stack & Tooling

PyTorch JAX MLX Transformers Python R Streamlit


🎸 Deployed Applications

  • 🎸 GearChat - RAG-powered chatbot for musicians to chat with their instruments' manuals (synthesizers, drum-machines, etc.).

πŸ“š Recent Self-Research Work & Theses

  • 🐍 mlx-mamba3

    • Description: Native MLX reimplementation of the Mamba-3 architecture optimized for Apple Silicon (Metal). Replicates upstream block-selection logic, core Mamba-3 recurrence concepts, inference-cache semantics, and config structure, supporting mixed-precision SFT (LoRA) and hybrid Attention-Mamba models.
  • 🌌 Persephone / VLM ([current reasearch])

    • Description: Hybrid Vision-Language architecture merging a vision patch compressor, Mamba-3 linear scan, and Sparse MoE, featuring parallel agent contemplation over an internal Reasoning in Memory latent workspace.
  • 🌌 CALM-Seal

    • Description: A hybrid implementation of Shao et al. their Continuous Autoregressive Language Modeling (CALM) fused with State Space Models (SSM) and Hopfield Networks and gating + rectified flow.
  • 🧠 Hamba

    • Description: Novel hybrid Hopfield + Mamba inspired architecture combining SSMs and Hopfield networks with attention (BPE PPL of 16.2 on FineWiki), two hierarchical reasoning passes (Segmented-Reasoning), and rectified flow.
  • πŸ›οΈ Master's Thesis: RLAIF/RLHF for Public Value Alignment (REPO)

    • Description: Enhancing transparency in LLMs through value alignment. Focused on aligning Mistral-7B with democratic transparency values (VU Amsterdam, 2025).
  • πŸ“Š Time-Varying VAR/GAM and Temporal Fusion Models

    • Description: Extension of my BSc thesis extrapolated to astronauts on a 1-year mission. Predicting psychological behavior from simulated Astronaut stress data over a year with 3% shock event data (VU University Amsterdam, 2024).

πŸ“Š ML Undergrad Research Work


πŸ“« Connect

LinkedIn Email


"Technical sophistication alone cannot resolve fundamental tensions in democratic governance"
β€” From my master's thesis on AI transparency

Pinned Loading

  1. mlx-mamba3 mlx-mamba3 Public

    Native MLX reimplementation of the Mamba-3 architecture from state-spaces/mamba, adapted for Apple Silicon (MLX). The implementation mirrors the block-selection logic, core Mamba-3 recurrence conce…

    Python 4 1

  2. Master_Thesis Master_Thesis Public

    Enhancing LLM transparency through RLAIF/RLHF

    Python 1

  3. music-gear-chat music-gear-chat Public

    RAG-Chatbot for Musicians Instrument manuals and workflow setup

    Python

  4. Hamba Hamba Public

    A Hopfield-Mamba inspired hybrid LM, called Hamba.

  5. calm-seal calm-seal Public

    Hybrid Continuous Autoregressive Language Model with self-adaptive alignment mechanism

  6. Dynamic-Gated-SSM-Transformer Dynamic-Gated-SSM-Transformer Public

    Mixes SSM layers into vanilla models as a wrapper for longer sequences

    Python