this post was submitted on 02 Jun 2026
-7 points (37.0% liked)

Free Open-Source Artificial Intelligence

4812 readers
2 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

The AI's I use like Claude, Deepseek, Grok, and Chat GPT all write in a away that isn't actual story writing. They usually summarize thing's, have character's be omniscient and know past or future events they shouldn't know, always talk expectantly, give unnecessary sensory and environmental details and it definitely can't set up a mystery or write a specific genre like comedy. They keep over clarifying as well what something isn't or is along with even saying what I said not add directly.

I need AI that are at least capable of writing more humanly and following what you tell it. Idk why there isn't any actual AI built for writing , story writing not essay or school writing. Most can critic something pretty well but can never implement those fixes they suggest. I usually upload my fic through PDF for the AI read . It gets things of what chapter is what at times wrong or completely be unable to remember a chapter ending or the actual one.

you are viewing a single comment's thread
view the rest of the comments
[–] venusaur@lemmy.world 1 points 3 months ago (2 children)

Have you tried providing some reference stories for context via RAG? That should help ground some of the writing. If you wanna go all out you can fine-tune a model to adapt to the style of writing you’re looking for. There should be some “novel writing assistant” models out there because people are definitely writing and publishing books with AI. Good luck!

[–] Ghost_Spark4@lemmy.world 1 points 3 months ago (1 children)

I don't know them any at the moment which is why I'm asking. I am not sure where to start in searching. I've tried looking but couldn't find any that actually did even half of what I wanted. I mainly use Deepseek and Claude as my chapters average around 6,500 words or higher and getting even a terrible draft of that I can edit is better than Gemini or Grok where I get a rushed barely 1,000 word "full" chapter or even a scene which also is longer than their limits.

[–] venusaur@lemmy.world 1 points 3 months ago

Ah yeah context and token limits are gonna hold you back. Opus output is more than output large chapters, but you’ll probably get the best results by prompting via API (command line/CLI). You can set max output limits and provide files for RAG. You also might need to upgrade to a plan that can handle marathon sessions better like Claude Max. Claude is also better for creative writing apparently. Good luck!