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

Hritik Datta

AI deployment at Pre6.ai. The work between a working model and a working company: what ships, for whom, in what order, and what has to be true before it does.

GitHub is a public reading list — small studies of the stack I help decide whether to put in production.

How the stack actually behaves

  • mosaic — tokenization, the first cost and quality decision · demo
  • nabla — autograd, so “backprop” is a picture · demo
  • loom — a small GPT, enough to talk about the model without waving at a paper · demo
  • warren — nearest-neighbor search, the retrieval step in every RAG deploy · demo

What has to be true before it ships

  • agent-evals-lab — reliability, tool-use, latency, and cost as release criteria
  • stencil — constrained decoding, when output must be valid structure · demo
  • winnow — what to keep inside a token budget · demo
  • mend — repairing malformed JSON from model output · playground
  • semcache — semantic cache, so you do not pay twice for the same question
  • rag-safety-gateway — injection, secrets, and PII as a deploy gate

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