Skip to content
View ykstorm's full-sized avatar

Block or report ykstorm

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.

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
ykstorm/README.md

Lakshyaraj Singh Rao

Backend engineer · AI infrastructure · DevOps · Mumbai, India

I build the libraries I needed while shipping AI products that couldn't lie to users.

4 npm packages (one published with build provenance) · a GitHub Marketplace Action · 7 open-source repos, each with a live demo and green CI.

Homesty.ai patterns extracted into AI-reliability and backend-platform open source

Diagram source (Mermaid)
flowchart TD
  H["Homesty.ai — live AI product · sole engineer"]

  subgraph reliability["AI reliability"]
    A["Anchor · provenance RAG"]
    T["Tripwire · stream guardrail"]
    G["Goldset · LLM eval Action"]
    Q["Quickdraw · streaming benchmark"]
  end

  subgraph platform["Backend platform"]
    AN["Anvil · webhook to BullMQ · npm + provenance"]
    S["Stackup · Kubernetes GitOps lab"]
    C["Codecraft · in-browser IDE"]
  end

  H -->|patterns extracted| A
  H -->|patterns extracted| T
Loading

Open source

  • 🔨 Anvil — Idempotent webhook → BullMQ worker pipeline. HMAC-SHA256 constant-time verify, dedupe, backoff [1s, 5s, 30s, 5m], dead-letter replay. Ships with a Terraform module and a Helm chart. On npm with build provenance.
  • 🪨 Anchor — Provenance-first RAG with cosine-floor refusal: returns refused: true instead of guessing when no source clears the floor. Live playground.
  • Goldset — Three-runner AI eval framework as a GitHub Action. PR comment diffs the delta, merge-blocks on regression. npm + Marketplace.
  • 🚦 Tripwire — Mid-stream LLM safety. Token-by-token rule engine, sub-millisecond abort on rule trip. Ships an OpenAI-compatible sidecar proxy that streams through the guard. npm.
  • 📊 Quickdraw — LLM streaming benchmark CLI. TTFT, tokens/sec, $/1K. Nightly bench against OpenAI + Anthropic. npm.
  • ☸️ Stackup — Production-shape Kubernetes locally in 10 minutes: ArgoCD app-of-apps + Argo Rollouts canary + kube-prometheus-stack via one make up. Docs.
  • 💻 Codecraft — In-browser IDE that boots a real Vite + React dev server in the tab via WebContainers. Editable Monaco + interactive xterm + IndexedDB snapshot cache. Live.

On npm: @ykstormsorg — anvil, goldset, quickdraw, tripwire.

Day job

Sole engineer on Homesty.ai — a live buyer-side real-estate AI on Next.js 15 + Postgres/pgvector + Prisma + GPT-4o + Claude. Refusal-first retrieval and a mid-stream guardrail were extracted from this work into Anchor and Tripwire.

Stack

Backend: TypeScript · Node 20 · Postgres + pgvector · Prisma · Redis · BullMQ AI: OpenAI · Anthropic · RAG · LLM streaming · prompt-injection defense Infra: Docker · Kubernetes (kind, ArgoCD, Argo Rollouts) · Terraform · Vercel Observability: Sentry · Prometheus · Grafana

Open to

Backend-platform / AI-infrastructure / DevOps roles — remote-first, Bangalore or Mumbai startups, YC seed-stage founding engineer, or contract work on RAG, streaming LLM, and queue/webhook reliability.

📍 lakshyaraj-dev.vercel.app · 📧 raolakshyaraj@gmail.com · 🐦 @ykstorm

Pinned Loading

  1. stackup stackup Public

    Kubernetes on your laptop. ArgoCD + Argo Rollouts + Prometheus + Grafana. `make up` in 10 minutes. Free.

    JavaScript

  2. tripwire tripwire Public

    Mid-stream LLM safety. Catch the lie before the user finishes reading it.

    TypeScript

  3. anchor anchor Public

    Provenance-first RAG that refuses to hallucinate.

    TypeScript

  4. goldset goldset Public

    Lock your AI app's behavior — golden datasets, LLM-as-judge, and structural assertions in CI.

    TypeScript

  5. quickdraw quickdraw Public

    Benchmark LLM streaming — TTFT, TPS, $/1K tokens. Across providers, on your prompts, with a hard cost ceiling.

    TypeScript