Jisu

Jisu Mondal

Make the world run on your commands.

Founder & CEO of Robotic Rocks and DSRT AI Systems

bio

I'm Jisu — an AI researcher, founder, and educator building at the edge of intelligence and hardware. I started Robotic Rocks with the ambition to build AI-native hardware and autonomous systems, and launched DSRT AI Systems as its venture — designing industrial-grade AI and automation products. When I'm not building, I teach deep neural networks, transformer architectures, and frontier AI to engineers who want to go beyond APIs.

experience

DSRT

DSRT AI Systems

Founder & CEO

2025 — Present Active

An independent venture building industrial-grade AI and automation infrastructure. DSRT develops production-ready systems where domain knowledge and machine learning intersect — power systems, signal intelligence, scientific computing, and multi-source analysis. Every system is built from first principles, deployed end-to-end, and open-sourced.

DSRT GRID

DSRT GRID

Non-Intrusive Load Monitoring

2025 Active

A signal intelligence system that disaggregates total electrical consumption from a single main meter into appliance-level usage — no per-appliance sensors required. Built a hybrid 1D CNN + Transformer architecture for sequence-to-sequence disaggregation with energy conservation baked into the loss function, plus Monte Carlo Dropout for calibrated confidence intervals on every prediction.

PyTorch CNN + Transformer UK-DALE FastAPI Docker
Read full case study →
DSRT FAULT

DSRT FAULT

Adversarial-Robust Grid State Estimation

2025 Active

A Graph Attention Network for real-time estimation of complete power grid state — voltage magnitude and phase angle at every bus — from noisy and potentially adversarial sensor readings. Trained on 100K scenarios across IEEE 14, 30, and 118-bus systems with physics-informed loss encoding Kirchhoff's laws, plus adversarial training to survive cyberattack scenarios that break traditional estimators.

PyTorch Geometric GAT Physics-Informed PYPOWER Adversarial Training
Read full case study →
DSRT SIM

DSRT SIM

Neural Surrogate for Circuit Simulation

2025 Active

A physics-informed neural network that replaces SPICE-based circuit simulation. Predicts circuit waveforms 1000× faster than NGSpice while preserving physical accuracy and generalizing to unseen topologies. Built around a Fourier Neural Operator — chosen because circuit responses live naturally in frequency space — with full end-to-end differentiability enabling gradient-based circuit optimization.

Fourier Neural Operator PINN NGSpice PyTorch Differentiable
Read full case study →
DSRT INTEL

DSRT INTEL

Multi-Source Technical Intelligence

2025 Active

A multi-agent AI system that fuses technical literature, satellite imagery, regulatory filings, and economic indicators into structured intelligence assessments. Built on LangGraph with separate research, analysis, verification, and writing agents. Fine-tuned Llama 3.1 8B with QLoRA, combined with advanced RAG (hybrid retrieval + cross-encoder reranking + HyDE) and a knowledge graph for temporal reasoning. Every output is cited.

LangGraph Llama 3.1 + QLoRA Advanced RAG Knowledge Graph Multi-Agent
Read full case study →
Robotic Rocks

Robotic Rocks

Founder

2024 — Present Active

Founded with the ambition to build AI-native hardware and autonomous systems — the integration layer between intelligent software and physical infrastructure. Robotic Rocks builds foundational technology that powers next-generation industrial automation: hardware designed from the ground up for AI workloads, not retrofitted from legacy systems.

DSRT CEOS

DSRT CEOS

Construction Enterprise Operating System

2024 Archived

An early ambitious attempt at building a unified OS for construction enterprises — covering project management, resource allocation, financial tracking, compliance, and on-site coordination in one integrated platform. Designed the full data model spanning projects, contracts, equipment, and personnel. The execution gap exposed the engineering depth required for enterprise platforms — directly shaping my current philosophy: build the foundation deeply before the platform.

Conceptual Prototype Data Modeling Foundation
Read the lessons →
DSRT WAE

DSRT WAE

World Analysis Engine

2024 Archived

An early attempt at a unified analysis engine ingesting diverse global sources — news, economic indicators, geopolitical events, scientific developments — into integrated cross-domain assessments. Built initial multi-modal data fusion modules but the scope exceeded the engineering foundation available. WAE's vision lives on in DSRT INTEL, executed properly with narrower scope, deeper engineering, fine-tuned models, and structured citation.

Multi-Modal Fusion Conceptual Prototype Evolved → INTEL
Read the lessons →

education

B.Tech

Bachelor of Technology

Electrical Engineering

2025 — 2029 Pursuing

Building a strong foundation in electrical engineering while parallelly pursuing advanced AI systems research. Core coursework spans the mathematical and physical principles that underpin modern intelligent infrastructure — the same principles powering DSRT's product line.

Signals & Systems Linear Algebra Probability Theory Electrical Machines Power Systems Analysis Control Systems Electromagnetic Theory Power Electronics Digital Signal Processing Advanced AI Systems Deep Learning Embedded Systems
SKS

HIGH SCHOOL EDUCATION

Primary & Higher Secondary Education

Apr 2015 — May 2025 Completed

Completed my schooling. Beyond academics, this is where I began my journey into engineering and computer science — self-taught full-stack development (HTML, CSS, Django) and data science (Python, Scikit-Learn, Pandas), shipping my first real projects before college. Also represented the school in national-level olympiads and competitive painting.

