Jacob Navok, formerly of Square Enix, recently argued that a disc-free PlayStation could push major publishers into perpetual price competition and, in theory, drive game prices lower. The headline is eye-catching because it flips the usual narrative: instead of digital lock-in raising prices, Navok suggests that removing physical media makes every publisher fight harder on price. It sounds plausible until you map the claim onto the actual technology stack that delivers modern games.

A disc-free PlayStation won't lower game prices by default; it will only move the pricing battlefield from retail shelves to the platform's control plane.

Price is not determined by the absence of plastic it's determined by who controls distribution, how switching costs are engineered into identity and entitlement systems, and whether storefronts compete on margin or merely on placement. Navok is describing a market outcome, not an architectural one. To understand whether he is right, we have to look at platform economics, data engineering, content-delivery infrastructure. And the policy mechanics that govern console stores.

Why the Disc Argument Misses the Stack

The argument starts with a real observation: stamping, shipping, and retailing a Blu-ray costs money. Remove the disc and the per-unit cost drops toward zero. But that observation conflates the medium with the market. In software, when you remove a physical artifact you don't remove the supply chain; you replace it with a different one. The new chain includes CDN egress, object storage, DRM license servers - payment processors, platform certification pipelines, telemetry ingestion. And 24/7 SRE coverage for live-service backends,

Rows of server racks in a data center representing digital game distribution infrastructure

More importantly, the old chain had multiple competing retailers. A consumer could buy a disc at Amazon, Best Buy, Walmart, a local game shop, or a second-hand reseller. Each retailer set its own price and ran its own promotions. In a disc-only future, the PlayStation Store becomes the primary-or only-point of sale for first-run games on Sony hardware. That consolidation reduces price-discovery channels rather than expanding them. If anything, it gives Sony a clearer view of demand and a tighter grip on the only shelf that matters.

From an engineering perspective, the shift is familiar. We have seen the same pattern in enterprise SaaS: moving from boxed software to cloud subscriptions did not automatically lower prices. It shifted value capture from resellers and distributors to the platform operator, who now owns billing, identity, feature flags. And usage telemetry platform engineering for digital marketplaces The same dynamic applies to console games.

Platform Economics Are Built on Lock-In

Console economics are deliberately designed around lock-in. Hardware is often sold near cost or at a loss, with profit recovered through software licensing, online subscriptions. And a 30% commission on store transactions. When a console has no disc drive, every purchase must flow through that store there's no gray-market physical inventory to undercut the official price, no retailer dumping excess stock. And no friend lending a disc to seed a network effect.

Navok's scenario requires customers to switch easily between publishers. In practice, switching is expensive. A player's friends list, trophies - save data, controller, headset, and purchased library are all tied to a single identity provider. Those aren't accidental features; they are architectural choices that raise switching costs. Even if Ubisoft undercuts Activision by $10 on a new release, the buyer still has to weigh that savings against losing years of accumulated entitlements.

We can see the same mechanics in mobile. Apple and Google built ecosystems where the store, the OS, the payment rail. And the identity layer are the same product, and the Epic vApple litigation exposed how tightly those layers are integrated. Console makers use similar integration, and a disc-free design removes one of the few remaining off-ramps. Without regulatory or technical pressure to open those layers, competition stays inside the garden rather than between gardens.

Digital Distribution Lowers Marginal Cost, Not Necessarily Price

It is true that the marginal cost of delivering a digital copy is close to zero. Once a game is mastered, serving one more download costs almost nothing at the edge. Basic microeconomics says that in a competitive commodity market, price trends toward marginal cost. But video games aren't commodities. Each title is a differentiated product with its own IP, marketing, and fan base, and the storefront that sells it's a controlled distribution layer.

Empirical data doesn't support the idea that digital dominance lowers prices. In the UK, digital sales already accounted for 89. 5% of the video game market in 2023. Yet the standard price for major AAA releases rose from £50-55 to £70 during the same console generation. The US market saw a similar jump from $60 to $70 for premium titles. According to the UKIE 2023 UK consumer games market valuation, digital growth and price increases happened simultaneously. That is consistent with monopolistic competition, not perfect competition.

Steam and Epic do run aggressive sales. But those discounts are revenue-optimization tactics, not cost pass-throughs. A 50% Steam sale happens because the publisher believes the long-tail revenue will exceed the loss from full-price buyers. The publisher can do that precisely because digital distribution has near-zero marginal cost. The lower price is a strategic choice enabled by the technology, not an inevitable market outcome mobile app monetization strategies

Dynamic Pricing and Data Moats Change Competition

