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

Animated pixel-art Espeon

Muhammad Labeeb Aryan

Form 3 student in Sarawak, Malaysia.

I build inspectable systems across AI inference and quantization, fine-tuning reliability, RAG, secure software, and RTL/digital design. I care about measured evidence, reproducible tests, and clear limits.

LinkedIn  ·  Repositories


Flagship work

Project Focus Evidence
CliffQuant (model) Quantization and inference Exact minimax FP16 scale selection for multi-environment W4A16 quantization. On frozen Qwen3.5-0.8B held-out windows, the validated checkpoint lowered macro NLL by 0.0548 versus uniform AbsMax.
RecurQuant Recurrent-state quantization A physically packed INT8/INT4 policy used 2,564,096 resident bytes and reduced macro excess NLL by 72.75% versus uniform INT4 on a frozen 500-task MBPP confirmation.
SFTGuard Fine-tuning reliability Fail-closed dataset, mask-evidence, and paired regression gates; the sealed synthetic suite found all 270 required fault signals with 0/30 clean-control false positives.
CyberRAG RAG and evaluation Local threat-intelligence retrieval with hybrid search, ATT&CK grounding, citations, and a fixed 15-question paired evaluation harness.
Edge AI RTL Lab RTL and digital design A signed INT8 SystemVerilog compute core checked across 369 deterministic transactions against a bit-exact Python model and Yosys synthesis.
StrataMoE Lab AI systems research A deterministic GPU/RAM/NVMe placement harness with provenance-bearing traces, including an honest captured benchmark where the preregistered policy missed its traffic gate.

More builds: ScamShield AI, DataTrust Gate, Shark Habitat Prototype, Local Evidence MCP, and CustodianMesh AI.

How I work

scope the claim -> build -> test -> publish the evidence -> name the limits

These are student-built prototypes and small research evaluations, not production deployments or silicon results.

Working with: Python, PyTorch, LLM quantization, FastAPI, TypeScript, Dart/Flutter, RAG evaluation, MCP, SystemVerilog, Yosys, and GitHub Actions.

I welcome technical feedback, mentorship, job shadowing, student programmes, and small supervised collaborations.

The LABEEB + Espeon contribution pattern is intentional contribution art, not a record of development activity. Sprite source and attribution are documented in assets/README.md.

Pinned Loading

  1. cyber-rag cyber-rag Public

    Fully local cybersecurity RAG with hybrid retrieval, ATT&CK graph grounding, citations, and a measured evaluation harness.

    Python

  2. edge-ai-rtl-lab edge-ai-rtl-lab Public

    Synthesizable signed INT8 MAC with bit-exact Python verification, regression tests, and Yosys checks.

    Python

  3. stratamoe-lab stratamoe-lab Public

    Deterministic MoE memory-hierarchy simulator comparing LRU, LFU, and a shift-aware cache policy.

    TypeScript

  4. cliffquant cliffquant Public

    Exact minimax FP16 scale selection for multi-environment W4A16 quantization, with reproducible Qwen3.5 evidence.

    Python

  5. recurquant recurquant Public

    Packed INT4/INT8 recurrent-state cache for Qwen3.5 Gated DeltaNet, with reproducible fidelity evaluation.

    Python

  6. sftguard sftguard Public

    Fail-closed preflight and regression CI for supervised fine-tuning.

    Python