Hacker News new | ask | show | jobs
by throwaway12pol 91 days ago
Seems pretty fun. Can I use it without image generation? Also, I think hosting it on a website would get it closer to Monster Rancher, as MR was deterministic while this project is not, I can generate a different Roko Basilisk even if I use the same URL you did. The website could enforce deterministic generation by generating only once and caching the results.

Will try this skill out later.

1 comments

Yeah, you could certainly tell it to skip the Gemini image gen step and replace with generated SVG art, or an existing image, or just stick a longer description there, whatever. It's flexible.

I thought about the deterministic generation aspect, but there's no "random seed" equivalent for frontier LLMs to my knowledge that would guarantee deterministic output (even temperature=0 is still nondeterministic).