← Glean-ia-acs Β· Day 37 of 56
Level 300 β€” Power user30 minNIST MANAGE

Agent Steps and Instructions

Iterate the plan conversationally

You'll be able to

Read first

Day 2 Lab

**Status: Generally available β€” Glean’s Agent Builder and its core features (scheduled triggers, versioning, native actions) are GA. Only the *content triggers* trigger type remains Beta; confirm availability in your tenant.**

  1. Open yesterday's draft agent and look at its ordered steps.
  2. In chat, tighten one step's instruction β€” name the exact channel, time window, or output format.
  3. Ask the builder to add a guard step: "only continue if there are new posts."
  4. Reorder the steps if the plan reads out of sequence.
  5. Read the revised plan back end to end before you let it run.

Working Example: Tightening a Step by Chatting

Per the Fall '25 launch announcement, you iterate the plan in conversation: each step carries an instruction you can sharpen in plain language. Verified against fall25_launch.

Loose step:   "Summarize the posts."

You:    "Summarize only posts since the last run, max 5 bullets, link each source."

Revised step instruction:
  - Scope:   posts in #incidents newer than last_run_at
  - Limit:   at most 5 bullets
  - Format:  one bullet per incident, each with a source link
  - Guard:   if zero new posts, stop and send nothing

You:    "If there are no new posts, don't DM me at all."   -> adds the guard above

A vague instruction ("summarize the posts") leaves the agent to improvise; a tight one fixes scope, limit, format, and a stop condition. That precision is a MANAGE control β€” it's how you keep a running agent inside the lines you meant. Remember this builder is announced, not confirmed-GA: verify the step-editing behavior in your tenant before you depend on it.

Check for understanding

What makes a step instruction tight enough to be safe to run β€” give one property.

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. In Glean's vibe-code agent builder, how do you start building an agent?

2. The vibe-code builder, 100+ native actions, scheduled triggers, looping, and versioning are best described as...

3. Before adding a native WRITE action (e.g., update a Salesforce case) to an agent step, what should you check?

4. An agent runs unattended on a daily schedule. Which guard most directly keeps a bad run from compounding?

5. Why does rolling an agent back to a known-good version count as a governance control?

Pass threshold 80% Β· week 6 quiz

In 10 seconds

β€œAn agent's plan is a list of steps you can talk into shape. Add a step, reorder, or tighten an instruction by chatting β€” then read the revised plan back before you let it run.”

Next Β· Week 6 Day 3
The 100+ Native Actions