Skip to main content

When Automating Forever Becomes Faster Than Doing It Once

Jake Stauch
Serval

I spent five years building products for IT teams at Verkada, and I kept hearing the same thing: "Get me out of the help desk."

People want to be doing more engaging work, yet their day often gets overrun by addressing urgent IT tickets.

But thanks to advances in AI "vibe coding," where a user describes what they want in plain English and the AI turns it into working code, IT teams can automate ticketing workflows and offload much of that work. Password resets that used to take 5 minutes per request now get resolved automatically, forever, by building a workflow prompted with "{tool} password reset". As a result ticket queues that stretched to hundreds shrink to dozens, and IT professionals spend their time building systems instead of resetting passwords.

Why IT Teams Don't Automate More

The problem isn't knowing what to automate. IT teams can list exactly which tasks eat their time: password resets, access requests, onboarding workflows. The real problem is uncertainty.

Traditional automation platforms ask you to invest an unknown amount of time building something for an unknown return. You don't know if it'll take two hours or two months to build. You don't know if you're accidentally granting overly broad access that violates least-privilege principles. You don't know how long it'll work before some API change breaks it. And because manual processes don't create audit trails, you don't even know if you can prove what happened when security or compliance asks questions later. As a result, teams decide to spend extra time doing the task manually because they're comfortable with what they know.

Natural language workflow builders eliminate that uncertainty. An IT admin types " Google Workspace password reset," and gets production-ready code in seconds. For something more sensitive, manager or team approvals are one-click. The system writes the workflow, and even handles edge cases — like what happens when the manager is out of office — enforces security controls, and creates audit trails.

When building the automation takes less time than doing the task once, you stop debating whether it's worth it, and you just automate.

What Changes When IT Admins Can Build

The obvious result is coverage. Teams that used to automate only their highest-volume requests now automate 50-80% of tickets. Password resets happen instantly. Access requests that sat in queues for days get resolved in seconds. Onboarding workflows that needed manual coordination across multiple systems now run themselves.

But here's the bigger shift: IT admins who've spent their careers managing infrastructure can now ship production workflows that used to require developers. An admin can create an offboarding workflow — lock the device, revoke access across applications, notify the manager, archive the data, remove from Slack and email groups — from a single prompt.

This changes how IT capacity works. You used to scale by adding headcount, but now teams absorb more volume by automating faster than requests arrive. The question shifts from "can we build this?" to "what rules should govern this?"

The workflows don't just run faster, they're more secure by default. Because the automation enforces the rules you describe ("manager approval required," "access expires in 30 days," "notify security team"), you stop relying on admins to remember policies under pressure. Every action gets logged automatically, and least-privilege access becomes the path of least resistance instead of something you have to manually verify.

The Future of IT

The old model assumed IT's job was infrastructure management: keeping systems running and handling tickets when they break. But when your entire team can ship automation faster than requests arrive, IT's role transforms entirely. Tedious ticket queues disappear, replaced by strategic work building systems that scale across the organization. The role of IT professionals doesn't go away, it gets better.

The IT teams who escape the help desk don't just get their time back, they become the function that makes every other team's infrastructure problems disappear before they're felt. Onboarding that used to take three days happens in seconds, security policies that relied on human memory get enforced by code, and the systems that used to require careful maintenance start maintaining themselves.

This is what IT looks like when it's not a bottleneck and it's building the organization's operating system instead of just keeping it from crashing.

Jake Stauch is the Co-Founder and CEO of Serval

Hot Topics

The Latest

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 6 covers OpenTelemetry ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 5 covers APM and infrastructure monitoring ...

AI continues to be the top story across the industry, but a big test is coming up as retailers make the final preparations before the holiday season starts. Will new AI powered features help load up Santa's sleigh this year? Or are early adopters in for unpleasant surprises in the form of unexpected high costs, poor performance, or even service outages? ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 4 covers user experience, digital performance, website performance and ITSM ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 3 covers more predictions about Observability ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 2 covers predictions about Observability and AIOps ...

The Holiday Season means it is time for APMdigest's annual list of predictions, covering Observability and other IT performance topics. Industry experts — from analysts and consultants to the top vendors — offer thoughtful, insightful, and often controversial predictions on how Observability, AIOps, APM and related technologies will evolve and impact business in 2026 ...

IT organizations are preparing for 2026 with increased expectations around modernization, cloud maturity, and data readiness. At the same time, many teams continue to operate with limited staffing and are trying to maintain complex environments with small internal groups. These conditions are creating a distinct set of priorities for the year ahead. The DataStrike 2026 Data Infrastructure Survey Report, based on responses from nearly 280 IT leaders across industries, points to five trends that are shaping data infrastructure planning for 2026 ...

Developers building AI applications are not just looking for fault patterns after deployment; they must detect issues quickly during development and have the ability to prevent issues after going live. Unfortunately, traditional observability tools can no longer meet the needs of AI-driven enterprise application development. AI-powered detection and auto-remediation tools designed to keep pace with rapid development are now emerging to proactively manage performance and prevent downtime ...

Every few years, the cybersecurity industry adopts a new buzzword. "Zero Trust" has endured longer than most — and for good reason. Its promise is simple: trust nothing by default, verify everything continuously. Yet many organizations still hesitate to implement Zero Trust Network Access (ZTNA). The problem isn't that ZTNA doesn't work. It's that it's often misunderstood ...

When Automating Forever Becomes Faster Than Doing It Once

