Every automation platform that uses artificial intelligence carries an operating cost that scales with usage. How that cost behaves as a franchisee grows from five restaurants to fifty is not a detail of implementation — it is the single factor that determines whether the price quoted at signing is the price still being paid two years later.
This paper explains the architectural choice behind Edgebrook’s Automation Framework and why that choice produces a stable, predictable monthly cost. The Framework executes its workflows deterministically: the navigation, extraction, and import steps run as defined, repeatable code paths against Sculpture Hospitality and the connected point-of-sale system. Artificial intelligence is invoked narrowly and only where genuine interpretation is required, such as reading a scanned distributor invoice.
The prevailing alternative in the current market is the agentic pattern, in which an AI model observes each screen and decides what to click. That approach is flexible, and for some problems it is the right tool. For the recurring, high-volume, structurally stable workflows that define Sculpture operations, even a well-optimized agentic implementation consumes more than twenty-five times the execution cost of the deterministic approach for identical output.
Edgebrook’s tier pricing is set as a flat monthly figure with a per-restaurant rate and a hard ceiling at the highest tier. That structure is only sustainable because the underlying execution cost per restaurant is small, stable, and does not grow with the length or complexity of a workflow run. This paper sets out the evidence for that claim and the methodology behind it.
A pattern has emerged across enterprise deployments of AI-driven automation over the past two years, and it is counterintuitive enough to be worth stating plainly.
The cost of a single unit of AI processing, measured per million tokens, has dropped further and faster than almost any comparable technology input. A tracked index of frontier model pricing sits approximately 88 percent below its early-2023 baseline, with roughly 80 percent of that decline occurring in the twelve months between early 2025 and early 2026. Competition among providers is intense and inference efficiency continues to improve. There is no present indication that this trend is reversing.
Despite that decline, organizations deploying AI automation report their spending increasing year over year. Published survey data places the average enterprise monthly AI expenditure at approximately eighty-five thousand dollars, up more than a third from the prior year, with a majority of enterprises reporting margin erosion tied directly to AI workload costs.
The explanation is consumption. Agentic workflows have been measured at consuming between five and thirty times the processing volume of a conventional AI interaction for the same completed task. An agent that reasons iteratively, observes results, and self-corrects may issue dozens or hundreds of model calls to accomplish what a defined script accomplishes in one pass. The unit that appears on the invoice is the task, not the token, and a cheap token multiplied by an unbounded number of calls is not a cheap task.
A franchisee evaluating an automation platform is, whether or not the proposal says so, making a bet on that platform’s cost trajectory. If the vendor’s execution cost per restaurant rises with usage, one of three things follows: the vendor raises prices, the vendor imposes usage caps that were not discussed at signing, or the vendor absorbs the loss until the arrangement becomes untenable. None of those outcomes is good for the operator who built a staffing plan around the original quote.
The workflows at issue are consistent across the Sculpture franchise network: Product Mix import from the point-of-sale system, distributor invoice ingestion, variance reporting, and period close. These can be automated two fundamentally different ways.
Navigation is defined in code. The Framework knows that the Product Mix report lives at a specific location, that the export control carries a specific identifier, and that the resulting file requires a specific set of column transformations before Sculpture’s importer will accept it. Each step executes the same way every time. An AI model is called only where the task requires genuine interpretation rather than navigation, and each such call is a single, bounded request.
The model is given a goal and a browser. At each step it receives a screenshot of the current screen, reasons about what it sees, and decides what to click. It then receives the resulting screen and repeats. Because the model carries no memory between calls, the entire accumulated history of the run is resubmitted at every step. A forty-step workflow therefore does not submit forty screenshots — it submits the first screenshot forty times, the second thirty-nine times, and so on.
That compounding is the central mechanic. Processing volume grows with the square of the step count, not in proportion to it. A workflow that doubles in length quadruples in cost.
| Property | Deterministic Framework | Agentic Loop |
|---|---|---|
| Cost per run | Fixed and known in advance | Varies with step count and screen complexity |
| Cost growth | Linear with restaurant count | Quadratic with workflow length |
| Reproducibility | Identical execution every run | May take a different path on each run |
| Failure mode | Deterministic and diagnosable | Non-deterministic, harder to reproduce |
| Retry cost | Only the failed step | Entire accumulated run to that point |
| Deferred execution | Eligible for batch processing | Not eligible; requires live session state |
| Audit trail | Every action logged as code | Reasoning may vary between runs |
| Best suited to | Stable, repeated, high-volume workflows | Novel or frequently changing interfaces |
The agentic approach is not inferior in general. Where a target interface changes frequently and selectors break constantly, the flexibility justifies the cost. Sculpture Hospitality, Toast, and Restaurant365 are mature enterprise applications with stable interfaces and defined release cycles — precisely the case in which determinism wins on cost, speed, and reliability simultaneously.
Edgebrook’s pricing is fixed and published: $350 per month at Tier 1, $750 at Tier 2, and $12 per restaurant at Tier 3, capped for now at $2,400 for a franchise of 200 restaurants. This section explains why those figures are possible, and what the same service costs when it is delivered on the prevailing alternative.
Both architectures perform the same four workflows, at the same weekly cadence, against the same systems, and produce the same result. The difference is how much processing each one consumes to get there.
The mechanic behind that figure is straightforward. An agentic system carries no memory between steps, so the entire accumulated history of a workflow run is resubmitted every time it takes an action. A forty-step run does not process forty screens; it processes the first screen forty times, the second thirty-nine times, and so on. Deterministic execution performs each step once, because the sequence is already known.
That comparison assumes a competently built agentic system with caching enabled and optimization applied. Unoptimized implementations consume several times more. The comparison is deliberately made against the strongest version of the alternative rather than the weakest.
Processing is one input among several. Deployment, integration with Sculpture and the point-of-sale system, ongoing support, and hosting are broadly comparable whichever architecture a vendor chooses. Holding those constant and varying only the cost of execution gives the price a comparable vendor would need to charge to deliver the same service. The figure below places the two side by side on the same scale, tier by tier.
| Tier | Restaurants | Edgebrook price | Agentic vendor | Difference |
|---|---|---|---|---|
| Tier 1 | 20 | $350 | $570 | 1.6× |
| Tier 2 | 50 | $750 | $1,300 | 1.7× |
| Tier 3 | 200 | $2,400 | $4,620 | 1.9× |
The disadvantage grows with the size of the operation. At twenty restaurants the difference is roughly sixty percent; at two hundred it approaches double. This is the reverse of the volume economics an operator expects, and it follows directly from the architecture. Edgebrook’s cost of serving each additional restaurant is negligible, so the per-restaurant rate can fall as the estate grows. On an agentic system that cost is substantial and does not fall, so the rate cannot.
Three mechanics push agentic processing volume upward over the life of a deployment, and none of them applies to deterministic execution.
The figures above therefore describe the two architectures on the day they are deployed. Every subsequent month of workflow refinement moves them further apart, and that movement has to be absorbed somewhere: in the vendor’s margin, in a price revision, or in a limit on how often workflows may run.
Edgebrook’s tiers price on a graduated (banded) scale, the way marginal tax brackets work. Tier 1 is a flat monthly rate. Above it, each additional restaurant adds a fixed amount — but each tier’s rate applies only to the restaurants that fall inside that tier’s band, never retroactively to the whole estate. Because a lower tier rate is never charged against the restaurants below it, the monthly total only ever rises: crossing into a higher tier can never lower an operator’s bill. Each tier includes the four core workflows deployed and operating.
| Band | Restaurants | Rate above previous band | Cap (max) reached at | Blended rate at cap |
|---|---|---|---|---|
| Tier 1 | 1–20 | Flat $350 | $350 · any count 1–20 | $17.50 |
| Tier 2 | 21–50 | +$15 per restaurant | $750 at 47 restaurants | $15.00 |
| Tier 3 | 51–200 | +$12 per restaurant | $2,400 at 188 restaurants | $12.00 |
The band rates are set so the blended (all-in, per-restaurant) price lands on the published figures — $17.50 at 20 restaurants, $15.00 at 50, and $12.00 at 200 — while the total climbs smoothly in between. An operator pays for the size it actually runs rather than a single flat tier price. The $2,400 ceiling is reached at 200 restaurants. The figure below plots the whole scale, with two worked examples directly beneath it.
Each restaurant is billed at its own band’s rate and the bands add up — so the total always climbs and the blended rate slides down toward $12 as the estate grows, exactly as the graph shows.
Three properties of this structure follow directly from the architecture described above.
A platform built on the agentic pattern cannot offer a capped tier of this kind without either pricing the cap defensively high or accepting an open-ended liability. Where flat pricing is offered on that architecture, it is typically accompanied by execution quotas, fair-use limits, or overage provisions that surface only after deployment.
Each tier includes the four core workflows, and the deployment cost covers bringing all four into operation. Workflows beyond those four constitute additional scope and are addressed by formal proposal before any work begins. The economics described in this paper apply equally to additional workflows, which is why they can be quoted at a predictable cost rather than as an open-ended engagement.
Cost is the most measurable advantage of deterministic execution but not necessarily the most important one. Sculpture Hospitality functions as the system of record for beverage inventory, recipe costing, and variance analysis. The output of these workflows feeds ordering decisions and period financials.
Deterministic execution produces the same result from the same input every time. That property makes the automation testable in the conventional sense: a change can be validated against a regression suite before it reaches a production tenant, and a failure can be reproduced on demand rather than inferred from logs. A workflow whose execution path may differ between runs cannot offer the same assurance, and in a system feeding financial close, that distinction is material.
This is a discipline carried over from enterprise quality-engineering practice, where reproducibility is the precondition for every other guarantee a platform makes about its own behavior.
The comparative figures in Section 4 derive from the following modeled assumptions. They are stated explicitly so that they can be examined, challenged, and replaced with measured production values.
| Workflow | Runs / month | Input volume | Output volume |
|---|---|---|---|
| Product Mix import | 4 | 5,000 tokens | 1,000 tokens |
| Invoice ingestion | 4 | 4,000 tokens | 1,000 tokens |
| Variance reporting | 4 | 8,000 tokens | 1,500 tokens |
| Period close | 4 | 10,000 tokens | 2,000 tokens |
These are modeled estimates, not measurements. Actual volumes vary with restaurant size, transaction count, and invoice format. Scanned invoice documents consume materially more processing than text-based equivalents. Point-of-sale exports for high-volume locations may exceed the figures above.
The relative conclusions are robust to substantial variation in these inputs, because the difference between the architectures is one of order of magnitude rather than degree. The absolute figures should be replaced with instrumented production values before being used for any purpose beyond comparison.
Edgebrook Software, LLC — Deterministic Automation and the Economics of Predictable Pricing. Modeled comparison for evaluation purposes; absolute figures should be replaced with instrumented production values.