Showing posts with label Agentic Coding. Show all posts
Showing posts with label Agentic Coding. Show all posts

Saturday, 2 May 2026

Building on Rented Ground

On April 22, 2026, Anthropic changed a checkbox on a pricing page. No announcement. No email. No deprecation notice. Just a quiet edit — and overnight, Claude Code disappeared from the $20/month Pro plan.

It was reversed within hours. Most people treated it as a story about corporate miscommunication, a PR stumble, a test that went sideways. They moved on.

They shouldn't have.

Because the real story wasn't about Anthropic's pricing page. It was about how many engineering teams had built critical workflows on a foundation they didn't own — and didn't realize it until the ground shifted beneath them.


"The risk in your AI stack isn't a hallucination or a model failure. It's a subscription terms change you'll learn about on Reddit."





What Actually Happened

The incident unfolded in a matter of hours. Here is the sequence as it was reported:

~00:00 - CHANGE Anthropic updates claude.com/pricing silently. Claude Code checkbox removed from Pro plan.

~01:30- DETECT AI industry observers notice diff in pricing page. Screenshots circulate on X.

~02:00 - AMPLIFY Reddit, HN, Twitter catch fire. OpenAI execs begin posting mockery.

~03:00 - RESPONSE Anthropic Head of Growth posts: "~2% of new prosumer signups. Existing users unaffected."

~06:00 - REVERT Pricing page reverted. Claude Code reinstated on Pro plan.

ongoing - DAMAGE Trust eroded. Competitors capitalizing. Structural pricing question unresolved.


The reversal was fast. But real truth is: a revert doesn't undo the lesson. For a few hours, a significant portion of new signups were being shown a world where Claude Code costs $100/month minimum. That world could come back — announced properly, with a transition period — and next time it won't be reversible.


This Isn't New. It's a Pattern.

Every few years, a platform changes the rules and developers who built on it are left scrambling. The details change. The shape of the problem doesn't.


The common thread across every incident: developers had no contractual protection, no SLA, and no contingency. They had a subscription and an assumption.


Structural Problem Nobody Wants to Solve

Anthropic's head of growth explained the economics or i should say tokenomics: engagement per subscriber has climbed dramatically. Plans weren't built for agentic, long-running workloads. The flat-rate subscription model — inherited from SaaS — is fundamentally mismatched with AI agent usage patterns.

Think about it. A $20/month Pro plan made sense when you were chatting with an AI. It does not make sense when your agent is running for four hours, consuming thousands of tokens per minute, generating code, calling tools, iterating on failures.


"Flat-rate subscriptions were designed for human usage. Agents are not human. They don't sleep, they don't get tired, and they don't know when to stop."


The math will force a reckoning. The only question is whether the next change comes with a quiet pricing page edit or a proper migration path.




What Engineers Should Do Now


1. Audit your dependency surface

Map every AI-powered step in your critical workflows. For each one, ask: if this feature became 5x more expensive tomorrow, what breaks? If the answer is "a lot," that's your highest-priority risk.

2. Treat AI subscriptions like third-party APIs

You wouldn't build a payment flow directly on top of a vendor with no fallback and no SLA monitoring. Don't do it with AI tools either. Abstract the dependency. Write to an interface, not a product.

3. Maintain a contingency model

Keep a working integration with at least one alternative — Codex, Gemini, a self-hosted model. It doesn't need to be production-ready. It needs to be runnable in under a day if your primary vendor changes the rules.

4. Watch the economics, not just the product

When a vendor's subscription plan is obviously mispriced relative to their compute costs, a correction is coming. The only variable is how much warning you'll get. Anthropic's plans were priced for chat. They're now being used for agents. That gap closes one way or another.


When You're Blocked or Priced Out: Your Real Options

If Claude Code moves to $100/month and you're an indie developer, a small team in an emerging market, or a startup watching burn — you may simply not be able to follow. Or you may be blocked for a different reason entirely: your company's security policy prohibits sending code to third-party APIs, your region is geo-restricted, or a vendor suspends your account without warning.

In any of these scenarios, "wait for Anthropic to fix it" is not a strategy. 




Open weights model can be mapped to hardware Spec from laptop to multi gpu




Trade-offs You Need To Understand

Local models are not free. The cost shifts from monthly subscription to upfront hardware and ongoing operational overhead. You trade vendor pricing risk for infrastructure complexity. A team that's never run inference locally will spend real engineering time getting it right — model loading, quantization choices, context length limits, prompt formatting differences between model families.

Speed is also a genuine constraint. A 32B model on consumer hardware produces tokens noticeably slower than a hosted frontier model. For interactive coding workflows this matters. For batch pipelines or async agents, it matters less.

And frontier capability still lives in the cloud — for now. For the most complex architectural reasoning, novel algorithm design, or nuanced refactoring of large codebases, hosted frontier models still hold an edge. The question is whether your workload actually requires frontier, or whether you've been paying frontier prices for tasks that a local 32B handles just fine.


