All Things PM
The State of AI: Macro, Apps, and Consumer
The a16z ShowStrategy

The State of AI: Macro, Apps, and Consumer

a16z's Anish Acharya explains why he's betting on many winners at the model layer, why most competitive moats are untouched by cheap intelligence, and why he thinks consumer AI just crossed the threshold that trapped it for three years.

August 26, 2026 · 37 min listen · 14 min read · Anish Acharya
0:00
–:––

Context

a16z's Anish Acharya joins host Jen Kha to break down where AI is heading next, moving from the model layer (is it a bubble, who wins, why models aren't commodities) to the application layer (how apps turn the intelligence primitive into economic outcomes) and finally to consumer AI, which he argues just crossed a threshold after three years of false starts. Acharya invests across a16z's consumer and enterprise AI portfolio, and draws throughout on live examples from that portfolio (Town, and the broader coding-agent and personal-agent landscape). For a PM, the episode is a working model for two decisions that come up constantly in AI product work: which model or models to build on, and how to price and package a product now that the old software assumptions about cost and willingness-to-pay no longer hold.

The Big Idea

Competitive advantage in AI is shifting away from which model is smartest and toward which company is best at turning intelligence into a specific, well-packaged economic outcome for a specific customer, and that shift is what's finally unlocking consumer AI after three years of false starts.

Acharya's evidence spans market structure (traditional moats like network effects and brand are intact; the labs are integrating down into inference rather than up into apps, because packaging and go-to-market are the hard part) and product economics (dramatically higher willingness to pay is making a wider range of pricing and product bets viable).

Key Insights

Rising GPU prices signal under-optimism, not a bubble

Acharya argues the "is this a bubble" debate is over-discussed, and the more interesting question is whether the market is actually insufficiently optimistic. His evidence: prices for B200 GPUs, which are not even the most cutting-edge chip, are rising on a per-hour basis rather than falling. Compute normally follows a deflationary curve as supply catches up with demand; a rising price on a non-frontier chip points to demand that remains effectively unbounded against supply that's still badly constrained, the opposite signal from what a bubble would produce.

Most competitive moats are untouched by cheap AI

Referencing the moats framework from the book Seven Powers, Acharya argues that network effects, scale effects, and brand effects are "as good as they've ever been" despite the arrival of cheap, abundant intelligence. His example: no amount of coding agents makes Nike stop being Nike, because the value of Instagram was never the complexity of building the Instagram app, it was the network behind it. The one moat he flags as genuinely at risk is the integration moat, where systems like SAP are so complex to integrate into and out of that migrating even between SAP versions is treated as an existential risk. Coding agents make that kind of integration dramatically easier, which raises a real question for systems integrators and global systems integrators whose historical value has been sitting at exactly that point of complexity.

Enterprise software is safer from AI disruption than the discourse suggests

Enterprise software spend is only 8 to 12% of a typical company's budget, so the upside of "vibe coding" a replacement for, say, payroll or a CRM is capped, while the downside (getting compliance-sensitive systems wrong) is essentially unlimited. Acharya argues most enterprise software demands a level of precision that current coding agents don't reliably deliver, which is why he doesn't expect wholesale in-house replacement of core enterprise systems. The real casualties are SaaS companies that were previously propped up by heavy stock-based compensation distorting their reported economics: as that distortion becomes visible, those companies have to "accelerate or die," which is a separate dynamic from AI substitution.

Labs are integrating down into inference, not up into apps

When Anthropic released a legal-focused Claude plugin (a bundle of skill files, which are themselves just long prompts), legal-tech incumbents including Thomson Reuters saw their stock trade down sharply on fears that model labs were about to vertically integrate into vertical software. Acharya says the opposite has played out: labs are integrating down into inference and compute instead, because inference workloads are homogeneous and scale cleanly, while the application layer requires absorbing enormous idiosyncrasy in pricing, packaging, and how each vertical market actually wants to buy, an operationally heavy proposition labs are structurally worse suited for than focused application companies.

Model aggregation beats any single model in several product categories

Acharya's Expedia analogy: it's more useful to book through one place that shows every airline's inventory than to check each airline separately, and the same logic applies to models. He gives three categories where combining models beats using one: coding tools like Cursor that use a frontier model for planning and a cheaper model for execution inside one harness; creative tools that combine specialists like ElevenLabs for voice and music with Black Forest Labs for video and creative direction inside one shell; and research or decision tasks, where running the same query through multiple models (which were often trained on non-overlapping data) and having a separate model converge the answers surfaces more than any single model would alone. He notes labs are structurally limited to offering only their own models, which is exactly the gap application-layer aggregators can fill.

Mental Models & Frameworks

Frontier tokens for unbounded upside, open-weight for bounded upside

