S = H×W; N_v = S/a_v; C = N_v×f_v

The core formulas: S = H×W (area); N_v = S/a_v (voxel count); C = N_v×f_v (total calculation). Then P_per_dollar = C/AES, P_per_watt = C/power_w. These turn envelope and node into FLOPS and performanc…

Inputs and Outputs: scenario_id, node_nm, H_mm, W_mm

Seed matrix inputs: scenario_id, node_nm, H_mm, W_mm, a_v, f_v, power_w, aes_usd. Outputs: S_mm2, N_v, C_flops, rho_flops_per_mm2, P_per_dollar, P_per_watt. Template CSV. Example JSON. Any size. The a…

14nm and 7nm Builds from One Seed

14nm and 7nm builds from one seed. You supply node_nm and envelope; the seed matrix and build flow produce the geometry and metrics. Reproducibility: same seed, same inputs, same result. Any node the …

The Blu-ray Harvest: 25GB Distributable Build

Every build can be written to a 25GB Blu-ray—foundry packages, standards, performance metrics, decisive COGS, Seeds when present. Distributable. Resellable. The whole 18 project folder feeds the build…

Executable Seeds: From OpenLANE2 to GDSII and LEF

The seed has a declarative part and an executable part. One or more voxels built through OpenLANE2 to GDSII and LEF. Those sit in seeds/; the build script copies them into every package as Seeds/. The…

Template CSV and Example JSON for Any Size

Template CSV and example JSON ship with the seed. Any size. Truncated OK. You can build seeds from the ratio using the repo. The seed matrix is not hidden—it is a choice we made. That is what we have …

Performance per Dollar, Performance per Watt

The ratio we sell includes performance per dollar and performance per watt. P_per_dollar = C/AES. P_per_watt = C/power_w. You get calculation and these performance-per-exchange values from that seed a…

One Vessel: Project 18 and Everything Inside It

18-autophi-future is one vessel. We put 19 into 18. The ratio, the miracle we call calculation, the seed matrix, the path to quantum and photonic executable seed, the clarity on how chips are made—all…

The Ratio of Instruction Set to Calculation

We sell the ratio of instruction set (from size) to calculation and performance per exchange. You supply envelope and node; you get calculation (FLOPS) and performance per dollar, per watt, per area. …