"Most teams don't need frontier models for 80% of their coding tasks. They need frontier models because they never audited what they actually need."


Ground Will Keep Moving

Anthropic reversed within hours this time. The backlash was real and fast, and they weren't ready for it. But the underlying pressure — agentic usage consuming far more compute than flat-rate plans can absorb — has not gone away. It's building.

At some point, the economics will force a real repricing. And when that happens, it won't be reversed in an afternoon.

The teams that will weather it are the ones building with portability in mind today. Not because they distrust Anthropic specifically, but because they understand the nature of the ground they're building on.

You don't own the model. You don't own the pricing. You don't own the feature set. What you own is your abstraction layer, your fallback strategy, and your ability to move.


Wednesday, 11 February 2026

Blind Spots in Anthropic's Agentic Coding Report

 Anthropic's 2026 Agentic Coding Trends Report documents a real shift in how software gets built. The data from Rakuten, CRED, TELUS, and Zapier shows engineers increasingly orchestrating AI agents rather than writing code directly. Trend lines are clear: 60% of development work now involves AI, and output volume is rising.

But as someone building production systems with these tools, I found myself returning to what the report didn't address. Not because Anthropic's data is wrong—it isn't—but because the gaps reveal assumptions that deserve scrutiny. These aren't minor omissions. They're the difference between a marketing document and an honest assessment of where this technology actually stands.

Here are seven critical areas where the report's silence speaks louder than its claims.


Cost Model Is Conspicuously Absent



Report asserts that "total cost of ownership decreases" as agents augment engineering capacity. There's a chart. The line goes in the right direction. What's missing is any actual cost analysis.

Running multi-agent systems at the scale Anthropic envisions requires substantial compute. A coordinated team of agents working across separate context windows, iterating over hours or days, generates significant API costs. For a well-funded enterprise, this might be absorbed easily. For smaller teams, especially those in markets with different economic realities, this is a first-order consideration.

Absence of cost modeling isn't accidental—it's strategic. Anthropic benefits when organizations focus on productivity gains rather than infrastructure costs. But builders need both sides of the equation to make informed decisions.

Without cost data, you can't calculate ROI. You can't compare agent-augmented workflows against traditional development. You can't determine which tasks justify agent delegation and which don't. report gives you trend lines but no decision framework.

This matters particularly for the "long-running workflows" trend the report highlights. If tasks stretch across days with multiple agents maintaining state and coordinating actions, the compute bill scales accordingly. Organizations need to understand this economics before committing to these architectures.


Junior Developer Paradox



Report positions role transformation optimistically: engineers evolve from implementers to orchestrators. This framing works for experienced developers who already possess deep systems knowledge. It sidesteps a harder question about how that knowledge gets built in the first place.

Consider what the report itself acknowledges through an Anthropic engineer's quote: "I'm primarily using AI in cases where I know what the answer should be or should look like. I developed that ability by doing software engineering 'the hard way.'"

This creates a structural problem. If agents handle the implementation work that traditionally builds developer intuition—debugging complex issues, understanding why certain patterns fail, developing architectural taste—where does the next generation of experienced engineers come from?

This isn't a philosophical concern about automation displacing jobs. It's a practical question about skill development pipelines. Organizations adopting the orchestrator model need engineers who can effectively direct agents. Those engineers need deep systems understanding. But if the path to developing that understanding increasingly involves reviewing agent output rather than building from scratch, the pipeline breaks.

Report assumes a steady supply of experienced engineers capable of orchestration. It doesn't address how to maintain that supply in a world where early-career development looks fundamentally different.


Failure Modes at Scale Aren't Examined



Rakuten's case study highlights "99.9% numerical accuracy" for a seven-hour autonomous coding task. This is impressive. It's also potentially misleading as a success metric.

In production systems, 99.9% accuracy can translate to hundreds or thousands of subtle bugs at scale. More importantly, agent-generated bugs differ qualitatively from human-generated ones. Traditional debugging assumes you can reconstruct the reasoning that produced the code. Agent-generated code breaks this assumption.

When code fails, the standard approach is to examine the implementation and understand what the author intended. With agent-generated code, there's no author to query and no reasoning to reconstruct. Agent followed patterns and produced output that satisfied its objectives. Understanding why the code works a certain way requires reverse-engineering rather than recall.

Report doesn't discuss what happens when agents produce code that passes tests but contains architectural flaws that only manifest under load. Or when multi-agent systems create emergent complexity that no single reviewer can fully evaluate. Or when errors compound over multi-day tasks because early decisions affect later implementation in ways the orchestrating engineer didn't anticipate.

As agent-generated code becomes a larger percentage of codebases, these failure modes need systematic study. Report treats increased output as an unqualified success. It should be examining what happens when that output fails in production.


Global Access Barriers Remain Invisible

