DAILY NEWS

Stay Ahead, Stay Informed – Every Day

Advertisement
Junkyard Computing: The Engineering Case for Building Server Clusters from Dead Smartphones


TL;DR

A cluster of discarded smartphones can match the cost and performance profile of cloud server instances for a defined, bounded class of workloads bursty, latency-tolerant, horizontally-scalable services like microservices, dev environments, and educational platforms. This isn’t a sustainability thought experiment. A 2023 prototype (10 Pixel 3A phones) ran real end-to-end microservice benchmarks at roughly 1/40th the three-year cost of an equivalent AWS instance. A 2024 follow-up deployed the same architecture for live university coursework. And in June 2026, Google backed a production-scale version of this exact design: a 2,000-phone cluster at UC San Diego, replacing the compute equivalent of ~50 traditional servers, launching Fall 2026.

The rest of this post derives why that conclusion holds not by appeal to e-waste statistics, but from the underlying compute economics. The carbon numbers show up as evidence, not motivation.

Four terms, defined precisely

Before building the argument, four terms need precise definitions, because the entire case rests on a metric most performance benchmarks ignore.

Embodied carbon: emissions incurred manufacturing a device, paid once, upfront, regardless of how long the device is used.

Operational carbon: emissions incurred running a device, accrued continuously over its service life.

Computational Carbon Intensity (CCI): a metric proposed in the foundational research, defined as total lifetime CO2e (embodied + operational + networking) divided by total lifetime operations performed. Lower is better. Critically: for a device that is reused rather than newly manufactured, embodied carbon is treated as already paid i.e., C_M = 0.

Cloudlet: a small, localized cluster of compute nodes in this case, a set of networked smartphones functioning as a single addressable compute resource.

CCI is the metric that makes the rest of this argument possible. Power Usage Effectiveness (PUE), the industry-standard datacenter efficiency metric, only measures operational overhead. It says nothing about whether the underlying hardware needed to be manufactured at all. A datacenter can have excellent PUE and still have a poor carbon footprint if it churns through new servers fast enough. CCI is the metric that catches that.

Three measurements this argument stands on

Everything that follows is built from three things that have actually been measured not assumed, not estimated for effect. Each is independently checkable, sourced from device-level benchmarking and published life-cycle assessments (LCAs).

Manufacturing dominates smartphone lifecycle emissions.Published LCAs put manufacturing at 70-90% of a smartphone’s total lifetime carbon footprint. Operational energy the electricity used while running the device is a minority contributor.

Modern smartphone compute already clears the performance bar for a defined class of cloud workloads.GeekBench data across the top five Android phones released each year since 2013 shows multi-core throughput and memory capacity for recent devices meeting or exceeding AWS T4g burstable instances the instance class AWS explicitly markets for microservices, small databases, and dev environments. This is a performance floor claim, not a peak-performance claim: it does not extend to GPU-bound or HPC-class workloads.

Reused hardware carries zero marginal embodied carbon.If a device has already been manufactured and would otherwise sit idle or be discarded, its embodied carbon cost is sunk. Any additional compute extracted from it is amortized against zero new manufacturing.

The rest of this post is just what happens when you combine those three facts and follow them through.

Reuse beats new procurement on both cost and carbon and it’s not close

For workloads that fall inside a phone’s performance envelope, reusing one strictly outperforms buying new, on both dollars and carbon. Put the first and third facts above together: a repurposed device’s carbon-per-operation math loses its largest term manufacturing entirely. A purpose-built server’s math keeps it. Hold throughput roughly comparable (the second fact, within the defined workload class), and the repurposed device comes out ahead by construction, not by luck.

This isn’t theoretical. The empirical result: a 10-device Pixel 3A cloudlet running DeathStarBench’s HotelReservation and SocialNetwork applications real, end-to-end microservice stacks, not synthetic benchmarks handled up to 4,000 queries/second within a 50ms median / 100ms tail latency budget, comparable to an AWS c5.9xlarge instance. Three-year cost: $1,028 for the phone cluster versus $40,404 for the equivalent EC2 instance. Carbon efficiency: 9.8×–18.9× better per request, depending on workload mix.

