reticle
The reticle limit is the maximum area a lithography scanner can pattern in a single exposure — roughly 26 mm x 33 mm, about 858 mm². A reticle (the photomask) holds the pattern for one field, and the scanner steps and repeats that field across the wafer. Nothing larger than one field can be printed in one shot, so the reticle limit sets a hard ceiling on how big a single monolithic die can be.\n\n**It comes from the optics, not the transistor.** A scanner's projection lens and scan mechanics can only image a field of a fixed size at the required resolution. The reticle carries the circuit pattern for that field; the tool exposes it, moves the wafer, and exposes again — step-and-scan. Because the field is fixed, a design that needs more area than ~858 mm² cannot exist as one continuous exposure. This is a manufacturing constraint that sits entirely outside how small the transistors are.\n\n**The limit collides head-on with AI's appetite for big chips.** Large accelerators want enormous die area for compute and on-die memory, but they run straight into the reticle ceiling — and even at the ceiling, yield falls exponentially with area (Y = e^(-A·D0)), so a maxed-out monolithic die is both capped and expensive to yield. The result is that modern high-end silicon is almost never a single giant die; it is engineered around the reticle limit from the start.\n\n| Response | Idea | Cost |\n|---|---|---|\n| Monolithic at limit | one die up to ~858 mm2 | capped size, poor yield |\n| Chiplets | split into sub-reticle dies + interposer | packaging complexity |\n| Reticle stitching | overlap exposures into one die | special process, wafer-scale |\n| 3D stacking | go vertical instead of wider | thermal, TSV cost |\n\n```svg\n\n```\n\n**Two escape routes: split it or stitch it.** The mainstream answer is chiplets — break the design into several sub-reticle dies and wire them together on a silicon interposer, recovering both area and yield. The extreme answer is reticle stitching, where overlapping exposures are joined to create a single die far larger than one field, which is how wafer-scale engines are built. Both accept new complexity (die-to-die interfaces, or a specialized stitching process) in exchange for escaping the single-field ceiling.\n\nRead the reticle limit through a quant lens rather than a trivia lens: it is a hard ~858 mm² cap that, combined with the exponential yield-versus-area curve, sets the economic maximum for a monolithic die. Every large AI chip is a direct answer to that number — chiplets to stay under it, stitching to break past it. The design question is how to hit a compute and memory target given a fixed field size, a measured area budget rather than an open one.