Agentic AI Interview Question and Answers
1.What makes something an agent versus just an LLM application? An agent is a system built around three pillars: perception, reasoning and action. It perceives its environment through user input and tool outputs, reasons autonomously about what step to take next-not following a hardcoded script-and acts through tools and APIs. The key differentiator is the […]