Guild AI is building an infrastructure control plane for production AI agents, addressing the growing difficulty of deploying, monitoring, governing, and optimizing agents that take actions inside enterprise systems. Its platform provides cross-provider usage and cost visibility, agent workspaces, an Agent Hub for sharing and adapting workflows, trust-and-safety controls, internal evaluations, and an optimizer that can replace unnecessary language-model-driven steps with deterministic code or lower-cost models. The company reports internal optimization examples of approximately 16% to 23% cost reductions with little measured quality degradation, while citing an external Microsoft Azure networking case in which a similar agent-to-code transition reduced costs by more than 70%. These results are promising but are presented as selected examples rather than independently verified, broadly representative production benchmarks.
Guild AI is developing a control plane for organizations that build and operate AI agents in production. The central problem is that language-model-based agents can move beyond chat and take real actions in software systems, while engineering and finance teams may have limited visibility into which agents are running, which models they call, how many tokens they consume, what those calls cost, and whether the resulting work creates measurable business value. Guild’s proposed solution combines agent deployment and workspaces with usage observability, cost attribution, evaluation, sharing, governance, and automated optimization across model providers.
The case is especially focused on reducing waste in agentic systems. Guild argues that token consumption is an input cost, not a proxy for effectiveness: optimizing for more tokens could encourage unnecessarily long prompts, excessive tool calls, or overly expensive models without improving outcomes. Its optimizer examines prior agent sessions, evaluates the quality of the resulting behavior, and recommends changes such as switching to a less expensive model or converting language-model-driven portions of a workflow into deterministic code. Demonstrations described in the case show cost reductions of roughly 16% and 23% with little apparent quality loss. These examples indicate a useful LLMOps direction, but the available evidence is limited to selected internal demonstrations and claims made by the company.
Guild’s target environment is a company in which many teams are independently creating agents for engineering, compliance, research, monitoring, and other operational tasks. In an early experimentation phase, teams can tolerate manual oversight and relatively high inference costs. Once those agents become part of production workflows, the operational requirements change. The organization needs to know which agents exist, who is using them, what models and tools they invoke, how much they spend, and whether they are reliable and safe enough to remain active.
The company also identifies a measurement failure around “token maxing.” Token count is easy to collect, but maximizing it does not necessarily maximize business impact. A system that consumes more tokens may be reasoning more effectively, or it may simply be using unnecessarily large models, repeating context, taking inefficient routes, or generating excessive intermediate output. A production control plane therefore needs to connect technical telemetry—tokens, cache rates, model selection, and spend—to quality and business outcomes rather than treating usage volume as success.
A second challenge is non-determinism. The same model request may not reliably produce the same answer twice, even when the prompt is unchanged. That makes traditional software assumptions about repeatability, regression testing, and predictable execution harder to apply. It also creates an opportunity to isolate the parts of a workflow that genuinely require probabilistic language-model behavior from the parts that can be implemented as ordinary, deterministic software.
Guild presents its platform as an infrastructure layer between enterprise applications and the agents that operate within them. It is described as model-provider neutral, allowing organizations to track agents using different model providers rather than tying observability and optimization to a single vendor. The platform includes workspaces in which agents run, usage dashboards for operational and financial monitoring, an Agent Hub for publishing and reusing agents, and an optimizer for analyzing prior sessions and proposing lower-cost configurations.
The usage dashboard exposes high-level indicators such as monthly spend, token usage, and cache rate. Users can drill into individual days, agents, models, and users to identify the source of spending. One example shows a coding agent costing $126 on a particular day, which gives the team a concrete starting point for deciding whether that level of expenditure is justified. This type of breakdown supports budget monitoring, anomaly investigation, chargeback or accountability discussions, and prioritization of optimization work, although the case does not describe a complete financial-accounting integration or formal budget enforcement mechanism.
The platform’s optimizer uses an internal evaluation system. It looks at previous sessions for an agent, considers the agent’s intended goal, and compares candidate changes against the observed behavior. In one demonstration, the system recommended switching an agent to Haiku 4.5 and reported that the workspace became approximately 23% cheaper while quality changed only marginally, with a displayed quality difference of 0.01. Another agent reportedly retained the same quality while reducing cost by 16%. The interface allows the user to inspect the relevant evaluation and apply the proposed change to the workspace with a single action.
The intended optimization pattern is broader than model substitution. Guild describes converting some language-model agents into code-based agents and using hybrid agents where only selected steps require an LLM. A fully deterministic implementation may be appropriate for fixed transformations, routing, validation, or other predictable logic. A hybrid implementation can reserve model calls for ambiguous interpretation or planning while executing repeatable steps in code. A fully agentic implementation remains available for tasks that require broad tool access, flexible reasoning, or dynamic workflows. This decomposition can reduce latency, cost, and variance, but it also requires careful testing to ensure that the deterministic replacement preserves the behavior that users actually need.
Guild’s own engineering process is presented as an example of ambient agent automation. Events such as checking code into a repository can trigger agents that perform compliance checks or code review automatically. The design goal is to embed useful agent behavior into existing infrastructure rather than requiring developers to start every task manually. The company also describes “software factories,” in which structured planning decomposes work into tasks that can be assigned to agents, monitored, and reviewed by humans.
This operating model keeps people in the loop for high-value or judgment-intensive work while delegating tedious setup and repetitive execution. An agent may create a prototype harness, perform preliminary analysis, or complete foundational implementation work, after which a developer reviews the output, checks the running result, and decides whether to proceed. The case does not establish that these workflows are universally reliable; rather, it illustrates a production pattern in which agents are treated as composable workers whose outputs require integration with normal engineering review and operational controls.
The Agent Hub adds a distribution and reuse layer. Users can publish agents, browse creators, fork existing work, adapt it to a specific need, and use integrations shared by the community. Guild also describes adding trust-and-safety features to create more confidence around published agents. In an enterprise setting, this kind of catalog could reduce duplicated effort, but it introduces familiar supply-chain concerns: organizations would need permissions, provenance, versioning, review, isolation, and controls over what an imported agent can access. The case indicates that Guild is addressing trust and safety, but does not specify the full policy or sandboxing model.
Guild’s Smith experience provides a higher-level way to configure workflows. A user can select a workflow such as competitor updates, provide competitor information and a schedule, and have the system configure a workspace. Smith also creates an initial handoff session that produces the first output and explains how the workspace should be used. This reduces the onboarding burden for users who do not want to configure an agent from a command line or understand the underlying workspace structure. The tradeoff is that generated configuration still needs inspection: schedules, data sources, permissions, notification targets, and model choices can all affect reliability and cost.
Evaluation is the key mechanism that makes automated optimization safer than simply choosing the cheapest available model. Guild says it evaluates previous sessions and allows users to inspect the specific evaluation behind a reported quality change. In principle, this enables a workflow such as:
The case provides evidence of this process through the reported 16% and 23% savings examples and the claimed minimal quality degradation. It also cites a Microsoft Azure networking case discussed internally by Guild, where a workflow moved over an eight-month period from entirely language-model-driven agents toward approximately 45% purely deterministic agents and approximately 25% hybrid agents. That case reportedly reduced costs by more than 70%. The example supports the general proposition that some agent behavior can be replaced with code, but it is not presented with enough methodological detail to determine the evaluation dataset, quality criteria, workload mix, or whether the result transfers to Guild’s customers.
A mature implementation would need evaluations that cover task success, factual or procedural correctness, tool-call validity, safety-policy compliance, latency, failure recovery, and user acceptance—not only token or dollar reduction. It would also need regression suites for prompts, tools, model versions, deterministic replacements, and workflow changes. Historical sessions can be useful for replay testing, but they may not represent rare failures, changing business rules, new tools, or adversarial inputs. The case establishes that Guild has an internal evaluation system, while leaving the precise metrics, statistical controls, and deployment gates unspecified.
The principal reported results are improved visibility into agent spending and the ability to reduce inference cost without a substantial observed reduction in quality. Guild’s dashboard provides per-day, per-agent, per-model, and per-user views, while its optimizer reports savings of approximately 16% to 23% in the showcased examples. The external Azure networking example, as described by Guild, reports more than 70% savings after moving substantial workflow logic from LLM agents to deterministic or hybrid implementations.
These results should be interpreted as directional rather than as a general guarantee. Cost savings depend on the initial model, prompt design, cache behavior, workload distribution, and the proportion of a workflow that can be made deterministic. A cheaper model may perform adequately on historical examples but fail on unusual inputs. Replacing an agent with code may lower inference cost while increasing engineering and maintenance cost, especially when business rules change. Conversely, retaining an expensive flexible agent may be justified when errors are costly or when the task is genuinely open-ended.
The case also suggests that observability must extend beyond infrastructure metrics. Spend and tokens are necessary for operating an agent estate, but the relevant question is whether the system produces useful, safe, and timely outcomes. Guild’s positioning is strongest where it connects model choice and execution strategy to evaluations and operational data. Its open challenges include proving quality preservation across diverse customer workloads, defining standardized business-impact metrics, managing permissions for shared agents, and ensuring that optimization recommendations do not silently alter behavior in ways that are difficult to detect.
Overall, Guild AI represents an LLMOps approach centered on agent governance and efficiency rather than model training. Its control-plane concept addresses a real production gap: organizations need deployment, observability, evaluation, cost management, and safety mechanisms as agents become operational software components. The material demonstrates a plausible architecture and several encouraging examples, while the broader effectiveness of the platform depends on the rigor of its evaluations, the completeness of its governance controls, and whether reported savings hold across independent enterprise workloads.
This AWS re:Invent 2025 session explores the challenges organizations face moving AI projects from proof-of-concept to production, addressing the statistic that 46% of AI POC projects are canceled before reaching production. AWS Bedrock team members and Vercel's director of AI engineering present a comprehensive framework for production AI systems, focusing on three critical areas: model switching, evaluation, and observability. The session demonstrates how Amazon Bedrock's unified APIs, guardrails, and Agent Core capabilities combined with Vercel's AI SDK and Workflow Development Kit enable rapid development and deployment of durable, production-ready agentic systems. Vercel showcases real-world applications including V0 (an AI-powered prototyping platform), Vercel Agent (an AI code reviewer), and various internal agents deployed across their organization, all powered by Amazon Bedrock infrastructure.
Snorkel developed a specialized benchmark dataset for evaluating AI agents in insurance underwriting, leveraging their expert network of Chartered Property and Casualty Underwriters (CPCUs). The benchmark simulates an AI copilot that assists junior underwriters by reasoning over proprietary knowledge, using multiple tools including databases and underwriting guidelines, and engaging in multi-turn conversations. The evaluation revealed significant performance variations across frontier models (single digits to ~80% accuracy), with notable error modes including tool use failures (36% of conversations) and hallucinations from pretrained domain knowledge, particularly from OpenAI models which hallucinated non-existent insurance products 15-45% of the time.
Stripe, processing approximately 1.3% of global GDP, has evolved from traditional ML-based fraud detection to deploying transformer-based foundation models for payments that process every transaction in under 100ms. The company built a domain-specific foundation model treating charges as tokens and behavior sequences as context windows, ingesting tens of billions of transactions to power fraud detection, improving card-testing detection from 59% to 97% accuracy for large merchants. Stripe also launched the Agentic Commerce Protocol (ACP) jointly with OpenAI to standardize how agents discover and purchase from merchant catalogs, complemented by internal AI adoption reaching 8,500 employees daily using LLM tools, with 65-70% of engineers using AI coding assistants and achieving significant productivity gains like reducing payment method integrations from 2 months to 2 weeks.