noveum.hashnode.devHow to Detect Hallucinations in LLM Agents with PythonHallucinations are one of the biggest challenges in production AI agents. Here's how to detect them with Python: Five Types of Hallucinations in AI Agents Context Hallucinations: The agent invents facts not in the provided context. Tool Hallucinati...Dec 11, 2025·3 min read
noveum.hashnode.devHow to Build a Basic AI Agent Evaluation Framework in PythonBuilding AI agents is hard. Evaluating them is harder. Most teams I talk to are evaluating their agents the wrong way. They look at the final output and ask, "Is it correct?" But that's like grading a math test by only looking at the final answer, no...Dec 10, 2025·4 min read