Agentic AI Isn't One Thing. It's a System. Here's How to Build It Right.
Agentic AI isn't one all-knowing model — it's several systems working together, and only one is the AI. How to scope it right.
When hotel leaders hear “agentic AI,” most picture a single, all-knowing model handling everything: reading your PMS, writing your forecast, maybe even negotiating with a vendor on your behalf. That picture is wrong, and it’s an expensive kind of wrong. It leads hotel groups to either overpay for a black box that can’t explain its own numbers, or underbuild something that looks impressive in a demo and falls apart the first time it hits a messy P&L.
Here’s the reframe:
Agentic AI isn’t a single system. It’s several systems working together, and only one of them is actually the AI.
The model is the brain. It’s not the whole body.
At the center of any agentic system sits a language model, the reasoning engine that interprets intent, plans steps, and decides what to do next. That’s the part everyone’s excited about, and rightly so. But a brain without a body doesn’t get much done. Around that reasoning core, real agentic systems call out to tools: Python scripts, statistical models, structured data pipelines, APIs, document generators. Those tools aren’t “AI” in the sense most people mean; they’re deterministic. Same input, same output, every time. That predictability isn’t a limitation. It’s the point.
This is exactly the architecture that’s emerging as the standard in serious agentic AI design: a planner decides what needs to happen, a router matches that intent to the right tool, and the tool, often plain code rather than a model, executes it with a guaranteed, auditable result. The model orchestrates. The tools deliver. Keeping those roles separate is what turns a clever demo into a system you can actually run a business on.
A hotel example: benchmarking done wrong vs. done right
Say you’re building a performance benchmarking tool to judge how one of your properties is doing against plan, against its comp set, or against its own history.
The tempting shortcut is to hand a language model your raw financials and ask it to “analyze performance.” It’ll produce something that reads well. It will also, sooner or later, hallucinate a number, miss a seasonality pattern, or quietly misread a renovation month that tanked occupancy for reasons that have nothing to do with performance.
The better build separates the work:
- Input layer. RevPAR, GOPPAR, ADR, occupancy, and comp-set data pulled cleanly from your PMS, STR reports, and accounting system.
- Processing layer. A purpose-built statistical model doing the actual forecasting: multiple regression, time-series decomposition, segment-level breakdowns. This is the same toolkit hotel finance teams have trusted for decades. It’s just running on infrastructure that used to be out of reach for anyone under nine figures in revenue.
- Output layer. A Python process that transforms the model’s output into whatever your team actually uses: a GM-ready dashboard, a board deck, a flagged exception report.
The language model can absolutely help build every layer of that stack. It can write the regression code, structure the pipeline, generate the deck. But once built, the benchmarking engine itself doesn’t need to “think” every time it runs. It needs to calculate, consistently, the same way every month. That’s a deterministic job wearing an AI-built coat, and it’s far more dependable than asking a model to eyeball your numbers fresh each time.
Why this era is different: the cost curve, not just the capability
Here’s the part that doesn’t get said enough. Statistical forecasting, regression-based benchmarking, custom data models: none of this is new. Hotel finance teams have wanted this kind of tooling for decades. What’s new is who can afford it.
I’ve watched this shift firsthand. A regression-based forecasting build that takes about 50 hours today is functionally the same kind of project that could easily have taken 1,000 hours just seven or eight years ago, back when it meant a custom engagement with a data science team, months of build time, and ongoing maintenance contracts to match. The gap wasn’t in what was mathematically possible. It was in how much staff time it took to build and maintain. Iteration and upkeep have gotten proportionally faster too. The model that used to require a standing team to maintain now takes a fraction of that time to keep current.
That’s the real unlock for hotel groups under the $100M mark who’ve watched enterprise chains run circles around them with tooling that was always priced for someone else’s balance sheet. The math changed. The tools that used to separate the big players from everyone else are now buildable by a lean team with the right AI-assisted development approach, and buildable as the deterministic, auditable systems finance teams have always wanted, not a black box that happens to be cheaper.
What this means when you’re scoping your next AI project
Before you greenlight an “agentic AI” project at your property or portfolio, break it into its actual components:
- What data does it need? Financials, PMS data, comp-set benchmarks, external market data. Get specific about sourcing before anyone writes a line of code.
- What’s the processing logic? Does this need statistical rigor (regression, time-series, segment modeling) or genuine judgment and language understanding? Often it’s both, in different parts of the pipeline.
- What’s the output, and who consumes it? A GM needs a different artifact than a board.
Then, and this is the part worth pinning above your desk:
Save the model’s reasoning for the parts of the job that actually require judgment: interpreting ambiguous requests, handling exceptions, deciding what to do next. Everything else should run the same way every time.
Three questions to ask any AI vendor pitching you an “agentic” solution
- Which parts of this system are deterministic, and which parts are the model reasoning live? If they can’t answer clearly, they haven’t built the architecture; they’ve wrapped a chatbot.
- Can you show me the same input producing the same output twice? For anything touching your financials, it should.
- How many hours would this have taken to build five years ago, and why is it faster now? If the answer isn’t the tooling and infrastructure, if it’s “we cut corners on the model,” ask what got cut.
Agentic AI is genuinely changing what’s affordable for hotel groups outside the top tier. But the winners in this next stretch won’t be the ones who bolt a language model onto everything. They’ll be the ones who understand which parts of their operation actually need a brain, and which just need dependable, well-built machinery underneath it.