top of page

Majestic Labs Challenges GPU Memory Limits as Blocks Files Spotlights Prometheus

Majestic Labs is challenging the GPU status quo with Prometheus, a server designed around 128TB of shared memory instead of scarce HBM capacity. The blocks files report puts a sharp focus on that conflict. Majestic believes AI infrastructure now contains too much expensive compute and too little accessible memory.

The startup is not promising a slightly faster GPU. It wants to separate memory capacity from compute and scale each resource independently. That approach targets inference workloads where processors frequently wait for model weights, cached tokens, or other data.

Nvidia and AMD are addressing the same pressure through larger HBM systems, faster interconnects, and tightly integrated racks. Majestic takes the opposite route. It uses a large pool of conventional memory, custom interface chiplets, and programmable AI processors inside one server.

That distinction makes Prometheus more than another accelerator announcement. It is a direct test of whether future AI systems need more arithmetic capacity or a different relationship between processors and memory.

Majestic has disclosed ambitious capacity, performance, and energy claims. However, its processors have not yet reached customers, and independent benchmark results remain unavailable. The idea is credible enough to attract attention, but the promised advantage still depends on hardware, software, and manufacturing execution.

The Blocks Files Report Reveals a Different GPU Challenge

Majestic Labs argues that the industry has been buying additional GPUs partly to acquire memory, even when workloads cannot fully use the extra compute.

The July 23 memory-first server coverage describes the company’s rejection of the standard GPU and high-bandwidth memory pairing. HBM places fast, vertically stacked memory close to an accelerator. Its proximity provides high bandwidth but constrains total capacity.

According to Majestic, the physical edges surrounding a large processor limit how many HBM stacks can connect efficiently. Increasing the stack height also creates technical and manufacturing complications. Modern systems therefore combine multiple accelerators when one device lacks enough memory.

That solution supplies more memory, but it introduces communication overhead. Data must travel across GPU links, switches, or host memory tiers. Developers must decide where model weights, activations, and key-value caches should reside.

A key-value cache stores information from previously processed tokens so a model does not recompute the entire conversation. It can consume substantial memory during long-context inference. Larger user counts increase that pressure because every active request maintains its own state.

Majestic says conventional systems also pair every new block of memory with another expensive processor. Some workloads receive more compute than they can use simply because the deployment needs additional capacity.

Prometheus attempts to break that coupling. The planned server connects as many as 12 custom AI processors to one flat memory pool. Each processor should see the same address space with consistent access characteristics, according to the company.

Memory aggregation chiplets, or MACs, sit near board-mounted memory components. They collect traffic from many memory chips and connect those chips to the compute system through short copper cables. Blocks Files reports that those connections can extend to roughly one meter.

That distance matters because HBM must remain extremely close to the processor package. Majestic’s approach gives system designers more physical space for memory without requiring every component to surround the central compute die.

The company calls its processor Ignite and describes it as an AIU, or artificial intelligence unit. The chip combines programmable cores with matrix acceleration for the calculations used by neural networks.

Prometheus is the complete server built around Ignite, the interface chiplets, memory modules, and supporting software. Majestic’s public Prometheus specifications claim up to 128TB of shared, high-bandwidth memory in one system.

For comparison, current accelerator servers measure their directly attached memory in terabytes across an entire rack, not dozens of terabytes inside one server. That capacity gap forms the central promise behind Prometheus.

The blocks files story therefore highlights an architectural disagreement. Nvidia’s model starts with high-performance GPUs and scales outward. Majestic begins with the working set that an AI application must hold, then assigns enough compute to process it.

AI Inference Is Increasing the Pressure on Memory

The memory problem is becoming harder because inference combines large models, longer contexts, and many simultaneous users.

Training receives much of the attention surrounding AI infrastructure. Yet inference, the process of running a trained model for users, creates a different balance between memory and computation.

A model’s parameters must remain available while it generates output. Each generation step reads model weights and processes the current state. When arithmetic units finish faster than memory can supply data, additional compute offers limited benefit.

This condition is commonly called memory-bound performance. The processor has available calculation capacity, but data movement controls the actual completion rate.

Longer context windows deepen the imbalance. A model serving short prompts maintains less conversational state. A model handling long documents, software repositories, research collections, or extended agent sessions must preserve much more information.

Agentic systems add another demand. An agent can call tools, inspect results, revise its plan, and repeat the process. Every step extends the session and can enlarge its active memory footprint.

