Frontier Lab Notes

Agents and Tool Use MOC

Agents are model-driven systems that act over time: calling tools, reading environments, writing code, navigating browsers, using memory, and recovering from mistakes.

Why It Matters

Frontier labs increasingly care about:

Text prediction becomes more valuable when connected to action and feedback.

Core Ideas

Tool Use

The model chooses structured actions:

Primary source:

Reasoning + Acting

The model alternates between reasoning traces and actions in an environment.

Primary source:

Memory

Agents need memory beyond one response:

Verification

Good agents use external checks:

Environments

Agent ability depends on environment design:

Starter Project

Build a coding-agent eval loop:

Deliverable:

Papers / Resources

What Good Looks Like

You can:

Related