Introduction: The Digital-Only Crossroads - Kojima's Tech Warning
For years, the video game industry has slowly moved toward an all-digital future. Sony's recent decision to kill physical PlayStation discs for its next-generation console-reportedly the PS6-has reignited a debate that many developers and engineers have been quietly dreading. The most high-profile critic? Hideo Kojima, creator of Metal Gear Solid and director of the upcoming Death Stranding 2.
As a game developer who has spent decades pushing the boundaries of interactive storytelling, Hideo Kojima's warning about a world without physical media is not nostalgia-it's a technical foresight that every software engineer should heed. In a series of posts on social media, Kojima framed the move not as an inevitable market shift but as a fundamental threat to game preservation, ownership, and the very architecture of interactive art.
Kojima's response digs deeper than the typical "I like having a box" consumer sentiment. He highlights a reality that engineers working in cloud infrastructure, digital rights management. And large-scale distribution systems already face: digital ecosystems are fragile, opaque. And governed by contracts that can expire. For anyone who builds software at scale, this is a crisis of trust and durability, not just convenience.
The Rumored End of PlayStation Discs: What We Know
According to multiple reports from industry insiders and corroborated by leaks published by IGN, Sony is planning to release a PlayStation 6 that ships without an optical disc drive. The PS5 Digital Edition already tested the waters. And Sony's recent patent filings suggest a future where all game distribution happens via download or streaming. The move appears driven by cost reduction - piracy prevention. And a push to own 100% of the transaction chain.
While no official announcement has been made, multiple developers have confirmed that Sony is actively encouraging studios to stop producing physical copies for internal projects. The message is clear: the disc is dead within the next console cycle. Kojima's response cuts across the corporate spin to ask a question that no press release can answer: What happens to the games we can't download anymore?
For engineers, the question translates into concrete technical concerns. A digital-only ecosystem relies on continuously operating authentication servers, update pipelines, and licensing databases. When those servers go down-and they will, eventually-the games vanish. Physical media offers a level of hardware independence that no software stack can fully replicate.
Kojima's Explicit Warning: Beyond Nostalgia
Hideo Kojima didn't just say "I prefer discs. " He compared the situation to a library burning down. In his words, "If there's no physical media, there's no record. In 50 years, how will people even know that Death Stranding existed? " This is a preservation argument fronted by an artist. But it has deep engineering roots. The software industry has already lost vast amounts of early digital work-think of abandoned Flash games, defunct iOS apps, or lost MMOs-because no physical backup existed.
Kojima's engineering background is often overlooked. He started his career as a programmer, writing assembly code for the MSX2. He understands that a game isn't just content-it's a collection of executables - asset pipelines, and tightly coupled hardware dependencies. A digital-only future means that every piece of software becomes dependent on the continuous operation of a cloud infrastructure managed by a single entity that's a single point of failure of the highest order.
The Death Stranding 2 director went further, warning that without physical media, developers lose control over how their games are experienced. Patches - DRM checks. And always-online requirements can silently alter the product long after the studio has moved on. In production environments, we have seen cases where a minor server-side change broke compatibility with thousands of downloaded copies-a scenario that becomes permanent in a disc-less world.
The Technical Debt of Digital-Only Ecosystems
Every software engineer knows the term "technical debt. " It's the hidden cost of taking a shortcut now that will require paying interest later. A move to a fully digital game distribution model creates a massive layer of technical debt for the entire gaming ecosystem. Consider the following:
- Authentication infrastructure: Every digital game requires a license check, even for single-player titles. This introduces network latency and a dependency on server uptime.
- Patch management: Digital-only games rely on update servers that must be maintained for years. When a console generation ends, these servers are often shut down.
- DRM middleware: Proprietary frameworks like Denuvo or Sony's own internal DRM add complexity and runtime overhead, impacting performance and modifiability.
These are not abstract worries. In production environments, we have seen cases where a game that used a third-party DRM service became unplayable after that service shut down-even though the game itself was installed on the user's drive. The game code was intact, but the license server no longer existed. A physical disc bypasses this entire problem by encoding the license in the medium itself.
From an architectural perspective, a disc-based model is a distributed, offline-first system. A digital-only model is a centralized, online-dependent system. In distributed systems engineering, we know that offline-first architectures are more resilient to network failures and server deprecation. Kojima is effectively arguing for keeping the distributed option alive.
DRM, Licensing, and the Fragility of Digital Ownership
The greatest technical flaw in digital-only ecosystems is the conflation of "purchase" with "license. " When you buy a digital game, you're actually buying a revocable license to use the software under specific terms. This is spelled out in every EULA, but often ignored. The Electronic Frontier Foundation has documented multiple cases where digital storefronts have remotely deactivated titles that users had "purchased. "
Kojima's warning touches on this directly: in a world without discs, the publisher has total control over your library. If Sony decides to delist a game-or if its licensing agreement with a music publisher expires-the game can disappear from your console without warning. This has already happened with games like Alan Wake (temporarily removed due to music rights) and many licensed titles like Marvel vs. Capcom 2 (delisted and never re-released).
From a software engineering perspective, this situation is unacceptable. Any system that can revoke access to previously delivered binaries is a system that violates basic data ownership principles. We don't tolerate this for operating systems or office software-why should games be different? The answer often cited is "piracy prevention," but the technical reality is that modern DRM systems (like Steam's CEG or Sony's own) have never stopped determined crackers. They only inconvenience legitimate users.
Game Preservation: Why Physical Media Matters for Engineers
Game preservation isn't just a hobbyist concern; it's a critical data archival problem. Software engineers working in digital libraries and preservation at institutions like the Library of Congress face the same issues Kojima is raising: binary files are useless without the correct execution environment. Physical media-discs, cartridges, even floppy disks-provides a snapshot of the software and its dependencies as they existed at the time of release.
Digital-only games introduce a preservation paradox. Even if the binary is saved, the authentication server is gone. For example, the original World of Warcraft client from 2004 can still be installed from a physical disc. But the game can't connect to the servers. However, at least the client itself is preserved for emulation projects, and for a digital-only game like PT. (Playable Teaser by Kojima himself), when it was delisted from the PlayStation Store, it became impossible to download-and any copy stored on a console could be wiped by a factory reset.
Kojima's own P, and t is a cautionary tale. It was a digital-only horror demo that Sony removed from the store in 2015 after Kojima's split from Konami. Today, the only way to experience it's on a PS4 that still has it installed that's a brittle, non-replicable form of preservation. Engineers know that any data that exists only on a single device with no backup medium is effectively one hardware failure away from extinction.
Death Stranding 2 and the Cloud Gaming Conundrum
The announcement of Death Stranding 2 and Kojima's simultaneous warning about digital-only may seem contradictory. After all, Death Stranding is a game that emphasizes connectivity and online collaboration. Kojima isn't against digital distribution per se-he is against exclusive digital distribution. His stance is that a hybrid model (physical + digital) provides the best of both worlds. The game's engine, Decima, is designed to support both offline and online modes, which aligns with this philosophy.
Cloud gaming further complicates the picture. Services like PlayStation Now or Xbox Cloud Gaming allow players to stream games without downloading anything. But these systems are even more ephemeral than digital downloads. The rendering happens server-side, and the user receives only a video stream. If the cloud service shuts down, the game's entire codebase is inaccessible-no physical disc, no local binary, nothing. Kojima's warnings apply doubly to cloud-only models.
From a latency and reliability engineering standpoint, cloud gaming also introduces issues that disc-based gaming never had: jitter, buffering, compression artefacts. And dependency on high-bandwidth connections. Kojima, who famously obsessed over frame-rate and visual fidelity in Death Stranding, clearly values local execution when possible. A disc provides guaranteed performance; a cloud stream does not.
The Economic Reality: Who Wins When Discs Disappear?
It is tempting to frame the disc vs. digital debate as a contest between corporate greed and consumer rights, and but the economic incentives are clearSony (and Microsoft, and Nintendo) can earn higher margins on digital sales because there's no physical manufacturing, shipping. Or retail cut. Digital also locks consumers into the platform's ecosystem indefinitely-you can't resell a digital game. This is a lucrative lock-in model that every platform holder wants.
For indie developers, however, the picture is more nuanced. Many small studios lack the distribution agreements to get physical copies made. For them, digital is the only viable option. But Kojima's point isn't that digital is bad-it is that eliminating physical media removes a safety net. If a digital storefront goes bankrupt or changes its terms, the games vanish. Physical media provides a last-resort distribution channel that can't be revoked by one entity.
From an economic game theory perspective, a monopoly on distribution inevitably leads to higher prices and less choice for consumers. Without the threat of used game sales, publishers can maintain artificially high prices. And engineers who have studied platform economics (eg., the work of Nick Szabo on smart contracts or Chris Anderson on the Long Tail) recognize that market power must be checked by some form of ownership transfer. Physical discs enable that transfer; digital licenses do not.
What Developers Can Learn from Kojima's Engineering Philosophy
Kojima's career is a masterclass in building robust, cross-platform software. His team at Kojima Productions uses the Decima engine (co-developed with Guerrilla Games), which is written in C++ and designed to run on both PS5 and PC. The engine supports highly modular asset loading, streaming, and multi-threaded rendering. Kojima has always insisted on keeping the engine portable and not overly dependent on cloud backends.
One specific lesson is the value of offline-first architecture. In Death Stranding, the online component (the chiral network) enhances the game but is not required to play the main story. The game works fully offline. This is a deliberate design choice that ensures the title remains playable even if servers go down. Software engineers building modern web apps could learn from this-especially With progressive web apps (PWAs) and service workers.
Another lesson is data serialization and storage. Kojima's games often include deep configuration files, save slots, and local modding support. By contrast, many digital-only games treat the user's machine as a thin client, storing all game state on remote servers. That approach sacrifices user autonomy for publisher control. Kojima's engineering philosophy respects the local machine as a first-class citizen.
Finally, Kojima's response illustrates the importance of documentation and redundancy. In software engineering, we talk about the "3-2-1 rule" for backups: three copies, two different media types, one offsite. A digital-only ecosystem violates this rule by storing the only authoritative copy on the publisher's server. Physical media provides a second, independent copy that can be stored locally. Kojima is essentially advocating for adherence to basic data integrity principles.
Prospects for a Hybrid Future: Engineering Resilience
Is it too late to reverse the trend? Probably. Sony has already signaled its direction. And most consumers have accepted digital downloads for convenience. But engineers can still push for hybrid solutions. For example, downloadable copies with a physical token-like a disc or cartridge containing the base game and a license key for updates-could combine the best of both worlds. This approach is used by some collector's editions,, and but it isn't the default
Another technical workaround is to use optical media as a read-only backup plus a writable partition for patches. The PS
.Need a Custom App Built?
Let's discuss your project and bring your ideas to life.
Contact Me Today β