Mixture-of-experts models create a related challenge. These systems contain multiple specialized parameter groups and activate selected groups for each token. They reduce arithmetic work, but the broader collection of parameters still needs accessible storage.

Majestic co-founder Sha Rabii told EE Times that compute capacity was growing faster than memory bandwidth. He said most large-model inference was already limited by memory movement. The detailed memory pooling design targets more than 100TB of standard low-power DRAM per accelerator environment.

Low-power double-data-rate memory, or LPDDR, offers far greater capacity than HBM at different bandwidth and latency characteristics. Majestic’s technical challenge is making that capacity behave like a fast accelerator memory system.

The company cannot succeed by attaching ordinary memory through a conventional server bus. That would provide capacity without the throughput needed to feed multiple AI processors.

Majestic is instead developing the physical interface, communication protocol, flow control, reliability mechanisms, and software together. Its chiplets must distribute requests across many memory devices while keeping bandwidth high and delays predictable.

The company also plans to stripe data across the pool. Striping divides information among multiple memory devices, allowing many components to serve requests in parallel.

If that system performs as described, operators could keep larger models and caches inside one coherent domain. They would need fewer transfers between local accelerator memory, remote accelerators, and host memory.

This matters for businesses running retrieval, document analysis, coding agents, or long conversations. Those applications often care more about completed tokens per unit of power than a processor’s theoretical arithmetic peak.

Majestic says its design can support far more concurrent users per server. That claim has not received independent validation. Still, it identifies the economic metric that buyers increasingly watch.

A data center has finite electricity, cooling, floor space, and networking capacity. Adding another GPU only helps when the workload can keep that GPU active. Idle arithmetic units continue consuming resources without generating proportional output.

The blocks files framing is useful because it shifts attention away from peak operations per second. The real contest concerns how much useful work an entire system completes within its power and memory limits.

Prometheus Replaces the GPU Rack With a Shared Memory Pool

Prometheus treats memory as the center of the machine, while its processors become consumers of a common data resource.

Majestic was founded in 2023 by Ofer Shacham, Sha Rabii, and Masumi Reynders. The three had previously worked on custom silicon organizations at Google and Meta.

Their backgrounds cover processors, systems, and shipped consumer hardware. Majestic says its broader team holds more than 120 patents and has contributed to hundreds of millions of custom chips.

The company emerged publicly with more than $100 million in financing. Bow Wave Capital led its Series A, while Lux Capital led an earlier seed round. Other participants included SBI, Upfront, Grove Ventures, Hetz Ventures, QP Ventures, Aidenlair Global, and TAL Ventures.

That funding announcement introduced a system claiming 1,000 times more memory per processor than a leading GPU. It also claimed that one server could consolidate the memory capacity and bandwidth associated with multiple advanced racks.

Those are company projections, not published independent results. They depend on what hardware forms the comparison, which workload runs, and how the benchmark measures useful output.

The disclosed mechanism is nevertheless concrete. Prometheus contains two major custom silicon elements. One is the Ignite processor, while the other is the memory interface chiplet connecting compute with the pooled LPDDR.

Up to 12 Ignite devices can access a contiguous memory space. Majestic describes that space as flat, meaning software should not need to manage several visibly different memory tiers.

That programming model attacks an important weakness in multi-GPU deployments. A developer currently works around local HBM, memory attached to other GPUs, CPU memory, and storage. Each tier has different capacity, bandwidth, and latency.

Frameworks divide models across devices to fit those constraints. They also coordinate communication between accelerators. Performance can fall when the chosen partition produces excessive transfers or uneven work.

Prometheus aims to remove some of those decisions. Every Ignite processor would reach every location in the shared pool with comparable latency and bandwidth, according to the company.

The design uses loose coherency rather than reproducing every behavior of a conventional shared-memory CPU. Coherency defines how processors maintain a consistent view when they read or change common data.

Majestic has not published enough implementation detail for outsiders to evaluate every tradeoff. Its proprietary flow-control and atomic-operation mechanisms will determine how well the system handles contention and synchronization.

The processor architecture also matters. Majestic reportedly combines Arm intellectual property, RISC-V elements, and its own design. Matrix engines accelerate the dense calculations common in AI models.

The company plans to support PyTorch, the widely used machine-learning framework, and Triton, a programming language for optimized accelerator kernels. Software compatibility is essential because Nvidia’s advantage extends far beyond silicon.

