Agentic Information Retrieval (AIR) is an advanced technique of IR that utilizes multiple Reasoning-Action (ReAct) steps combined with tool-calling to reach a user's desired information state by actively interacting with the environment.

TIR focuses on primarily filtering and presenting relevant information based on user queries, while AIR expects an information state from the user and actively takes action to reach that state.
TIR utilizes a fixed, domain-specific architecture that operates in a single interaction step to get to the output. Conversely, AIR employs a unified architecture in which an AI agent interacts with the environment through a recursive process of observation, reasoning, and action across multiple steps. This allows for dynamic adjustments based on user needs and context.
TIR relies on established methods such as indexing, retrieval algorithms, scoring function, ranking, and pseudo-relevance feedback. WHEREAS AIR incorporates advanced techniques like prompting, RAG, fine-tuning with supervised and reinforcement learning, and multi-agent systems.