LLM-based Agent: An AI system that uses an LLM as its core controller to perceive, reason, and act in an environment
Reflexion: A specific memory mechanism where an agent critiques its own past actions to generate improved plans for future trials
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
AGI: Artificial General Intelligence—hypothetical intelligent systems with the ability to understand, learn, and apply knowledge across a wide variety of tasks
Parametric Memory: Memory stored implicitly within the model's weights (neural network parameters), updated via fine-tuning or training
Non-Parametric Memory: Memory stored explicitly in external structures (e.g., databases, logs) that the model accesses via retrieval
In-context Learning: The ability of an LLM to learn from examples or information provided in its current prompt/context window without weight updates