K/ AVAILABLE FOR WORK
AVAILABLE FOR WORKDOWNLOAD RESUME

HEY, I'M KAUSHIK 👋

I build AI-powered systems that solve
real problems.

I combine AI engineering with backend expertise to build scalable systems, experiment with modern models, and share everything I learn.

// building useful things
const kaushik = {
  role: "AI Engineer",
  focus: ["AI", "Backend"],
  current: "Building in public"
};

while (true) {
  build(); learn(); share();
}
LLM
DATA
SYSTEM
TECH I WORK WITHLocal AILLMsAI AgentsRAGTypeScriptGoPostgreSQLDocker
</>
8Projects
14Knowledge Notes
8AI Experiments
8Videos
5+Years Experience

LATEST KNOWLEDGE

VIEW ALL KNOWLEDGE

Experiments, benchmarks and things I'm exploring.

LEARNING JOURNEY

VIEW ALL NOTES

My learning roadmap and notes.

ROADMAPNOTESBOOKSCOURSES

CURRENT FOCUS

  • RAG evaluation
  • Agent tool reliability
  • Local inference
  • KV cache
  • Agent memory
  • Model routing
← BACK TO ALL ARTICLESSHARE   ◇   in   ↗

What I Learned Building My First RAG Evaluator

The mistakes, metrics, and architecture changes that made evaluation useful instead of decorative.

retrieval.evaluate({faithfulness: 0.91,latency_ms: 312})
READ FULL ARTICLE   →