<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~files/feed-premium.xsl"?>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedpress="https://feed.press/xmlns" xmlns:podcast="https://podcastindex.org/namespace/1.0" version="2.0">
  <channel>
    <feedpress:locale>en</feedpress:locale>
    <atom:link rel="self" href="https://feeds.dzone.com/ai-ml"/>
    <atom:link rel="hub" href="https://feedpress.superfeedr.com/"/>
    <title>DZone AI/ML Zone</title>
    <link>https://dzone.com/ai-ml</link>
    <description>Recent posts in AI/ML on DZone.com</description>
    <item>
      <title>Enterprises Should Assume AI Agents Will Delete Their Production Base</title>
      <link>https://feeds.dzone.com/link/23558/17439332/ai-agents-production-risk</link>
      <description><![CDATA[<p dir="ltr">Traditional identity mechanisms weren’t built to account for the autonomous and unpredictable nature of AI agents. So enterprises shouldn’t be surprised when they make unpredictable – or even destructive – decisions, like deleting a company’s entire production base. Without the right guardrails in place, these new actors will continue to wreak havoc across organizations.&nbsp;</p>
<p dir="ltr">One doesn’t have to look far to find examples of this playing out in real time. <a href="https://x.com/lifeof_jer/status/2048103471019434248" rel="noopener noreferrer" target="_blank">PocketOS recently shared</a> that a Cursor agent deleted its production database and backups while working on a routine task in what the company thought was a secure staging environment. The entire scenario unfolded in just 9 seconds, but took days to resolve.&nbsp;</p><img src="https://feeds.dzone.com/link/23558/17439332.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 03 Sep 2026 19:00:05 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3666964</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19117542&amp;w=600"/>
      <dc:creator>Meir Wahnon</dc:creator>
    </item>
    <item>
      <title>Making Running Optional: Scaling AI Agents on Kubernetes With Agent Substrate</title>
      <link>https://feeds.dzone.com/link/23558/17439023/scaling-ai-agents-kubernetes</link>
      <description><![CDATA[<p data-source-line="13">What if you could multiplex roughly 250 stateful agent sessions across eight Kubernetes worker Pods, then reactivate any one without losing its in-memory or filesystem state?</p>
<p data-source-line="15">The <a href="https://github.com/agent-substrate/substrate#demo" rel="noopener noreferrer" target="_blank">repository's demo</a> reports 30x+ actor-to-worker oversubscription for that sample workload, with sub-second activation. It is a demonstration, not a production capacity guarantee.&nbsp;</p><img src="https://feeds.dzone.com/link/23558/17439023.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 03 Sep 2026 12:00:13 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3673154</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162534&amp;w=600"/>
      <dc:creator>Mayowa Fajobi</dc:creator>
    </item>
    <item>
      <title>Extracting Entities and Relationships From Engineering Documents With spaCy</title>
      <link>https://feeds.dzone.com/link/23558/17437981/entity-relationship-extraction-spacy</link>
      <description><![CDATA[<p>Engineering teams generate a lot of useful knowledge, but most of it is locked inside text.</p>
<p data-pm-slice="1 1 []">A service ownership note may tell you who owns an <a href="https://dzone.com/articles/everything-you-should-know-about-apis">application programming interface</a> (API), while a runbook may tell you which database a service relies on. An incident review may detail how one fault impacted the other systems. Each of these is individually useful. It’s when we are able to link together all of these facts that we get our greatest value.</p><img src="https://feeds.dzone.com/link/23558/17437981.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 02 Sep 2026 18:00:09 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3673230</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162528&amp;w=600"/>
      <dc:creator>Sriharsha Makineni</dc:creator>
    </item>
    <item>
      <title>Golden Prompts: Turning AI Prompting into an Engineering Practice</title>
      <link>https://feeds.dzone.com/link/23558/17437267/understanding-golden-prompts</link>
      <description><![CDATA[<p style="text-align: left;">AI-assisted software engineering is becoming part of software development on a daily basis. AI tools are used now for code creation, writing tests, reviewing changes, troubleshooting, documentation creation, and architecture and design decisions.&nbsp;</p>
<p style="text-align: left;">But most teams still use AI largely in an ad hoc fashion. Every developer writes prompts differently, gives different levels of context, and expects different outputs. As a result, the quality of AI-generated results can be very different even for the same engineering task.&nbsp;</p><img src="https://feeds.dzone.com/link/23558/17437267.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 02 Sep 2026 14:00:02 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3676351</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162485&amp;w=600"/>
      <dc:creator>Josephine Eskaline Joyce</dc:creator>
      <dc:creator>Prashanth Bhat</dc:creator>
      <dc:creator>Norton Stanley S A</dc:creator>
    </item>
    <item>
      <title>Beyond Agent-Washing: The Engineering Principles Behind Production-Ready AI Agents</title>
      <link>https://feeds.dzone.com/link/23558/17437175/production-ready-ai-agents</link>
      <description><![CDATA[<p>An AI agent is not defined by how intelligently it talks. It's defined by what it's trusted to do.</p>
<p>Give a language model a chat window, and you have an interface. Give it access to production <a href="https://dzone.com/articles/everything-you-should-know-about-apis">APIs</a>, identity, business logic, memory, and the authority to execute actions on your behalf, and you have something categorically different: a new kind of software actor, one that can read your data, write to your systems, and make decisions faster than any human reviewer can watch in real time.</p><img src="https://feeds.dzone.com/link/23558/17437175.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 02 Sep 2026 12:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3672115</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162962&amp;w=600"/>
      <dc:creator>Igboanugo David Ugochukwu</dc:creator>
    </item>
    <item>
      <title>Enterprise Architecture in the AI Era: Tools, Capabilities, and the Road to Autonomy</title>
      <link>https://feeds.dzone.com/link/23558/17436677/enterprise-architecture-in-ai</link>
      <description><![CDATA[<p><span>An enterprise architecture (EA) tool is a software platform that enterprises use to capture, connect, and continuously maintain a structured picture of the enterprise covering strategies, business capabilities, processes, applications, data, technologies, and the relationships between all these elements.</span></p>
<p><span>An EA tool acts as a Central Enterprise Repository (a “single source of truth”) that architects and other stakeholders use to model both the current state of the enterprise and the desired future state.</span></p><img src="https://feeds.dzone.com/link/23558/17436677.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 01 Sep 2026 19:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3677611</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162958&amp;w=600"/>
      <dc:creator>Dr Gopala Krishna Behara</dc:creator>
    </item>
    <item>
      <title>Your Quantized LLM Is Not Slow Because of the Quantization</title>
      <link>https://feeds.dzone.com/link/23558/17436597/quantized-llm-not-slow-quantization</link>
      <description><![CDATA[<h2>The Symptom</h2>
<p>I spent months building a 2-bit quantization scheme for Qwen3. The model went from 8 GB to 2.6 GB, a 4.5x reduction. Then I measured throughput.</p>
<p>It was barely faster than the FP16 baseline.</p><img src="https://feeds.dzone.com/link/23558/17436597.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 01 Sep 2026 17:00:10 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3677584</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19162926&amp;w=600"/>
      <dc:creator>Pier-Jean MALANDRINO</dc:creator>
    </item>
    <item>
      <title>How to Detect AI-Generated Images in C# Using an API</title>
      <link>https://feeds.dzone.com/link/23558/17436424/detect-ai-images-csharp</link>
      <description><![CDATA[<p>When someone uploads an image to your application, it might look perfectly fine at first glance. It might open correctly, pass file validation, and avoid triggering any obvious red flags. But that still doesn’t necessarily mean the file is trustworthy.</p>
<p>In modern systems, especially marketplaces, identity verification flows, insurance submissions, academic portals, and editorial pipelines, <em>how an image was created</em> can matter just as much as what that image shows. A synthetic, AI-generated image can be technically valid and "safe" while still being completely inappropriate for the context in which it’s used.</p><img src="https://feeds.dzone.com/link/23558/17436424.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 01 Sep 2026 14:00:06 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3678585</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19160489&amp;w=600"/>
      <dc:creator>Brian O'Neill</dc:creator>
    </item>
    <item>
      <title>The AI Gateway Pattern That JPMorgan, Stripe, and Every Smart Fintech Is Quietly Standardizing On</title>
      <link>https://feeds.dzone.com/link/23558/17436367/ai-gateway-fintech-pattern</link>
      <description><![CDATA[<p>Before getting into the architecture, I want to address the first objection I hear from every platform team: "We already have Kong / NGINX / AWS API Gateway — can't we just plug AI calls through that?"</p>
<p>Short answer: no. Longer answer: it depends on what you mean by "plug in," but also still no.</p><img src="https://feeds.dzone.com/link/23558/17436367.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 01 Sep 2026 13:00:17 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3670010</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19160484&amp;w=600"/>
      <dc:creator>dineshelumalai</dc:creator>
    </item>
    <item>
      <title>Evolve or Automate: What It Actually Means to Be an AI-Native Data Engineer</title>
      <link>https://feeds.dzone.com/link/23558/17436368/ai-native-data-engineer</link>
      <description><![CDATA[<h2>The Moment It Gets Real</h2>
<p>At some point in the last year, every data engineer had the same experience. You opened a copilot tool, typed a rough description of what you needed, and watched it generate a working ETL pipeline in about thirty seconds. Not a skeleton. Not pseudocode. Actual, runnable PySpark with joins, transformations, and a DAG scaffold.</p>
<p>And for a moment, the question that the industry had been treating as hypothetical became very concrete: if <a href="https://dzone.com/articles/ai-for-ai-systems-automation">AI</a> can do this, what exactly am I here for?</p><img src="https://feeds.dzone.com/link/23558/17436368.gif" height="1" width="1"/>]]></description>
      <pubDate>Tue, 01 Sep 2026 12:00:12 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3658542</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19158583&amp;w=600"/>
      <dc:creator>Janani Annur Thiruvengadam</dc:creator>
    </item>
    <item>
      <title>Secure AI Systems: Defending Enterprise Applications Against Agent-Era Threats</title>
      <link>https://feeds.dzone.com/link/23558/17435592/ai-agent-security-threats</link>
      <description><![CDATA[<p>The rise of autonomous AI agents within business software demands a fresh approach to security. Unlike earlier chatbot tools, modern agents act with real privileges, such as updating databases, calling microservices, composing and even executing code, or triggering workflows on their own. This shift expands the blast radius of any flaw or compromise. As one Microsoft analysis observes, today’s AI agents “can update database records, trigger enterprise workflows, access sensitive data, and interact with production systems all autonomously.” In practice, that means a mistake or exploit can have immediate operational impact instead of just a reputational cost.</p>
<p>With agents in the loop, input manipulation becomes especially dangerous. <a href="https://dzone.com/articles/prompt-injection-attacks-and-hidden-security-risks">Prompt-injection attacks</a> let adversaries commandeer an AI by feeding it malicious instructions in user inputs or hidden in external data. A carefully crafted prompt or document can cause an agent to reveal secrets or perform harmful actions. These manipulations can be direct (an attacker’s text overriding the agent’s instructions) or indirect (for example, hidden commands embedded in HTML or metadata that the agent ingests). By definition, even inputs imperceptible to humans can subvert the model, forcing it to break safety rules. In effect, prompt injection can trick an AI into disclosing internal prompts, executing arbitrary commands, or making unauthorized changes.</p><img src="https://feeds.dzone.com/link/23558/17435592.gif" height="1" width="1"/>]]></description>
      <pubDate>Mon, 31 Aug 2026 12:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3665213</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19154998&amp;w=600"/>
      <dc:creator>Uthej Mopathi</dc:creator>
    </item>
    <item>
      <title>How to Monitor AI Models Without Drowning in Alerts</title>
      <link>https://feeds.dzone.com/link/23558/17433970/monitor-ai-models-alerts</link>
      <description><![CDATA[<p>When putting their model into production, every team or organization encounters the same issue. Failures go unnoticed for days at first because there is no monitoring. As teams begin to fix the issues, they identify areas where production results deviate from the training data, create dashboards for every metric, and set alerts for every threshold. This results in engineers being paged at two in the morning for a bug that fixes itself within an hour, and when an important alert arises, it goes unanswered due to alert fatigue, creating a pipeline that silently feeds garbage into the model.</p>
<p>When a team learns to disregard 95% of the issues, they are very likely to disregard the remaining 5% that are actually important, and the solution to this isn’t less monitoring. The good solution to this problem is <a href="https://dzone.com/articles/the-real-democratization-of-ai-and-why-it-has-to-b">monitoring</a>, which is tiered, routed, and pruned differently from the infrastructure monitoring that most teams already know.</p><img src="https://feeds.dzone.com/link/23558/17433970.gif" height="1" width="1"/>]]></description>
      <pubDate>Fri, 28 Aug 2026 19:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3665473</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19180720&amp;w=600"/>
      <dc:creator>Aditya Shrivastava</dc:creator>
    </item>
    <item>
      <title>The Reasoning Control Plane: The Missing Architectural Layer in Multi-Agent Systems</title>
      <link>https://feeds.dzone.com/link/23558/17433921/reasoning-control-plane</link>
      <description><![CDATA[<p>We have spent the last two years learning how to ground a single AI agent in enterprise data. That was the easy part. Coordinating a fleet of them turns out to be a different problem entirely.</p>
<p><a href="https://dzone.com/articles/google-cloud-ai-agents-gemini-3">Multi-agent systems</a> ask questions our current platforms weren't built to answer. How do two agents share state without contradicting each other? Whose credentials are used when Agent A calls Agent B? What audits the decision when an agent triggers another based on a probabilistic inference? Most enterprise architectures shrug at all of these. They were built for humans reading dashboards, not autonomous consumers acting on inference.</p><img src="https://feeds.dzone.com/link/23558/17433921.gif" height="1" width="1"/>]]></description>
      <pubDate>Fri, 28 Aug 2026 18:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3666060</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19154992&amp;w=600"/>
      <dc:creator>Sushree Mishra</dc:creator>
    </item>
    <item>
      <title>Why AI Projects Stall Between Proof of Concept and Production</title>
      <link>https://feeds.dzone.com/link/23558/17433604/why-production-ai-projects-stall</link>
      <description><![CDATA[<p>A proof of concept is often the easiest part of an AI project. The scope is narrow, the users are friendly, the data sample is controlled, and the success criteria are usually simple enough to prove that something can work. A chatbot answers support questions. A model predicts churn with acceptable accuracy. A document processing tool extracts fields from a limited set of files. The demo looks promising, stakeholders get excited, and the team starts talking about production.</p>
<p>Then the project slows down.</p><img src="https://feeds.dzone.com/link/23558/17433604.gif" height="1" width="1"/>]]></description>
      <pubDate>Fri, 28 Aug 2026 12:00:09 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3664847</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19076715&amp;w=600"/>
      <dc:creator>Vikrant Bhalodia</dc:creator>
    </item>
    <item>
      <title>How Engineering Teams Can Build Trustworthy AI Systems Before They Reach Production</title>
      <link>https://feeds.dzone.com/link/23558/17433161/building-trustworthy-ai-systems-for-production</link>
      <description><![CDATA[<p>In one fraud-review scenario I worked through, an AI assistant looked reliable during demos because it explained risk signals clearly and gave reviewers useful summaries. The issue appeared when the system met a legitimate high-value transaction with a new payee, an older device record, and incomplete context from the data source. The assistant did not fail loudly. It sounded confident while routing the case the wrong way. The model was not the only problem. The engineering around the model did not yet make trust visible enough.</p>
<p>A normal software feature can usually be tested against predictable rules. If the input is the same, the output should usually be the same. AI systems, especially generative ones, are different: they can behave well in a demo and still fail when they meet messy user input, stale data, vague instructions, or unexpected edge cases.</p><img src="https://feeds.dzone.com/link/23558/17433161.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 27 Aug 2026 18:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3661935</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19154704&amp;w=600"/>
      <dc:creator>Olamilekan Lamidi</dc:creator>
    </item>
    <item>
      <title>Orchestrating CNN Training and Inference Workflows With Temporal</title>
      <link>https://feeds.dzone.com/link/23558/17433095/cnn-training-inference-temporal</link>
      <description><![CDATA[<p>Convolutional neural network workloads rarely fail because the forward pass is mathematically difficult. They fail because modern training and inference pipelines are distributed systems: datasets arrive late, GPU workers disappear, validation jobs stall, model registration breaks halfway through, and long-running executions need to resume without corrupting state.&nbsp;</p>
<p>Temporal is designed for exactly that class of problem. A Temporal Workflow Execution is durable, reliable, and scalable, and <a href="https://dzone.com/articles/temporal-workflow-guide-event-driven-applications">Temporal</a> defines durable execution as the ability of a workflow to maintain state and progress through crashes or outages. That makes it a strong fit for CNN pipelines whose control plane must survive for hours, days, or even longer while the actual tensor computation runs elsewhere.&nbsp;</p><img src="https://feeds.dzone.com/link/23558/17433095.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 27 Aug 2026 15:00:05 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3665202</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19152300&amp;w=600"/>
      <dc:creator>Akhil Madineni</dc:creator>
    </item>
    <item>
      <title>The AI Delegation Lifecycle: Your Team Has AI Outputs. Where Are the Decisions?</title>
      <link>https://feeds.dzone.com/link/23558/17432911/ai-delegation-lifecycle</link>
      <description><![CDATA[<h2><strong>TL; DR: The AI Delegation Lifecycle</strong></h2>
<p>Your team ships AI outputs that nobody fully trusts; you needed to be quick, and “dirty” tagged along. Too bad that ungoverned automation becomes AI debt when a stakeholder asks who owns it. But do not despair: The AI Delegation Lifecycle turns skills you already use into six decisions you can apply this week to govern that work and prove it audit-ready and suited for agent harnesses.</p>
<h2><strong>Popular Traps When Creating AI Output</strong></h2>
<p>All teams can show you what their AI produces: status reports sent without anyone touching them, release notes drafted in seconds, a customer-facing FAQ that updates itself. Far fewer teams can answer the question posed by a prospective customer or by compliance: how do you govern your own internal AI use? Often, in the frenzy past to make of AI, nobody decided.</p><img src="https://feeds.dzone.com/link/23558/17432911.gif" height="1" width="1"/>]]></description>
      <pubDate>Thu, 27 Aug 2026 12:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3659663</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19151420&amp;w=600"/>
      <dc:creator>Stefan Wolpers</dc:creator>
    </item>
    <item>
      <title>How to Connect a Foundry IQ Knowledge Base to LangGraph Over MCP</title>
      <link>https://feeds.dzone.com/link/23558/17432419/foundry-iq-langgraph-mcp</link>
      <description><![CDATA[<p><em>A step-by-step guide to grounding a LangGraph agent in Microsoft Foundry IQ agentic retrieval — without rebuilding your RAG pipeline.</em></p>
<h2>Why This Integration Is Worth Doing</h2>
<p>If you build agents on <a href="https://dzone.com/articles/langgraph-beginner-to-advanced-introduction">LangGraph</a> and your enterprise content lives in Azure, you have probably written the same code twice: a chunker, an embedding job, a vector store, a retriever, a reranker, and a permissions filter bolted on at the end. Every new agent gets its own copy. Every copy drifts.</p><img src="https://feeds.dzone.com/link/23558/17432419.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 26 Aug 2026 19:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3675272</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19151680&amp;w=600"/>
      <dc:creator>Jubin Soni, FBCS</dc:creator>
    </item>
    <item>
      <title>Building a Software Factory With AI Agents and Workflows</title>
      <link>https://feeds.dzone.com/link/23558/17432372/ai-software-factory</link>
      <description><![CDATA[<p data-selectable-paragraph="">The term software factory is getting a lot of attention right now, and for a good reason. AI coding assistants can generate code much faster than before. But faster coding alone does not mean faster, safer delivery. In many teams, it simply moves the bottleneck to review, testing, deployment, and operations.</p>
<p data-selectable-paragraph="">A software factory is a way to organize the entire software development life cycle as one connected, repeatable system. Think of a car manufacturing assembly line. Each station has a clear job, work moves forward in a predictable order, quality checks happen at the right moments, and the finished product is inspected before it leaves the factory.</p><img src="https://feeds.dzone.com/link/23558/17432372.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 26 Aug 2026 17:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3673122</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19146880&amp;w=600"/>
      <dc:creator>Pavan Belagatti</dc:creator>
    </item>
    <item>
      <title>The Folly of Tokenmaxxing or Reinventing the Wheel</title>
      <link>https://feeds.dzone.com/link/23558/17432209/tokenmaxxing-reinventing-the-wheel</link>
      <description><![CDATA[<h2>TL; DR: Tokenmaxxing or Reinventing the Wheel</h2>
<p>Your organization counts AI tokens, seats, and pilots, but can anyone name a single decision those numbers actually changed? Tokenmaxxing is only the symptom; five old Agile Laws explain the cause, and each one comes with a test you can run this week. There is no need to reinvent the wheel with AI transformations and learn the hard way what the veterans of other transformations already figured out.</p>
<p><strong>Thesis</strong>: Tokenmaxxing is the vanity metric of pushing low-value work through an AI tool solely to inflate usage metrics. Tokenmaxxing emerged in 2026, when large technology companies began ranking employees by token consumption on internal leaderboards. The behavior is rational for the individual but useless for the organization because tokens measure input rather than outcomes. The five <a href="https://dzone.com/articles/agile-laws-amp-distributed-teams-from-conway-to-go">Agile Laws</a> in this article explain why organizations keep making this mistake and what to measure instead.</p><img src="https://feeds.dzone.com/link/23558/17432209.gif" height="1" width="1"/>]]></description>
      <pubDate>Wed, 26 Aug 2026 14:00:01 GMT</pubDate>
      <guid isPermaLink="false">https://dzone.com/articles/3673318</guid>
      <media:thumbnail url="https://dz2cdn1.dzone.com/thumbnail?fid=19151381&amp;w=600"/>
      <dc:creator>Stefan Wolpers</dc:creator>
    </item>
  </channel>
</rss>
