Claude and ServiceNow: a practical look
ServiceNow made Claude a default model and shipped a supported MCP server. Here's what that combination unlocks, and where it still needs your governance.
Topic
ServiceNow made Claude a default model and shipped a supported MCP server. Here's what that combination unlocks, and where it still needs your governance.
Two ways to connect AI to ServiceNow: traditional hand-built integrations, or the Model Context Protocol. When each one wins, and why I default to MCP now.
Before AI touches production ServiceNow, your security team wants answers to a few questions. Here's the governance that gets them to yes.
ServiceNow's AI Agents can work a ticket on their own, not just answer questions about it. Here's what that means in practice, and the one decision that makes them safe to turn on.
The first question every security team asks when you connect an AI assistant to ServiceNow. The honest answer, and how OAuth and MCP keep the password out of it.
APIs explained with a restaurant. You tell the waiter what you want, the kitchen makes it, you get the dish. Here's how that maps to ServiceNow.
The CMDB is the buildings. CSDM is the city plan that decides where they go. Here is the difference, explained with a city.
Scoped apps are the stores. Global is the mall's security office. Here is when each one is the right call in ServiceNow.
Five things I got wrong in my first two years on ServiceNow, and how to skip the lessons I learned the hard way.
ECMAScript 2021 brings modern JavaScript to the platform. Here are the exact steps to switch a scoped app over to it.
Drift between instances is where deploys break. Here is why keeping Prod, Test, and Dev in sync saves you painful debugging.
A small change to a reference qualifier can change what every user sees. Here is the reference-list mistake worth avoiding.
What separates good ServiceNow developers from great ones is how much responsibility they are willing to take.
The interview is where your CV meets pressure. Here is how I prepare so the spotlight works for me instead of against me.
When to reach for GlideAggregate instead of GlideRecord, and why it matters for performance (and interviews).
Why .get() is the efficient way to pull a single GlideRecord, and what .next() costs you when you use it for that job.
ITSM as a hospital, where intake and triage map onto how ServiceNow handles IT services. Here is the walkthrough.
Dynamic filters make reference fields and reports far more flexible. Here is how they work and where they earn their keep.
Ten scripting habits that make your ServiceNow code easier to read and quicker to debug.
ITOM is the brain of a city that keeps services and networks running. Here is ITOM in plain terms.
Upgrades go wrong when you skip the boring steps. Three things I do to keep a ServiceNow upgrade calm and predictable.
What the Service Portal is and how to start building your own. A plain guide for people new to it.
Past the buzzwords: what ServiceNow is really for, and where it earns its place in an organization.
Is naming a GlideRecord 'gr' a real problem? How I think about variable names, and why moving code into functions pays off.
Incident, Problem, and Change are the backbone of ITSM. Here is what each one does, explained without the jargon.
Why 'is one of' usually beats 'is not' when a field has several values, and how that one change speeds up your queries.
Eight small habits that speed up everyday admin work in ServiceNow, from faster incident resolution to cleaner config.