<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Studio.Allelishi</title>
    <description>The latest articles on DEV Community by Studio.Allelishi (@allelishi).</description>
    <link>https://dev.to/allelishi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3940439%2F51561870-6a61-4e1a-9d13-0f2e55776a36.png</url>
      <title>DEV Community: Studio.Allelishi</title>
      <link>https://dev.to/allelishi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/allelishi"/>
    <language>en</language>
    <item>
      <title>I Built 100 Rhino Models Almost on Autopilot — with RhinoMCP Claude Code</title>
      <dc:creator>Studio.Allelishi</dc:creator>
      <pubDate>Tue, 19 May 2026 14:31:19 +0000</pubDate>
      <link>https://dev.to/allelishi/i-built-100-rhino-models-almost-on-autopilot-with-rhinomcp-x-claude-code-2gad</link>
      <guid>https://dev.to/allelishi/i-built-100-rhino-models-almost-on-autopilot-with-rhinomcp-x-claude-code-2gad</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://medium.com/@allelishi/i-built-100-rhino-models-almost-on-autopilot-with-rhinomcp-claude-code-78fd9593f8fe" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;. Japanese original on &lt;a href="https://note.com/allelishi/n/nc67afc5c5a34" rel="noopener noreferrer"&gt;note&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What happened when I let an AI agent drive Rhino while I was on the train.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I paired McNeel's brand-new RhinoMCP with the AI agent Claude Code, and built 100 parametric models in Rhino — almost entirely hands-free. Total active time: a few hours. The biggest surprise wasn't the speed. It was that I didn't have to be at my computer to make it happen.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is RhinoMCP?
&lt;/h2&gt;

&lt;p&gt;RhinoMCP is a brand-new bridge that lets an AI directly drive Rhinoceros 3D.&lt;/p&gt;

&lt;p&gt;McNeel (the company behind Rhino) released it on May 5, 2026 — so fresh that there's almost no documentation in the wild yet.&lt;/p&gt;

&lt;p&gt;The idea is simple: you talk to Claude in plain English ("place a row of boxes," "loft these curves into a surface"), and the geometry actually appears in Rhino.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/mcneel/RhinoMCP" rel="noopener noreferrer"&gt;https://github.com/mcneel/RhinoMCP&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why 100?
&lt;/h2&gt;

&lt;p&gt;Honest answer: I was curious how far an AI could go inside a CAD tool.&lt;/p&gt;

&lt;p&gt;One or two prompts only tell you whether something works or doesn't. Run a hundred, and you start seeing the shape of what AI is good at — and where it stumbles.&lt;/p&gt;

&lt;p&gt;The lineup roughly breaks down like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;L001–L020 — Basic modeling&lt;/strong&gt;: extrudes, revolves, pipes, lofts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;L021–L040 — Parametric patterns&lt;/strong&gt;: Voronoi, fractals, L-systems&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;L041–L060 — Architectural elements&lt;/strong&gt;: stairs, roofs, façades, louvers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L061–L080 — Advanced surface and mesh work&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;L081–L100 — Complex 3D forms&lt;/strong&gt;: TPMS, lattices, crystal structures&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The workflow is embarrassingly simple
&lt;/h2&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open Rhino and Claude Code on your machine&lt;/li&gt;
&lt;li&gt;Tell Claude what to build next&lt;/li&gt;
&lt;li&gt;Geometry appears in Rhino → screenshot&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. Almost zero clicking, dragging, or menu-hunting.&lt;/p&gt;




&lt;h2&gt;
  
  
  The part that actually surprised me: I wasn't at my computer
&lt;/h2&gt;

&lt;p&gt;This is the real point of the post.&lt;/p&gt;

&lt;p&gt;The full set took a few hours of focused time. But I wasn't sitting in front of the screen for those hours.&lt;/p&gt;

&lt;p&gt;The actual workflow looked more like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Boot Rhino + Claude Code on my home machine&lt;/li&gt;
&lt;li&gt;Hand it a task list, then leave the apartment&lt;/li&gt;
&lt;li&gt;From my phone, use Claude Code's &lt;code&gt;/remotecontrol&lt;/code&gt; feature to check progress and steer&lt;/li&gt;
&lt;li&gt;Between meetings, on the train, in a café — just "do this next" or "tweak that"&lt;/li&gt;
&lt;li&gt;Come home to ten or twenty new models waiting on screen&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The role I was playing shifted. Less about &lt;em&gt;moving the mouse&lt;/em&gt;, more about &lt;em&gt;picking the direction&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;For someone who's lived in Grasshopper for years, this was clearly a different kind of experience. The variations a designer wants to try — they can now leak out into the gaps in your day.&lt;/p&gt;

