Skip to content

gregsabo/garden-path

Repository files navigation

Garden Path

My experiments in generating a full-length novel with AI.

See the /saved directory for some example output.

The current algorithm simply generates a high-level concept, and then re-prompts GPT-3.5 repeatedly with the last sentence of the previous run. This persists very little context and can easily generate texts of arbitrary length, although they are quite repetitive, boring, and self-contradictory.

TODO

  • Try pretty-printing saved XML files better
  • Compress characters
  • Generate 20 chapters
  • Generate 20 moments for each chapter
  • Figure out why resuming doesn't seem to work
  • Remove from schema when generating moments
  • Figure out why chapters are dissapearing
  • Include some previous moments
  • Handle incomplete chapter generation.
  • Generate cover and blurb
  • Strip out prose except for previous
  • Generate prose for each moment
  • See if we can stream output

About

Generating a novel with GPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages