Home2026

2026

Showing 1 - 10 of 51 results
  • July 11, 2026
In this project, we build an interactive financial dashboard using Python, Streamlit, and the Alpha Vantage API. The application allows...
  • July 10, 2026
Problem statement: I had to prepare teaching material for a class showing them different types of statistical test in data...
  • July 9, 2026
What is Format Constraint? Format Constraint is a prompting technique where we force AI to provide output in a specific...
  • July 9, 2026
3_agent_with_2Tools_weather_calculator In [ ]: # Install (uncomment if running for the first time) # !pip install langchain==1.3.6 langgraph==1.2.4 langchain-openai==1.2.2 In [10]: import importlib.metadata...
  • July 9, 2026
Here I show how to implement a simple AI agent with access to 2 tools using OOP principles: that is...
  • July 9, 2026
An AI Agent is an autonomous software system designed to perceive its environment, make independent decisions, and use tools to...
  • July 8, 2026
AI agents have improved rapidly, but they still face several practical challenges when deployed in real-world applications. Challenge Description Example...
  • July 8, 2026
langgraph_email_agent Customer Support Email Agent – Multiagent System¶ LangGraph orchestrating LangChain Agents¶ Version compatibility¶ This notebook is written and tested...
  • July 6, 2026
IDEA : Ask the Model to Show Its Work Theory By default, a language model generates its final answer through...
  • July 6, 2026
Theory: Role prompting (also called persona prompting) assigns the model a specific identity or professional stance before giving it the...