Every case study features well-resourced organizations in developed markets: Rakuten (Japan), TELUS (Canada), CRED (venture-backed India), Zapier (US). "democratization" trends discuss non-technical users gaining coding abilities but remain silent on geographic and economic access disparities.

Agentic coding at scale requires reliable infrastructure, API access with scalable billing, and often English language proficiency for optimal results. These requirements create structural barriers for developers in many markets.

Cost consideration from section one compounds this. If running agent workflows at meaningful scale requires substantial API spend, access becomes stratified by organizational resources. A developer at a startup in Lagos faces different constraints than one at Rakuten.

This matters because software development has been more democratized than many industries—you need a computer and internet access, not expensive capital equipment. If agentic coding raises the resource bar significantly, it doesn't democratize development. It concentrates it.

Report's vision of transformation only reflects the experience of well-funded organizations in specific markets. If this genuinely represents the future of software development, unequal access to these tools doesn't create a temporary gap. It creates stratification in who participates in that future.


Verification Doesn't Scale With Generation



Report celebrates increased output volume: more features shipped, more bugs fixed, more experiments run. It notes that 27% of AI-assisted work consists of tasks "that wouldn't have been done otherwise."

This creates a bottleneck the report doesn't examine. If output increases significantly while humans can only fully delegate 0-20% of tasks (per the report's own data), verification load increases proportionally. Someone must review the additional code. Someone must validate the architectural decisions. Someone must ensure the implementation is correct.

Report proposes "agentic quality control" as a solution—using AI to review AI-generated code. This doesn't resolve the problem; it relocates it. If you can't trust the agent to write code without review, the logical basis for trusting it to review code is unclear. You've created a verification loop that still requires human judgment at some point.

The fundamental constraint isn't code generation—agents demonstrably excel at that. Constraint is verification. Human reviewers can only evaluate so much code, especially code they didn't write and can't query about intent.

Organizations that scale output without proportionally scaling verification capacity aren't increasing velocity sustainably. They're accumulating technical debt and increasing the probability of errors reaching production.


Legal and IP Questions Are Unaddressed



When agents autonomously generate code, questions arise that the report doesn't acknowledge: Who owns the intellectual property? If agent-generated code replicates patterns from training data, who bears copyright liability? When legal teams use agents to build self-service tools (as the report highlights), what's the liability framework if those tools produce incorrect guidance?

These aren't theoretical concerns. They're active legal questions that enterprises must resolve before scaling agentic workflows to the levels Anthropic envisions. The report mentions that Anthropic's legal team built tools to streamline processes but doesn't address what happens when automated legal work produces errors.

Enterprises adopt new technologies slowly not primarily due to technical limitations but due to legal and compliance uncertainty. A forward-looking report that ignores these questions optimizes for excitement over practical adoption guidance.

Organizations need frameworks for:

  • IP ownership when agents generate substantial code independently
  • Copyright compliance when agent output may reflect training data patterns
  • Professional liability when agents augment knowledge work in regulated fields
  • Responsibility allocation when multi-agent systems make decisions over extended periods

Absence of any discussion around these points suggests they're considered solved problems. They're not.


Vendor Lock-In Isn't Mentioned

Report positions Anthropic as the infrastructure for agentic coding's future. Every case study uses Claude. Every workflow assumes access to Anthropic's tools. There's no discussion of what organizations should do to maintain strategic flexibility.

What happens when your multi-agent architecture, your long-running workflows, your team's entire development process is built around one provider's models and tools? When that provider changes pricing, when model capabilities shift, when new competitors emerge with better offerings?

Building deep dependencies on any single vendor creates strategic risk. In a market where model capabilities evolve rapidly and pricing structures change frequently, organizations need abstraction strategies.

Report understandably doesn't highlight this—Anthropic benefits from deep integration. But readers evaluating long-term adoption should be thinking carefully about portability. Today's best model becomes tomorrow's commodity. The investment is in workflows and processes, not specific model endpoints.

Organizations need to consider:

  • How to abstract agent interactions so models can be swapped
  • What standards exist for agent framework portability
  • How to structure workflows to minimize provider-specific dependencies
  • What the exit costs look like if they need to migrate

Report envisions a future built on Anthropic's infrastructure. Strategic planning requires thinking about that future without assuming permanent vendor relationships.


What's Actually Happening

Trends in Anthropic documents are real. Agentic coding is changing software development in meaningful ways. Data showing 60% AI involvement with only 0-20% full delegation is honest and valuable—it describes actual practice rather than aspirational vision.

But this is a vendor report designed to drive adoption, and it accomplishes that goal effectively. What it doesn't do is provide the complete picture builders need to make strategic decisions.

Most important questions about agentic coding in 2026 aren't about capabilities—agents demonstrably work. The questions are about economics, skill development, failure modes, access equity, verification scalability, legal frameworks, and strategic flexibility.

Agentic capabilities are impressive but gaps in the analysis are equally significant.

Understanding both is necessary for making informed decisions about how deeply to integrate these tools into your development process.