Skip to content
View Hritikd's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Hritikd

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

Hi, I'm Hritik

I'm interested in AI products and like building things in that space.

Most of the repos here are small, self-contained projects I built to understand how LLM systems work — plus a few tools I use day to day. Everything is meant to be easy to clone and run.

Learning the stack

From-scratch builds of the pieces behind a language model. Written to learn how things work, not for production use.

  • mosaic — a byte-pair-encoding tokenizer you can train on your own text · demo
  • nabla — a small reverse-mode autograd engine with a visualizer · demo
  • loom — a small GPT written in NumPy, trained on Shakespeare · demo
  • warren — HNSW nearest-neighbor search, the algorithm behind vector databases · demo

Tools and experiments

Practical pieces around LLM apps. Most run without any API keys.

  • tinycoder — a minimal coding agent in ~570 lines of Python
  • stencil — constrained decoding: guide generation with a JSON Schema · demo
  • winnow — packs the most relevant context into a token budget for RAG · demo
  • mend — repairs malformed JSON from LLM output · playground
  • semcache — a semantic cache for LLM calls
  • introspect-mcp — MCP server that serves real signatures from your installed packages
  • deja — local search over your Cursor/Claude agent transcripts

Elsewhere

Website · LinkedIn · X · Email

Pinned Loading

  1. ai-code-reviewer ai-code-reviewer Public

    AI-powered code review CLI tool — get structured feedback on any code file using GPT-4o

    Python

  2. agent-evals-lab agent-evals-lab Public

    AI agent evaluation workbench for reliability, safety, tool-use, latency, and cost

    TypeScript

  3. contract-watch contract-watch Public

    CLI that diffs two OpenAPI contracts and flags breaking API changes before they reach clients — CI-friendly

    TypeScript

  4. gemma4-multi-agent gemma4-multi-agent Public

    Production-ready multi-agent AI system — Supervisor + 4 specialist agents — Google Gemini, LangGraph & Streamlit

    Python

  5. rag-safety-gateway rag-safety-gateway Public

    AI security gateway for scanning RAG context for prompt injection, secrets, PII, and exfiltration risk

    TypeScript

  6. repo-pulse repo-pulse Public

    CLI that turns any Git repo into an engineering-health report — churn × complexity hotspot scoring

    Python