Skip to content
View nishanth1104's full-sized avatar

Block or report nishanth1104

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
nishanth1104/README.md

πŸ‘‹ Hi, I'm Nishanth Ayyalasomayajula

πŸ€– AI Engineer | 🧠 ML Systems Architect | πŸš€ Full-Stack Builder

Typing SVG

LinkedIn Email GitHub


🎯 Current Focus

class AIEngineer:
    def __init__(self):
        self.name = "Nishanth Ayyalasomayajula"
        self.role = "AI Engineer & Full-Stack Developer"
        self.location = "New York City πŸ—½"
        self.current_company = "Florida Department of Agriculture and Consumer Services"
        
    def current_projects(self):
        return {
            "🌱 Neurobud": "Mental health chatbot with fine-tuned GPT-4o, RAG, A/B testing",
            "🧠 MoR Swarm": "Recursive multi-agent reasoning (Google MoR-inspired)",
            "πŸ’‘ RECAP": "Explainable AI Q&A with hybrid recursive-parallel processing"
        }
    
    def expertise(self):
        return [
            "Fine-tuning LLMs (GPT-4o, Llama, Mistral)",
            "RAG pipelines with vector databases",
            "Multi-agent reasoning systems",
            "MLOps & AI infrastructure",
            "Production-grade AI applications"
        ]
    
    def impact(self):
        return {
            "users_served": "10K+ monthly queries",
            "satisfaction_rate": "95%",
            "cost_reduction": "66% via MLOps automation",
            "systems_deployed": "Production AI chatbots at scale"
        }

πŸ’Ό What I'm Building

🌱 Neurobud β€” Mental Wellness AI Companion

Production chatbot with fine-tuned GPT-4o, RAG, sentiment analysis, and crisis detection

  • Fine-Tuned GPT-4o-mini on 200+ mental health conversations β†’ 15% satisfaction improvement
  • RAG System with Qdrant vector DB β†’ 40% reduction in hallucinations
  • A/B Testing Framework for data-driven model optimization
  • Real-Time Sentiment Analysis β†’ 95% crisis detection accuracy
  • Deployed to Production with 100+ real users

Tech: Python, FastAPI, OpenAI, LangChain, Qdrant, Next.js, PostgreSQL, Railway

πŸ”— View Project | πŸ“„ Case Study | πŸ’» Live Demo


🧠 MoR Swarm Agents β€” Recursive Multi-Agent Reasoning

Inspired by Google's Mixture of Recursions research

  • Self-organizing AI agents that reason recursively
  • Distributed problem-solving at scale
  • Explainable decision trees

Tech: Python, LangChain, OpenAI, Graph algorithms


πŸ’‘ RECAP β€” Explainable AI Q&A Engine

Hybrid recursive-parallel processing for transparent AI reasoning

  • Transparent reasoning paths
  • Source attribution for all claims
  • Hybrid processing for speed + explainability

Tech: Python, Hugging Face, Vector DBs, FastAPI


πŸ› οΈ Tech Arsenal

AI/ML & LLMs

Python PyTorch TensorFlow HuggingFace OpenAI LangChain

Backend & APIs

FastAPI Django Node.js Express

Frontend

Next.js React TailwindCSS JavaScript

Databases & Vector Stores

PostgreSQL MongoDB Redis Qdrant Pinecone

MLOps & Cloud

Docker Kubernetes Terraform Azure AWS MLflow

Data & Analytics

Pandas NumPy Scikit-Learn Apache Spark


πŸ† Impact @ FDACS

Metric Achievement
🎯 Monthly Queries 10,000+ users served
😊 Satisfaction Rate 95% user satisfaction
πŸ’° Cost Reduction 66% AI infrastructure costs ↓
πŸš€ Systems Built Production chatbots with GPT-4 + HuggingFace
⚑ MLOps Pipeline Automated model deployment & monitoring

Key Contributions:

  • Architected RAG pipelines serving 10K+ monthly queries
  • Built automated MLOps infrastructure (CI/CD, model versioning, A/B testing)
  • Reduced AI operational costs by 66% through optimization
  • Integrated GPT-4, Hugging Face models, and Azure services into production systems

πŸ“Š GitHub Stats

GitHub Streak

πŸ“ˆ Contribution Activity

Activity Graph

πŸ”¬ Research Interests

Multi-Agent Systems

πŸ€– Multi-Agent Systems

β€’ Recursive Reasoning
β€’ Swarm Intelligence
β€’ Emergent Behavior
Explainable AI

πŸ’‘ Explainable AI

β€’ Decision Transparency
β€’ Source Attribution
β€’ Interpretable Models
RAG Systems

πŸ“š RAG Systems

β€’ Hybrid Search
β€’ Vector Databases
β€’ Context Optimization
AI Safety

πŸ›‘οΈ AI Safety

β€’ Bias Detection
β€’ Robustness Testing
β€’ Ethical AI Design

Core Focus Areas:

  • πŸ”„ Recursive Multi-Agent Reasoning β€” How AI agents self-organize and reason collaboratively
  • πŸ” Explainable AI β€” Making AI decisions transparent and trustworthy
  • πŸ“š Retrieval-Augmented Generation β€” Grounding LLMs with real-time knowledge
  • πŸ›‘οΈ AI Safety β€” Building responsible, ethical AI systems

πŸŽ“ Philosophy

"Turn deep research into deployed impact."

I believe the best AI engineers don't just understand algorithms β€” they ship systems that solve real problems at scale.

My approach:

  1. Research-driven: Stay at the cutting edge (papers, experiments, novel architectures)
  2. Production-first: Build for users, not just demos (scalability, reliability, UX)
  3. Measurable impact: Track metrics that matter (user satisfaction, cost reduction, accuracy)
  4. Responsible AI: Prioritize safety, explainability, and ethical design

πŸ“« Let's Connect

I'm always open to discussing:

  • 🀝 Collaborating on AI/ML projects
  • πŸ’Ό Full-time opportunities in AI Engineering
  • 🧠 Research in multi-agent systems & explainable AI
  • πŸš€ Building production LLM applications

Reach out if you're working on something cool!

LinkedIn Email GitHub


πŸ’‘ Currently Open To

πŸ”Ή AI Engineer / ML Engineer roles (Full-time, Remote/Hybrid)
πŸ”Ή Research collaborations in multi-agent systems
πŸ”Ή Consulting on RAG pipelines & LLM fine-tuning
πŸ”Ή Open-source contributions to AI/ML projects


Visitor Count

⭐️ If you find my work interesting, consider starring my repos!

Pinned Loading

  1. NeuroBud NeuroBud Public

    AI-powered mental wellness companion with crisis detection | FastAPI + OpenAI + Next.js

    Python 1

  2. MoR_Swarm_Agents MoR_Swarm_Agents Public

    Recursive LLM Agent System inspired by Google's Mixture-of-Recursions (MoR) β€” a coordinator agent dynamically delegates tasks to a swarm of specialized agents (Math, Logic, Retrieval, Language) for…

    Jupyter Notebook

  3. RECAP RECAP Public

    "MoR-inspired Q&A agent using recursive decomposition + parallel answering for explainable AI responses"

    Jupyter Notebook

  4. Misinformation-in-Healthcare Misinformation-in-Healthcare Public

    Jupyter Notebook

  5. Personal-website Personal-website Public

    JavaScript 1

  6. Voice-job-agent Voice-job-agent Public

    Python