Note what’s doing the work in that result: it is not that phones are faster. They aren’t. It’s that the device doesn’t have to absorb a new manufacturing cost in carbon or in dollars before it’s even started doing useful work.

The bottleneck was never the chip

The binding constraint on junkyard clusters is thermal, network, and power management not compute. Here’s why that has to be true: if reuse is strictly favorable, as established above, the only reason this isn’t already universal practice is that something else is hard. Three failure modes were identified and independently characterized:

Thermal. Phones throttle at 40-50°C and hard-shutdown at 60-70°C they were never designed for sustained, rack-density operation. Measured thermal output, however, came in low: ~2.6 W/device under 100% CPU load, ~1.2 W/device under realistic mixed workload. Extrapolated to a 256-device cluster, that’s ~666 W total coolable with two off-the-shelf 500 W server fans. The per-device throttling behavior functions as a built-in, distributed thermal governor; no centralized cooling control logic is required to keep the cluster from cascading into shutdown.

Network. Co-located WiFi clustering was tested and found to degrade past ~30 devices due to interference. The proposed mitigation for small/edge deployments is a tree topology phones grouped in cells of five, one device hotspotting to LTE, the rest bridging over its WiFi AP capping per-device throughput at ~18.5 Mbit/s. At true datacenter scale, this constraint is resolved trivially by reverting to wired Ethernet, the same way any rack of stripped-down nodes would be networked. Network is a real constraint, but not a hard one.

Power. This is the constraint unique to phone-based clusters. Smartphone batteries degrade after ~2,500 charge cycles. Under light-medium load, that works out to roughly 2.3 years of service for a Pixel-class battery before replacement non-trivial, recurring physical maintenance at scale (~9 hours of labor per 2 years for a 54-device cluster, by direct measurement). The battery cuts both ways: it doubles as a built-in UPS, and it enables smart charging (deferring charge cycles to low-carbon-intensity grid windows), which measured ~7% additional carbon reduction on a Pixel 3A but it is also the single component most likely to require physical intervention.

None of these three are compute problems. All three are solvable with conventional infrastructure engineering. That’s the load-bearing claim here: the barrier to junkyard computing was never the silicon.

The software barrier closed in three generations and that’s why 2026 happened

The remaining barrier software has closed measurably across three design generations, and that trajectory is what predicts the 2026 production deployment. Trace the actual implementation history:

Generation 1 (2023): OS replacement. Android removed entirely, replaced with Ubuntu Touch; kernel patched to add filesystem modules (BTRFS) required for Docker. Functional, but operationally fragile every device requires manual OS surgery before joining the cluster.

Generation 2 (2024): Native virtualization. Android 14+ shipped KVM in the stock kernel. The redesigned architecture runs an Ubuntu VM inside unmodified Android, with a Kubernetes pod inside that VM. Setup dropped to a scriptable handful of terminal commands. No OS replacement required.

Generation 3 (2026, production): Hardware reduction. Per the Google-backed UCSD deployment, phones are physically stripped to bare motherboard display, battery, camera, chassis removed and the SoC/RAM/storage run plain Linux directly, orchestrated with Kubernetes, indistinguishable to a scheduler from any other commodity node.

Each generation removed friction without changing the underlying economics laid out above. That’s the pattern that makes the trajectory predictable rather than coincidental: the compute case for junkyard clusters was sound in 2023; what changed by 2026 was that the engineering overhead of standing one up dropped enough for an organization like Google to commit production resources to it.

Where this stops applying

No argument built this way is honest without stating where it stops holding.

This does not extend to: GPU/AI-training workloads (measured 15–22× throughput gap against a GTX 1080 Ti on FP32/INT32 in the same research lineage), latency-critical applications (inter-device network hops add measurable tail latency), or memory-bound workloads exceeding ~12GB per node (current high-end smartphone RAM ceilings).