Acharya's framework for choosing which model tier to build on: alpha-creating job functions with unbounded upside, like sales, product, engineering, and research, justify paying almost any price for a marginally smarter frontier model, because the value of one more closed deal or one better feature decision is effectively unbounded. Functions with bounded upside, like finance, legal, and HR, don't get better past a point of accuracy (you can't close the books "10x more accurately" than accurately), so the economically rational choice there is a cheaper, reinforcement-learning-tuned open-weight model that sits on a Pareto-efficient cost curve. Use this to decide where a team should default to the most expensive available model versus where that spend is simply wasted.

Models have personalities, and organizations need more than one

Different models exhibit different "personality" traits that are often in tension with each other: some, like GLM 5.2 and 5.3, are highly literal and will only do exactly what they're told (useful for accounting-style precision), while others, like K3, are more open, creative, and presumptuous (useful for design-style ambiguity). Acharya's point is that an organization needs both kinds of "minds" for different problems in the same way a company needs both a meticulous accountant and a creative designer, which is itself an argument for using multiple models rather than standardizing on one.

Reinforcement-learning specialization trades generality for domain depth

Fine-tuning an open-weight model on a company's own reasoning traces (the pattern behind Harvey's legal results and Decagon's customer-support results) creates a compounding advantage: the model gets better than any general-purpose model at that specific domain. The trade-off is real, though: a model fine-tuned to be excellent at legal problems may perform worse on an unrelated domain like theoretical math. Acharya frames this as an acceptable trade for a company like Harvey, whose customers only need the legal capability, not general intelligence.

Coding loops as the template for enterprise automation

Acharya defines an "agent" simply as a model operating in a loop with tools and memory, and uses the now-familiar software bug-fix loop, report, reproduce, generate a fix, verify, ship, notify the customer, with human review only inserted for high-risk changes, as the template being copied into other parts of the business. He extends the same loop structure to price optimization and procurement as natural candidates for full automation. The most ambitious version is what he calls a "business loop": a model can propose a cross-cutting change (his example: "I think we need to open a branch in Tijuana"), but can't execute that decision autonomously, it can only surface the recommendation at the business's surface level, leaving the actual decision to humans.

Intelligence, and coding specifically, as an industry, not a market

Acharya (attributing the framing to a16z's Marc Andreessen) argues that a single underlying capability, like coding intelligence, produces an entire industry of differently positioned products rather than one market with one winner. Claude Code exposes the raw capability directly to a developer through a terminal interface, while Replit provides a much higher abstraction layer aimed at a small business owner unfamiliar with code, both are variations in pricing, productization, and packaging of the same coding-intelligence primitive. The implication for evaluating AI products: ask where on that spectrum, from raw capability exposure to full abstraction, a given product sits, rather than assuming there's one "best" product for a given capability.

Trade-offs & Nuance

Wider product surface can be worth trading away margin for

Acharya argues the traditional instinct to protect gross margin is less universally correct in this cycle: because willingness to pay is unusually high right now, it's often rational to trade some margin for a wider product surface area rather than optimizing margin narrowly. He frames the concrete exercise founders should run as: if $20 a month was the historic ceiling for a SaaS product, what does the $200 a month tier of the same product look like, and what does the $2,000 a month tier look like. He calls this emerging category "luxury software," and says demonstrated willingness to pay at those tiers is already showing up.

Capital used to force focus, now it can fund breadth

The historical wisdom that giving a founder too much money wrecks a company held because the real constraint was never risk tolerance, it was that teams simply didn't have enough talented people to execute across a wide product surface at once, so capital scarcity enforced focus on one idea. Acharya says that constraint is loosening: a team that raises $100 million and deploys it in a focused way can now deliver a genuinely different (not just faster) value proposition than the same team would with $20 million, because more capital buys different product and model trade-offs, not just more of the same work. He frames the resulting uncertainty over optimal funding size as a real open question rather than a solved one.

Practical Application

Route work to model tiers by whether the upside is bounded

Before defaulting to the most capable (and most expensive) model for a workflow, classify the job by whether its upside is bounded or unbounded. For unbounded-upside work like a sales pitch or a product decision, default to the frontier model regardless of cost. For bounded-upside work like closing the books or routine legal review, evaluate whether a fine-tuned open-weight model hits the same accuracy ceiling for a fraction of the cost.

Test the $200 and $2,000 tier of your product, not just the $20 one

Before assuming a product's pricing ceiling matches the historical SaaS norm, explicitly design and test a materially more expensive tier of the same product. Acharya's framing ("what's the Birkin bag of your software") is a forcing function to check whether current willingness to pay actually supports a premium tier most teams never bother testing.

Build for word of mouth, not for borrowed distribution

Existing consumer platforms like Instagram, TikTok, and X have been trained by prior cycles of growth-hacking to actively suppress new products from building distribution off their networks, so a startup can't count on the platform arbitrage that worked in earlier consumer cycles. Acharya's recommendation is to build a product whose core loop generates genuine word-of-mouth, the original network effect, rather than architecting around a specific platform's current algorithm or API.

Evaluate a personal or workplace agent on how it compounds, not on day-one output

Acharya's own workflow with the inbox agent Town illustrates the pattern worth testing in any agent product: on day one it behaves like a new hire with limited context, but by around day 30 it's making confident assumptions on the user's behalf because it has absorbed a month of context, memory, and learned preferences. When evaluating or building an agent product, judge it on this trajectory (does usefulness compound with tenure) rather than on a single early session, since that compounding is what shows up later as retention and pricing power.

Questions to Consider

  • For a workflow currently defaulting to the most expensive frontier model, is the actual value of a marginally smarter answer truly unbounded, or would a cheaper, fine-tuned open-weight model hit the same practical accuracy ceiling?
  • Where in a product's roadmap is the team assuming a single model or a single vendor will serve every use case, when a model-aggregation approach (a frontier model for planning paired with a cheaper model for execution, as Cursor does) might serve users better?
  • If willingness to pay in a given market has genuinely shifted upward, has the team actually tested a materially higher-priced tier of the product, or is pricing still anchored to a pre-AI ceiling out of habit?
  • Which parts of the product currently require a human in the loop for every action, and which of those could move to the coding-loop pattern (generate, verify, ship, with human review reserved only for high-risk changes) without meaningfully increasing risk?

Bottom Line

The competitive question in AI has shifted from "which model wins" to "who best turns intelligence into a specific, well-packaged outcome for a specific customer," and that shift, combined with unusually high willingness to pay, is what's finally unlocking consumer AI after years of the technology outrunning the products built on top of it.

Case Studies Mentioned

When Anthropic shipped a legal-focused Claude plugin (in practice, a bundled set of long-form prompts called skill files), legal-tech incumbents including Thomson Reuters saw their stock trade down on fears that labs were about to vertically integrate into legal software. In hindsight, Acharya says this didn't materialize as an app-layer land grab; labs have instead focused their vertical integration downward into inference and compute, not upward into applications.

Town shows how a personal agent compounds with tenure

Town, an a16z portfolio investment made by partner Alex Rampell, is a personal inbox agent offered with a free trial (roughly 40 starting credits). Acharya describes his own usage: professionally he stays at inbox zero, but personally he lets roughly 20,000 unread emails accumulate and relies on Town to surface anything important, along with proactively flagging subscriptions it thinks he should cancel to save money. The product improves specifically because it accumulates context and memory over time, not because the underlying model changes.

Grokbot autonomously bought a pair of jeans

Acharya asked Grokbot, a personal agent product, to find and purchase jeans matching a pair he photographed, with a $500 budget cap. Overnight, it researched options, found a matching pair in a different wash, and completed the purchase on his saved payment method without further input. He uses the example to illustrate that the underlying capability for autonomous personal agents already exists; what's been missing is the product packaging that makes it usable by an average consumer.

Tools & Products

Tool / ProductWhat it doesWhy it was mentioned
CursorAI coding assistantCited as an example of model aggregation, using a frontier model for planning and a cheaper model for execution inside one product harness.
Claude CodeTerminal-based coding agentContrasted with the ChatGPT desktop app as an example of a product deliberately specialized for software engineering rather than general knowledge work.
ChatGPT desktop appGeneral knowledge-work AI assistantCited as a product harness specialized for spreadsheets, slides, and documents, illustrating domain-level product specialization even among general-purpose labs.
TownPersonal inbox/agent productAn a16z portfolio company used as the episode's running example of a personal agent whose value compounds with accumulated memory and context.
GrokbotPersonal shopping/task agentDemoed via Acharya's own story of it autonomously researching and purchasing a pair of jeans, illustrating current personal-agent capability.
HarveyLegal AI productCited as an example of reinforcement-learning specialization producing a model that outperforms general intelligence specifically on legal work.
DecagonCustomer support AICited alongside Harvey as an example of RL specialization, and referenced via founder Jesse Zhang's post on why open-weight models are the only viable option for some startups.

Concepts to Explore

Seven Powers (moats framework)

Acharya references Seven Powers as the source for a rigorous taxonomy of competitive moats, network effects, scale effects, brand effects, switching costs, and others, and uses it to argue that most of these moats remain fully intact even as the cost of intelligence collapses. Worth exploring for a PM who wants a sharper vocabulary for diagnosing which of a product's defensibility claims are actually structural versus which are just current execution advantages that cheap AI could erode.