Posts

Showing posts from April, 2026

ShaileshGPT — Building an AI-Powered Personal Portfolio Assistant

Image
  πŸ€– ShaileshGPT — Building an AI-Powered                   Personal Portfolio Assistant πŸ‘¨‍πŸ’» Author: Shailesh Gupta πŸ”— GitHub Repository: View Source Code πŸš€ Live Demo: Try ShaileshGPT on Hugging Face 🌐 Personal Website: Visit Portfolio πŸ”— LinkedIn: Connect with me 🧠 Why I Built ShaileshGPT In today’s world, a resume is no longer enough. A resume tells people what you have done, but it does not let them interact with your journey. A LinkedIn profile gives visibility, but it still expects the visitor to scroll, search, interpret, and connect the dots manually. A GitHub profile shows your work, but only technically curious people may take the time to explore every repository. A portfolio website looks professional, but even that can become static if the visitor only reads sections like About, Projects, Skills, and Contact. That made me think: What if my portfolio could speak for itself? Not just as a basic chatbot, but as a p...

Deep Research Agent

Image
πŸ”ŽDeep Research Agent πŸ‘¨‍πŸ’» Author: Shailesh Gupta πŸ”— GitHub: View Source Code 🧠 What is this project about? This is an agentic Deep Research Assistant built using Gradio , OpenAI Agents SDK , Web Search , Pydantic , and SendGrid . Unlike a simple chatbot that gives one quick answer, this system behaves more like a structured research assistant. It first checks whether the user’s query is clear enough, asks 3 to 4 clarifying questions when necessary, creates a targeted research plan , performs multiple web searches , collects structured evidence, and finally generates a detailed long-form research report . The system also uses an orchestrator-agent architecture , where a top-level manager coordinates specialized agents for clarification, planning, searching, writing, and delivery. In simple terms, this project was built to simulate how a real AI-powered research workflow should operate — step by step, with reasoning, structure, evidence, and synthesis. πŸ“¦ Key Features ✅ Clarificatio...