CUDA gives Nvidia customers mature libraries, compilers, debugging tools, performance guides, and experienced developers. New hardware can offer attractive specifications and still struggle if applications require extensive rewriting.

Rabii acknowledged that a server’s success depends heavily on how quickly developers can use it and how dependable its tools become. That admission reveals the second half of Majestic’s task.

The hardware must move data efficiently. The software must also make that movement invisible enough for existing applications to benefit.

Nvidia and AMD Are Expanding HBM, Not Abandoning It

Majestic is betting against an HBM-centered scaling model while the largest accelerator vendors continue investing heavily in that model.

Nvidia’s rack-scale systems connect many GPUs through NVLink and related networking technology. The approach creates a larger compute domain while preserving extremely fast memory close to each accelerator.

AMD follows a comparable direction with its Instinct accelerators and Helios rack design. Its recently detailed MI455X uses HBM4 and offers 432GB of memory with 23.3TB per second of bandwidth per GPU.

Across 72 accelerators, the MI455X architecture provides 31.1TB of HBM inside one rack. AMD says Helios joins that memory into a coherent domain.

These systems acknowledge the same problem Majestic identifies. Nvidia and AMD are increasing memory capacity, memory speed, cache bandwidth, interconnect performance, and rack-level coordination.

The disagreement concerns how far that strategy can scale economically. Majestic argues that attaching premium HBM to every high-end compute device preserves an unfavorable ratio between capacity and arithmetic resources.

Incumbent vendors can answer that concern in several ways. They can increase HBM density, improve packaging, compress model data, refine caching, or divide workloads more efficiently.

They can also use faster networking to make remote memory less costly. Software improvements such as quantization reduce the number of bits required for each parameter. Speculative decoding can increase output by allowing models to verify several proposed tokens together.

Those methods reduce pressure without replacing the GPU architecture. They also work within mature environments that customers already operate.

Majestic’s strongest opportunity lies in workloads where capacity dominates. Very large sparse models, graph neural networks, long-running agents, and extreme context windows can require more memory than arithmetic.

Its weaker position involves tasks that fully use dense matrix compute and fit comfortably inside local HBM. Conventional GPUs remain well suited to such workloads.

Training also creates a harder contest. Training repeatedly performs large matrix operations and synchronizes updates across many devices. It can use enormous memory, but it also benefits from the highest available computation and interconnect performance.

Majestic says Prometheus can support training. However, its initial emphasis remains inference and agent workloads. That focus gives the company a narrower and more testable target.

Qualcomm is pursuing another memory-centered route. Its near-memory approach places accelerator logic beneath DRAM stacks rather than relying on conventional HBM packaging.

Qualcomm claims six times greater bandwidth per watt than HBM and more than 200 times the capacity of on-chip SRAM. It has not disclosed the architecture’s absolute bandwidth, leaving important comparisons unresolved.

The existence of multiple approaches strengthens Majestic’s diagnosis but not necessarily its product claims. Major chip designers clearly see data movement as a central constraint.

The market is therefore not choosing between companies that recognize the memory wall and companies that ignore it. It is choosing among different ways to overcome that wall.

The blocks files article captures Majestic’s most aggressive position: the GPU-HBM pairing has reached a dead end. Nvidia, AMD, and their memory suppliers are spending heavily to prove otherwise.

The Unverified Claims Are as Important as the Architecture

Prometheus remains a development-stage system, so its headline capacity cannot yet establish application performance, efficiency, or commercial reliability.

Majestic’s processors and memory interface chiplets are expected to tape out during 2026. Tape-out marks the completion of a chip design before manufacturing begins. It does not mean working production silicon is immediately available.

The company expects servers to begin reaching lead customers in 2027. Another report places the broader introduction around the middle of that year.

That schedule leaves several stages between the current architecture and a deployable product. Fabrication, packaging, board validation, firmware, compiler development, thermal testing, and system integration can each expose problems.

The memory interface presents the largest technical question. LPDDR offers high capacity and favorable power characteristics, but individual devices do not match HBM’s bandwidth.

Majestic must combine many memory channels without creating congestion. The MAC chiplets, copper links, protocols, and striping system must provide both throughput and predictable access times.

Large memory pools also create failure-management challenges. More components mean more possible faults. A production system must detect errors, isolate failures, and continue operating without corrupting model state.

Prometheus must accomplish that while presenting a simple memory model to software. Convenience cannot hide behavior that produces unpredictable pauses or performance collapse under contention.

