SShortSingh.
Back to feed

AI Companies Lose Margins to Engineering Inefficiencies, Not Just Fraud

0
·1 views

For many AI companies, the largest source of revenue loss is not fraud or chargebacks but internal engineering inefficiencies, according to an analysis published on DEV Community. Millions of daily automated decisions — including duplicate executions, unnecessary retries, stale permissions, and workflows that run after access expires — each carry a measurable infrastructure cost that quietly accumulates. Unlike traditional SaaS products, where redundant user actions add negligible expense, AI systems incur real costs for every inference call, token processed, or model invoked. The problem is difficult to detect because the product continues functioning normally and customers remain satisfied, even as operating margins erode in the background. This distinguishes AI revenue leakage from conventional financial losses: the invoice may be accurate, but the underlying cost structure is not.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Bifrost Enterprise Combines RBAC and DAC to Govern AI Access at Scale

Bifrost Enterprise has introduced a multi-layered AI governance framework that combines Role Based Access Control (RBAC), Data Access Control (DAC), Access Profiles, and Bifrost Edge. The system addresses a growing challenge in enterprises where widespread AI adoption requires precise control over not just who can log in, but which resources, models, and data each user can access. DAC works through row-level visibility filtering, offering three tiers: personal-only, team-level, and full workspace access for administrators. This approach allows organizations to enable team collaboration without exposing sensitive configurations across unrelated projects. Documentation for the framework is publicly available on GitHub, and the solution is designed to scale from small engineering teams to large global enterprises.

0
ProgrammingDEV Community ·

Developer finds Claude Artifacts useful as a live, shareable single-source document

A backend developer at a Czech media company discovered a practical use for Claude Artifacts while drafting an internal proposal to replace an iframe-based paywall with a JavaScript embed library. The proposal stemmed from real technical pain points, including broken user identity, skewed GA4 analytics, and a roughly 0.14% page-view error rate tied to iframe rendering failures. Instead of copying the AI-generated analysis into email or a wiki, the developer published it directly as a Claude Artifact and shared a single URL with colleagues on the team plan. Because the same AI session that produced the analysis also rendered the Artifact, the document could be updated in place as the project evolved from proposal to decision, with no versioning confusion. The developer notes this approach suits a specific short window between finding and decision, but is not a replacement for permanent documentation systems that track history and rationale.

0
ProgrammingDEV Community ·

67-Year-Old First-Time Coder Uses AI Tools to Lead Full Software Development

A 67-year-old entrepreneur with no prior coding experience has embraced AI tools Grok and Gemini to manage software development for his newly founded company, The Avinoam Group, LLC. Working alongside business partner Eyal, he is overseeing four separate projects simultaneously as CEO. The company has adopted a 'build in public' philosophy, committing to transparency by openly sharing progress and challenges with the developer community on DEV. One of their projects, freepaycalc, is designed to help freelancers, developers, and independent contractors manage finances and avoid scope creep. He credits AI with democratizing project management, arguing it now gives anyone access to a knowledgeable, always-available virtual PM at no cost.

0
ProgrammingDEV Community ·

Why Large AGENTS.md Files May Be Slowing Down AI-Assisted Development

As coding agents like Codex and Claude Code take on complex, multi-step development tasks across entire repositories, developers have increasingly relied on large instruction files such as AGENTS.md to guide them. However, these files often grow to thousands of lines covering unrelated concerns, from architecture and testing to deployment and UI conventions. Bloated instruction files can waste the agent's context window, reduce maintainability, and make it harder to scale AI-assisted workflows. OpenAI has publicly acknowledged this problem, replacing a large AGENTS.md with a shorter entry-point file that links to a structured repository knowledge base. The article argues that AGENTS.md should serve as a concise table of contents, with detailed guidance stored in modular, topic-specific documents rather than a single monolithic file.

AI Companies Lose Margins to Engineering Inefficiencies, Not Just Fraud · ShortSingh