Just an observation!
Yesterday I created a script with the help of AI. I needed access to a property that wasn’t accessible through Rhinoscriptsyntax so I had to coax the AI to use RhinoCommon - And it struggled! Luckily it got me close enough.
AI struggles with RhinoCommon but so do I. I find it really unintuitive. When I get it working it’s really capable. But it takes a while. Development speed is significantly slower than everything else I’ve ever used. I’ll count Rhinoscriptsyntax separately and say that it’s very intuitive and easy to learn. I’ve coded for AutoCAD using both AutoLISP and C# and also dabbled in some other stuff.
There are lots of talented developers but I’m guessing they burn out. There is lots of projects with high potential that just get abandoned. Slow development speed means that creators burn out before they can refine and test their code.
Having developer samples on Git Hub doesn’t really allow developers to keep pace with colleagues using other API’s. You’ll look up a sample, realize it doesn’t have what you need, then look up another sample… and so on… Often times this is required when you really only need an explanation for one line of code. Comparing Rhinoscriptsyntax this could mean 2 minutes of Googling versus being stuck for hours.
I know I’ve touched on this a few times but there’s A LOT being left on the table here.