SmartHopper - A deeply integrated AI assistant for Grasshopper

Thanks for reporting!

Absolutely, brackets { } are breaking the internal JSON format, so the output is wrong. I’ll have to handle this case. → Link to issue

This might be because each model has a different maximum length for the returned value. In long lists you might be getting to the limit, so the list is not as long as expected. I’ll think about if it is possible to automatically ask the AI for more results until the “count” is reached. → Link to issue

1 Like

Also, AI Text List Generate is designed to return text. Since you were asking for points, Grasshopper is automatically converting text to points. I’m planning to add more components like AI Point List Generate, AI Number List Generate, etc. to ensure the output is correct. But it requires time :slight_smile:

Thanks for identifying issues!

1 Like

I have to say this is one of the most fun plugins I’ve ever used!
To have an easy to use integration btw AI and Grasshopper/Rhino 3d design is exciting for me anyway. I downloaded the colors gh (Thanks Dfytz1!) and played with it. Used gpt 4o mini and solved the text to numbers issue in the prompt. Now I’ll move on to building something of my own. Good work! :smiley:

2 Likes

Hi! Take a look at the last release (0.5.0-alpha) with a couple of new features:

  • It includes some new components to generate images using the power of Dall-E from OpenAI.

  • It also fixes the parsing problem that @dfytz1 reported above. Now you can draw McDonald’s arches from a list of points!

I hope you like them!

1 Like

Image generation is very useful!



Not without errors(was trying to override existing image, worked multiple times but then stopped working:

For image generation seed would be great, but i am not sure openai gives you control over that.
Right now if you want to generate same prompt twice, you need to generate something else first, that is not very convenient.
NoiseSmartHopper_00.gh (2.4 MB)

Overall great component, waiting for future updates!

2 Likes

…on my end it just crashes when I try to open gh :sleepy_face:

Thanks for reporting @lander. There was a bug in the first initialization of the settings file. This bug didn’t affect people who already had SmartHopper installed before. I’m sorry for the trouble. The bug has been fixed in 0.5.2-alpha.

1 Like

hmm, well I decided to dabble in it again, and actually got it to launch this time. :beers:

so far can’t get it to work.

looks like imma give up again until something gets fixed. got nowhere and wasted $00.41 so far plus tax lol.

There’s got to be an easier way to do this lmao.

Hi @lander thanks for reporting.

I guess the issue is with the new gpt-5 model. It was released 10 days ago and it might have introduced some breaking changes from previous api. 4o-mini and older models were verified and working fine.

I opened this issue on github to track the fix. I hope to patch it soon Gpt-5 api errors · Issue #304 · architects-toolkit/SmartHopper · GitHub

Thanks for testing!

1 Like

Hi @lander , I checked and confirmed a small incompatibility between gpt-5 and the script_new tool (the one that adds new script components to the canvas). It is now addressed in 0.5.3-alpha (just released).

On models: gpt-5 is very capable but can be resource‑intensive. In my tests, occasional empty responses were likely due to external API rate limiting. As a lighter alternative, gpt-5-mini has been more consistent for me—you might find it performs better in this workflow.

Regarding auto‑connecting components you suggest in the screenshot: that’s a great idea. There isn’t a dedicated tool for this yet, so I’ve added it to the roadmap.

You can already try script_new by asking the chat to create a new script component for a specific purpose. It’s still under development: the overall logic is often good, but inputs/outputs may still need manual tweaks (types, names) and sometimes small code adjustments. Your examples are helpful and will guide improvements.

Thanks again for the feedback. I’ll share an update as the fixes and enhancements land.

1 Like

SmartHopper 1.0 is here!

Hey everyone!

After 2.5 months of hard work, I’m excited to announce that SmartHopper has reached version 1.0! This update is packed with new features, bug fixes, and stability improvements - all thanks to your feedback that guided me on the way. Thank you all!

Let’s dive in:

Canvas Button

Say hello to the new Canvas Button in the top-left corner of your canvas! Click it to launch SmartHopper Assistant, your AI companion designed to help with Grasshopper tasks. Don’t worry if it’s not your thing—you can hide it in the settings.

Component Badges

Ever wondered if a model is compatible with a component? Now you’ll know before running it, thanks to the new badges. Look out for the special tick badge for verified models: gpt-5-mini from OpenAI and mistral-small-latest from MistralAI. And if you try to use an incompatible model, we’ve got you covered with an automatic replacement.

New Providers

More choices! Alongside MistralAI, OpenAI, and DeepSeek, now we can also use Anthropic and OpenRouter.

Stability & Security

I’ve made lots of under-the-hood improvements to boost stability and security. What might affect you: Your API keys are now encrypted with an individualized key, so your settings file will get a makeover on the first run.

Feedback

Your feedback is invaluable. Share your work with SmartHopper in this forum or on GitHub > Discussions > Show and Tell.

Enjoy the update; I personally do!

I was all set to try it out but it looks like I need to have Rhino 8. True?

Hi @Don_Teeter . Yes, for now SmartHopper is only compatible with Rhino 8.19 or newer. I apologize for the inconvenience.