We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Sergio WWSD
Tera Explorer

Artificial Intelligence.
Generative AI.
Agentic AI.
Now Assist.

 

These words are everywhere in the ServiceNow ecosystem right now but if you strip away the hype, what do they actually mean?

I've been writing a series of articles that break down complex topics like CSDM with simple and easy to understand analogies, which I've called ELI5 (CSDM Part 1 can be found here).

Today it's AI's turn, so let’s explain it like I (we) are five! And to do that, we’re going to use one simple thing:

A big messy box of LEGO.

SergioWWSD_0-1772121497333.jpeg

 

 

Step 1: AI Is the Robot That Recognizes LEGO Patterns

Imagine you have a giant box filled with thousands of LEGO pieces and every day, people dump new pieces into the box. Some builds are cars. Some are castles. Some are spaceships.

Now imagine a robot that sits next to the box and watches everything being built.

Over time, the robot starts noticing patterns:

  • “When someone builds a car, they usually use wheels.”
  • “Castles tend to use lots of gray bricks.”
  • “Spaceships often have wings.”

SergioWWSD_1-1772121539051.jpegSergioWWSD_7-1772121657890.jpegSergioWWSD_13-1772121812789.png

 

The robot doesn’t understand what a car is. It just recognizes patterns.

That’s traditional AI.

 

AI Inside ServiceNow

In ServiceNow, instead of LEGO pieces, we have:

  • Incidents
  • Requests
  • Cases
  • Work notes
  • Knowledge articles

AI watches all of it.

It learns patterns like:

  • Password reset tickets usually go to Service Desk.
  • VPN issues often get assigned to Network.
  • Tickets with certain keywords are usually high priority.

So when a new incident is created, the AI says:

“This looks like the 1,200 tickets before it. Those went to Network Support. So I’ll recommend Network Support.”

It’s not thinking, it’s just pattern matching at scale. It's very fast, very useful but not magical.

This is what older ServiceNow AI features like Predictive Intelligence have been doing for years.

 

Step 2: Generative AI Is the Robot That Can Talk

Now let’s upgrade our LEGO robot by making it talk, whereas before, it could only recognize patterns.

After watching thousands of builds, it can say:

  • “This looks like a race car.”
  • “Here’s a summary of how you built it.”
  • “Here are instructions to fix the loose wheel.”
  • “Here’s a better way to design the wings.”

It doesn’t just predict. It generates, making it the aptly named Generative AI.

 

Now Assist = The Talking LEGO Robot Inside ServiceNow

Now Assist is ServiceNow’s generative AI capability built into workflows.

Instead of building with LEGO, it works with:

  • Incident threads
  • Case conversations
  • Knowledge drafts
  • Resolution notes
  • Scripts

Imagine you open a ticket with 42 updates. Normally you would:

  • Scroll.
  • Read.
  • Scroll back up.
  • Try to understand what actually happened.

Now Assist reads the entire “LEGO build” and says:

“User couldn’t access VPN after password reset. Network verified firewall. MFA was resynced. Issue resolved.”

That’s the robot summarizing the build. It can also:

  • Draft a response to the user
  • Turn resolution notes into a knowledge article
  • Suggest next troubleshooting steps
  • Help developers write scripts

It doesn’t replace the builder, it just talks really well and saves time.

 

Step 3: Agentic AI Is the Robot That Builds on Its Own

Now we get to the big one. Let’s go back to the LEGO room.

Before the robot watched you build and then learned to describe what you built.

 

Now imagine this:

You walk into the room and say:

“Build me a spaceship.”

You don’t give instructions. You don’t hand it a manual. You don’t explain the steps. You just give it the goal.

And the robot:

  1. Looks at all available LEGO pieces
  2. Decides what kind of spaceship makes sense
  3. Starts building
  4. Notices the wings are unstable
  5. Reinforces them
  6. Adds engines
  7. Adjusts the design
  8. Finishes it
  9. Cleans up the leftover bricks

