Engineering design intelligence · 2026

Engineering,
resolved.

Describe a bearing block, a mechanism, a circuit board, or a whole competition robot. Rams Forge resolves the dimensions, calculations, parts and interfaces, then hands back parametric source you can keep engineering.

Enter Design Studio

Parts · mechanisms · boards · robots
FRC remains the deep specialty

01 / METHOD

Evidence before confidence.

01

Constrain

Stated dimensions, named hardware, fits, build resources, acceptance criteria, and season rules but only when the thing being designed is governed by them.

02

Resolve

The model proposes architecture while deterministic math closes ratios, power, geometry, travel, and mass.

03

Prove

Every number is labelled with where it came from: measured, calculated, taken from you, or assumed. Nothing critical is invented in silence.

02 / EDITABLE BY CONSTRUCTION

Parametric source stays with the design.

Rams Forge publishes FeatureScript source, not triangles. Each body is generated from a named call. Dimensions remain named variables. Derived measures remain formulas. Revisions update the same source tab.

// drive spur · 40T @ 20DP
var drive_spur_teeth = 40;
var drive_spur_dp = 20;
var drive_spur_pd =
  drive_spur_teeth / drive_spur_dp;

// frame rail · editable stock section
var rail_wall = 0.1;
var rail_len = frameLength - 1.5;

03 / DESIGN REVIEW

Upload the board. Keep the mistakes out of copper.

01

Upload

A KiCad project, schematic or PCB, a SPICE netlist, or a BOM. Everything normalizes into one inspectable representation of your design.

02

Check

A deterministic rule engine runs 40+ connectivity, component, power and layout checks and finds structural problems before any AI is involved.

03

Explain

The self-hosted Rams review model explains each finding, prioritizes the fixes and answers design questions. A citation gate drops any claim about parts that don't exist.

Review a PCB

Sign-in required
Findings are advisory, not an inspection

BUILD FROM A REQUIREMENT

Open the studio. Keep the source.

Start a design