Tutorials GAME Workspace Lab

Write a GAME Goal

Intermediate AI Evaluated
Context
The goal_text is the AI's primary directive — it reads it at every iteration to stay on track. Vague goals like 'analyze support data' lead to unfocused, incomplete results. A good goal specifies: (1) data source and scope, (2) the analysis task, (3) the expected output format and destination, (4) a clear completion criterion.

Your Challenge

Write a `goal_text` string for a GAME agent that must: 1. Query the last 10 support tickets from the database 2. Identify the 3 most common issue types 3. Generate a 3-paragraph summary report for the operations team Your goal must be specific enough that the AI knows EXACTLY when it's done. Then explain the 4 elements of a well-written GAME goal.
Need a hint?

Write the goal as if you're briefing someone who has never spoken to you before and will have NO follow-up questions.

Log in to submit your answer and receive AI feedback.

← Back to Module