&lt;p&gt;The barrier to setting this up is also lower than expected. Install the plugin, open a port, connect a session. Verification work that used to eat a full Saturday now fits inside a commute.&lt;/p&gt;




&lt;h2&gt;
  
  
  Three favorites, designer's pick
&lt;/h2&gt;

&lt;p&gt;A subjective top three.&lt;/p&gt;

&lt;h3&gt;
  
  
  L070 — Attractor-driven sphere field
&lt;/h3&gt;

&lt;p&gt;Spheres get larger and denser near the center, smaller and sparser toward the edges.&lt;/p&gt;

&lt;p&gt;This kind of attractor-based variation usually means writing a Grasshopper definition or a Python script. Here, I just said: &lt;em&gt;"larger spheres closer to the center, in a 3D grid."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For designers who haven't fully committed to Grasshopper, that's a meaningful shortcut.&lt;/p&gt;

&lt;h3&gt;
  
  
  L080 — Spiral staircase
&lt;/h3&gt;

&lt;p&gt;Treads winding around a central column — a classic architectural motif.&lt;/p&gt;

&lt;p&gt;Asking for "a spiral staircase, 20 steps, two full turns" was enough.&lt;/p&gt;

&lt;p&gt;It hints at something bigger: that the modeling step itself, in everyday architectural practice, can start to be automated away.&lt;/p&gt;

&lt;h3&gt;
  
  
  L083 — Torus knot
&lt;/h3&gt;

&lt;p&gt;Tangled, intersecting curves resolved into a continuous surface — normally fiddly to construct by hand.&lt;/p&gt;

&lt;p&gt;Doing it with one sentence felt almost unfair.&lt;/p&gt;




&lt;h2&gt;
  
  
  A few things I learned
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Driving CAD with an LLM feels like &lt;em&gt;talking&lt;/em&gt; a model into existence
&lt;/h3&gt;

&lt;p&gt;It's not Grasshopper's node graph. It's not Python scripting either.&lt;/p&gt;

&lt;p&gt;You say &lt;em&gt;"place another one next to this, rotate it 30 degrees,"&lt;/em&gt; and the geometry shows up.&lt;/p&gt;

&lt;p&gt;For Grasshopper users, it feels like a new operating layer sitting on top of everything else.&lt;/p&gt;

&lt;h3&gt;
  
  
  Native Rhino is enough, more often than you'd think
&lt;/h3&gt;

&lt;p&gt;Of the 100 models, zero use third-party plugins like Lunchbox or Kangaroo.&lt;/p&gt;

&lt;p&gt;For anyone who hands files to clients and worries about plugin dependencies, that's a real win.&lt;/p&gt;




&lt;h2&gt;
  
  
  For anyone wanting to try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;McNeel RhinoMCP: &lt;a href="https://github.com/mcneel/RhinoMCP" rel="noopener noreferrer"&gt;https://github.com/mcneel/RhinoMCP&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Rhino 8 (Rhino 7 will be rough)&lt;/li&gt;
&lt;li&gt;Claude Code (Anthropic), or any MCP-capable LLM client&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once you can get &lt;em&gt;"Rhino is running and Claude Code can connect to it"&lt;/em&gt; working once, you're basically there. After that, the geometry comes from the conversation.&lt;/p&gt;




&lt;h3&gt;
  
  
  Want the whole workflow in one place?
&lt;/h3&gt;

&lt;p&gt;I put the full setup, the Claude Code prompting patterns, and the environmental-analysis walkthroughs into a practical guide — plus the 5 ready-to-run Grasshopper definition files Claude generated, so you can open them and explore on your own.&lt;/p&gt;

&lt;p&gt;Already 100+ copies sold on the Japanese release.&lt;/p&gt;

&lt;p&gt;→ Get the guide + 5 GH files (Gumroad): &lt;a href="https://allelishi.gumroad.com/l/rhinomcp-guide" rel="noopener noreferrer"&gt;https://allelishi.gumroad.com/l/rhinomcp-guide&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Studio.Allelishi is a research studio at the intersection of architecture, Grasshopper, environmental analysis, and AI.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow on X: &lt;a href="https://x.com/allelishi" rel="noopener noreferrer"&gt;@allelishi&lt;/a&gt; · Web: &lt;a href="https://studio.allelishi.com" rel="noopener noreferrer"&gt;studio.allelishi.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>showdev</category>
      <category>automation</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
