- May 19, 2020
- 614
- 667
oh no no no, not my AI. i wish i had the background and ability to pull something like that off. no, im using one of the open source AI's being run by a group that (sorta) splintered off from AIDungeon when its AI provider OpenAI dropped the censor hammer on anything remotely NSFW. even before that happened, the AI performance had started to degrade going back a few months. rumors were that the crew running AID had been caught off guard with the load coming in and had started stepping down the model size in an effort to control costs.You really believe that this AI of yours can consistently put out writing on the level of at least an average human writer?
Really? I won't believe it until i see it.
Maybe it'll do to generate some short, simple quests. But i doubt it will be able to create something even remotely elaborate.
long story short, the tech for AI generations is exponentially improving. just look at DALL-E 2, and other open source image generation.
the biggest problem with natural language AI is getting it to respond to guidance consistently. the AI doesnt understand anything really, it just comes up with the most likely word (token) based upon its training. being trained on a wide range of authors, resources and sections of the internet, it does fine. its getting it to focus on/do exactly what you want it to do, thats the part still being researched and hammered out. and since the tech keeps evolving, the techniques to wrestle with the AI keep changing, so its very challenging.
heres a sample of one of the most difficult scenarios, consistent, repetitive character generations. i was able to finally do this by utilizing a custom module based upon the game text of MoR (all code and non story text stripped out), and a tweaked context framework guiding the the AI section by section. this was from back in March.
getting it to write passable fiction is fairly easy. it has 20 billion parameters of published fiction to follow. getting it to listen as you steer it in the direction that you want, or output a specific way and a specific subject, now THAT is hard.
NOTE: all of the text is 100% AI generated. i did write the the framework that guided the content of each section though, and enforced the formatting.
Last edited: