Skip to content
View TheDeadcoder's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report TheDeadcoder

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.

Content in all repositories owned by your account will be closed.
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
TheDeadcoder/README.md

Nazmus Sakib

Lecturer, Computer Science and Engineering · BRAC University

AI for SWE · LLM post-training · AI safety · Agent orchestration

Portfolio Scholar Hugging Face LinkedIn Codeforces Email


About

I did my undergrad in CSE at BUET and now lecture in the same field at BRAC University. My research interest lies at the intersection of four connected areas: AI for software engineering and SRE, LLM post-training, AI safety, and agent orchestration. Before moving into research, I spent several years as a full-stack and AI engineer, shipping production systems.

Based in Dhaka, open to remote research collaboration.


Publication

MemAgent: A Cache-Inspired Framework for Augmenting Conversational Web Agents with Task-Specific Information
N. Sakib, P. Barai, S. I. Parisa, A. Iqbal · WOA 2025, From Objects to Agents, Trento, Italy
CEUR-WS Vol-4028, Paper 8


Selected Work

🔧 AI for software engineering and SRE

  • SREGym #790 · Upstream contribution to the incident-resolution benchmark. A Kafka poison-pill head-of-line block, with an oracle that proves recovery in Kafka itself.
  • SREMut · Follow-up to the SREGym work. Mutation testing a benchmark's own verifier to measure what a passing verdict certifies. In progress.

🧪 LLM post-training

  • dc_ops_environment · Physics-grounded datacenter RL environment on OpenEnv: RC thermal networks, continuous multi-objective rewards.
  • dc_ops_training · Teacher-distilled SFT to GRPO on AMD MI300X. A multi-signal reward drove +188% composite reward and a 10x per-step gain on hard scenarios.
  • GeoQL-4B · Text-to-OverpassQL via SFT then GRPO, with a documented negative result on reward redundancy.
  • medical-cot-assistant · Clinical chain-of-thought fine-tuning of a 20B model with QAT, exported to INT4 GGUF.

🛡️ AI safety and security

  • AI-safety-forensics · Preregistered forensics separating information from attention in mid-task corrections. Corrective wording cut unsafe deletions to 0/48; naming the file alone did not.
  • AI-Security-Testing · Red and blue agents for the Lambda and Berkeley AgentBeats Security Arena. PAIR-style attack refinement, adaptive prompt injection, a call-budgeted defender over A2A.

🤖 Agent orchestration

  • scout · Autonomous competitive intelligence. Scheduled agents resolve competitor changes into a bitemporal knowledge graph, then compile cited weekly briefs.
  • civilmate-backend · Agentic GraphRAG over building codes. Plans multi-step lookups across a code graph, then checks drawings against site imagery.
  • InsightAI-python-backend · Microservices AI platform. Tool-routed generation from PDFs and video, plus CLIP-based multimodal product search.
  • Tokkhok-Backend · Personalised RAG for romanised Bengali with a custom transliteration pipeline.

📐 Applied ML


📦 Open Models and Datasets

On Hugging Face @Melikshah.

  • GPT-OSS-20B-Clinical-CoT · 4-bit quantised 20B model for clinical chain-of-thought reasoning
  • dc_ops_grpo_lora · GRPO-trained LoRA adapter for the datacenter operations environment
  • qwen3.5-4b-base-blindspots · Adversarial evaluation set probing Qwen3.5-4B-Base failure modes
  • Shajgoj and General Products · 20,000+ item multimodal datasets for image-text retrieval
  • Prothom Alo News · Large-scale Bengali news corpus for low-resource NLP

💼 Experience

  • BRAC University · Lecturer, CSE · present
  • Sluqe · Software Engineer, Full Stack and AI · 2025 to 2026
  • Oleyn · Founding Engineer, Backend and AI · 2024
  • Priyo · Software Engineer, Backend · 2024
  • Yobo · Software Engineer Intern · 2024

🧰 Stack

Languages
Python C++ Java TypeScript SQL

Training and inference
PyTorch Hugging Face TRL Unsloth vLLM llama.cpp ROCm MLflow

Agents and backend
LangChain LlamaIndex A2A FastAPI Django Spring Boot Next.js Flutter

Data and infrastructure
PostgreSQL Redis Qdrant Neo4j Docker Kubernetes AWS GCP Terraform


🏆 Honours

Award Event Year
Champion IUT National ICT Fest, OpenAPI Hackathon 2024
Champion CodeCrafters Dev Sprint Hackathon, BUET 2024
Champion SUST CSE Carnival Hackathon 2024
Runner-up Gen-Dev Hackathon, Acme AI 2024
Honourable mention Bangladesh Blockchain Olympiad, IDSOL world finalist 2024
Champion Cefalo ITverse Project Showcase 2023

GitHub activity overview Language distribution

Projects · Models · Get in touch

Pinned Loading

  1. dc_ops_training dc_ops_training Public

    Teaching a 7B Model to Run a Datacenter

    Python 1

  2. scout scout Public

    Autonomous competitive intelligence. Scheduled agents watch competitor pages, detect pricing and positioning changes, resolve them into a temporal knowledge graph, and compile a weekly brief with e…

    Python 1

  3. medical-cot-assistant medical-cot-assistant Public

    Supervised fine-tuning pipeline for medical reasoning using SFT, QAT, and LLM-as-a-Judge evaluation

    Python

  4. Tokkhok-Backend Tokkhok-Backend Public

    Demo (https://www.youtube.com/watch?v=2UInbtVz1oE)

    Python 5 1

  5. InsightAI-python-backend InsightAI-python-backend Public

    This is the Python backend for InsightAI, Architected a microservices-based EdTech platform combining Study Companion, Project Planner, and ShopGenie modules.

    Jupyter Notebook 4

  6. civilmate-backend civilmate-backend Public

    Engineered an agentic retrieval system combining Neo4j (Graph) and Qdrant (Vector) to interpret complex building codes. Automated site reporting by processing construction images with multimodal AI…

    Python