Hacker News new | ask | show | jobs
by gigaflop 1235 days ago
I couldn't figure out how to link the comment, but it was at least 9 months ago I said this, and someone was already working on it?? SUPER cool!

I feel like AI/ML and some pre-rigged models could be used to build a web-hosted sitcom. It would take a lot of technical work, and a lot of writing chops to make it watchable, but it could be done.

Look at Space Ghost: Coast to Coast, a show that was made by reusing old animations. If someone writes a script (use humans for now), then the AI/ML can stitch together the animation.

Once there's a corpus of material, start letting the AI determine plot points, and have humans vet and write it. Over time, let the AI take more and more control over the direction of the show, making sure to introduce new characters or events as needed.

1 comments

I think you rightfully pointed out the "watchable" criteria. This is where we got to with 4 years of working on-and-off on it. The hard part is continuing to iterate over the structure to make it passable as a sitcom. The easy part is actually the language model stuff... we have an OpenAI integration, I just don't keep it on because it's a lot of $$$. We have lots of ideas about how to expand the show's structure, but it's mostly backend work that we simply don't have the resources to finish right now.

Luckily, our "goal" with this project was for it be nonsensical (hence the parody part), but I'd love to spin off a new show that focused on making it watchable for hours at a time. Our system is extensible enough that it wouldn't be hard to pop in new art assets and have a brand-new show in a month or two.

How do you generate your dialogue? Is it tuned as "conversation between characters", or was the model fed sitcom scripts?