Jake Stauch
Serval

I spent five years building products for IT teams at Verkada, and I kept hearing the same thing: "Get me out of the help desk."

People want to be doing more engaging work, yet their day often gets overrun by addressing urgent IT tickets.

But thanks to advances in AI "vibe coding," where a user describes what they want in plain English and the AI turns it into working code, IT teams can automate ticketing workflows and offload much of that work. Password resets that used to take 5 minutes per request now get resolved automatically, forever, by building a workflow prompted with "{tool} password reset". As a result ticket queues that stretched to hundreds shrink to dozens, and IT professionals spend their time building systems instead of resetting passwords.

Why IT Teams Don't Automate More

The problem isn't knowing what to automate. IT teams can list exactly which tasks eat their time: password resets, access requests, onboarding workflows. The real problem is uncertainty.

Traditional automation platforms ask you to invest an unknown amount of time building something for an unknown return. You don't know if it'll take two hours or two months to build. You don't know if you're accidentally granting overly broad access that violates least-privilege principles. You don't know how long it'll work before some API change breaks it. And because manual processes don't create audit trails, you don't even know if you can prove what happened when security or compliance asks questions later. As a result, teams decide to spend extra time doing the task manually because they're comfortable with what they know.

Natural language workflow builders eliminate that uncertainty. An IT admin types " Google Workspace password reset," and gets production-ready code in seconds. For something more sensitive, manager or team approvals are one-click. The system writes the workflow, and even handles edge cases — like what happens when the manager is out of office — enforces security controls, and creates audit trails.

When building the automation takes less time than doing the task once, you stop debating whether it's worth it, and you just automate.

What Changes When IT Admins Can Build

The obvious result is coverage. Teams that used to automate only their highest-volume requests now automate 50-80% of tickets. Password resets happen instantly. Access requests that sat in queues for days get resolved in seconds. Onboarding workflows that needed manual coordination across multiple systems now run themselves.

But here's the bigger shift: IT admins who've spent their careers managing infrastructure can now ship production workflows that used to require developers. An admin can create an offboarding workflow — lock the device, revoke access across applications, notify the manager, archive the data, remove from Slack and email groups — from a single prompt.

This changes how IT capacity works. You used to scale by adding headcount, but now teams absorb more volume by automating faster than requests arrive. The question shifts from "can we build this?" to "what rules should govern this?"

The workflows don't just run faster, they're more secure by default. Because the automation enforces the rules you describe ("manager approval required," "access expires in 30 days," "notify security team"), you stop relying on admins to remember policies under pressure. Every action gets logged automatically, and least-privilege access becomes the path of least resistance instead of something you have to manually verify.

The Future of IT

The old model assumed IT's job was infrastructure management: keeping systems running and handling tickets when they break. But when your entire team can ship automation faster than requests arrive, IT's role transforms entirely. Tedious ticket queues disappear, replaced by strategic work building systems that scale across the organization. The role of IT professionals doesn't go away, it gets better.

The IT teams who escape the help desk don't just get their time back, they become the function that makes every other team's infrastructure problems disappear before they're felt. Onboarding that used to take three days happens in seconds, security policies that relied on human memory get enforced by code, and the systems that used to require careful maintenance start maintaining themselves.

This is what IT looks like when it's not a bottleneck and it's building the organization's operating system instead of just keeping it from crashing.

Jake Stauch is the Co-Founder and CEO of Serval

Hot Topics

The Latest

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 6 covers OpenTelemetry ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 5 covers APM and infrastructure monitoring ...

AI continues to be the top story across the industry, but a big test is coming up as retailers make the final preparations before the holiday season starts. Will new AI powered features help load up Santa's sleigh this year? Or are early adopters in for unpleasant surprises in the form of unexpected high costs, poor performance, or even service outages? ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 4 covers user experience, digital performance, website performance and ITSM ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 3 covers more predictions about Observability ...

In APMdigest's 2026 Observability Predictions Series, industry experts offer predictions on how Observability and related technologies will evolve and impact business in 2025. Part 2 covers predictions about Observability and AIOps ...

The Holiday Season means it is time for APMdigest's annual list of predictions, covering Observability and other IT performance topics. Industry experts — from analysts and consultants to the top vendors — offer thoughtful, insightful, and often controversial predictions on how Observability, AIOps, APM and related technologies will evolve and impact business in 2026 ...

IT organizations are preparing for 2026 with increased expectations around modernization, cloud maturity, and data readiness. At the same time, many teams continue to operate with limited staffing and are trying to maintain complex environments with small internal groups. These conditions are creating a distinct set of priorities for the year ahead. The DataStrike 2026 Data Infrastructure Survey Report, based on responses from nearly 280 IT leaders across industries, points to five trends that are shaping data infrastructure planning for 2026 ...

Developers building AI applications are not just looking for fault patterns after deployment; they must detect issues quickly during development and have the ability to prevent issues after going live. Unfortunately, traditional observability tools can no longer meet the needs of AI-driven enterprise application development. AI-powered detection and auto-remediation tools designed to keep pace with rapid development are now emerging to proactively manage performance and prevent downtime ...

Every few years, the cybersecurity industry adopts a new buzzword. "Zero Trust" has endured longer than most — and for good reason. Its promise is simple: trust nothing by default, verify everything continuously. Yet many organizations still hesitate to implement Zero Trust Network Access (ZTNA). The problem isn't that ZTNA doesn't work. It's that it's often misunderstood ...