← Back to Learning Hub

6.5 Advanced Agents

Advanced · 6 articles · MODULE 6: AI AGENTS

Memory Management

Tutorial · Advanced · 17 min

An LLM is stateless — it remembers nothing between API calls. Every "memory" an agent appears to have is something your code re-supplies on each request.

MemoryEvaluation

By: Anacodic Team

Start Reading →

Agent Evaluation

Tutorial · Advanced · 19 min

Evaluating an agent is not the same as evaluating a chatbot. A chatbot gets scored on its final answer; an agent has to be scored on the whole trajectory — did it pi…

MemoryEvaluation

By: Anacodic Team

Start Reading →

Production Agents

Tutorial · Advanced · 17 min

Shipping an agent that works in a demo and shipping one that survives production are different jobs.

MemoryEvaluation

By: Anacodic Team

Start Reading →

Autonomous Agents

Tutorial · Advanced · 18 min

An autonomous agent is one that pursues a goal over a long horizon by planning its own steps, executing tools, observing results, and reflecting to self-correct — wi…

MemoryEvaluation

By: Anacodic Team

Start Reading →

LLM-Mediated Group Decisions and Online Preference Elicitation

Tutorial · Advanced · 14 min

When several people must agree on one option, an LLM can act as a mediator: it proposes a choice, states who is being compromised, and updates how much each preference counts.

MemoryEvaluation

By: Anacodic Team

Start Reading →

Consistency Memory: Making Repeated AI Judgments Agree With Each Other

Tutorial · Advanced · 17 min

An LLM asked to make the same judgment call twice, independently, does not reliably give the same answer, because generation is a sampling process, not a fixed lookup.

MemoryConsistency

Includes Colab notebook

By: Anacodic Team

Start Reading →