Skip to main content
ABHI

Lab

Experiments

Half-finished ideas, generative sketches, mini tools. Things I build because I'm curious, not because anyone asked for them.

Ongoing

Arora AI — Agent Terminal

An autonomous AI assistant that runs in a terminal UI. Uses tool-calling, persistent memory, and multi-step reasoning to execute tasks. Built in Python with custom agent loop.

PythonLLMTool UseRich TUI
Ongoing

Bharat Biz — Hindi Voice Mode

Voice interface experiment for the Bharat Biz Agent. Handles mixed Hindi/Hinglish/English speech, transcribes with Whisper, and routes to the correct LLM chain.

PythonWhisperNLPVoice
Finished

Nexus OS — Browser OS

An operating-system-inspired UI in the browser. Windowed apps, a virtual file system, and draggable processes — all in TypeScript without a backend.

TypeScriptReactCSS
Finished

ShieldRoute — Secure Routing

A TypeScript routing framework with declarative route protection, middleware composition, and role-based access. Zero runtime deps.

TypeScriptNode.js
Archived

Unity Indie — First Prototype

A 3D game prototype built with Unity and C#. Exploring movement systems, basic physics, and level design as part of learning game development.

UnityC#Game Dev