It does extend to: containerized microservices, CI/dev environments, educational platforms (autograders, notebook hosting, coursework infrastructure), and any workload class characterized by burstiness and loose latency SLAs which is precisely the workload class Google and UCSD are targeting for the Fall 2026 deployment.

Where this series goes next

This post establishes the why. The next posts in this series go device-by-device through the how:

How the thermal and network constraints above are actually engineered around at cluster scale
The full software stack evolution from Generation 1 to Generation 3, including the Kubernetes scheduling layer
A teardown of the CCI formula and how to apply it to your own infrastructure decisions

Sources: Switzer et al., “Junkyard Computing: Repurposing Discarded Smartphones to Minimize Carbon,” ASPLOS 2023; Switzer et al., “Reducing the Carbon Footprint of EdTech with Repurposed Devices,” 2024; Google Research / UC San Diego phone cluster computing project coverage, June 2026.



Source link

Federal Regulators Want Stablecoins to Keep Working Without ID Checks



Federal regulators in the United States have finally shown their hand on one of the biggest unanswered questions around stablecoin policy, and the answer is less draconian than many in crypto likely expected. The newly released proposal from the Federal Reserve and others would require stablecoin issuers to run bank-style identity checks on their direct customers, but it also makes clear that ordinary users can keep sending stablecoins around on secondary markets in a peer-to-peer manner without the issuer having to collect any personal information about them. The proposal is currently at the “request for comment” stage and not a final rule. It comes from a joint group of federal regulators, including the Financial Crimes Enforcement Network (FinCEN), the Office of the Comptroller of the Currency (OCC), the Federal Reserve Board, the Federal Deposit Insurance Corporation (FDIC), and the National Credit Union Administration. The agencies say the proposal is meant to implement the GENIUS Act’s requirement that permitted payment stablecoin issuers be treated as financial institutions for Bank Secrecy Act purposes and maintain an effective customer identification program. In plain English, the U.S. federal government is moving toward formal anti-money laundering (AML) and identity-checking rules for stablecoin issuers. But it is not, at least in the proposal’s current form, trying to force issuers to identify every person who ever touches a stablecoin token. That is a meaningful clarification of how the GENIUS Act may be implemented, and it suggests the agencies are trying to fit stablecoins into a bank regulatory framework without breaking the basic way these assets already circulate and function.

Would Identifying Users Be “Nearly Impossible?” Early coverage of the notice from some crypto media outlets has focused on the bank-style ID checks the proposal imposes on stablecoin issuers’ direct customers, with less attention going to the arguably more consequential decision of allowing stablecoins to keep circulating on the secondary market without requiring the issuer to identify individual users. With the proposal indicating federal regulators are mostly fine with the way things already work in practice, it is likely incorrect to view this as some sort of clampdown on the level of privacy found with stablecoins. The proposal draws a sharp distinction between the primary market, where an issuer directly issues or redeems stablecoins for a customer and should implement customer identity verification measures, and the secondary market, where tokens move between other parties and the issuer is not really involved except through the associated smart contract.

In terms of the regulatory agencies’ thoughts on the specific point of tracking every last one of stablecoin issuers’ end users, the proposal states, “Imposing an obligation where any payment stablecoin transfer could, for purposes of a (Customer Identification Program) obligation, result in a customer and account relationship with a (Permitted Payment Stablecoin Issuer) would essentially impose on PPSIs a global obligation to collect and verify identifying information of individual users. FinCEN and the Agencies assess that such a CIP obligation would be nearly impossible for PPSIs to implement and could potentially cripple the industry.” While it is definitely true that requiring ID verification for every secondary-market stablecoin user would likely upend the industry, it is not hard to imagine how such restrictions could be imposed if regulators ever decided to go there. The most obvious path would be address whitelisting, where issuers only allow tokens to move to blockchain addresses that have completed AML and Know Your Customer (KYC) checks. Indeed, that possibility has hung over the stablecoin market for years. So, while the agencies are right that universal secondary-market verification would be disruptive, the real significance here is that they are signaling they are simply not choosing that route right now, not that such a regulatory environment would be impossible to implement.

