Skip to content
View Krish-afk-bot's full-sized avatar

Block or report Krish-afk-bot

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
Krish-afk-bot/README.md

πŸ€– AI Engineer Β· Multi-Agent Systems Β· RAG & LLM Applications

πŸš€ Building production-grade AI β€” not tutorials, not demos, actual systems.

Typing SVG

Profile Views GitHub followers


🎯 About Me

AI Animation

  • πŸŽ“ 2nd-year CS student at JECRC University, Jaipur (2024–2028)
  • πŸ—οΈ Built 3 production AI systems from scratch β€” shipped, measured, iterated
  • πŸ€– Obsessed with multi-agent pipelines, RAG, and LLM systems that actually work at scale
  • 🧠 Believer in deterministic, evaluation-first AI β€” reproducible outputs over vibes
  • ⚑ 30+ hackathons Β· 2nd Place @ Bit to Code 2024 (AI/ML track)
  • πŸ“¬ Reach me: krishagarwal52139@gmail.com

🧩 When I'm not shipping AI:

  • πŸ“– Reading about agent architectures and retrieval systems
  • πŸ› οΈ Breaking and rebuilding things to understand how they work
  • πŸ† Competing at hackathons β€” speed-building under 24-hour constraints

πŸ› οΈ Tech Arsenal

πŸ€– Core AI & ML

Python LangChain HuggingFace PyTorch Gemini Groq

πŸ” Retrieval & Search

Sentence Transformers Vector Search Pathway

🌐 Backend & Frontend

Flask FastAPI React Streamlit

βš™οΈ Infra & Tools

Docker Git Firebase SQLite


πŸš€ Featured Projects

πŸ”¬ Narrative Consistency Validator

Python Pathway Sentence Transformers Gemini

Constraint-based NLP reasoning pipeline β€” validates character backstory consistency across 100,000+ word novels

What Result
Eliminated full-document scans via atomic claim decomposition Targeted lookup with CORE / SIGNIFICANT / SURFACE tagging
Hierarchical chunking with 2-paragraph overlap + timeline-aware indexing Cross-boundary evidence loss β†’ near-zero across 50-entry test set
Deterministic rule-based classifier (zero LLM for binary decisions) 100% reproducible outputs β€” same input, same result, always
Semantic search via Sentence Transformers + cosine similarity Top-k retrieval validated on 28 consistent + 22 contradictory cases

πŸ“Š Market Narrative Intelligence

Python Groq (Llama 3.1) Streamlit Plotly

8-stage autonomous multi-agent pipeline for professional market intelligence β€” runs in minutes, not days

What Result
Parallelised Market + Capability agents via ThreadPoolExecutor ~40% reduction in total pipeline runtime
SHA-256 LLM response cache β€” identical prompts served from memory Zero duplicate API calls across 7 Plotly visualisations
Hidden Critic-driven refinement loop (sections < 7/10 auto-rewritten) Only polished output surfaces to user
8 specialised agents via shared AgentMemory Fully stateless, no direct agent-to-agent calls

GitHub Live Demo


πŸ“… AI Date Planner

Python Flask React Gemini 2.5 Flash Google Places API

Multi-agent RAG system β€” generates personalised date itineraries for Indian cities in under 15 seconds

What Result
Parallelised tool calls with asyncio.gather() 62% latency drop β€” 30s β†’ 11s, eliminated primary drop-off point
RAG pipeline over 60+ curated city documents (Jaipur, Delhi, Mumbai, Bangalore) Context-aware itineraries with budget tiers, safety & culture filters
SSE streaming to React frontend Real-time plan appearance, venue quality filtered at 4.0+ / 50+ reviews

GitHub Live Demo


πŸ“Š GitHub Analytics


πŸ† Achievements

  • πŸ₯ˆ 2nd Place β€” Bit to Code Hackathon 2024 (AI/ML track) Β· 200+ competing teams
  • ⚑ Top finisher across 5+ AI/ML hackathons (2023–2024) β€” shipped working LLM + RAG prototypes under 24-hour constraints
  • πŸŽ“ 8.6 GPA maintained while building 3 production AI systems in year one of college

🌐 Let's Connect

Email LinkedIn GitHub


πŸ’‘ "I don't build AI demos. I build AI systems β€” evaluated, measured, and shipped."

Footer

Built with 🧠 and too much Groq inference by Krish Agarwal

⭐️ From Krish-afk-bot · Let's build AI that actually works.

Pinned Loading

  1. AI-Date-Planner AI-Date-Planner Public

    AI-powered date planner using RAG + multi-agent system. Built with React, Vite, Python Flask, and Groq AI.

    Python

  2. narrative-consistency-verifier narrative-consistency-verifier Public

    Constraint-based AI system for verifying character backstory consistency in long-form novels using claim decomposition, evidence retrieval, and causal reasoning.

    Python

  3. market-intel-engine market-intel-engine Public

    Real-time multi-agent market intelligence platform. 6 specialized AI agents + self-refinement loop + live data from DuckDuckGo, Wikipedia & HackerNews. Built with Groq LLM and Streamlit.

    Python

  4. ai-visibility-tracker ai-visibility-tracker Public

    Track brand visibility inside AI-generated recommendations from LLMs like Gemini by analyzing mentions, sentiment, and competing brands.

    Python

  5. sre-incident-response-env sre-incident-response-env Public

    Python