PinnedInPython in Plain EnglishbyJigar Joshi·Oct 30, 2025The Next Evolution in Commerce: How AI Is Redefining the Checkout ExperienceImagine buying something just by chatting with an AI — no buttons, no checkout pages, no forms?A response icon1A response icon1
PinnedInGoPenAIbyJigar Joshi·Jun 25, 2025Smarter Than a Chatbot: How Agentic AI Tutor Schedules, Reminds, and Learns Like a HumanIntroduction:A response icon2A response icon2
PinnedInGoPenAIbyJigar Joshi·Sep 18, 2024Smart Fridge — AI Powered Object DetectionThis two-part article series will explore the design of an AI-powered refrigerator inventory system using the YOLOv8 model. The system…A response icon3A response icon3
PinnedJigar Joshi·Jan 7, 2024AI powered Voice Assistant with wake up command in Python and OpenAI APIA response icon12A response icon12
PinnedInGoPenAIbyJigar Joshi·Jan 3, 2024OpenAI’s Assistants API’s — A hands-on demo in .NETThe Assistants API by OpenAI allows you to create AI-powered assistants in your applications. These assistants can understand and respond…A response icon3A response icon3
InGoPenAIbyJigar Joshi·May 18Agentic AI Systems : Design Principles to Reduce Token CostRecently, I came across an insightful article by Ida Silfverskiöld titled “Agentic AI: How to Save on Tokens.” The article discusses…
Jigar Joshi·Dec 15, 2025Building a Real Agent System with MCP (Not Just a Chatbot)I wanted to build something different: a real agent system, where an LLM reasons about what should happen, but deterministic code controls…
Jigar Joshi·Apr 28, 2025Salary Prediction Using Simple Linear Regression in PythonThis Python program performs simple linear regression to predict salaries based on years of experience. It loads data from Salary_Data.csv…
InGoPenAIbyJigar Joshi·Sep 11, 2023Natural Language Processing (NLP) With Python’s NLTK PackageNLP is a concept / field that enables computers to derive meaning from natural language that humans use on the day-to-day basis. The goal…A response icon5A response icon5