Benchmark definitions create another concern. Majestic has claimed more than 50 times higher performance in some scenarios and between 10 and 50 times more tokens per megawatt.

Those figures require careful interpretation. Model architecture, precision, batch size, context length, output length, latency target, and concurrent user count can dramatically change inference results.

A system optimized for large batches may produce many tokens while responding too slowly for an interactive service. A system with exceptional capacity may still underperform on smaller compute-heavy models.

Comparisons also depend on the chosen Nvidia or AMD baseline. A single GPU, an older rack, and a current rack-scale system produce very different ratios.

No independent laboratory has published application benchmarks from production Prometheus hardware. Majestic has not disclosed complete latency, bandwidth, power, or software-compatibility results.

Reported customer orders do not resolve that verification gap. Early commitments can indicate strong demand, but customers often attach technical milestones and delivery conditions to emerging hardware purchases.

Software adoption presents another risk. Supporting PyTorch and Triton is a necessary start. It does not automatically reproduce the range or maturity of CUDA libraries.

Operators need optimized kernels, distributed execution tools, observability, security controls, deployment automation, and stable updates. They also need predictable behavior across real models, not selected demonstrations.

Majestic has about 40 employees split between California and Israel, according to the May EE Times profile. That is a compact team for simultaneous chip, server, memory, compiler, and production work.

Its founders have relevant experience, and its financing gives the project room to develop. Nvidia and AMD still possess far larger engineering organizations, supplier relationships, and installed customer bases.

The skeptical conclusion is straightforward. Majestic has identified a real constraint and proposed a coherent mechanism. It has not yet shown that Prometheus can deliver its claimed ratios outside internal projections.

That distinction should shape how buyers read the blocks files coverage. The architecture deserves attention, but attention is not validation.

Three Signals Will Show Whether Majestic Can Deliver

The next phase depends on working silicon, reproducible application benchmarks, and evidence that existing AI software can move without extensive reconstruction.

The first signal is successful silicon validation. Majestic has said both Ignite and its memory interface chiplet will tape out in 2026.

A completed tape-out would keep the schedule alive. Working samples that reach expected clock, power, and link targets would provide much stronger evidence.

Any delay would weaken the prospect of customer shipments during 2027. Interface problems would be especially significant because the memory fabric represents the company’s central differentiation.

The second signal is a benchmark that exposes the complete workload configuration. Useful results should name the model, numerical precision, batch size, input length, output length, latency target, and system power.

Tests should compare Prometheus with current Nvidia and AMD racks, not a single accelerator or an outdated platform. They should also separate time to first token from later token generation.

Long-context inference would provide a particularly revealing test. Prometheus should gain an advantage when a model and its cache exceed the practical capacity of conventional GPU memory.

Smaller compute-heavy models offer the countertest. If Prometheus maintains competitive results there, its market could extend beyond specialized memory-intensive deployments.

The third signal is software migration. Majestic needs to show that a real PyTorch model can move onto Prometheus with limited code changes.

A demonstration should include compilation, optimized kernels, monitoring, and failure recovery. It should also reveal which CUDA-dependent components require replacement.

Lead customer deployments will matter more than generic compatibility statements. A credible customer should describe the workload, operational objective, and reason it selected a memory-first system.

These signals will either strengthen or weaken Majestic’s central judgment. Successful silicon, transparent benchmarks, and manageable migration would show that memory pooling can challenge GPU racks.

Weak bandwidth, narrow benchmark conditions, or heavy software rewrites would support the incumbent strategy. Buyers would continue accepting limited HBM capacity in exchange for mature tools and proven performance.

The most important question is not whether AI needs more memory. Every major accelerator roadmap already answers that question with larger memory systems.

The question is whether memory should remain attached to each premium processor or become an independently scalable system resource. Majestic has placed its entire architecture on the second answer.

For developers and infrastructure buyers, the practical next step is to examine workload traces before accepting either side’s argument. Measure accelerator utilization, cache growth, data transfers, latency, and power under real demand. Then watch whether the next blocks files update brings production measurements rather than another capacity claim.

Get started for free

A local first AI Assistant w/ Personal Knowledge Management

For better AI experience,

remio only supports Windows 10+ (x64) and M-Chip Macs currently.

​Add Search Bar in Your Brain

Just Ask remio

Remember Everything

Organize Nothing

bottom of page