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