One reason regulators may be comfortable with how things currently work is that stablecoins on public blockchains do not operate with the properties originally envisioned for digital cash by the cypherpunks some decades ago. In fact, they’re much more akin to complete financial panopticons. Sure, stablecoin transfers can be pseudonymous in the narrow sense that not every blockchain address or wallet is labeled with a legal identity by the issuer. But the crypto networks upon which these tokens are issued are completely public and transparent. Blockchain analytics firms specialize in linking wallet clusters to real people and institutions, and stablecoin activity is heavily concentrated around centralized exchanges and other regulated custodians that already collect plenty of information about their users. For example, one firm, Chainalysis, released a report earlier this year that covered the rise in the use of stablecoins for illicit purposes to record levels in 2025. In other words, much of the transaction graph is already effectively doxxed. As former Commodity Futures Trading Commission (CFTC) Chairman Chris Giancarlo once bluntly stated, “Let’s get one thing clear as custard here, okay. There’s no privacy in stablecoins. None. Zero.” It’s possible that some traditional banks will offer their perspectives on this proposed regulatory framework for stablecoins during the 60-day comment period window. JPMorgan Chase CEO Jamie Dimon made headlines when he blasted Coinbase CEO Brian Armstrong as “full of shit” on crypto regulation in a recent interview, and during that same interview, he also argued that stablecoins do not currently have proper AML requirements. Those comments could be a preview of the kind of pushback regulators will hear from incumbent financial institutions that would prefer a system with fewer gaps between traditional banks and stablecoins when it comes to compliance expectations.

It also appears that these sorts of comments from the traditional banking industry, if they indeed end up providing them, would be listened to closely by regulators. “I remain concerned(…) that the GENIUS Act regulatory framework does not do enough so far to address the risks of illicit finance conducted through secondary market transactions in payment stablecoins,” said Federal Reserve Governor Michael S. Barr in a statement. “While some digital asset service providers are subject to anti-money laundering and anti-terrorist financing requirements in their home jurisdiction, it is far too easy for bad actors to evade these restrictions and operate without detection when transacting in digital assets. I will carefully review comments in response to the proposal’s questions regarding whether any portions of the CIP rule should be extended to secondary market activity.” This is not the first time Barr has publicly commented on the potential risks of stablecoins being used for illicit activity, as he previously noted in 2022, “As banks explore different options to tap into the potential of the technology, it is important to identify and assess the novel risks inherent in those models and whether those risks are surmountable. For instance, with some models that are being explored, the bank may not be able to track who is holding its tokenized liability or whether its token is being used in risky or illegal activities.”

For now, the proposal suggests regulators are willing to tolerate the regulatory arbitrage available to firms that put dollar liabilities onto public blockchains rather than internal database systems. Of course, that does not mean stablecoins are uncontrollable or permissionless in any technical sense. Issuers still retain extraordinary power over their dollar-pegged tokens, including the ability to freeze or blacklist funds. This is something the Iranian regime recently found out the hard way when Tether froze $344 million of assets tied to Iran on behalf of the U.S. government.



Source link

NASA’s Perseverance Rover Has Traveled The Distance Of A Marathon On Mars



It did so in just five years.




NASA JPL

Perseverance is officially a marathon finisher. NASA shared this week that the Mars rover has surpassed a total distance of 26.2 miles since it landed on the red planet five years ago. Considering its speed tops out at .1 mph under the best conditions, that’s a pretty remarkable achievement. It crossed the marathon mark on June 14, according to NASA. “Perseverance is only the second explorer to travel the distance of a marathon on another world, following NASA’s Opportunity rover, which accomplished the feat in 2015,” the space agency wrote in an Instagram post. 

By comparison, it took Opportunity 11 years and two months to cover that much ground. The Curiosity rover, which has been on Mars since 2012, has driven just over 23 miles. Perseverance “crossed the milestone while exploring intriguing, ancient terrain to the west of Jezero Crater, where the robotic geologist discovered the remnants of an ancient lake, and possible signs of ancient life,” NASA said. The rover recently sent back images from its western excursion, which included a selfie.



Source link