🥈 IMO Silver Medalist 🥉 SOF International Science Olympiad — Bronze Medalist 🥇 4× Gold in Painting 🥈 2× Silver in Painting Django Python Scikit-Learn Pandas Full-Stack Dev

projects

All projects are open source on GitHub with live demos, technical writeups, and reproducible code.

DSRT
GRID

DSRT GRID — Non-Intrusive Load Monitoring System

A signal intelligence system that disaggregates total electrical consumption from a single main meter into individual appliance-level consumption — no per-appliance sensors required. Reads the orchestra and identifies every instrument.

What I built: Complete end-to-end pipeline from raw electrical signal ingestion through deep learning inference to API serving. Custom event detection module identifies appliance switching events using signal derivative analysis. Built an appliance signature library that captures unique electrical fingerprints across power, harmonics, and transient behavior. Designed a hybrid 1D CNN + Transformer architecture for sequence-to-sequence disaggregation, with an energy conservation constraint built into the loss function ensuring sum of predicted appliance consumptions equals total measured consumption. Implemented Monte Carlo Dropout for uncertainty quantification — every prediction comes with calibrated confidence intervals.

Architecture: 1D CNN + Transformer hybrid · PyTorch · Trained on UK-DALE dataset · FastAPI backend · Streamlit dashboard · Docker deployment

DSRT
FAULT

DSRT FAULT — Adversarial-Robust Grid State Estimation

A Graph Attention Network for real-time estimation of complete power grid state — voltage magnitude and phase angle at every bus — from incomplete, noisy, and potentially adversarial sensor measurements.

What I built: Complete grid modeling pipeline using IEEE 14-bus, 30-bus, and 118-bus test systems via PYPOWER simulation. Generated 100K training scenarios covering normal operations, sensor failures, and adversarial false data injection attacks. Built multi-head Graph Attention Network from scratch in PyTorch Geometric. Encoded power flow equations and Kirchhoff's laws as physics-informed loss terms. Implemented adversarial training pipeline.

Architecture: Graph Attention Network · PyTorch Geometric · Physics-Informed Loss · PYPOWER · Adversarial training

DSRT
SIM

DSRT SIM — Neural Surrogate for Circuit Simulation

A physics-informed neural network that replaces traditional SPICE-based circuit simulation. Predicts circuit waveforms 1000x faster than the reference simulator while preserving physical accuracy.

What I built: Automated data generation pipeline using NGSpice. Built a Fourier Neural Operator architecture from scratch — chosen because circuit responses live naturally in frequency space. Encoded Kirchhoff's voltage and current laws as soft constraints. Made the entire system end-to-end differentiable, enabling downstream gradient-based circuit optimization.

Architecture: Fourier Neural Operator · Physics-Informed Neural Network · PyTorch · NGSpice · End-to-end differentiable

DSRT
INTEL

DSRT INTEL — Multi-Source Technical Intelligence System

An AI system that ingests technical literature, regulatory filings, satellite data, news feeds, and economic indicators to produce structured intelligence assessments.

What I built: Multi-source ingestion pipeline pulling from ArXiv, NewsAPI, SEC filings, Sentinel Hub satellite data, World Bank indicators. Built advanced RAG with semantic chunking, hybrid retrieval, cross-encoder reranking, HyDE query transformation. Multi-agent architecture using LangGraph. Fine-tuned Llama 3.1 8B with QLoRA. Built knowledge graph layer for temporal reasoning.

Architecture: Multi-agent system · LangGraph · Fine-tuned Llama 3.1 (QLoRA) · Advanced RAG · Knowledge graph

DSRT
CEOS

DSRT CEOS — Construction Enterprise Operating System

An early-stage attempt at building a complete operating system for construction enterprises — covering project management, resource allocation, financial tracking, compliance, and on-site coordination in a single integrated platform.

What I built: Full conceptual architecture for an enterprise-scale platform. Designed the data model spanning projects, contracts, resources, personnel, equipment, materials, and compliance records. The lessons directly shaped DSRT's current technical direction: build the engineering foundation deeply before attempting platform-scale ambition.

Status: Conceptual prototype · Foundation for DSRT's engineering principles

DSRT
WAE

DSRT WAE — World Analysis Engine

An ambitious early attempt at building a unified analysis engine capable of ingesting diverse global data sources and producing integrated analytical assessments across domains.

What I built: Designed the conceptual architecture for a multi-modal data fusion system spanning text, structured data, and time series. WAE's vision lives on in DSRT INTEL, executed properly.

Status: Conceptual prototype · Vision evolved into DSRT INTEL

teaching

I teach deep neural networks, transformer architectures, and frontier AI concepts through written content and video. Education is part of the mission — the next generation of engineers needs both depth and access.

YouTube — @Jisu_Mondal

Technical deep-dives on neural network architectures, transformer internals, and building AI systems from first principles. Videos focus on understanding the engineering, not just using APIs.

Topics Covered

Neural networks from scratch · Backpropagation derivations · CNN/LSTM/Transformer architectures · Graph Neural Networks for physical systems · LLM internals and RAG systems · Physics-Informed Neural Networks · Signal processing meets deep learning · Building production AI systems

writing

Technical writing on what I build — engineering decisions, deep-dives, and lessons from working at the intersection of EE and AI.