Blog
Box Suite: Controlling My GPU Box from a Mac
How I built boxctl and BoxDeck to drive a remote RTX box from my Mac — auth, LAN/remote routing, tunnels, and live GPU telemetry in the menu bar.
2026-07-30 · 3 min read
Building Maya OS: A Local-First AI OS for Developers
The story behind Maya OS — one command that boots a model gateway, agent teams, and a dashboard, tuned to run local GGUF models on Apple Silicon.
2026-07-11 · 3 min read
maya code: A Provider-Agnostic Coding Agent
Behind the scenes of maya code — a coding agent that runs the same loop over both the Anthropic and OpenAI SDKs, with a full-screen Ink TUI.
2026-07-11 · 3 min read
cldz: A One-Command Launcher for Claude Code
Why I built cldz — pick an auth method once, then just run cldz, and it sets the right environment variables and hands off to Claude Code.
2026-07-03 · 3 min read
Striver Judge: My Own Local DSA Judge
I built a local LeetCode-style judge for the Striver A2Z sheet that compiles and runs my C/C++ in a Docker sandbox, so I could solve and verify problems on my own machine.
2026-06-06 · 3 min read
CNN Deep Dive: Understanding Convolutional Neural Networks Layer by Layer
A visual, step-by-step breakdown of every CNN layer — from convolution and ReLU to pooling, flattening, and softmax — with diagrams, formulas, and PyTorch code.
2026-04-26 · 9 min read
NetGuard: A No-Root Android Firewall
How I built a no-root Android firewall in Kotlin that intercepts DNS through a local VpnService tunnel to block apps and domains at the query level.
2026-04-11 · 4 min read
Building a Remote Desktop Over the Network
How I turned my Windows 11 PC into a self-hosted dashboard I can drive from any browser, with a full desktop, terminal, and files over Cloudflare Tunnel.
2026-03-24 · 3 min read
H++: A Bit-Level Programming Language
Designing H++, a statically-typed language built on a single primitive — the bit — where every type is a zero-cost abstraction that compiles straight to x86-64.
2026-03-23 · 4 min read
Building F75: Training a Mini GPT on a Single GPU
A behind-the-scenes look at my F75 project, where I trained a compact GPT-style language model while experimenting with dropout and inference behavior.
2026-02-22 · 2 min read
Hello World
Welcome to my blog — a space where I share thoughts on AI, engineering, and building things.
2026-02-22 · 1 min read
Cana: An Agentic IDE and Multi-Model Runtime
Reflecting on building Cana at Colate — a secure multi-agent runtime with swappable model backends running agent workloads in production.
2025-11-01 · 3 min read
BlackTable: An LLM Document-Analysis API
Building a FastAPI service that parses resumes, scores candidate-job fit, and generates interview questions using RAG and LLM pipelines over multiple document formats.
2025-06-25 · 3 min read
LlamaVision: A Tiny Vision-Language Model
Building a small image projector that aligns Vision Transformer features with Llama-3.3-1B to study how visual-textual alignment emerges in small multimodal models.
2025-05-01 · 3 min read
3DWebAI: Fine-Tuning Llama 3 to Write 3D Scenes
Fine-tuning a small Llama 3 model with Unsloth and TRL to generate React Three Fiber 3D scenes from natural-language prompts, to study domain-specific code generation.
2025-03-01 · 2 min read
Building an 8085 Microprocessor Simulator
Why I wrote a full Intel 8085 emulator in C++ with 64KB memory, step-by-step debugging, and multiple input modes to understand processor state up close.
2025-01-26 · 3 min read
StudyGit: Replaying Git History in VS Code
A VS Code extension I built that plays back commit history character by character, so you can watch how code actually evolved instead of just reading a diff.
2024-10-28 · 3 min read
MiN: A Decentralized On-Chain Cab Service
How my team built a blockchain cab-booking app with Solidity smart contracts, on-chain identity, and an escrow system for Smart India Hackathon 2024.
2024-09-10 · 3 min read
An Online Bank Metaverse for FinAThon
Building a walk-in virtual bank branch with Three.js, an AI teller, and a hash-chained backend at IIT Delhi's FinAThon.
2024-01-02 · 3 min read
SeduleMe: A Custom Android Launcher
A Flutter-built Android launcher that folds task management and a few small utilities into your home screen.
2024-01-02 · 2 min read
A Real-Time Task Optimizer at IIT Bombay
A Flutter app that reads your location, checks traffic with HERE Maps, and reorders your errands — built at IIT Bombay's TechFest.
2023-12-08 · 3 min read
Doremon: Controlling My Home With Brain Signals
A hackathon project where I built the hardware and signal-processing pipeline to toggle home appliances using EEG and SSVEP brain responses.
2023-12-03 · 3 min read
An Email Unsubscriber CLI
A small Python tool that searches your inbox over IMAP, scrapes out the unsubscribe links, and opens them for you in bulk.
2023-07-05 · 3 min read