Digital stores don't merely sell games; they run continuous pricing experiments. Telemetry on wishlists, cart abandonment, session length, achievement completion, and social activity feeds machine-learning models that set discounts, bundles. And regional prices. Tools like BigQuery, Amplitude, Looker. And custom multi-armed bandit pipelines turn engagement data into price elasticity curves. This is price optimization, not price reduction.

When my team ran a live-service title, our data pipeline showed that players who completed the tutorial and joined a clan had a much higher willingness to pay for battle passes. We used that signal to target offers, not to lower the base price. The engineering challenge was not "how cheap can we make the game"; it was "how do we capture the maximum value from each cohort without churning low-engagement users. " That mindset is standard in product analytics. It means competition isn't just on the sticker price; it's on who can extract the most lifetime value from the same audience.

Publishers also practice geographic price discrimination, charging Western markets more than emerging markets for the same bits. Steam's regional pricing matrix is a data-engineering product as much as a business decision. The result can be lower prices in some regions and higher effective prices in others. Navok's "constant competition" assumes a single price that everyone chases downward; real digital markets fragment prices across regions, currencies. And player segments.

The Secondary Market Is a Price Signal

Physical discs support a secondary market that acts as a price signal and a price cap. When a player finishes a single-player campaign, the disc can be resold. That resale creates a used copy that competes with the new copy, putting downward pressure on the launch price and shortening the time before a permanent discount. Used game sales are noisy, decentralized data that publishers can't fully control or observe.

Stack of used physical game discs on a shelf representing the secondary market

Digital-only ecosystems eliminate that signal. A license tied to a PSN account can't be resold under current Sony terms. The European Court of Justice's UsedSoft v. Oracle ruling recognized a right to resell perpetual software licenses, but platform operators and publishers haven't implemented it. Instead, digital ownership is typically a revocable entitlement stored in a platform-managed database. Without resale, there's no shadow supply to discipline pricing.

From a data-engineering standpoint, this matters because the publisher's telemetry becomes the only price signal. The platform knows exactly how many players own a title, how often they play. And when they're likely to churn. It can use that signal to time discounts for maximum revenue rather than for market clearing. Removing physical media therefore removes an independent source of price information, not a source of cost.

Infrastructure Costs Shift, They don't Vanish

Some of Navok's intuition probably comes from the real savings in physical manufacturing. Printing discs, printing inserts, packing boxes, warehousing, and trucking inventory across continents is expensive. But digital distribution replaces that with its own cost center. A modern AAA title can ship with a 100 GB base install and a 30 GB day-one patch. At global scale, serving those files isn't free.

In production environments, we found that CDN egress could become the second-largest operating expense after personnel once a game passed a few million monthly active users. Caching strategies, origin shielding, and regional POP selection become first-class engineering concerns. HTTP caching semantics (RFC 9111) and cache invalidation policies directly affect the monthly bill. Tools like CloudFront, Fastly, Akamai, Cloudflare's CDN each have different pricing curves. And the wrong architecture can add millions in annual spend cloud cost optimization for game backends

Global network map showing content delivery nodes for game patches

Beyond file delivery, there are certification environments, automated build pipelines, anti-cheat infrastructure, DRM license servers - analytics ingestion. And customer-support tooling. Live-service games add observability stacks-Prometheus, Grafana, Jaeger, PagerDuty-and on-call rotations that recur every month. These costs don't appear on a per-disc basis. But they appear as fixed burn that must be recovered through pricing. The cost curve shifts from per-unit to ongoing infrastructure. And that changes how publishers model break-even.

What Console Makers Actually Control

Even if we accept that publishers want to undercut each other, the console maker controls the rules of engagement. Sony decides how titles appear in search, what the storefront carousel promotes, how refunds work, whether cross-buy is allowed. And what payment methods are permitted. It also runs PlayStation Plus, which turns individual game prices into a catalog problem. A publisher competing on price isn't just competing against other games; it's competing against the perceived value of a subscription.

Platform policy also governs how patches and DLC are delivered. And want to fix a bugThe patch goes through certification. Want to offer a discount? It must comply with storewide sale windows, but want to sell cosmetics outside the store. On console, that's generally not allowed. These policy layers shape publisher behavior far more than the presence or absence of a disc drive. The disc was a retail escape hatch; the store is a managed pipeline.

That pipeline isn't necessarily bad for consumers. Centralized distribution can improve security, guarantee compatibility, and simplify updates. But it isn't a competitive market in the classical sense it's a curated platform with gatekeepers, and gatekeepers charge rent. Unless those rents fall or new gates open, removing the disc won't trigger the price war Navok predicts.

Lessons from Mobile and PC Storefronts

