1/**
2 * @file genai_engineer.tsx
3 * @role Generative AI Engineer · LLM Specialist
4 * @focus Production AI systems · RAG · Vector Search
5 */
6
7interface AIEngineer {
8  name: string;
9  specialization: string[];
10  currentFocus: string;
11};
12
13const profile: AIEngineer = {
14  name:"Santosh Kumar",
15  specialization: [
16    "Claude API · Anthropic SDK integration",
17    "OpenAI GPT-4 · Function calling",
18    "RAG systems · Vector databases (Pinecone · Chroma)",
19    "LangChain · Agentic workflows",
20    "Prompt engineering · Fine-tuning",
21    "Python · TypeScript · AI backend architecture",
22  ],,
23  currentFocus:"Revising Gen AI certification",
24};
25
26// Previously: 8+ years full-stack (Node.js · MERN · Laravel · AWS)
27// Now: Transitioning to Gen AI engineering · Building LLM products
ai_skills.json
Santosh Kumar
Gen AI Engineer
AI projects & senior roles
0 AI projects shipped
LLM & APIs
Claude API90%
OpenAI GPT-485%
Anthropic SDK90%
AI Stack
LangChain80%
RAG Systems85%
Vector DB75%
Backend
Python AI/ML80%
Node.js APIs95%
TypeScript90%
genaiClaude · GPT-4 · LangChain · RAG · Vector DB · Gen AI Engineer