Clicky Web Analytics
presentation
documentation
creation
automation
bim after dark live
Showing posts with label john p. Show all posts
Showing posts with label john p. Show all posts

Wednesday, June 3, 2026

Is AI the End of Dynamo? What's New in Dynamo 4.0 for Revit 2027 (Replay)



Last week I sat down with John Pierson from the Autodesk Dynamo team to walk through Dynamo 4.0 in Revit 2027 and answer the question a lot of us keep circling back to: with AI writing scripts and Revit Assistant baked right in, is there still a reason to learn visual programming? Short answer, yes, and the reasons are more interesting than I expected.


What We Covered


Dynamo 4.0 is mostly an under-the-hood release, and that's a good thing. It now runs on Python.NET 3 and .NET 10, with real performance gains in the geometry engine. If you work with topo solids or drape geometry, point projections are noticeably faster. The .NET 10 jump also unlocks add-in isolation in Revit 2027, which means the days of uninstalling plugins one by one to find the thing that broke Dynamo should finally be behind us.


A few quality-of-life wins stood out. Groups can now be resized and collapsed, and they only show the inputs and outputs that are actually connected instead of every possible port. Paneling nodes that lived in beta for years are now in the box. And here's the one I'd act on today: right-click almost any Revit node and you can open a built-in sample file. John actually built a lot of those samples himself before he joined Autodesk, and roughly 80 percent of Revit nodes now have coverage.


Then we got into AI. The biggest mental unlock for me was understanding that an MCP server is not the full Revit API. It only does what someone hardcoded it to do, which is why a public Revit MCP might only expose seven actions. But because every Dynamo node is already an API call wrapped in human-written documentation, running the assistant inside Dynamo can reach far more of Revit than a hand-built MCP. As John put it, you give the AI the tools to build the tools.


The most useful takeaway is a workflow you can use right now. Instead of having Claude write Python that you then have to deploy through PyRevit, have it write Dynamo-flavored Python, paste it into a node, and hit run. You get a visual feedback loop and a deployment framework for free, and you stay in control of your own work rather than depending on a third-party tool that might break the next time .NET changes.


Watch the Replay Here...


Join the Community:



Friday, April 8, 2022

Dynamo for Revit 2023 ... with John P!



 


On this episode of BIM After Dark Live I was joined by John Pierson of Parallax Team to talk about all of the new features to Dynamo for Revit 2023!  

By now, you've probably seen plenty of "What's New in Revit 2023" videos and posts... John and I decided to focus our discussion specifically on Dynamo because it also received some HUGE updates in the latest Revit 2023 release....

Oh, and he made a skeleton dance... :)


Click here to view the replay of Episode 76 with John P... 




Friday, November 13, 2020

Tips for Deploying Dynamo Scripts w/John P (+ Datasets)

 



On yesterday's episode of BIM After Dark Live I was joined by the one and only SixySecondsRevit (aka John P). John is a Design Technologist at Parallax Team and is also the creator of one of my favorite Dynamo custom packages (Rhythm). John will be talking about his approaches to handing off and deploying Dynamo (for Revit) scripts. This is huge! Once you've created the greatest script ever, understanding how to share it and let other users actually use it is the next big step... Some things John and I discussed... - Drop down considerations (for Revit versions) - Grouping ideas
- Dynamo Templates!!!?!? - Showing View Extensions to Help - and more...

Continue reading to view the episode and download the datasets...!