If we want a preview of a disc-free future, mobile and PC already provide it. Mobile is almost entirely digital. Yet the dominant business model isn't cheaper games; it's free-to-play with high-spending whales funding the ecosystem. Average revenue per paying user in mobile games can run into hundreds of dollars per year, while the upfront price is often zero. The sticker price went down, but the effective price did not.

PC is more instructive. Steam is a closed platform with a 30% base commission, but it also allows third-party key sales through Humble, Green Man Gaming. And direct publisher stores. Epic takes a 12% cut and uses exclusivity deals and free giveaways to compete. Microsoft has even experimented with bringing Xbox Game Pass to PC. The result is more price competition and deeper sales than on console. The difference isn't the absence of discs; PC has not relied on physical media for years. The difference is the existence of multiple competing storefronts and key-reseller channels.

What lowers prices, then, isn't the digital format but the competitive structure around it. A disc-free PlayStation that still forces every transaction through the PlayStation Store is more like mobile than like open PC. To make Navok's theory work, Sony would have to open payment rails, allow key resellers. Or lower its commission. The hardware change alone does none of that.

Engineering the Marketplace of the Future

Engineers and architects who build marketplaces should treat price as a system property, not a marketing afterthought. The design of identity, entitlement, billing, discovery. And analytics all influence what consumers pay. If the goal is genuinely lower prices, the platform should minimize lock-in, support portable licenses, expose transparent fee structures, and allow third-party storefronts to compete on the same hardware.

Technical choices matter. Using open standards like JWT-based entitlements or OAuth 2. 0 authorization flows could make account-bound licenses portable across stores. Cache-friendly architectures and edge-compute strategies reduce CDN bills, leaving more room for discounts. Observable cost attribution-tagging every gigabyte of egress and every database query by title and region-lets publishers see where margin actually lives. These are the levers that connect engineering to price,

Regulators are starting to recognize thisThe Digital Markets Act in Europe, Epic's ongoing litigation, and proposed US legislation around app-store openness all target the same architectural bottleneck: a single platform controlling distribution, identity. And payment. If those pressures force console makers to open their stacks, then Navok's price-competition scenario becomes plausible. Without them, a disc-free console is just a more efficient monopoly.

Conclusion and Next Steps

Jacob Navok's claim is a useful thought experiment. But it mistakes the medium for the market. Removing discs eliminates some physical costs and closes some retail escape hatches, yet it leaves the real pricing power in the hands of platform owners, data pipelines, and policy mechanics. For prices to fall, publishers need genuine competitive pressure: lower platform fees, interoperable entitlements, resellable digital licenses. And multiple storefronts competing on the same device.

If you're building or advising a digital distribution platform, don't assume that going disc-free will automatically lower prices for users. Audit your cost stack, measure the real price elasticity of your audience. And ask whether your architecture increases or decreases competition. The answer will tell you far more than any headline about a disc drive. Want to dig deeper into the engineering economics of modern distribution? Explore our guides on cloud cost optimization for game backends, platform engineering for digital marketplaces, and mobile app monetization strategies.

Frequently Asked Questions About Digital Game Pricing

Does removing physical media reduce game production costs?

It removes per-unit manufacturing, packaging - and logistics, but adds digital infrastructure costs such as CDN egress, DRM, certification, live-service operations. And platform fees. Net savings vary by title and scale.

Why don't digital games get cheaper as downloads dominate?

Price is set by market power and willingness to pay, not just marginal cost. Platform lock-in, data-driven pricing. And the elimination of used-game resale allow publishers to maintain higher prices.

How do platform fees affect game prices?

Console stores typically charge around 30% per transaction, plus engine royalties and payment processing. Those costs are factored into the retail price, leaving less room for discounts unless the platform lowers its cut.

Can a disc-free console lower prices through competition?

Only if the platform becomes more competitive, not less. That requires multiple storefronts, lower commissions - interoperable licenses, or resale rights. A single official store tends to reduce price competition.

What engineering choices can make digital distribution cheaper?

Efficient HTTP caching per RFC 9111, edge-optimized CDN architectures, observability-driven cost attribution. And standardized entitlement formats can reduce operating costs. Lower fixed burn gives publishers more pricing flexibility,

What do you think

If console platforms maintained 30% commissions but removed physical media, which architectural change would most likely reduce average game prices: open app sideloading - interoperable entitlements,? Or publisher-owned storefronts?

Should digital marketplace pricing be regulated like telecom common carriage,? Or is algorithmic price discrimination a legitimate use of platform data engineering?

How would you redesign a console content-delivery stack to lower the total cost of ownership for both publishers and players without reinforcing platform lock-in?

.

Need a Custom App Built?

Let's discuss your project and bring your ideas to life.

Contact Me Today →

Back to Tech News