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.
Founder & CEO
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.
Non-Intrusive Load Monitoring
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.
Read full case study →
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 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.
Read full case study →
Neural Surrogate for Circuit Simulation
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.
Read full case study →
Multi-Source Technical Intelligence
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.
Read full case study →
Founder
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.
Construction Enterprise Operating System
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.
Read the lessons →
World Analysis Engine
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.
Read the lessons →
Electrical Engineering
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.
Primary & Higher Secondary Education
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.
All projects are open source on GitHub with live demos, technical writeups, and reproducible code.
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
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
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
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
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
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
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.
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.
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
Technical writing on what I build — engineering decisions, deep-dives, and lessons from working at the intersection of EE and AI.
Coming soon Building DSRT INTEL: Multi-Agent Intelligence Systems
Coming soon Why Graph Neural Networks Win for Power Systems
Coming soon Neural Surrogates: Replacing Physics Simulators with AI
Coming soon Disaggregating Electricity: A Signal Intelligence Primer
Coming soon From Backprop to GPT: Building Neural Networks from Scratch
Coming soon EE + AI: The Unfair Advantage of Domain Knowledge
Coming soon What CEOS and WAE Taught Me About Building Real Systems