<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Cranberry Journal — AI</title>
<link>https://cranberryjournal.com/ai/</link>
<description>AI coverage from Cranberry Journal: independent business, technology &amp; culture.</description>
<language>en-us</language>
<copyright>Copyright Cranberry Journal. All rights reserved.</copyright>
<managingEditor>editor@cranberryjournal.com (Margaret Holloway)</managingEditor>
<webMaster>webmaster@cranberryjournal.com (Cranberry Journal)</webMaster>
<lastBuildDate>Mon, 17 Aug 2026 01:33:08 GMT</lastBuildDate>
<generator>Cranberry Journal static generator</generator>
<docs>https://www.rssboard.org/rss-specification</docs>
<atom:link href="https://cranberryjournal.com/ai/feed.xml" rel="self" type="application/rss+xml"/>
<image>
  <url>https://cranberryjournal.com/assets/photos/og-default.jpg</url>
  <title>Cranberry Journal — AI</title>
  <link>https://cranberryjournal.com/ai/</link>
</image>
  <item>
    <title>Inference Costs Move From Footnote to Line Item</title>
    <link>https://cranberryjournal.com/ai/inference-costs-line-item/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/inference-costs-line-item/</guid>
    <pubDate>Thu, 13 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>Training got the headlines and the capital budget. The recurring cost of running models in production is what finance departments are now trying to forecast, mostly badly.</description>
    <content:encoded><![CDATA[<p>The public conversation about the cost of artificial intelligence has been a conversation about training: the capital, the chips, the energy, the scale of the facilities. That framing made sense while the frontier was the story and deployment was mostly pilots.</p>
<p>Inside companies that have shipped, the number that matters is the other one. Inference, the cost of actually running a model each time someone uses the feature, is recurring, scales with adoption, and behaves in ways that traditional software cost models do not prepare anyone for.</p>
<h2>Success is the thing that raises the bill</h2>
<p>Conventional software has near-zero marginal cost per use. A feature that becomes ten times more popular costs approximately what it cost before, which is why software companies are structured the way they are and why product teams have spent thirty years being told to drive engagement.</p>
<p>Model inference inverts that instinct. Every invocation consumes compute, and usage growth converts directly into cost growth. Teams that shipped a well-received feature have found themselves in the disorienting position of watching adoption metrics and unit economics move in opposite directions.</p>
<aside class="pullquote">For thirty years the goal was more usage. The bill did not used to argue.</aside>
<p>This has pushed cost into architecture decisions that were previously made on capability alone. Routing simple requests to <a href="https://cranberryjournal.com/ai/ai-small-model-shift/">smaller models</a> and reserving frontier capacity for cases that need it is now standard practice rather than an optimization. Caching, batching, shortening context and truncating conversation history all matter in a way they did not when the same team was running a pilot with fifty users and an unmetered credit balance.</p>
<p>The forecasting problem is worse than the cost itself. Finance can accommodate an expensive line item it can predict. Inference spend depends on usage patterns, prompt lengths, retry behavior and how much context each request carries, and small changes in any of those move the total substantially. Companies describe budget variances that would be scandals in any other category, and they are mostly a measurement failure rather than a spending one, closely related to the general <a href="https://cranberryjournal.com/ai/ai-evaluation-gap/">evaluation gap</a> that leaves organizations unable to characterize their own systems.</p>
<p>The strategic consequence is a reopening of a question that looked settled. The <a href="https://cranberryjournal.com/ai/ai-spending-infrastructure/">infrastructure buildout</a> assumed inference would run in the same rented environments as training. Steady, high-volume inference of open-weight models is a different profile, predictable and continuous, which is precisely the workload the <a href="https://cranberryjournal.com/technology/cloud-repatriation/">repatriation</a> analysis targets. Several organizations have run that comparison and reached conclusions their cloud vendors would prefer they had not.</p>
<p>Pricing the feature is the part product teams have handled worst. A capability whose marginal cost is real cannot be given away at unlimited volume inside a flat-rate plan, and several companies have had to introduce usage limits after launch, which is a considerably worse experience than having set them at the outset.</p>
<p>Prices per token continue to fall, and that is the argument for waiting the problem out. It is a weaker argument than it appears, because the same period has seen applications adopt reasoning approaches that consume far more tokens per task. Unit prices falling while units per task rise is not obviously a saving, and it is the arithmetic most budgets have failed to do.</p>
<p>Earlier Cranberry Journal coverage examined <a href="https://cranberryjournal.com/ai/model-deprecation-risk/">Model Deprecation Becomes an Enterprise Risk</a>, the other recurring cost of building on someone else's model.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/inference-costs-line-item.jpg" length="368425" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/inference-costs-line-item.jpg" type="image/jpeg" medium="image" fileSize="368425"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/inference-costs-line-item.jpg"/>
  </item>
  <item>
    <title>AI Spending Moves From Experimentation to Infrastructure</title>
    <link>https://cranberryjournal.com/ai/ai-spending-infrastructure/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/ai-spending-infrastructure/</guid>
    <pubDate>Wed, 12 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>Corporate AI budgets are shifting out of innovation labs and into core operating lines, a change that is quietly redrawing how companies account for technology itself.</description>
    <content:encoded><![CDATA[<p>For the better part of three years, <a href="https://cranberryjournal.com/ai/ai-small-model-shift/">artificial intelligence</a> lived in a comfortable corner of the corporate budget: the innovation line. It was money set aside to be lost gracefully, spent on pilots, proofs of concept and vendor bake-offs that could be quietly retired if they failed to impress.</p>
<p>That arrangement is ending. Across earnings calls, <a href="https://cranberryjournal.com/ai/model-procurement-standards/">procurement</a> documents and interviews with finance and technology executives, a consistent pattern has emerged this year. AI spending is migrating out of experimental budgets and into the same operating lines that pay for payroll software, cloud hosting and telecommunications. The question inside companies is no longer whether the technology deserves money. It is which department is accountable for the invoice.</p>
<h2>From project to plumbing</h2>
<p>The distinction matters more than it sounds. Experimental spending is judged on learning. Operating spending is judged on output. When a company reclassifies AI from the first category to the second, it commits itself to measuring the technology the way it measures electricity: continuously, unsentimentally and against alternatives.</p>
<p>Finance chiefs describe the shift in strikingly similar language. One controller at a midsized logistics firm put it this way: the company stopped asking what AI could do and started asking what it would cost to turn it off.</p>
<aside class="pullquote">The company stopped asking what AI could do and started asking what it would cost to turn it off.</aside>
<p>That framing, borrowed from the way businesses think about core infrastructure, changes procurement behavior. Contracts lengthen. Legal review deepens. Vendors that thrived on enthusiasm now face the same renewal scrutiny applied to any utility.</p>
<h2>The new line items</h2>
<p>The budget migration is visible in three places.</p>
<ul><li><strong>Inference as a metered cost.</strong> Companies increasingly treat model usage the way they treat cloud compute, with monthly variance reports and per-department allocation.</li><li><strong>Data preparation as a standing function.</strong> What began as one-off cleanup projects has become permanent headcount, often inside finance or operations rather than IT.</li><li><strong>Evaluation as a control.</strong> Larger firms now budget for ongoing model testing the way they budget for audit, a recognition that the systems drift and must be re-verified.</li></ul>
<p>None of these lines existed in most budgets thirty-six months ago. Together they represent a small but structural change in the anatomy of corporate spending.</p>
<h2>Who owns the bill</h2>
<p>The unresolved question is organizational. In some companies the chief information officer has absorbed AI spending entirely. In others, business units pay for their own usage, with central IT acting as a broker. A third model, still rare but growing, places AI spending under the chief financial officer directly, on the theory that a metered cost that touches every department belongs with the office that already arbitrates every other shared expense.</p>
<p>Each model produces different behavior. Centralized ownership favors fewer, larger vendor relationships. Distributed ownership produces experimentation but also duplication, with multiple teams paying separately for similar capability.</p>
<h2>What it signals</h2>
<p>Technology spending tends to pass through a recognizable arc: novelty, enthusiasm, disillusionment, then quiet absorption into the cost of doing business. Electrification followed it. <a href="https://cranberryjournal.com/technology/legacy-software-rewrite/">Enterprise software</a> followed it. The evidence this year suggests <a href="https://cranberryjournal.com/ai/ai-agents-back-office/">artificial intelligence</a> has entered the final stage of that arc faster than most prior technologies, not because the enthusiasm was smaller but because the integration was easier.</p>
<p>The physical constraint on all of it is electricity, and the <a href="https://cranberryjournal.com/national/interconnection-queue-power/">interconnection queue</a> now holds more generation capacity waiting to connect than the grid currently carries. Compute plans that assume power arrives on schedule are making an assumption the queue does not support.</p>
<p>The recurring half of the bill is the one finance departments are now trying to forecast. <a href="https://cranberryjournal.com/ai/inference-costs-line-item/">Inference costs</a> scale with adoption rather than sitting still, which inverts thirty years of software instinct about what success does to a budget.</p>
<p>The companies that adjust their accounting first tend to be the ones that negotiate best. Once a cost is measured like infrastructure, it can be managed like infrastructure. That, more than any single product announcement, is the story of enterprise AI in 2026.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/ai-spending-infrastructure.jpg" length="261977" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/ai-spending-infrastructure.jpg" type="image/jpeg" medium="image" fileSize="261977"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/ai-spending-infrastructure.jpg"/>
  </item>
  <item>
    <title>AI Agents Take Over the Back Office, Quietly</title>
    <link>https://cranberryjournal.com/ai/ai-agents-back-office/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/ai-agents-back-office/</guid>
    <pubDate>Wed, 12 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>The most consequential AI deployments of the year are not chatbots. They are agents reconciling invoices, chasing documents and closing tickets nobody wanted to touch.</description>
    <content:encoded><![CDATA[<p>Ask executives where AI is actually earning its budget and the answers are strikingly unglamorous: invoice matching, claims intake, vendor onboarding, ticket triage, collections correspondence. The agent era has begun in the rooms without windows.</p>
<p>The pattern across deployments is consistent. Companies started with customer-facing chatbots, discovered the reputational risk of a system that improvises in public, and redirected the technology at internal processes where every action is checkable against a document, a ledger or a rule.</p>
<h2>Why the back office was ready</h2>
<p>Back-office work has three properties that suit autonomous software: it is repetitive, it is verifiable, and it is unloved. An agent that extracts terms from a contract can be audited line by line. One that drafts a collections email escalates to a human before anything sends. The cost of an error is a correction, not a headline.</p>
<aside class="pullquote">The safest place to deploy a system that occasionally gets things wrong is a department built entirely around catching things that are wrong.</aside>
<p>The economics compound with volume. Finance departments report processing growth without headcount growth, and the displaced hours have largely shifted to exception handling and vendor negotiation, the parts of the job that were always the actual job. As <a href="https://cranberryjournal.com/ai/small-businesses-generative-ai/">small businesses adopt the same tools</a>, the pattern is repeating below the enterprise tier.</p>
<p>The strategic consequence is a quiet redefinition of what companies buy. Procurement teams increasingly evaluate software by tasks completed rather than seats licensed, a shift with <a href="https://cranberryjournal.com/ai/model-procurement-standards/">real implications for how AI systems are vetted</a> before they touch a company's books.</p>
<p>The chatbot got the press conferences. The agent got the budget line.</p>
<p>Earlier Cranberry Journal coverage examined <a href="https://cranberryjournal.com/ai/ai-small-model-shift/">Small Models, Big Deployments</a>.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/ai-agents-back-office.jpg" length="162128" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/ai-agents-back-office.jpg" type="image/jpeg" medium="image" fileSize="162128"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/ai-agents-back-office.jpg"/>
  </item>
  <item>
    <title>The Training Data Market Grows Up</title>
    <link>https://cranberryjournal.com/ai/ai-training-data-licensing/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/ai-training-data-licensing/</guid>
    <pubDate>Thu, 06 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Alexander Reed]]></dc:creator>
    <category>AI</category>
    <description>After years of scraping first and negotiating later, AI developers are building formal licensing pipelines, and content owners are learning what their archives are worth.</description>
    <content:encoded><![CDATA[<p>The founding bargain of the AI boom was never really a bargain: developers took what the open web offered and asked forgiveness at scale. That era is closing, not through any single ruling but through the accumulation of contracts.</p>
<p>Licensing deals between AI developers and content owners, publishers, image libraries, forums, scientific archives, have moved from novelty to routine, and a genuine market is forming around them, with brokers, <a href="https://cranberryjournal.com/ai/model-procurement-standards/">standard terms</a> and the beginnings of price discovery.</p>
<h2>What archives are worth</h2>
<p>Pricing has begun to sort by scarcity and structure. Commodity web text commands little because everyone already has it. What commands real money is the material the open web lacks: cleanly labeled archives, specialized professional content, fresh reporting, and data with clear provenance a buyer can defend in court.</p>
<aside class="pullquote">The valuable thing was never the words. It was knowing where the words came from.</aside>
<p>For content owners the shift creates an unfamiliar asset class. Publications that spent two decades watching distribution value collapse are discovering that their back catalogs, organized, dated and rights-cleared, have industrial buyers. The <a href="https://cranberryjournal.com/media/independent-media-boom-economics/">economics of independent media</a> now include a line item nobody projected five years ago.</p>
<p>The unresolved tension is renewal. A model trained once on an archive does not obviously need it twice, which pushes owners toward ongoing-access structures, feeds rather than dumps, and pushes developers to value the one input that depreciates fastest: the present. Whoever keeps producing new, verifiable material holds the leverage, which is, for once, good news for the people doing the producing.</p>
<p>Related reporting has traced <a href="https://cranberryjournal.com/national/census-data-decisions/">the Quiet Fight Over the Numbers Everything Depends On</a>.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/ai-training-data-licensing.jpg" length="409610" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/ai-training-data-licensing.jpg" type="image/jpeg" medium="image" fileSize="409610"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/ai-training-data-licensing.jpg"/>
  </item>
  <item>
    <title>Small Businesses Find New Uses for Generative AI</title>
    <link>https://cranberryjournal.com/ai/small-businesses-generative-ai/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/small-businesses-generative-ai/</guid>
    <pubDate>Wed, 05 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>Away from enterprise pilots and keynote demos, small firms are putting generative tools to work on the least glamorous parts of operating a business.</description>
    <content:encoded><![CDATA[<p>The most instructive AI deployments this year are not happening at the companies with AI strategies. They are happening at companies with a single owner, a shared inbox and no patience for software that requires a consultant.</p>
<p>Interviews with small-business owners across services, trades and local retail reveal a consistent pattern: generative tools are being adopted for narrow, unglamorous jobs where the alternative was the owner's own evening hours.</p>
<h2>Where it sticks</h2>
<p>The applications that survive past the first month cluster in four areas: drafting quotes and estimates from job notes, following up with customers who went quiet, translating paperwork, permits, insurance letters, vendor contracts, into plain language, and producing the steady stream of routine content a local business needs to appear alive online.</p>
<p>What these share is a common shape. Each takes unstructured input the owner already has and produces a document the owner already knows how to judge. There is no workflow redesign, no integration project and no committee.</p>
<h2>The adoption advantage</h2>
<p>Small firms are, in one respect, structurally better positioned than large ones. There is no <a href="https://cranberryjournal.com/ai/model-procurement-standards/">procurement</a> process to survive and no legacy system to reconcile. The owner tries the tool on Tuesday, and by Friday it is either part of the business or abandoned.</p>
<p>The failure mode is equally distinctive: overreach. Owners who tried to hand off judgment, pricing, hiring decisions, anything requiring knowledge of a specific customer, reported retreating within weeks. The tools that stayed were the ones assigned to paperwork, not decisions.</p>
<p>For software vendors, the lesson is uncomfortable. The small-business market is adopting faster than the enterprise, but it is adopting the cheapest general-purpose tools, not the specialized products built to court it.</p>
<p>Earlier Cranberry Journal coverage examined <a href="https://cranberryjournal.com/ai/ai-agents-back-office/">AI Agents Take Over the Back Office, Quietly</a> and <a href="https://cranberryjournal.com/leadership/founder-transition-coo/">the Rise of the Operator: Why Founders Are Hiring COOs Earlier</a>.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/small-businesses-generative-ai.jpg" length="446289" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/small-businesses-generative-ai.jpg" type="image/jpeg" medium="image" fileSize="446289"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/small-businesses-generative-ai.jpg"/>
  </item>
  <item>
    <title>Companies Cannot Tell Whether Their AI Works</title>
    <link>https://cranberryjournal.com/ai/ai-evaluation-gap/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/ai-evaluation-gap/</guid>
    <pubDate>Wed, 05 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>Deployment has run well ahead of measurement. A striking number of production systems have no defensible answer to whether they are performing better than what they replaced.</description>
    <content:encoded><![CDATA[<p>Ask a company running a generative AI system in production how it knows the system is working, and the answers cluster into a revealing pattern. Users report satisfaction. Volume is up. The team has not received complaints. Occasionally someone mentions a benchmark the vendor published.</p>
<p>What is usually absent is a measurement of whether the system does its actual job better than the process it replaced, evaluated against cases where the right answer is known.</p>
<h2>The pilot metric that did not survive contact</h2>
<p>This is not carelessness so much as a structural feature of how these deployments happen. A pilot is scoped narrowly and measured, because it has to justify expansion. The expansion inherits the credibility of the pilot without inheriting its measurement, since applying the same rigor at production scale requires labeled data, sustained human review and someone whose job it is.</p>
<aside class="pullquote">A system nobody complains about is not a system that works. It is a system nobody is checking.</aside>
<p>The difficulty is genuine. Evaluating a summarization, a drafted response or an extracted field requires knowing what the correct output was, and for most business processes nobody ever wrote it down. Building that ground truth is slow, unglamorous work that competes for budget with the next deployment, and it produces no demo.</p>
<p>The consequences differ by application. In <a href="https://cranberryjournal.com/ai/ai-agents-back-office/">back office</a> automation the errors are often self-revealing, because an invoice coded to the wrong account eventually surfaces in a reconciliation. In customer-facing and advisory applications they are not, and a system that is subtly wrong in a consistent direction can operate for a long time before anything visible happens.</p>
<p>The gap also undermines the decisions built on top of it. A company that cannot measure its current system's performance cannot evaluate a replacement, which turns every <a href="https://cranberryjournal.com/ai/model-deprecation-risk/">model deprecation</a> into an act of faith. It cannot make an honest build-versus-buy comparison. And it cannot answer the question its auditors and increasingly its <a href="https://cranberryjournal.com/national/state-ai-law-patchwork/">regulators</a> have started asking, which is not whether the company uses AI but whether it has evidence about how well it performs.</p>
<p>Some of the discipline is migrating from procurement inward. Buyers who negotiated <a href="https://cranberryjournal.com/ai/model-procurement-standards/">standard contract terms</a> discovered in the process that they needed acceptance criteria, and acceptance criteria require a test set. That is an unheroic path to good practice, and it is working better than exhortation.</p>
<p>Vendor benchmarks do not substitute, and treating them as though they do is the most common error. A published score describes performance on a public task set the vendor selected, which says close to nothing about performance on a particular company's documents, customers and edge cases.</p>
<p>The organizations that do this properly share an approach that sounds obvious and is rare: a fixed set of representative cases with known correct answers, scored the same way every time, run against every version and every candidate replacement, with results tracked over time. It costs real money to build once. It converts every subsequent question about the system from a debate into a measurement, which is the entire point, and it is the difference between deploying a capability and merely installing one.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/ai-evaluation-gap.jpg" length="227092" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/ai-evaluation-gap.jpg" type="image/jpeg" medium="image" fileSize="227092"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/ai-evaluation-gap.jpg"/>
  </item>
  <item>
    <title>Corporate Buyers Push for Standard Terms in AI Model Contracts</title>
    <link>https://cranberryjournal.com/ai/model-procurement-standards/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/model-procurement-standards/</guid>
    <pubDate>Mon, 03 Aug 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Alexander Reed]]></dc:creator>
    <category>AI</category>
    <description>Procurement departments, tired of negotiating novel terms for every AI vendor, are converging on shared contract language for data handling, evaluation and exit.</description>
    <content:encoded><![CDATA[<p>Every technology market eventually produces its boilerplate. Cloud computing took roughly a decade to settle on familiar contract structures. The market for AI models appears to be doing it in three years.</p>
<p>Procurement executives at large buyers describe a convergence on a handful of non-negotiable terms: clarity on whether customer data trains future models, audit rights over model changes that could affect output quality, benchmark commitments tied to renewal, and defined exit provisions, including data return and transition assistance.</p>
<h2>Buyers are writing the standard</h2>
<p>Notably, the standardization is being driven from the buy side. Industry groups in financial services, health care and insurance have circulated model clauses, and vendors that once treated every term as bespoke now arrive with pre-approved language.</p>
<p>The motivation is workload as much as risk. Legal departments that negotiated a handful of AI contracts in 2024 are handling dozens now. Novel terms do not scale.</p>
<h2>What remains contested</h2>
<p>Two areas remain genuinely unsettled. The first is liability for model output, where vendors continue to resist meaningful responsibility for errors. The second is version stability: buyers want notice and testing windows before models change underneath them, while vendors want the freedom to improve continuously.</p>
<p>How those two questions resolve will shape the market's structure. If buyers win version stability, the market favors fewer, slower, more accountable vendors. If vendors win, buyers will respond the way they always have, by building evaluation muscle in-house and treating every model as replaceable.</p>
<p>Earlier Cranberry Journal coverage examined <a href="https://cranberryjournal.com/ai/ai-training-data-licensing/">the Training Data Market Grows Up</a>, <a href="https://cranberryjournal.com/ai/ai-spending-infrastructure/">AI Spending Moves From Experimentation to Infrastructure</a> and <a href="https://cranberryjournal.com/opinion/opinion-ai-disclosure/">Companies Should Disclose AI Use the Way They Disclose Auditors</a>.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/model-procurement-standards.jpg" length="150919" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/model-procurement-standards.jpg" type="image/jpeg" medium="image" fileSize="150919"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/model-procurement-standards.jpg"/>
  </item>
  <item>
    <title>Model Deprecation Becomes an Enterprise Risk</title>
    <link>https://cranberryjournal.com/ai/model-deprecation-risk/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/model-deprecation-risk/</guid>
    <pubDate>Wed, 29 Jul 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Priya Natarajan]]></dc:creator>
    <category>AI</category>
    <description>Companies built production systems on models that vendors retire on their own schedule. The resulting migrations are unplanned, unbudgeted and increasingly frequent.</description>
    <content:encoded><![CDATA[<p>A company that builds on a database can generally assume the database will be there next year, behaving as it did. That assumption is so deeply held that it rarely gets stated, and it underwrites most of how enterprise software is planned.</p>
<p>Model providers do not offer it. Models are deprecated on vendor timelines, sometimes with a year of notice and sometimes considerably less, and the replacement is not a drop-in. It is a different system with different behavior that happens to accept the same API call.</p>
<h2>Why a version bump is not a version bump</h2>
<p>Conventional software dependencies break loudly. A removed function throws an error, a test fails, and the failure points at its cause. Model changes break quietly. The new version returns a plausible answer that differs from the old one in ways no type checker detects: a classification boundary shifts, a summarization style changes, a prompt that reliably produced structured output starts producing it with occasional variation.</p>
<aside class="pullquote">The old dependency crashed when it broke. This one keeps answering.</aside>
<p>Anything built on top of that behavior inherits the drift. Prompts tuned over months against one model's quirks are not portable. Evaluation thresholds calibrated to one version's error profile mean something different against another. Downstream systems that learned to expect a particular output shape encounter a new one. Teams that have been through a forced migration describe the work as a rebuild of the surrounding scaffolding rather than a swap.</p>
<p>The cost lands unevenly. Organizations running <a href="https://cranberryjournal.com/ai/ai-small-model-shift/">smaller models</a> they host themselves control their own upgrade timing, which is turning out to be a more significant advantage than the cost argument that usually justifies that choice. Companies on frontier hosted APIs get capability they could not otherwise obtain, and accept a dependency whose lifecycle belongs to someone else.</p>
<p>Procurement has started to respond, which is the clearest sign that this has stopped being a research concern. The <a href="https://cranberryjournal.com/ai/model-procurement-standards/">contract terms</a> corporate buyers are pushing for now routinely include minimum deprecation notice, version pinning for a defined period, and access to a prior version during a transition window. Those are unremarkable provisions in any other category of enterprise software, and the fact that they had to be negotiated specifically tells you how new this market still is.</p>
<p>The internal discipline that helps is unglamorous and mostly absent: maintain an evaluation suite that captures what the system is actually supposed to do, run it against candidate replacements, and treat the results as the migration criterion. Organizations that have this can assess a new model in days. Organizations without it, which is most of them, are in the position of having deployed something whose correctness they cannot re-verify, which is a problem that predates deprecation and merely becomes visible because of it.</p>
<p>The cost compounds for organisations that deployed widely without measuring, since a migration forces the question of whether the replacement performs adequately and the <a href="https://cranberryjournal.com/ai/ai-evaluation-gap/">evaluation infrastructure</a> to answer it was never built. A forced migration is where that debt comes due, all at once and on someone else's schedule.</p>
<p>The strategic question underneath is one that few companies have answered explicitly. Building on a frontier model means renting a capability that is improving faster than you could develop it, on terms that include the provider changing it. That trade is often correct. It is rarely made deliberately, which is the part worth fixing.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/model-deprecation-risk.jpg" length="220280" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/model-deprecation-risk.jpg" type="image/jpeg" medium="image" fileSize="220280"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/model-deprecation-risk.jpg"/>
  </item>
  <item>
    <title>Small Models, Big Deployments</title>
    <link>https://cranberryjournal.com/ai/ai-small-model-shift/</link>
    <guid isPermaLink="true">https://cranberryjournal.com/ai/ai-small-model-shift/</guid>
    <pubDate>Wed, 29 Jul 2026 12:00:00 GMT</pubDate>
    <dc:creator><![CDATA[Daniel Okafor]]></dc:creator>
    <category>AI</category>
    <description>The frontier gets the headlines, but the volume is moving to compact models that run cheaply, privately and close to the work.</description>
    <content:encoded><![CDATA[<p>For two years the industry's scoreboard was model size, and bigger meant better meant news. The deployment data now tells a different story: the models actually shipping inside products and companies are getting smaller.</p>
<p>The logic is operational. A compact model tuned to a narrow job, routing support tickets, extracting fields from freight documents, summarizing case notes, matches or beats a giant generalist on that job while costing a fraction to run. It can live on a company's own hardware, which resolves at a stroke the privacy and data-residency questions that stall enterprise deals.</p>
<h2>The portfolio approach</h2>
<p>The emerging corporate pattern is a portfolio: a frontier model rented for the hardest reasoning, a mid-sized workhorse for general tasks, and a fleet of small specialists embedded in workflows. Costs concentrate where capability is actually needed instead of being smeared across every API call.</p>
<aside class="pullquote">Nobody hauls freight in a Formula 1 car. The enterprise has figured out the same thing about intelligence.</aside>
<p>Hardware trends reinforce the shift, as laptops and phones ship with accelerators that make local inference ordinary, and <a href="https://cranberryjournal.com/ai/ai-spending-infrastructure/">spending on AI infrastructure</a> increasingly splits between training giants and serving dwarfs.</p>
<p>None of this diminishes the frontier, which still defines what is possible and generates the distilled knowledge smaller models inherit. It does redistribute the money. The frontier is a research budget. The small model is a cost of goods sold, and the second category is always, eventually, larger.</p>
<p>The cost argument has become the main one rather than a secondary consideration, as <a href="https://cranberryjournal.com/ai/inference-costs-line-item/">inference moves from footnote to line item</a> in budgets that were built when usage was a pilot.</p>
<p>Related reporting has traced <a href="https://cranberryjournal.com/ai/ai-agents-back-office/">AI Agents Take Over the Back Office, Quietly</a> and <a href="https://cranberryjournal.com/national/state-ai-law-patchwork/">States Are Writing the AI Rulebook, One Legislature at a Time</a>.</p>
]]></content:encoded>
    <enclosure url="https://cranberryjournal.com/assets/photos/ai-small-model-shift.jpg" length="232894" type="image/jpeg"/>
    <media:content url="https://cranberryjournal.com/assets/photos/ai-small-model-shift.jpg" type="image/jpeg" medium="image" fileSize="232894"/>
    <media:thumbnail url="https://cranberryjournal.com/assets/photos/ai-small-model-shift.jpg"/>
  </item>
</channel>
</rss>