Skip to content
View Labeeb2339's full-sized avatar
💭
woah
💭
woah

Block or report Labeeb2339

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

Hi, I'm Labeeb

Animated pixel-art Espeon

I'm a Form 3 student in Sarawak, Malaysia. I like cybersecurity, local AI, and digital hardware. Most of my projects start because I want to understand how something works. Then I add tests and write down what the result does not prove.

LinkedIn  ·  All repositories


Projects I'd show first

  • RecurQuant - a Qwen3.5 recurrent-state quantization research project with packed-state measurements and a frozen 500-task held-out fidelity result.
  • ScamShield - a Flutter prototype made for the Young Innovators Challenge 2026 to explain Malaysian scam-risk signals.
  • PortCVE - a Windows CLI for finding listening ports, their owners, exposure changes, and possible CVE matches.
  • CyberRAG - a local cybersecurity retrieval experiment with MITRE ATT&CK grounding and a checked-in 15-question pilot.
  • INT8 dot-product RTL - one small SystemVerilog compute core with a Python reference model and CI.

Some experiments worked. Some failed. I keep useful failure cases instead of turning every result into a success story.

How I work with coding agents

I use coding agents substantially for implementation, debugging, tests, and documentation. I choose the problem, set the scope and claim limits, direct the iterations, review what gets published, and rerun the important checks.

I do not claim that every line was handwritten by me. If I cannot explain a result or show how it was checked, it should not be featured here.

Right now I am learning more about quantization, RAG evaluation, Windows/.NET, SystemVerilog, and how to design tests that are difficult to fool.

The LABEEB + Espeon contribution pattern is intentional pixel art, not a work log. Sprite source and attribution are in assets/README.md.

Pinned Loading

  1. recurquant recurquant Public

    Experiments with mixed INT4/INT8 storage for Qwen3.5 recurrent state.

    Python

  2. cyber-rag cyber-rag Public

    A local cybersecurity retrieval experiment with hybrid search, MITRE ATT&CK, and cited answers.

    Python

  3. scamshield-case-study scamshield-case-study Public

    How I designed and tested a Malaysian scam-warning prototype for the Young Innovators Challenge 2026.

  4. PortCVE PortCVE Public

    Trace Windows listening ports to processes, services, firewall rules, Docker, and possible CVEs.

    C#

  5. int8-dot-product-rtl int8-dot-product-rtl Public

    A signed INT8 SystemVerilog dot-product core with a Python model and regression tests.

    Python

  6. cliffquant cliffquant Public

    Tests worst-environment scale selection for multi-environment W4A16 quantization.

    Python