You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RL post-training · Agentic systems · Full-stack AI products
About
I build language-model systems end to end - the reinforcement learning that trains a policy, the
agent architecture that puts it to work, and the product it ships inside.
My research is in RL post-training: reward design, GRPO and its variants, and the custom environments
that make verifiable RL possible in domains where no benchmark exists yet. I'm drawn to the part
usually skipped - building the simulator, the verifier and the reward signal, then measuring
honestly whether RL earned its compute over supervised fine-tuning.
The engineering half is agentic. Memory architectures that let agents carry context across sessions
(the subject of my WOA 2025 paper), tool calling and multi-step orchestration, graph and hybrid
retrieval, and the adversarial testing that shows where those tool chains break. Around all of it
sits the ordinary work that decides whether a model ever reaches a user: inference services, vector
search, auth, payments, realtime web and mobile clients, and the CI that ships them. I also care
about low-resource language evaluation, particularly Bengali.
CSE, BUET. Based in Dhaka, open to remote research collaboration.
What I Work On
Layer
Focus
Research - RL post-training
GRPO and variants (DAPO, Dr. GRPO, GSPO, RLOO) · multi-signal reward design · physics-grounded and verifiable environments · measuring RL headroom over SFT
Agentic systems
Agent memory architectures · tool calling and multi-step orchestration · GraphRAG and hybrid retrieval · structured output and evaluation harnesses · adversarial testing of agent tool chains
Full-stack delivery
Inference services and quantised local deployment · vector search · auth, payments and background jobs · Next.js / SvelteKit / Flutter clients · Docker and GitHub Actions
Reliability & evaluation
Fault-injection scenarios for incident-resolution benchmarks · adversarial safety datasets for Bengali and other low-resource languages
Publication
MemAgent: A Cache-Inspired Framework for Augmenting Conversational Web Agents with Task-Specific InformationN. Sakib, P. Barai, S. I. Parisa, A. Iqbal - WOA 2025, 26th Workshop From Objects to Agents, Trento, Italy.
CEUR-WS Vol-4028, Paper 8
An agent memory architecture: a Memory Cache Bank with time-based expiration that decouples
information gathering from task execution, so an agent stops re-asking users for details it has
already learned. Reduces average conversation turns by 22.4% (5.00 → 3.88) across 150 Mind2Web
tasks; a 15-participant study showed a 58% reduction in completion time for recurring tasks.
Teacher-distilled SFT → GRPO pipeline on AMD MI300X. Multi-signal reward (physics, scenario heuristics, anti-looping, format) drove +188% composite reward and a 10× per-step gain on hard multi-fault scenarios
Agentic GraphRAG over building codes - plans multi-step lookups across a code graph, then compares design drawings against site imagery to generate technical logs and blocker alerts
Microservices AI platform - tool-routed generation of quizzes and flashcards from PDFs and video, enforced structured output, and CLIP-based multimodal product search
Contributed fault-injection scenarios to an incident-resolution benchmark for AI agents - Kafka poison-pill head-of-line blocking, CFS throttling brownout, and oscillating config corruption