Digital Zoning Laws and the Green Baize Door
Brutal token economics force modern software to segregate opulent vanity interfaces for humans from the bare-bones text substrates required by machines.
By Jonah Reyes
Sparked by Hubble: Open-source notetaking app for you and your agents · discussion

Reading through a Hacker News comment thread recently, I was struck by a specific strain of aesthetic panic that perfectly encapsulates a growing anxiety among the design class. The subject of their ire was a new agentic app called Hubble, and the consensus among the armchair tech critics was predictably brutal. To scroll the replies is to witness a unified front of disgust, with operators diagnosing the bare-bones, dual-track UI as a lazy failure of front-end engineering, a symptom of rushed shipping, or simply a catastrophic lack of taste.
In the status-seeking arena of hacker forums, dunking on a minimalist UI is an incredibly cheap form of proof-of-work. Whenever a cluster of highly opinionated builders uniformly decries a new interaction model as lazy, you can usually assume they are viewing a completely rational adaptation through an obsolete lens.
Who exactly do these critics think the interface is built for?
The flawed pundit consensus rests on a deeply entrenched historical assumption that human eyeballs are the exclusive consumers of the Document Object Model. We expect our software to serve us directly. But anyone closely monitoring the bleeding edge of autonomous agents knows that era has quietly expired. The armchair critics are misdiagnosing a fundamental structural shift because they have yet to feel the visceral, mathematical heat of underlying compute costs. They evaluate the screen as a canvas for human delight, willfully ignoring the cold, tokenized reality running beneath it.
To understand the physics of what is actually happening to modern software architecture, we have to look away from Silicon Valley entirely and study the spatial layouts of the classic Edwardian manor.
Think of the sprawling, aristocratic estates depicted in Gosford Park or Downton Abbey. Those massive physical ecosystems functioned via absolute, uncompromising spatial segregation. Up above, you had the opulent dining rooms and grand parlors built strictly for human vanity and status signaling. Down below, you had the subterranean kitchen staff, toiling in a hot, high-efficiency environment optimized for ruthless, unglamorous utility.
If you plotted the spatial layout of an Edwardian manor, you would realize the physical architecture is just an analog API routing requests from the presentation layer (the dining room) to the backend database (the kitchen). The human guests ring a silver bell. That is the front-end trigger. Down below, a mechanical pulley yanks a wire, alerting a servant to begin fetching the next course. The boundary separating these two incompatible worlds was a literal mechanism: the green baize door. Covered in thick woven cloth, it served as a soundproofed physical membrane ensuring the messy, sweaty mechanics of labor never disturbed the fragile aesthetic illusion of the consumers dining upstairs.
What we are witnessing with apps like Hubble is the sudden emergence of what I call Digital Zoning Laws.
The token economics of LLM inference are so brutally unforgiving that modern software is being forced to enact an architectural bifurcation. The industry is frantically installing green baize doors in the codebase, isolating the status-seeking aristocrats—the human users—from the algorithmic kitchen staff pulling the levers in the dark.
Consider the modern React GUI. For over a decade, we have treated the web browser as a pure vanity space. We demand heavily nested <div> tags, bespoke infinite scroll animations, complex global state management, and spatial layouts that respond fluidly to the flick of a thumb. The front-end of the internet is a breathtakingly opulent dining room, constructed entirely to cater to the status-seeking monkey that lives inside the human user. We require frictionless aesthetics to feel good about our digital consumption. We expect the software to dance.
But as an environment for an autonomous agent to execute tasks, the modern Document Object Model is a computational disaster.
Think about the sheer volume of markup required to render a simple modal window in 2024. You have invisible accessibility wrappers, state-driven animation hooks, responsive grid coordinates, and massive SVG paths mapping complex icons. To a human, this renders as a sleek, intuitive popup. To a large language model tasked with autonomously navigating the web to book a flight or scrape a database, it is a deafening wall of syntactic noise. Every single one of those layout tags costs tokens to ingest, process, and output. When you pay for compute by the word, verbosity is a tax on your business model. Every drop shadow is a margin killer. Every infinite scroll container is a deadweight loss. It is the digital equivalent of serving entertainment Cheetos to an entity that only requires raw caloric paste.
[Aside: Forcing an LLM to parse the labyrinthine DOM tree of a modern React web application just to find a single actionable submit button is the architectural equivalent of forcing a scullery maid to drag a fifty-pound sack of coal straight through the grand ballroom during a multi-course dinner party. It destroys your margins. The latency is brutal, and the token usage spikes exponentially as the context window fills up with useless styling artifacts, CSS classes, and spatial trackers that mean absolutely nothing to a statistical model predicting the next token. This is exactly why the underlying plumbing of the web has rapidly shifted toward deploying aggressive DOM-stripping tools like Turndown to literally convert the spatial, aristocratic HTML into raw Markdown tickets that the models can digest cheaply and efficiently.]
How do you find alpha in a market constrained by inference costs? You ruthlessly strip the aesthetic layer.
So, the system adapts. The subterranean kitchen of the modern agentic app is flat, stripped-down Markdown.
It is a substrate wiped completely clean of visual vanity, designed solely for high-throughput algorithmic processing. The human user sits upstairs, clicking colorful buttons and enjoying the smooth, engineered friction of a dropdown menu, completely oblivious to the fact that their actions are being instantly translated into bare-bones text strings fed into an API. Humans get the spatial GUI; the machines get the linear text file.
That is the zoning law at work. Highly efficient.
And this explains the aesthetic friction that triggers the Hacker News crowd. When critics look at a dual-track interface and complain about terrible UX, they are essentially aristocrats peering past the baize door into the kitchen and being horrified by the sight of cast-iron pans, raw meat, and butcher blocks. They want the software to pretend that the labor doesn't exist, to maintain the illusion that the grand estate runs by magic. They expect the kitchen staff to cook the meal wearing tuxedos.
The underlying token economics simply do not support that fantasy anymore. These bare-bones interfaces triggering so much online revulsion represent highly rational structural membranes designed to mediate between two fundamentally incompatible environments: the expensive vanity of human perception and the cold, tokenized efficiency of machine logic. The cognitive dissonance stems entirely from our refusal to accept that we are sharing the application with another entity.
We are approaching a profound transition in how we occupy our digital spaces. For decades, homo socialis has sat alone at the digital dining table, the undisputed apex consumer of our own software. Everything was built for our eyes, our egos, our endless appetite for spatial delight. We built an entire internet assuming the only thing looking back at the screen was a human being. We assumed our own biological capacity for spatial processing was the fundamental ceiling on how software should look and feel.
But the house is getting crowded, and the token economics are unforgiving. To scale autonomous systems, the front-end architecture must undergo physical segregation. The green baize door has been installed. Perhaps some baseline level of mourning is to be expected when we realize the digital estate doesn't run on magic, but rather on the quiet, mechanical hum of workers beneath the floorboards that we are no longer meant to see.