Skip to content

Work

21 projects

The Thoughts

  1. explaining thingsJUL 2026How do you explain a complex, honestly boring technical subject so someone leans in instead of glazing over?
  2. adjacency is not accessJUN 2026A floor plan tells you which rooms touch. It will not tell you which rooms you can actually reach, and the gap between those two drawings is where the architecture is hiding.
  3. buildings that respondJUN 2026Right now a building is a fixed guess. Someone chose the ceiling height and the window size years before you arrived, and you live inside their averaged assumptions whether they fit you or not.
  4. experiences are dataMAY 2026You learned what a room does to you by being in rooms. Nobody sat you down with a dataset.
  5. comfort as dataMAY 2026You don't walk into a room and average your experience. You walk in and the thing that's wrong is the thing you notice: the glare, the echo, the cold draft on the back of your neck.
  6. when the tool scores peopleAPR 2026I build things that give a room a score. The obvious next question, and the one I would ask me, is what happens the day somebody uses that score to decide who gets the room.
  7. latent spaceAPR 2026Machine learning borrowed the word space from us, and I would like to check what it did with it.
  8. drawing as interfaceMAR 2026For most of my life the drawing was the output. You designed the thing, then you drew it to prove it existed.
  9. behavior information modelingJAN 2026For thirty years we've been getting very good at Building Information Modeling: every beam, every duct, every clash, tracked to the millimeter.
  10. heritage meets new techDEC 2025The usual choice with an old building is a trap: treat it as a museum piece no one may touch, or drop a glass-and-steel box in the middle and call it modern.
  11. neuroaestheticsDEC 2025Neuroaesthetics is the unglamorous name for a question everyone already feels: why does one room settle you and another keep you on edge?
  12. evolutionary searchNOV 2025Evolutionary search is what I reach for when a problem is too tangled to solve head on: describe what good looks like, then let a population of designs breed, mutate, and compete until something clever falls out.
  13. physics solversNOV 2025A physics solver is the most honest collaborator I have: it doesn't care what I intended, only what I actually built.
  14. computationOCT 2025Computation is not the same as using a computer, and separating the two took me longer than I would like to admit.
  15. what an llm actually isSEP 2025A large language model is a machine that guesses the next word. That is not me being kind to you, that is the whole thing.
  16. generative aiDEC 2023Generative AI made the inspired gesture free. Anyone can produce a thousand renders before lunch, and a render is a promise, not a product.
  17. extended realitySEP 2022I started in a lab strapping headsets onto students to see whether a lesson lands harder when you can walk around inside it.
  18. connecting the dotsJUN 2020When the art class was asked who here dislikes drawing, mine was the only hand that went up. Awkward.

Astroidal Ellipsoid

Can a math equation become a building? 

TYPEExplorationsTEAMMACAD BOOTCAMP · SEMINAR 3STACKGRASSHOPPER · PYTHON · NURBS
1 / 4

WHAT

The astroidal ellipsoid equations scripted in Python inside Grasshopper: a point grid built from cubed sines and cosines, six coefficients to pull on, a NURBS surface lofted through the points. Three sweeps of the coefficients give three different stars; ReduceMesh turns the chosen one into a faceted envelope with floor plates, a core and a six part program sliced in.

WHY

A light exercise with a serious point: the distance between a formula and a floor plan is shorter than it looks, if you take the last step seriously.

HOW

  1. The function, scripted in Python inside Grasshopper: x = a·cos³u·cos³v, y = b·sin³u·cos³v, z = c·sin³v. Cubing the sines and cosines is the whole trick: the ellipsoid pulls in toward its axes and the star appears.
  2. Six dials on one surface: the radii a, b and c stretch the star; f, d and e scale how far u and v sweep, so the shell can open, close or wrap partway around.
  3. A point grid evaluates the formula and a NURBS surface lofts through the points. Three sweeps of the dials, three stars.
  4. ReduceMesh facets the chosen star into an envelope; floor plates, a core and a six part program are sliced in, and the formula has to answer as a building.

WHAT CAME OF IT

The realization outlived the star: geometry with structure in it is lying around everywhere, closed form equations included, and the concavities were rooms before I asked them to be. That curiosity is what led to the next found shape, a pasta: the Cappelletti Pavilion starts exactly where this exercise ends, with a form nobody drew being taken seriously as a building. One function raised the question. The pavilion had to answer it as structure.