Skip to content
View iamthehimansh's full-sized avatar
🇮🇳
Turning everybody dreams into reality 🚀
🇮🇳
Turning everybody dreams into reality 🚀

Highlights

  • Pro

Block or report iamthehimansh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamthehimansh/README.md

Himansh Raj

Applied AI engineer. I build the layer underneath the models:
gateways, agent runtimes, and inference that runs on your own machine.

himansh.in · maya.himansh.in · Hugging Face · LinkedIn · X


Maya OS: a local-first AI operating system

npm i -g maya-os && maya

One command boots an OpenAI- and Anthropic-compatible gateway that routes a single request surface across cloud providers and local GGUF models (llama.cpp / Metal), with RAM guardrails that degrade instead of killing your Mac.

On top of it: agent teams running on real PTYs. Claude Code, Codex and maya code driven as genuine terminal processes, coordinated by an orchestrator with a persistent loop agent, a message bus, and SQLite-backed shared contracts. Eight packages, MIT, shipped.

Maya OS, the platform maya-os · repo
maya code, the coding agent @maya-os/code · repo

maya code is a provider-agnostic agent loop over the Anthropic + OpenAI SDKs with a full-screen Ink TUI, skills, MCP, sub-agents, workflows and mid-turn steering of a running agent.


What else I build

Models from scratch. F75, a ~100k-parameter LM trained end-to-end on one RTX 5060 Ti to study next-token behaviour under extreme capacity limits. LlamaVision, a 6.3M-parameter projector aligning vision features into a frozen Llama-3.3-1B embedding space.

Systems, low enough to hurt. H++, a statically-typed language whose only primitive is the bit (compiler + runtime in C and Assembly). An 8085 emulator with full 64KB addressing and step debugging. NetGuard, a no-root Android firewall that intercepts DNS through a local VpnService tunnel.

Infra for my own work. boxctl-deck, GPU workstation fleet control over SSH with live telemetry.


Now

Applied AI Engineer @ Colate. Built the multi-provider LLM gateway behind Cana: one shared request/event representation translating OpenAI, Anthropic and Gemini formats, with streaming, tool calls and multimodal inputs. Added prompt caching and token accounting: 6.05B cached input tokens, 53% input-token reuse, 35% lower inference latency. Also built its multi-agent orchestration (worker, reviewer and lead roles, dependency-aware delegation, inter-agent messaging) and persistent AWS/Kubernetes runtimes.

Research Intern @ MISN Lab, IIT Delhi. Agentic systems for recommendation under Dr. Sandeep Kumar: retrieval, planning and tool use, plus the evaluation methodology to tell whether any of it actually works.


Won

HIVE @ IIT Delhi 2024 · FinAThon @ IIT Delhi 2023 · Top 10 worldwide @ IIT Bombay TechFest 2023 · 3rd @ DEXTERIX 4.0


B.Tech CSE (AI & ML), IILM University · 2023-2027 · Noida, India

Pinned Loading

  1. Maya-os Maya-os Public

    Local-first AI OS for developers. One command boots an OpenAI-compatible gateway over cloud and local GGUF models, real-PTY agent teams (Claude Code / Codex / maya code), verified loops and a web d…

    TypeScript 2

  2. Mayac Mayac Public

    maya code (mayac), the coding agent of Maya OS. A provider-agnostic agent loop over the Anthropic and OpenAI SDKs (API key or subscription), with a full-screen Ink TUI, skills, MCP, sub-agents, wor…

    TypeScript 1

  3. boxctl-deck boxctl-deck Public

    GPU workstation fleet control over SSH: provision, monitor and reclaim remote GPU boxes with live telemetry. Python core + Swift menubar deck.

    Python

  4. F75 F75 Public

    A ~100k-parameter language model trained from scratch on a single RTX 5060 Ti, built to study next-token prediction behaviour under extreme capacity constraints.

    Python

  5. hpp hpp Public

    H++: a statically-typed language built on a single primitive, the bit. Every type is a zero-cost abstraction over bits. Compiler and runtime in C + Assembly.

    C

  6. NetGuard NetGuard Public

    No-root Android firewall. Intercepts DNS through a local VpnService tunnel for per-app and wildcard-domain blocking. Non-DNS traffic keeps full throughput.

    Kotlin