SujanDutta
Administrator

 

 

If you've ever watched an employee bounce between five different portals just to file a leave request, book a meeting room, and check on a laptop ticket — you already know the problem EmployeeWorks is trying to solve.

In a recent episode, Sujan Dutta sat down with Dipti Sharma, Staff Outbound Product Manager at ServiceNow, to get into the details of EmployeeWorks — what it is, how it's architected, and where it fits alongside the rest of the Now platform.

 

So What Is EmployeeWorks, Exactly?

Think of it as the enterprise AI front door. One place where an employee can ask anything — across IT, HR, finance, or facilities — and get it handled, end to end, without knowing or caring which system actually did the work. No new portals. No silos. No "please contact IT."

 

The Three-Layer Architecture

This is where it gets interesting for developers. EmployeeWorks runs on a three-layer architecture:

  • Layer 1 — Experience: What employees see and touch. Three distinct patterns: productivity apps (ambient AI in everyday tools), enterprise assistant (conversational AI that acts across systems), and specialized assistants (role or domain-specific agents tuned for a specific function).
  • Layer 2 — Intelligence: The agentic reasoning engine. It runs a continuous execution loop: sense (parse the request and pull context), plan (break it into steps and decide which tools are needed), execute (reach out to systems), and present (assemble results into a clean conversational response). This is not a search bar. It's a system of action.
  • Layer 3 — Tools & Integration: How EmployeeWorks reaches into the enterprise. You've got enterprise search for live indexed retrieval, native ServiceNow tooling for workflows and Knowledge Graph, plugin connectors for third-party APIs, and MCP support so EmployeeWorks can participate in — or orchestrate — broader multi-agent workflows.

Underneath all of this sits platform management: telemetry, audit logs, CI/CD pipelines, fine-grained access controls, and a developer workspace with MCP tools, plugin workspace, and an agent marketplace for pre-built capabilities.

 

A Real Example

Say an employee sends one message: "I need to book a meeting room, update my travel profile, and check the status of my laptop request."

Here's what actually happens:

  1. Layer 1 receives the request via whatever channel they're in
  2. Layer 2 identifies three distinct tasks, plans the steps, and figures out which tools are needed
  3. Layer 3 hits the calendar system, HR/travel system, and asset management — simultaneously or sequentially based on dependencies
  4. Layer 2 assembles the results
  5. Layer 1 returns a single, clean response confirming all three

The employee sent one message. Five layers of execution happened underneath. They got three things done without knowing any of it.

 

Where Does ServiceNow Otto Fit?

After Knowledge 26, this came up a lot. Here's the simple version: ServiceNow Otto is the unified AI experience layer — the brand and interface — that brings together Now Assist, EmployeeWorks, and multimodal AI on a new AI-native architecture.

It's not a rebrand. The underlying experience changed: agent-driven completions, multimodal interactions, autonomous orchestration for cross-system workflows. Otto is the shell that surfaces all of it.

 

Now Assist vs EmployeeWorks — The Final Answer

These are complementary, not competing. Here's the quick breakdown:

  • Now Assist = embedded AI capability inside the product UI, built for the agents and operators running ServiceNow (incident summarization, knowledge article generation, code generation, etc.). It makes the people who run ServiceNow faster.
  • EmployeeWorks = the conversational front door for employees who just need something resolved. It routes the request. Now Assist helps execute it on the other end.

Together they cover the full journey — from employee request to final resolution.

 

This Is Just the Beginning

If you're building on ServiceNow, this isn't a future roadmap item. This is the platform now. The organizations that understand this architecture today are the ones who'll be shipping production-grade agentic experiences tomorrow.

We're going three episodes deep on this topic — and we're just getting started.

Up Next: Employee Slate- Know the UI layer and complete walk through.

And after that we demo the complete technical configuration of Employee Slate for NowAssist and EmployeeWorks.