Lesson 9.3Lesson 9.3 · Computational Workflow
Sensing & Adaptive Fabrication
Machines that measure the real material and adjust the path to fit it
A blind toolpath assumes perfect stock. Real timber warps - so the robot that measures the board and edits its path beats the one that just runs the file.
Most machines are open-loop: they run a path that trusts the model and assumes the material is exactly where it should be. On a fresh acrylic sheet that holds. On warped timber, rough stone, slumping clay or a reclaimed board with no true datum, it fails - the tool gouges the high spots and skips the low ones.
Adaptive fabrication closes the loop. The machine senses the actual material - by scan, vision, probe or force - and adjusts its path to what it finds. That sense-adjust-fabricate loop is what lets robots handle cheap, variable, natural material, and what makes them robust on a real site instead of only in a clean lab.
Feedback carries digital fabrication out of the clean lab and into the real, irregular world.
Why open-loop breaks on real material
Most fabrication is open-loop: the machine runs a toolpath that assumes the stock is exactly where and what the model said. For a fresh sheet of acrylic on a laser bed, that assumption holds and the part comes out perfect. For real material with a mind of its own, it fails. Timber warps and each board differs; reclaimed and rough-sawn stock has no true datum; stone and rammed earth are irregular by nature; clay slumps under its own weight as you print it; a weld pool wanders; a placed brick is never exactly where the plan drew it. A blind path meets that reality and gouges where the surface is high, skips where it is low, and stacks up error as an assembly grows.
The fix is to stop assuming and start measuring - to close the loop between the machine and the world in front of it. A machine that senses the actual material and adapts its path to what it finds is adaptive fabrication. This is what lets robots work with cheap, variable, sustainable material instead of only pristine stock; it is what makes a big multi-step assembly stay true; and it is, more than raw precision, what makes robots genuinely robust on a real site rather than only in a clean lab.
Open-loop trusts the model. Closed-loop trusts the measurement in front of it.
How machines sense
A machine can perceive its work in several ways, and each suits a different problem. Laser line scanners and structured-light sensors sweep a stripe or pattern across a surface and reconstruct its 3D profile - ideal for reading an irregular timber face or a rough stone block before machining. Vision - a camera plus computer-vision software - finds edges, fiducial markers and features to locate a part, track a seam, or verify placement; a camera watching an FDM print can spot a failed first layer or spaghetti. Touch probing taps the surface to find a precise datum - the CNC world's classic 'touch-off' that sets Z-zero on the real top of a warped board rather than a nominal one. Force and torque sensing at the wrist lets a robot feel contact: press until a defined force, follow a surface at constant pressure, or stop when it meets resistance - essential for polishing, sanding, assembly and any task where position alone is not enough.
Real cells often combine them: a scan to plan, vision to track, force to finish. The common thread is converting the physical state - profile, position, contact - into numbers the controller can act on, at a rate fast enough to matter.
A concrete pairing shows how they layer. To robotically cut a mortise into a reclaimed oak beam, a robot might first sweep a line scanner across the beam to build a mesh of its real, cupped face; use vision to read a printed marker and lock the beam's exact position in the cell; then drive the milling spindle with a force limit so that if it meets a hidden knot or nail it eases off rather than snapping the cutter. One task, three senses, each answering a different unknown - what shape, where, and how hard. That layering is typical of serious adaptive work.
Adapting the path — scan-then-plan and real-time
Adaptation comes in two tempos. Scan-then-plan measures first, then computes a bespoke path for this piece of stock: laser-scan a warped oak beam, build a mesh, and generate a joint or a surfacing pass offset a constant depth from the real surface, so the cut depth stays uniform even though the board is not flat. Robotic timber work at labs like ETH Zurich and ICD Stuttgart leans on exactly this - each irregular or reclaimed member scanned and its path derived, so non-standard material becomes usable. It is robust and easy to verify because the plan is fixed before the tool moves.
Real-time adaptation adjusts during the operation from live feedback. Seam tracking nudges a welding or extrusion head to follow a joint that drifts. Adaptive milling eases the feed rate when spindle load climbs, protecting the tool. Flow and speed on a clay or concrete printer trim to how the last layer actually settled. In assembly, visual servoing guides a gripper onto a target it keeps in view, correcting as it closes. Real-time is more powerful and less forgiving: latency, noise and stability all bite, and a badly tuned loop can chase its own errors. Most practical work scans-then-plans, and reserves true real-time control for tasks where the material genuinely will not sit still.
The choice is really about where the uncertainty lives. If the material is irregular but stable once placed - a warped board that stays warped - scan-then-plan captures that once and is done. If the uncertainty is live - a seam that wanders as you weld, clay that keeps settling, a part still being positioned - only real-time feedback can track it. Many mature cells hybridise: scan to plan the bulk of the job, then let a fast local loop handle the last, moving unknowns. Knowing which kind of uncertainty you face is half of designing the process.
Scan-then-plan for irregular stock; real-time for seams, flow and things that move.
The sense-adjust-fabricate loop
Underneath every example is one loop: sense, adjust, fabricate, repeating. Sense the real state; compare it to what the plan expected; adjust the command to close the gap; act; and sense again. This is elementary control theory, and two ideas from it are worth carrying. Feedback corrects after measuring the error - you sense the surface is 0.3 mm high and lower the tool by 0.3 mm. Feedforward predicts and pre-empts - you know this board always cups, so you compensate before cutting. Good systems blend both: predict what you can, measure the rest.
Why does the loop make robots robust? Because it converts a machine that demands a perfect, known world into one that copes with an imperfect, partly-unknown one. An open-loop arm is only as good as its calibration and its stock; a closed-loop arm tolerates warped timber, a mis-set fixture, a block that shifted, a layer that slumped - it notices and corrects. That tolerance to messiness is precisely what a construction site, a reclaimed-material stream, or a natural material like timber, bamboo or stone demands. Feedback is what carries digital fabrication out of the clean lab and into the real, irregular world.
Sense -> compare -> adjust -> act -> sense again. Feedback + feedforward, on repeat.
Practicalities and safety
Sensing is not free, and adaptive systems bring their own discipline. Calibration is foundational: a scan is only as trustworthy as the hand-eye calibration relating the sensor to the tool, and a millimetre of calibration error becomes a millimetre of cut error. Latency decides what real-time can do - if the loop reacts slower than the process changes, it lags and can oscillate. Sensors have noise and blind spots: shiny or dark surfaces defeat some scanners, vision needs adequate light, a probe only knows the points it touches. And more feedback means more to tune and more to go wrong; a simple open-loop path can beat a poorly-tuned closed one.
Safety rises with capability, and here it is non-negotiable. An adaptive robot may move in ways a fixed program would not, reacting to what it senses - which makes hard guarding, interlocks and a clear stop essential, and makes never assume the next move the rule around a sensing machine. Collaborative robots with force limiting can share space more safely, but 'collaborative' is a rated capability, not a promise - it depends on speed, payload and tool. Industrial arms carrying spindles, torches or grippers demand fencing, training and supervision, full stop. Adaptive fabrication is powerful precisely because the machine acts on what it perceives; treat that autonomy with the caution it deserves, and leave commissioning and safety sign-off to qualified people.
Open-loop vs closed-loop
Running a fixed path vs measuring and correcting
Open-loop trusts the model; closed-loop senses the real state and adjusts - the basis of adaptive fabrication.
Laser line scanner / structured light
Capturing a surface profile in 3D
Reads irregular stock (warped timber, rough stone) so a path can be planned to the real surface, not a nominal one.
Touch-off / probing
Tapping the surface to set a true datum
Sets Z-zero on the actual top of a warped board; the simplest, most common closed-loop step on a CNC.
Force / torque sensing
Feeling contact at the robot wrist
Enables constant-pressure following, assembly by feel, and stopping on resistance - where position alone is not enough.
Seam tracking / visual servoing
Real-time path correction from live feedback
Follows a drifting joint or guides a gripper onto a tracked target; powerful but sensitive to latency and tuning.
Collaborative robot (cobot)
Force-limited arm rated to share space
Safer by design but only within its rated speed, payload and tool - not a blanket promise; guarding and training still apply.
Workshop — plan a closed loop for irregular stock
Design a sense-adjust-fabricate loop for a genuinely awkward piece of material. You can do the reasoning fully on paper; do the making only under supervision.
An irregular workpiece and a notebook for the reasoning; optionally, and only under supervision, a CNC with touch-off/probing or a robot cell with a scanner or force sensor.
Goal: specify a closed-loop process for warped or irregular stock Inputs: a warped board, rough offcut or irregular object, and a notebook (plus a CNC/robot cell only if supervised) Time: ~45 minutes on paper
- 1Pick an irregular piece of stock and describe, precisely, how it departs from a nominal flat/square block - measure the cup or twist if you can.
- 2Choose a sensing modality for it and justify the pick: line scan for a whole warped surface, touch-off for a single datum, vision for locating an unclamped part, force for contact tasks.
- 3Decide the tempo: would you scan-then-plan (measure fully, then compute one path) or adapt in real time? Say why - and what could go wrong (latency, noise, blind spots) with the real-time option.
- 4Sketch the loop as sense -> compare -> adjust -> act, and state exactly what quantity you measure and what command you change in response (e.g. measure surface height, offset tool Z by that amount).
- 5List the safety measures the setup demands - guarding, interlocks, e-stop, supervision - and note that you would never assume the machine's next move. Only run it under trained supervision.
You’ll walk away with
A one-page closed-loop plan for one irregular workpiece: the deviation described, the sensing modality and tempo chosen with reasons, the sense-adjust-fabricate loop drawn, and the safety measures listed.
Three altitudes on the same idea
Read the band that fits you — or all three.
Adaptive fabrication is what lets robots build with real, irregular, sustainable material. Reclaimed timber, rough stone, bamboo and rammed earth have no clean datum; a machine that scans each member and derives its own path can use them where a blind one cannot. It is also what keeps a large multi-step assembly true as tolerances stack. The capability is real and advancing - but commissioning, guarding and safety sign-off belong to qualified specialists, not the design team.
Sensing is how bespoke work copes with imperfect material and the real room. A CNC that touches off the true top of a warped board cuts to a consistent depth; a scan-then-plan pass fits a joint to timber that is not flat; vision can register a workpiece that was not clamped to the millimetre. The result is a made-to-measure piece that fits the material you actually have - and the wall that is actually there - rather than an idealised one.
Feedback is the concept that separates a lab demo from a robust process. Understand open-loop versus closed-loop, and the sensing modalities - scan, vision, probe, force - and you can explain why a machine that measures beats one that assumes. Practise a simple closed loop: a CNC touch-off, a camera locating a part, a scan-then-plan path on a warped offcut. And learn the safety rule early: never assume a sensing machine's next move, and leave the fence and the e-stop to trained supervisors.
“Robots are precise, so they do not need to sense anything - they just hit the coordinates.”
Do it yourself
No machine needed - reason it through.
- 1Why does an open-loop toolpath fail on warped timber but succeed on a fresh acrylic sheet?
- 2Match each to a sensing modality: reading a rough surface, setting a true datum, following a drifting weld, assembling by feel.
- 3Contrast scan-then-plan with real-time adaptation, and give one risk unique to the real-time approach.
- 4State the sense-adjust-fabricate loop and the difference between feedback and feedforward.
- 5Why does sensing make robots robust rather than merely precise - and what safety rule follows from a machine that acts on what it senses?
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01Robot end effector — Wikipedia, 2026.
- 02ICD — Institute for Computational Design and Construction (University of Stuttgart) — University of Stuttgart, 2026.
- 03Gramazio Kohler Research — Digital fabrication in architecture (ETH Zurich) — ETH Zurich, 2026.
- 04Association for Robots in Architecture — Robots in Architecture, 2026.
- 05Industrial robot — Wikipedia, 2026.
Sensing lets a machine adapt each path to each piece of material. Push that to its economic conclusion and every part can be different at the cost of one - the idea of mass customization, next.
The author
Amogh N P
Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.
More about Amogh →