Skip to main content
← Back to AI Agents & Automation
Elementary Lab

Agent Helper

Guide a robot helper through the Sense → Think → Act loop that every AI agent runs on.

Agent Helper

Every AI agent follows the same loop: Sense → Think → Act. Help Robo-Helper through each job by choosing the right step three times.

Missions solved

0 / 5

Mission 1 of 5

Robo-Helper looks after a houseplant. Today the leaves are drooping.

1 · SENSE

What should the agent notice?

2 · THINK

What should it decide?

3 · ACT

What should it do?

How does it actually work?

An AI agent is not magic — it repeats a simple loop. First it senses the world to gather facts. Then it thinks, using a rule or a goal to decide what those facts mean. Finally it acts to change something. Then it senses again, and the loop continues.

Skip a step or get one wrong and the whole job fails — sensing the clock instead of the soil leads to a thirsty plant. Good agents always sense the right thing before they think and act.