You told it "what" but the robot it figured out the "how".

That’s Agentic AI.

 

What Makes It Different?

Traditional AI says: “This looks like a spaceship.”

Generative AI says: “Here’s a description of your spaceship.”

Agentic AI says: “You need a spaceship. I built one.”

It acts toward a goal where it can:

  • Break the goal into steps
  • Decide the order
  • Execute actions
  • Check results
  • Adjust if something doesn’t work

It’s not following a rigid instruction manual, instead operating within boundaries to achieve an outcome.

 

Agentic AI Inside ServiceNow

Now let’s replace LEGO with real work. Imagine you tell ServiceNow:

“Automatically handle low-risk password reset requests.”

A traditional workflow would require:

  • Predefined rules
  • Fixed decision trees
  • Hard-coded steps

If something unexpected happens, it stops working.

 

An Agentic AI system, however, could:

  1. Detect the request type
  2. Verify identity
  3. Check policy rules
  4. Reset the password
  5. Confirm login works
  6. Notify the user
  7. Close the ticket

And if something unusual happens it can:

  • Escalate intelligently
  • Try an alternate path
  • Ask for clarification

It adapts within certain guardrails. You gave it the goal:

“Resolve simple password resets.”

It handled the execution.

 

The Fence Around the LEGO Room

Now let’s be clear.

Agentic AI does NOT mean:

  • Chaos
  • No governance
  • Random decisions
  • AI running wild

Think of it like this:

The LEGO robot can build anything… But only inside a fenced yard.

The fence represents:

  • Business rules
  • Access controls
  • Compliance
  • Auditability
  • Human oversight

It has freedom inside the fence but it CANNOT leave the fence.

That’s how enterprise AI works.

 

So Now We Have Three LEGO Robots

The Pattern Robot (Traditional AI)

“I’ve seen this before. This is probably a race car.”

Used in:

  • Categorization
  • Assignment prediction
  • Similarity detection

The Talking Robot (Now Assist / Generative AI)

“Here’s a summary of the race car build and how to fix the wheel.”

Used in:

  • Ticket summaries
  • Draft responses
  • Knowledge creation
  • Script assistance

The Builder Robot (Agentic AI)

“You need a race car. I built one, tested it, and put it on the track.”

Used in:

  • Autonomous task handling
  • Intelligent orchestration
  • Dynamic prioritization
  • Multi-step resolution flows

The Hidden Truth: AI Amplifies Your LEGO Habits

It may sound amazing to have this magic robot do everything for you but:

  • If your LEGO box is messy…
  • If your pieces are mixed up…
  • If half your cars are labeled as castles…

The robot learns from that mess.

If we put it in ServiceNow terms, if your data is:

  • Poorly categorized
  • Inconsistent
  • Full of copy-paste resolution notes
  • Lacking governance

Then AI will learn bad patterns. AI doesn’t fix maturity problems, it can actually magnify them.

Clean processes lead to Powerful AI.
Messy processes lead to Confusing AI.

 

Why This Actually Matters

ServiceNow has always been about workflows.

At first, workflows were Manual, then they became Automated, now they’re becoming Intelligent. And the next evolution is for them to be Goal-driven.

We’re moving from systems that wait for someone to click… To systems that move work forward. THAT is the real shift. Not the buzzwords, not the marketing.

The shift from:

“Tell me every step.”

To:

“Tell me the outcome.”

 

Final ELI5 Summary

AI = The robot that recognizes LEGO patterns.

Generative AI (Now Assist) = The robot that explains and writes about your LEGO builds.

Agentic AI = The robot that builds LEGO creations on its own when you give it a goal.

And ServiceNow is turning into the LEGO room where all three robots work together, not to replace the builders, but to help them build faster, smarter, and with less frustration.

 

Version history
Last update:
2 hours ago
Updated by:
Contributors