Skip to content

🔬 Pomilon Intelligence Lab

A fancy name for my personal AI experiments.

Welcome to the Pomilon Intelligence Lab. Despite the official-sounding name, this isn't a company or a research team. It's just me (@pomilon) organizing my chaotic "learning-by-doing" projects so they don't clutter up my personal profile.

👤 About

I'm a university student and hobbyist exploring how LLMs work under the hood. I run most of my code on my laptop or local Linux servers, trying to squeeze performance out of consumer hardware.

I use this organization to host:

  • Source code for experimental architectures I'm testing.
  • Training pipelines and inference scripts.
  • Weird proofs-of-concept that might break at any moment.

Note: The heavy model weights for these projects are hosted over at my Hugging Face Profile.

🛠️ Public Projects

Project Type Description Links
Aetheris LLM A 294M parameter Hybrid Mamba-MoE model. My attempt at smashing two architectures together to see what happens. Weights (HF)

(There are other repositories here, but they are currently private/classified pending further stability tests. 🤫)


Built with ❤️ (and a lot of coffee) by Pomilon.

Pinned Loading

  1. .github .github Public

Repositories

Showing 3 of 3 repositories
  • CRSM Public

    CRSM (Continuous Reasoning State Model): Integrates the Mamba SSM backbone with a concurrent MCTS planner for autonomous, low-latency reasoning. It achieves self-correction by having the MCTS compute a delta that directly refines the model's internal latent state.

    Pomilon-Intelligence-Lab/CRSM’s past year of commit activity
    Python 1 MIT 0 0 0 Updated Dec 7, 2025
  • Aetheris Public

    Aetheris is a hybrid Mamba-MoE Language Model designed for efficiency by combining the strengths of both Mamba and Mixture-of-Experts.

    Pomilon-Intelligence-Lab/Aetheris’s past year of commit activity
    Python 1 MIT 0 0 0 Updated Dec 5, 2025
  • .github Public
    Pomilon-Intelligence-Lab/.github’s past year of commit activity
    0 0 0 0 Updated Dec 4, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Python

Most used topics

Loading…