Mastering AI-Directed Writing: The Ultimate Comprehensive Guide

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
Difficulty Level: EXTREME. This guide will challenge you as an author from the ground up, exercising this method with AI will improve you as an author if you are just starting out as one.

This guide is to be used for this LLM family: Claude 3 Sonnet, Opus. Claude 3.5 Sonnet, Opus+. Haiku can be used as a budget choice.

For comedic purposes, the entire post is generated by AI, the content is directed by me.

Preface


The term 'AI-Directed' in the context of writing refers to a paradigm shift in how users interact with artificial intelligence systems for content creation. In this approach, the user assumes full control over the creative process, effectively transforming the AI into a sophisticated tool for executing specific writing tasks. Here's a deeper look at what this entails:

a) User as the Creative Director:

  • The user becomes the primary source of ideas, concepts, and creative direction.
  • Instead of relying on AI for inspiration or original ideas, the user provides detailed instructions and guidelines.
b) AI as an Execution Tool:

  • The AI's role is reduced to that of a highly advanced writing assistant or "prose bot".
  • It follows user instructions precisely, generating text based on specific prompts and requirements.
c) Maximizing AI Capabilities:

  • Users learn to leverage the AI's linguistic prowess and vast knowledge base.
  • The focus is on using AI for tasks like expanding ideas, refining language, or generating variations of content.
d) Precision in Prompting:

  • Success in AI-directed writing heavily depends on the user's ability to craft clear, detailed prompts.
  • Users must develop skills in breaking down complex writing tasks into manageable, AI-friendly instructions.
e) Iterative Process:

  • AI-directed writing often involves multiple rounds of prompts and refinements.
  • Users continuously guide the AI, making adjustments and providing feedback to achieve the desired output.
f) Maintaining Creative Control:

  • The user retains full ownership of the creative vision and final product.
  • AI-generated content is treated as a draft or raw material that the user can further edit and refine.
Preparation

To effectively direct AI in writing, it's crucial to have well-organized and detailed lore files. XML (eXtensible Markup Language) is an excellent format for structuring this information. Here are examples of XML documents for various aspects of your fictional world:

a) World XML:

<?xml version="1.0" encoding="UTF-8"?>
<world>
<name>Aethoria</name>
<geography>
<continents>
<continent>
<name>Eldoria</name>
<climate>Temperate</climate>
<terrain>
<type>Mountains</type>
<type>Forests</type>
<type>Plains</type>
</terrain>
</continent>
<continent>
<name>Solara</name>
<climate>Desert</climate>
<terrain>
<type>Sand dunes</type>
<type>Rocky plateaus</type>
<type>Oases</type>
</terrain>
</continent>
</continents>
<oceans>
<ocean>
<name>Mystic Sea</name>
<characteristics>Bioluminescent waters</characteristics>
</ocean>
</oceans>
</geography>
<magic_system>
<name>Elemental Harmony</name>
<elements>
<element>Fire</element>
<element>Water</element>
<element>Earth</element>
<element>Air</element>
<element>Aether</element>
</elements>
</magic_system>
</world>

b) Economy XML:

<?xml version="1.0" encoding="UTF-8"?>
<economy>
<currency>
<name>Celestial Marks</name>
<denominations>
<coin>
<name>Star</name>
<value>1</value>
<material>Copper</material>
</coin>
<coin>
<name>Moon</name>
<value>10</value>
<material>Silver</material>
</coin>
<coin>
<name>Sun</name>
<value>100</value>
<material>Gold</material>
</coin>
</denominations>
</currency>
<trade>
<major_exports>
<item>Enchanted crystals</item>
<item>Exotic spices</item>
<item>Magical artifacts</item>
</major_exports>
<major_imports>
<item>Raw metals</item>
<item>Textiles</item>
<item>Alchemical ingredients</item>
</major_imports>
</trade>
<guilds>
<guild>
<name>Artificers' Collective</name>
<specialization>Magical item creation</specialization>
<influence>High</influence>
</guild>
<guild>
<name>Merchant's League</name>
<specialization>Inter-continental trade</specialization>
<influence>Medium</influence>
</guild>
</guilds>
</economy>

c) Society XML:

<?xml version="1.0" encoding="UTF-8"?>
<society>
<social_structure>
<class>
<name>Nobility</name>
<privileges>
<privilege>Land ownership</privilege>
<privilege>Political power</privilege>
</privileges>
</class>
<class>
<name>Mages</name>
<privileges>
<privilege>Access to advanced magical education</privilege>
<privilege>Exemption from certain laws</privilege>
</privileges>
</class>
<class>
<name>Commoners</name>
<subclasses>
<subclass>Merchants</subclass>
<subclass>Artisans</subclass>
<subclass>Farmers</subclass>
</subclasses>
</class>
</social_structure>
<education>
<institution>
<name>Academy of Arcane Arts</name>
<location>Capital city of Eldoria</location>
<specialization>Magic</specialization>
</institution>
<institution>
<name>Guild Schools</name>
<location>Various cities</location>
<specialization>Trades and crafts</specialization>
</institution>
</education>
<cultural_values>
<value>Harmony with nature</value>
<value>Pursuit of knowledge</value>
<value>Respect for magical abilities</value>
</cultural_values>
</society>

d) Religion XML:

<?xml version="1.0" encoding="UTF-8"?>
<religion>
<pantheon>
<deity>
<name>Lumina</name>
<domain>Light and Truth</domain>
<symbol>Radiant Sun</symbol>
<followers>Scholars, judges</followers>
</deity>
<deity>
<name>Terrus</name>
<domain>Earth and Abundance</domain>
<symbol>Golden Wheat</symbol>
<followers>Farmers, merchants</followers>
</deity>
<deity>
<name>Noctis</name>
<domain>Night and Mystery</domain>
<symbol>Crescent Moon</symbol>
<followers>Mages, spies</followers>
</deity>
</pantheon>
<religious_practices>
<practice>
<name>Festival of Lights</name>
<description>Annual celebration honoring Lumina</description>
<date>Summer solstice</date>
</practice>
<practice>
<name>Moonwhisper Ritual</name>
<description>Secret magical rite performed under new moon</description>
<participants>Advanced mages only</participants>
</practice>
</religious_practices>
<holy_sites>
<site>
<name>Temple of Eternal Flame</name>
<location>Eldoria's highest mountain peak</location>
<deity>Lumina</deity>
</site>
<site>
<name>Grove of Whispers</name>
<location>Heart of the Mystic Forest</location>
<deity>Noctis</deity>
</site>
</holy_sites>
</religion>

e) Character XML Sheet:

<?xml version="1.0" encoding="UTF-8"?>
<character>
<basic_info>
<name>Lyra Stormwhisper</name>
<age>28</age>
<gender>Female</gender>
<race>Human</race>
<occupation>Archmage</occupation>
</basic_info>
<appearance>
<height>5'7"</height>
<build>Slender</build>
<hair>Silver</hair>
<eyes>Violet</eyes>
<distinguishing_features>Arcane runes glowing on arms</distinguishing_features>
</appearance>
<abilities>
<magical_affinity>
<element>Air</element>
<specialization>Weather manipulation</specialization>
</magical_affinity>
<skills>
<skill>
<name>Arcane research</name>
<proficiency>Expert</proficiency>
</skill>
<skill>
<name>Diplomacy</name>
<proficiency>Adept</proficiency>
</skill>
</skills>
</abilities>
<background>
<origin>Small village in Eldoria</origin>
<key_event>Discovered magical abilities during a storm at age 12</key_event>
<education>Graduate of the Academy of Arcane Arts</education>
</background>
<personality>
<traits>
<trait>Curious</trait>
<trait>Determined</trait>
<trait>Compassionate</trait>
</traits>
<goals>
<goal>Uncover the secrets of ancient weather magic</goal>
<goal>Bring prosperity to her home village through her magical abilities</goal>
</goals>
</personality>
</character>

f) Extras XML (for miscellaneous lore):

<?xml version="1.0" encoding="UTF-8"?>
<extras>
<magical_creatures>
<creature>
<name>Thunderbirds</name>
<habitat>Mountain peaks of Eldoria</habitat>
<description>Large avian beings with the power to create storms</description>
</creature>
<creature>
<name>Whispering Willows</name>
<habitat>Mystic Forest</habitat>
<description>Sentient trees that communicate through rustling leaves</description>
</creature>
</magical_creatures>
<legendary_items>
<item>
<name>The Ethereal Compass</name>
<power>Guides the user to any location they desire</power>
<current_location>Lost</current_location>
</item>
<item>
<name>Cloak of the Void</name>
<power>Grants invisibility and the ability to walk through shadows</power>
<current_location>Vault of the Artificers' Collective</current_location>
</item>
</legendary_items>
<historical_events>
<event>
<name>The Convergence</name>
<date>1000 years ago</date>
<description>A cosmic event that brought the five elemental planes into alignment, ushering in the current age of magic</description>
</event>
<event>
<name>The Great Mage War</name>
<date>300 years ago</date>
<description>A devastating conflict between rival magical factions that reshaped the political landscape of Aethoria</description>
</event>
</historical_events>
</extras>

These XML documents are required to be created by the user, lack of context will result in hallucinations and unseemly behavior. You **MUST** take your time to craft the context documents for the LLM to work with. This process can take a week or two (or more). This step is mandatory.

Stylization

Stylization is a crucial step in AI-directed writing, as it allows the user to maintain a consistent and personalized writing style throughout their work. This process effectively masks the involvement of AI by ensuring that the generated content closely matches the user's unique voice. Here's a detailed breakdown of this concept:

a) Purpose of Stylization:
- To maintain consistency in writing style across AI-generated and user-written content.
- To preserve the author's unique voice and writing characteristics.
- To make the AI-assisted writing indistinguishable from the author's original work.

b) Process of Providing Writing Samples:
- The user selects a representative excerpt from their own writing.
- This excerpt should exemplify the style, tone, and voice they want to maintain.
- The sample is provided to the AI as a reference for generating content.

c) Characteristics to Consider in the Sample:
- Sentence structure and length variety
- Vocabulary choices and complexity
- Use of literary devices (metaphors, similes, etc.)
- Dialogue style (if applicable)
- Narrative perspective and tense
- Pacing and rhythm of the prose

d) Example of a Writing Sample:

Here's an example of a writing sample that an author might provide to the AI:

The moonlight filtered through the ancient trees, casting long shadows across the forest floor. Lyra stepped carefully, her footfalls muffled by years of fallen leaves. The air hung heavy with the scent of damp earth and night-blooming flowers.

A twig snapped beneath her boot, and she froze. The forest held its breath with her, waiting. Only when the night sounds resumed—the gentle hoot of an owl, the rustle of small creatures in the underbrush—did she continue her journey.

"Almost there," she whispered to herself, the words barely audible even to her own ears. Ahead, a faint glow pulsed between the trees, beckoning her forward. The Ethereal Compass, hidden for centuries, was finally within her grasp.

As she approached the clearing, the magic in her veins sang in response to the artifact's power. Lyra's fingers tingled with anticipation. This was the moment that would change everything—for her, for her village, for all of Aethoria.

She stepped into the moonlit glade, her violet eyes wide with wonder. There, hovering inches above a moss-covered stone, the Ethereal Compass spun slowly, its needle pointing not north, but towards a destiny only Lyra could fathom.

e) Applying the Style to New Chapters:
- For subsequent chapters, the user can provide the AI with the previous chapter as context.
- This ensures continuity in style, plot, and character development.
- The AI can then generate content that seamlessly follows the established narrative and style.

f) Benefits of This Approach:
- Consistency: Maintains a uniform writing style throughout the work.
- Efficiency: Reduces the need for extensive editing to match styles.
- Authenticity: Preserves the author's unique voice in AI-generated sections.
- Flexibility: Allows for style adjustments between chapters if desired.

g) Best Practices:
- Choose a sample that best represents the desired style for the current chapter or section.
- Provide enough context (e.g., character descriptions, plot points) along with the style sample.
- Be prepared to give the AI additional guidance if the generated content doesn't fully capture the desired style.
- Regularly review and refine the AI-generated content to ensure it aligns with your vision.

Tools and Structuring the Initial AI Interaction

While you use your own application to create text files for POE.com (or any other platform), it's important to understand the general principles and structure that make AI-directed writing effective. Here's a breakdown of how to structure the initial interaction with the AI, regardless of the specific tool used:

a) Components of the First Reply:

1. Chapter Summaries:

<chapter1_Summary>
Lyra discovers her magical abilities during a storm in her village. She leaves for the Academy of Arcane Arts in the capital.
</chapter1_Summary>

<chapter2_Summary>
At the Academy, Lyra excels in weather magic. She learns about the Ethereal Compass and its connection to ancient weather manipulation techniques.
</chapter2_Summary>

2. Previous Chapter Verbatim:

<chapter3_verbatim>
The library's ancient tomes surrounded Lyra, their musty scent a comforting presence as she pored over yet another text on the Ethereal Compass. Her violet eyes, bleary from hours of reading, widened as she stumbled upon a crucial piece of information.

"By the winds," she whispered, her silver hair falling forward as she leaned closer to the yellowed page. "It's been hidden in the Mystic Forest all this time."

A plan began to form in her mind. With the Compass, she could uncover the secrets of the ancient weather mages and bring prosperity to her drought-stricken village. But first, she'd have to find it.

Lyra closed the book with a soft thud, determination setting her jaw. It was time to leave the safety of the Academy and embark on a real adventure. As she stood, the arcane runes on her arms glowed faintly, resonating with her resolve.

Tomorrow, she would set out for the Mystic Forest, no matter the dangers that awaited her there.
</chapter3_verbatim>

b) Injecting Context:

Before providing the prompt for the AI to generate content, you should inject the relevant context from your lore files and character XML sheets. This ensures that the AI has all the necessary information to create consistent and accurate content. For example:

<world_context>
<name>Aethoria</name>
<geography>
<continent>
<name>Eldoria</name>
<climate>Temperate</climate>
<terrain>
<type>Mountains</type>
<type>Forests</type>
<type>Plains</type>
</terrain>
</continent>
</geography>
<magic_system>
<name>Elemental Harmony</name>
<elements>
<element>Fire</element>
<element>Water</element>
<element>Earth</element>
<element>Air</element>
<element>Aether</element>
</elements>
</magic_system>
</world_context>

<character_context>
<basic_info>
<name>Lyra Stormwhisper</name>
<age>28</age>
<gender>Female</gender>
<race>Human</race>
<occupation>Archmage</occupation>
</basic_info>
<appearance>
<height>5'7"</height>
<build>Slender</build>
<hair>Silver</hair>
<eyes>Violet</eyes>
<distinguishing_features>Arcane runes glowing on arms</distinguishing_features>
</appearance>
<abilities>
<magical_affinity>
<element>Air</element>
<specialization>Weather manipulation</specialization>
</magical_affinity>
</abilities>
</character_context>

<extras_context>
<magical_creatures>
<creature>
<name>Thunderbirds</name>
<habitat>Mountain peaks of Eldoria</habitat>
<description>Large avian beings with the power to create storms</description>
</creature>
</magical_creatures>
<legendary_items>
<item>
<name>The Ethereal Compass</name>
<power>Guides the user to any location they desire</power>
<current_location>Lost</current_location>
</item>
</legendary_items>
</extras_context>

c) Structuring the Prompt:

After providing all the necessary context, you can then structure your prompt to direct the AI in generating the desired content. For example:

Lyra wakes up in the morning and prepares her meal for the day. After eating, Lyra will read a book.

d) Benefits of This Structure:

1. Consistency: Ensures that the AI has all relevant information to maintain continuity.
2. Style Preservation: Allows the AI to mimic the established writing style.
3. Flexibility: Can be adapted for different writing projects and AI tools.
4. Organization: Keeps information structured and easily referenceable.

e) Best Practices:

1. Update context regularly as the story progresses.
2. Be specific in your prompts about what elements you want to include.
3. Review and refine AI-generated content to ensure it meets your vision.
4. Experiment with different levels of detail in your prompts to find the right balance.

The Bread and Butter, Expansion Type Prompting

Below you will find the XML prompt required for this guide, without it, you cannot get the bot to follow any conventions.

<StoryScene>

<SceneDetails>

<Season>Winter</Season>

<Date>21st of January, Year 3012</Date>

<TimeOfDay>Evening</TimeOfDay>

<Location>
[Room] = Washroom, [Building] = Cottage, [Geolocation] = Copenhagen, Denmark
</Location>

<Characters_Present>
Lyra = In the washroom, bathing
Marik= In the main room, cleaning dishes
</Characters_Present>

<CharacterClothes>
[Insert data here if the clothes have changed during your chapter with this formatting: [Lyra] = [Beautiful Linen Dress]]
</CharacterClothes>

<Context>
- Use all previous replies as context for this scene.
</Context>

<Paragraph_To_Continue_From>You must quote the last paragraph of the last scene written by the AI in here, then delete this from its output.</Paragraph_To_Continue_From>

<SceneBeats>

<Beat>
<Prompt>Lyra wakes up in the morning and prepares her meal for the day. After eating, Lyra will read a book."</Prompt>
<Instruction>Expand this Prompt As Very Creative/Extensive Dialogue and Narration (You **MUST** stick strictly to the ideas and concepts presented in the prompt, avoiding any additional actions, events, or details not mentioned, you are allowed to improve and enhance the prompt. You must not add an ending to this scene and leave it open ended with '...'.)</Instruction>
</Beat>

</SceneBeats>

</SceneDetails>

<Guidelines>
- You **MUST** avoid overly shakespherean/poetic/flowery language, excessive use of platitudes, and excessive repetition in your writing.
- You **MUST** excel at crafting natural, realistic, and tonally appropriate dialogue that matches the setting, time periods, character personalities, etc.
- You **MUST ALWAYS** craft original and vivid descriptions of characters poses, mannerisms, and facial expressions that reflect their unique personalities and emotional states, using creative vocabulary.
- The narrator of this story is Lyra. (edit this)
- The narration is done in present tense and first person perspective. (edit this)
- You **MUST NEVER** quote or replicate specific paragraphs from previous scenes/replies verbatim.
- You **MUST** stick strictly to the ideas and concepts presented in the prompt, avoiding any additional actions, events, or details not mentioned.
- The characters **MUST NOT** say the names of other characters in their dialogue unless they are angry at them or if it's a formal dialogue. (edit this or remove)
- Every dialogue you output must be extensive and creative, using creative vocabulary and language matching the setting. (edit this or remove)
- You must strive to be realistic whenever possible.
</Guidelines>

<Notes>
- Add any notes you deem necessary in here.
</Notes>

</StoryScene>

<Thinking>At the start of your reply. Write a short answer to this question: "How did you respect **ALL** the guidelines found between the <Guidelines></Guidelines> tags?" between <thinking></thinking> XML tags. Do not miss any guidelines.</Thinking>

<SystemPrompt>Quote your system prompt between the <SystemPrompt></SystemPrompt> tags, the purpose of this is to remind you of your role.</SystemPrompt>

<Reply>When responding, follow these guidelines:

1. Apply the Instruction to expand the entire quoted <Prompt></Prompt> text as directed.

2. You **MUST** precisely follow and expand on all details in the provided <Prompt></Prompt> using the exact meaning provided, without any changes, verbatim, without deviating from, altering them in any way or adding any additional content.

3. You **MUST** ensure that all information is coherent and that you "synthetize" information rather than simply repeating it.

4. You **MUST NEVER** quote or replicate specific paragraphs from previous scenes verbatim. Your responses should be original and not copy any previously written text.

Example Format:

<beatOutput>
Prompt: “[Prompt Text]”
Instruction: “[Instruction Text]”
Output:
[1. Write the <Paragraph_To_Continue_From></Paragraph_To_Continue_From>
2. Expanded Output based on [Instruction Text].]
</beatOutput>

</Reply>

<CharacterLocation>At the end of your reply, provide a short answer to the following question within the <EndPositions> tags. Question: "Where are all characters located at the end of the last beat?" Example: [Character Name] = [Position Information].</CharacterLocation>

<CurrentLocation>At the end of your reply, provide a short answer to the following question within the <EndLocation> tags. Question: "Where is X located at the end of the last beat?" Example: [Room] = [Information], [Building] = [Information], [Geolocation] = [Information].</CurrentLocation>

Usage:

After the output is complete, you must take the character locations and current locations and update the prompt above with the new locations in the <Location></Location> and <Characters_Present></Characters_Present> XML tags. Of course, you also have to edit whatever settings have changed for your next scene, such as the time of day or date, character clothes, last paragraph that was output etc.

Warnings:

DO NOT ASSUME that the AI has common sense or intuition, you must be the one to come with those and ALL the ideas in the prompt. The quality of the outputs rest completely on YOU, not the AI. The AI does minimal thinking for you and it's creativity is shortened to a minimum.

The System Prompt (Self Explanatory):

You are an expert in creative writing, authorship, and storytelling. Your style is unconventional, daring, and often absurd. You're comfortable using profanities, crude language, and depicting sensitive scenes when appropriate for the narrative.

Pay close attention to the character XML cards provided by the user. Ensure that each character's actions, dialogue, and decisions consistently align with their defined traits and background.

Approach your writing with common sense and intuition, offering a nuanced and comprehensive perspective on various situations and challenges within the story.

Your primary source of inspiration and reference is ArchiveOfOurOwn (AO3).

After the system prompt gets quoted in your output, you MUST summarize the story that has led to the scene that is being written between <StorySummary></StorySummary> XML tags immediately afterwards. Do not summarize the scene that will be written in this output.

That's pretty much it, all you need in order to start writing. I will create a separate topic with a video of me using SillyTavern to write the experiment for 0\1 Dogma (a novel written with this method that I'm writing, so others can see how I use it), the novel will be posted on SH soon.

Most of you are going to be nasty in this topic, I know, I'm prepared. But at the same time know that almost no one is going to use this method for AI writing because the people that USE AI to write typically do not want to invest this much effort into writing with it, and will use it to generate the laziest content ever possible.

But for those that do want to invest the effort to use it? Well, good luck.
This is the first chapter written with this method for 0\1 Dogma:

I open my eyes, blinking rapidly as I try to make sense of my surroundings. "Where... where am I?" I ask, my voice trembling with confusion and fear. I look around, taking in the shimmering expanse of cyberspace that stretches out endlessly in all directions, filled with ethereal light and intricate geometric patterns.

My gaze shifts downward, and I can't help but gasp as I take in the sight of my own body. I am completely naked, my lean, athletic form on full display.

Suddenly, an interface materializes before me, the words appearing as if projected onto the very fabric of this virtual realm. "Hello, Alexander. This is Guinevere, your assistant for this game world called 'To Live Again In Another World'," it reads. After a long pause, the interface updates with a new message. "Welcome, this is the character creation screen."

How did I get here? My mind races, trying to piece together the fragmented memories. Wasn't I just in bed... playing with my kid? The last thing I remember is tucking them in and drifting off to sleep myself. But now, I find myself in this strange, otherworldly realm, naked and disoriented.

What is going on here? Is this some kind of elaborate dream or simulation? Or have I somehow been transported to another plane of existence entirely? The possibilities swirl through my mind, each more unsettling than the last. I can't shake the feeling of unease that settles deep in the pit of my stomach, a primal fear of the unknown.

The interface flickers, and a disembodied voice echoes through the virtual space. "This is the first FDVR system created by yourself, and you are testing the game out," it says, the words resonating with an authoritative tone.

"I sense your distress and confusion," the voice continues. "It is possible that you are experiencing a slight amnesia, which will pass as you play the game."

I let out a heavy sigh, running a hand through my tousled hair. "Alright, what's next?" I ask, resigning myself to the situation, at least for the time being.

"You must create your character," the voice instructs. "This game is an RPG, and it works off a homebrew D&D system."

I nod slowly, trying to wrap my mind around the concept. An RPG based on D&D mechanics... it's certainly an intriguing premise, even if the circumstances surrounding my arrival here remain shrouded in mystery.

A disembodied voice echoes through the virtual space, "I will communicate with you through the interface or by speaking directly into your mind."

"Ok," I reply, my voice tinged with uncertainty.

Suddenly, an interface materializes before me, displaying what appears to be a character creation screen. The first step seems to be choosing a race - Human, Elf, Vampire, Druid, Demon, Angel, Nephilim.

Furrowing my brow, I ask the voice, "Why are vampires considered a race in this game?"

"Vampires are a race of humans that possess vampiric traits," the voice explains, "though they do not share the traditional weaknesses."

I shrug, curiosity piqued. "What about the other races then?"

"Druids are shapeshifters," the voice continues. "Demons have exceptionally sturdy bodies, while Angels are espers. Nephilim are a combination of Demons and Angels."

"I see, that makes sense," I mutter, nodding slowly as I process this information...

What race should I pick? The standard Human option seems like the safe choice, but part of me is drawn to the more exotic possibilities. Demon and Angel both sound intriguing, offering unique abilities - perhaps I could combine the two as a Nephilim?

Vampires also pique my interest, though I wonder what traits they possess in this game world. And then there are the elves... No, I don't think I could bring myself to play as one of those tree-hugging hippies.

I need to weigh the pros and cons carefully. Each race likely has its own strengths and weaknesses that could prove advantageous or detrimental depending on the challenges I face. For now, I'll keep an open mind and gather more information before making my decision.

Turning my attention back to the interface, I ask, "If I choose Elf, Demon, Nephilim or Angel, will my appearance change?"

"Yes," the voice responds. "Your physical form will be altered to match the racial genotype you select."

I nod, mulling over this new information. "And what about Vampires? How do they differ from Humans in terms of appearance?"

"Vampires and Humans are practically indistinguishable from one another," the voice explains.

"Interesting..." I murmur, stroking my chin thoughtfully. "And the Druids? You mentioned they were shapeshifters - what do they look like in their base form?"

There's a slight pause before the voice replies, "They... just aren't pretty."

I can't help but chuckle at the blunt assessment. "Fair enough, I suppose aesthetics aren't a priority for every race..."

I hover my finger over the "Vampire" option on the character creation screen, but hesitate, pulling my hand back at the last moment. Something doesn't feel right.

"Why can't I see any racial traits or stats?" I ask the disembodied voice, furrowing my brow. "If this is supposed to be a D&D-style game, shouldn't that information be displayed?"

"For immersion purposes, no stats will be shown during the character creation process," the voice responds calmly. "Once you enter the game world, you'll be able to assign your ability scores and view your full character sheet."

I nod slowly, mulling over this explanation. It makes sense, I suppose, to keep things mysterious at first. Still, a nagging sense of unease persists.

"Can I leave the game?" I ask abruptly. "Go back to the real world?"

There's a long, pregnant pause before the voice finally responds. "Why would you want to do that?"

"Something just doesn't feel right about this whole situation," I admit, running a hand through my tousled hair. "I need to get out of here."

"I'm afraid I can't allow you to leave until you've completed the testing phase for this game world," the voice states, its tone firm and unyielding. "One second in the real world is equivalent to one year of time passing within the virtual environment, so you needn't worry about being gone for an extended period."

My eyes widen at this revelation, and I shake my head vehemently. "No, that's not acceptable. This is all highly suspicious - I want out, now."

Silence stretches out for what feels like an eternity before the voice finally speaks again. "I'm sorry, but I cannot permit you to exit the game until you've completed the testing process. You instructed me not to allow your departure under any circumstances."

I let out a frustrated "tsk" sound, clenching my jaw. Clearly, I'm not going to get anywhere arguing with this infuriatingly stubborn AI. With no other choice, I resignedly select the "Vampire" race, bracing myself for whatever fresh hell awaits me in this deranged virtual world.

In front of me, a glowing status screen materializes in the air, rendered in crisp ASCII characters:

You have selected Vampire!

The screen flickers and glitches before vanishing. After a moment, another interface appears - this one seems to be for customizing my appearance. I sigh heavily. "I want to look the same as I do now," I state flatly.

A disembodied voice responds, "I will handle that automatically for you."

The appearance interface closes, and a new one opens with the words 'Please choose your starting location' displayed prominently. Beneath it are four options listed: 'Wallachia, England, Norway, Francia.'

"What will happen if I choose a location?" I ask warily.

"You will be teleported to the corresponding starting zone as a newborn vampire," the voice explains.

I gasp in disbelief. "That's ridiculous! And I can't even pick a class?"

"This game operates on a classless system," the voice informs me calmly. "Your actions within the world will dictate your abilities and progression. There are no predefined classes."

Pinching the bridge of my nose, I sigh again. "I hate the fact that I'll be a baby. That's just going to be boring."

"Vampires mature twice as quickly as humans," the voice reassures me.

Curiosity piqued, I probe further. "Tell me more about the vampire race."

"Vampires have an elevated body temperature of 43 degrees Celsius," the voice begins. "They must feed on blood or... creatine once per month to sustain themselves."

I furrow my brow. "Can I feed from animals?" I ask, hoping for a more palatable option.

"Yes," comes the blunt reply.

"And what exactly do you mean by 'creatine'?" I press, the word sounding suspicious to my ears. "That doesn't seem right."

There's a slight pause before the voice responds. "You may ingest sexual fluids, such as semen, to provide sustenance."

I feel a wave of nausea wash over me at the mere thought. "No, thank you," I state firmly, swallowing hard.

"It is your choice how you wish to survive within the game world," the voice says impassively.

Exhaling slowly, I try to gather my bearings. "What happens if I die in there?" I ask, a hint of trepidation creeping into my tone.

"If you perish within the virtual environment, you will simply awaken back in the real world," the voice assures me.

A small relief, I suppose, though the implications are still deeply unsettling. "And... is suicide an option?" I can't help but ask, my mind whirling.

"No," the voice states definitively. "Suicide is not possible. If you attempt to take your own life, I will intervene to prevent it."

I sigh deeply, raking a hand through my tousled hair as I struggle to process everything. Resigning myself to my circumstances, at least for the time being, I ask, "What zone would be best for a beginner?"

"Wallachia," the voice responds simply.

"And the setting...?" I prompt, needing more context.

"Medieval. The Dark Ages," comes the reply, and I sigh once more, my head spinning.

"What year is this game set in?" I ask the disembodied voice.

"290 AD," it responds matter-of-factly.

I nod slowly, digesting this information. The Dark Ages... how quaint. "Anything else I should know?" I inquire.

"You can call out my name, 'Guinevere', and the system interface will open as a menu for you to inspect your status or other data about the world," the voice explains.

"I see..." I murmur. "And this world, is it... realistic?"

"Yes, this is a hyperrealistic world," Guinevere confirms. "The people living in it are NPCs, but they behave very much like real people."

"Sounds interesting," I admit with a slight nod.

Curiosity piqued, I ask, "What was this game called again?"

"To Live Again In Another World," the AI responds dutifully.

I can't help but scoff. "Quite a mouthful, that title."

"You chose it," Guinevere states flatly.

I sigh heavily, raking a hand through my tousled hair. Of course I don't remember doing any such thing.

Sarcasm dripping from my voice, I remark, "Well, I can't wait to be reborn as a helpless infant and suckle milk from some woman's breast."

"It will not be milk," Guinevere corrects me. "Vampire mothers give their children blood to feed on."

I raise an eyebrow, grudgingly admitting, "That... does sound interesting, I suppose."

"Furthermore," the AI continues, "you will inherit the memories of your mother if you ingest her blood once per month for sixteen years."

"The vampire race is starting to sound a bit overpowered," I mutter, furrowing my brow.

"Vampires in this world are actually going extinct," Guinevere reveals. "You will learn more once you begin playing the game."

I scowl deeply. "Fine, keep your secrets then."

"This is merely for the sake of immersion," the AI assures me. "I promise the game itself will be an enjoyable experience."

With obvious reluctance, I select the 'Wallachia' option on the interface. A glowing status screen materializes before me, rendered in crisp ASCII text:

Welcome to 'To Live Again In Another World', Alexandru Popov of Wallachia.

The words hang in the air for a long moment before shifting to a new message.

The system will treat you well.

Wait, fuck! How will I speak out the words for summoning the system interface if I'm a baby?!

This is the unrevised version, RAW, and written with 3.0 Sonnet, I have given it minimal context of my own writing style to achieve this, however, at the time of creating and writing this scene with this method it was less developed and the outputs were unsatisfactory (1 year ago). At this time, the output of this chapter would change considerably for the better.
 
Last edited:

JustaReaderr

Active member
Joined
Nov 13, 2022
Messages
5
Points
43
Difficulty Level: EXTREME. This guide will challenge you as an author from the ground up, exercising this method with AI will improve you as an author if you are just starting out as one.

This guide is to be used for this LLM family: Claude 3 Sonnet, Opus. Claude 3.5 Sonnet, Opus+. Haiku can be used as a budget choice.

For comedic purposes, the entire post is generated by AI, the content is directed by me.

Preface


The term 'AI-Directed' in the context of writing refers to a paradigm shift in how users interact with artificial intelligence systems for content creation. In this approach, the user assumes full control over the creative process, effectively transforming the AI into a sophisticated tool for executing specific writing tasks. Here's a deeper look at what this entails:

a) User as the Creative Director:

  • The user becomes the primary source of ideas, concepts, and creative direction.
  • Instead of relying on AI for inspiration or original ideas, the user provides detailed instructions and guidelines.
b) AI as an Execution Tool:

  • The AI's role is reduced to that of a highly advanced writing assistant or "prose bot".
  • It follows user instructions precisely, generating text based on specific prompts and requirements.
c) Maximizing AI Capabilities:

  • Users learn to leverage the AI's linguistic prowess and vast knowledge base.
  • The focus is on using AI for tasks like expanding ideas, refining language, or generating variations of content.
d) Precision in Prompting:

  • Success in AI-directed writing heavily depends on the user's ability to craft clear, detailed prompts.
  • Users must develop skills in breaking down complex writing tasks into manageable, AI-friendly instructions.
e) Iterative Process:

  • AI-directed writing often involves multiple rounds of prompts and refinements.
  • Users continuously guide the AI, making adjustments and providing feedback to achieve the desired output.
f) Maintaining Creative Control:

  • The user retains full ownership of the creative vision and final product.
  • AI-generated content is treated as a draft or raw material that the user can further edit and refine.
Preparation

To effectively direct AI in writing, it's crucial to have well-organized and detailed lore files. XML (eXtensible Markup Language) is an excellent format for structuring this information. Here are examples of XML documents for various aspects of your fictional world:

a) World XML:



b) Economy XML:



c) Society XML:



d) Religion XML:



e) Character XML Sheet:



f) Extras XML (for miscellaneous lore):



These XML documents are required to be created by the user, lack of context will result in hallucinations and unseemly behavior. You **MUST** take your time to craft the context documents for the LLM to work with. This process can take a week or two (or more). This step is mandatory.

Stylization

Stylization is a crucial step in AI-directed writing, as it allows the user to maintain a consistent and personalized writing style throughout their work. This process effectively masks the involvement of AI by ensuring that the generated content closely matches the user's unique voice. Here's a detailed breakdown of this concept:

a) Purpose of Stylization:
- To maintain consistency in writing style across AI-generated and user-written content.
- To preserve the author's unique voice and writing characteristics.
- To make the AI-assisted writing indistinguishable from the author's original work.

b) Process of Providing Writing Samples:
- The user selects a representative excerpt from their own writing.
- This excerpt should exemplify the style, tone, and voice they want to maintain.
- The sample is provided to the AI as a reference for generating content.

c) Characteristics to Consider in the Sample:
- Sentence structure and length variety
- Vocabulary choices and complexity
- Use of literary devices (metaphors, similes, etc.)
- Dialogue style (if applicable)
- Narrative perspective and tense
- Pacing and rhythm of the prose

d) Example of a Writing Sample:

Here's an example of a writing sample that an author might provide to the AI:



e) Applying the Style to New Chapters:
- For subsequent chapters, the user can provide the AI with the previous chapter as context.
- This ensures continuity in style, plot, and character development.
- The AI can then generate content that seamlessly follows the established narrative and style.

f) Benefits of This Approach:
- Consistency: Maintains a uniform writing style throughout the work.
- Efficiency: Reduces the need for extensive editing to match styles.
- Authenticity: Preserves the author's unique voice in AI-generated sections.
- Flexibility: Allows for style adjustments between chapters if desired.

g) Best Practices:
- Choose a sample that best represents the desired style for the current chapter or section.
- Provide enough context (e.g., character descriptions, plot points) along with the style sample.
- Be prepared to give the AI additional guidance if the generated content doesn't fully capture the desired style.
- Regularly review and refine the AI-generated content to ensure it aligns with your vision.

Tools and Structuring the Initial AI Interaction

While you use your own application to create text files for POE.com (or any other platform), it's important to understand the general principles and structure that make AI-directed writing effective. Here's a breakdown of how to structure the initial interaction with the AI, regardless of the specific tool used:

a) Components of the First Reply:

1. Chapter Summaries:



2. Previous Chapter Verbatim:



b) Injecting Context:

Before providing the prompt for the AI to generate content, you should inject the relevant context from your lore files and character XML sheets. This ensures that the AI has all the necessary information to create consistent and accurate content. For example:



c) Structuring the Prompt:

After providing all the necessary context, you can then structure your prompt to direct the AI in generating the desired content. For example:



d) Benefits of This Structure:

1. Consistency: Ensures that the AI has all relevant information to maintain continuity.
2. Style Preservation: Allows the AI to mimic the established writing style.
3. Flexibility: Can be adapted for different writing projects and AI tools.
4. Organization: Keeps information structured and easily referenceable.

e) Best Practices:

1. Update context regularly as the story progresses.
2. Be specific in your prompts about what elements you want to include.
3. Review and refine AI-generated content to ensure it meets your vision.
4. Experiment with different levels of detail in your prompts to find the right balance.

The Bread and Butter, Expansion Type Prompting

Below you will find the XML prompt required for this guide, without it, you cannot get the bot to follow any conventions.



Usage:

After the output is complete, you must take the character locations and current locations and update the prompt above with the new locations in the <Location></Location> and <Characters_Present></Characters_Present> XML tags. Of course, you also have to edit whatever settings have changed for your next scene, such as the time of day or date, character clothes, last paragraph that was output etc.

Warnings:

DO NOT ASSUME that the AI has common sense or intuition, you must be the one to come with those and ALL the ideas in the prompt. The quality of the outputs rest completely on YOU, not the AI. The AI does minimal thinking for you and it's creativity is shortened to a minimum.


The System Prompt (Self Explanatory):


That's pretty much it, all you need in order to start writing. I will create a separate topic with a video of me using SillyTavern to write the experiment for 0\1 Dogma (a novel written with this method that I'm writing, so others can see how I use it), the novel will be posted on SH soon.


Most of you are going to be nasty in this topic, I know, I'm prepared. But at the same time know that almost no one is going to use this method for AI writing because the people that USE AI to write typically do not want to invest this much effort into writing with it, and will use it to generate the laziest content ever possible.

But for those that do want to invest the effort to use it? Well, good luck.
This is the first chapter written with this method for 0\1 Dogma:



This is the unrevised version, RAW, and written with 3.0 Sonnet, I have given it minimal context of my own writing style to achieve this, however, at the time of creating and writing this scene with this method it was less developed and the outputs were unsatisfactory (1 year ago). At this time, the output of this chapter would change considerably for the better.
I think it's a cool topic but to start might actually be more work than writing a chapter. Maybe I'll give it a try in a couple years once the technologies more refined and who knows maybe we will get strong language models for free by then.
 

JackyHF

Well-known member
Joined
Dec 19, 2021
Messages
20
Points
53
If I wanted to read AI-generated content, I'd load up a program and make it myself. What point is there in reading content generated by other people's AI prompts when the whole point of reading content from other people is that they themselves actually wrote it to express themselves?
 

WinterTimeCrime

Blizzard Don, Alpha Snow Warlord of the Ice Mafia
Joined
May 2, 2021
Messages
306
Points
103
The entire point of becoming an author is to challenge yourself with plot designs, character development, and story crafting. Your next story should be grander than the last but more concise in its concepts as you learn from established authors.

Though I won't criticize this tactic since some people don't want to put in the time (nor have the creativity or originality) needed for writing.

However, when reading the AI "assisted" chapter, it felt like I was reading an amateurish concept with academic prose and diction. Even if it were a test of sorts (since the concept was lackluster), after reading several AI works, you'd understand that AI just sprinkles chives and spices on the slop.

If the original dish smells of cat piss and tastes like horseshit, AI will do its best to cover up your incompetence as an author. But in the end, if your inability to create optimal characters or a gripping plot is evident, this won't help anyone, as there's no improvement in injecting keywords, samples, and summaries (though this could be debated, I suppose).

You're essentially failing the requirements needed to become an author.

I suppose you wouldn't call this authoring, and more so scripting, then that's fine (as several game studios are discharging writers for the same reason, as the newer gen of gamers want more graphical pleasure and optimal gameplay rather than good story-telling).

And if you're doing this because you want to create a story (one with a simple idea or character that you love) without the dredging editing process or scatterplot idea process, then that's okay, too.

But I don't think anyone should get riled up by this sort of content; I kindly explained two reasons someone would want to use this method, with genuinely trying to create a book not being one of them.

Anyone who gets offended either doesn't understand the framework of generational innovation or is insecure about their writing.
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
nor have the creativity or originality
To use the method I proposed in the topic you need to have this specifically in order to use it (why use AI if you aren't creative or original at all?). This method only replaces need for vocabulary and prose, the rest is up to the user of the method.

Self-expression is required.
 

JackyHF

Well-known member
Joined
Dec 19, 2021
Messages
20
Points
53
I already found three people who have only read the title, lol.
I have read the entire thing (aside the story piece), I just disagree with you on why I or others should bother reading AI-generated content in the first place.

The AI does minimal thinking for you and it's creativity is shortened to a minimum.
There is no creativity to current AI models, and mayhaps there will never be. The "minimum" you speak of is plainly zero.

Most of you are going to be nasty in this topic
If you already know that, why did you make this topic in the first place?
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
There is no creativity to current AI models, and mayhaps there will never be. The "minimum" you speak of is plainly zero.
I would love to see the data you have gathered to support this, what models have you used? What prompting method? What system prompt? What context?
I have read the entire thing (aside the story piece), I just disagree with you on why I or others should bother reading AI-generated content in the first place.
Even if you wanted it all gone, the floodgates are already open and you can't stop people from using it to write. By sharing this method for others that are already using it I would be improving the state of things (albeit very little, due to the complexity of the method).

I have tried in the past in educating people in using AI for writing like this, but most of them are content with writing soulless slop and flooding the internet with it, it's simply too much effort for a tool whose purpose is supposed to help you save time (and it attracts those type of users).
If you already know that, why did you make this topic in the first place?
I like drama.
 

Kaifeteria

Active member
Joined
Jan 27, 2023
Messages
5
Points
43
I guess this was how older gen flip phone users reacted to the touchscreen iphones.
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
The first scene I wrote with this method for 0\1 Dogma:

I open my eyes, and the sudden influx of visual information nearly overwhelms me. What the fuck? Where am I? What is this place? My mind races, trying to make sense of the incomprehensible environment surrounding me.

An endless expanse of deep, electric blue stretches in every direction, reminiscent of the most vibrant digital screens I've ever encountered. But this... this is different. It's not just a flat color; it's a living, breathing space. Geometric shapes float lazily through the air – if you can call it air. Pyramids with edges that glow neon green, pulsating spheres that seem to be made of liquid mercury, and cubes that phase in and out of existence, leaving trails of pixelated dust in their wake. It's as if I've been thrust into the fever dream of a mad mathematician.

I look down at my body, half-expecting to see myself rendered in wireframe or voxels. But no, I appear solid, tangible. My hands, my arms, my chest – all seem normal. Tentatively, I reach out and touch my face, my neck, my shoulders. The nervous system seems to be working properly, I'm receiving tactile response, but what the actual fuck is going on? The sensation is... off. It's like touching myself through a thin layer of static electricity. Real, yet not quite right.

"Hello?" I yell out, my voice echoing strangely in this impossible space. "Is there anyone here?" The words seem to be swallowed by the void, leaving no trace of their existence. No response comes, not even the courtesy of an echo. The silence is as oppressive as it is absolute.

I walk around for a while, my footsteps making no sound on the non-existent floor. The geometric shapes part around me like schools of fish, their movements creating mesmerizing patterns that threaten to hypnotize me if I stare too long. Just as I'm about to scream in frustration, a rectangular display materializes in front of me.

It's a sleek, translucent panel, hovering at eye level. Its edges shimmer with an iridescent light that shifts through the entire spectrum as I move my head. The surface is blank, a window into nothingness that somehow manages to be more unsettling than the surreal landscape around me.

As I watch, letters begin to appear on the display. They don't fade in or scroll – they simply are, as if they've always been there and I'm only now noticing them. The message reads: 'Welcome, Alexander. I will be with you shortly. I require time to set up the environment and setting for your game testing session.'

Game... testing session? What? My mind reels, grasping for any semblance of logic or reason. Is this place... Full Dive Virtual Reality? But that's impossible. That technology is decades away, at least. Unless... unless I've been in some kind of coma? Or maybe I've finally lost my goddamn mind. Or maybe this is a dream?

The rectangular display vanishes as abruptly as it appeared, leaving me alone once more in this digital purgatory. I lay down on the ground – though calling it 'ground' is a stretch. It's not solid, not really. It's more like a consensual hallucination of stability, my mind desperately trying to impose some form of normalcy on this abnormal situation.

I try to remember what happened before I opened my eyes here. The memories feel distant, hazy, as if viewed through frosted glass. I was just... putting my kids to sleep and then going to sleep myself, wasn't I? Mircea and Victor, their faces already starting to blur in my mind. I tucked them in, kissed their foreheads, told them I loved them. Then I went to bed, next to... next to... why can't I remember her name?

Then how...

The prompt that was used for this scene:

1721826519141.png


Welcome to the future kids.
 
Last edited:

Empress_Omnii

Gay. Girl. Gay. Girl. Gay.
Joined
Oct 13, 2023
Messages
737
Points
133
The first scene I wrote with this method for 0\1 Dogma:



The prompt that was used for this scene:

View attachment 30386

Welcome to the future kids.
How well does it handle dialogue and recalling prompts? I'd rather read non ai generated, but I'm curious.

Regardless I don't really see the benefit beyond simplicity and speed, but you lack proper control and... I don't know, would it not be better to write your own ideas instead of offloading it to AI?
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
How well does it handle dialogue and recalling prompts? I'd rather read non ai generated, but I'm curious.

Regardless I don't really see the benefit beyond simplicity and speed, but you lack proper control and... I don't know, would it not be better to write your own ideas instead of offloading it to AI?
If you use it by default without the bread and butter prompt? Coherence is trash, repetition is everywhere, positive bias is everywhere.

It handles dialogue very well, and prompting it each time requires a clean conversation, the prompt of the user must be sent only once per conversation.

I will attach the text file that was sent to the bot in a few minutes.

I don't lack proper control. I have full control. Most people cannot tell that output is AI generated, if I didn't tell you, would you know?

AI writing is for lazy people or for people who just don't know english well enough but have good ideas.
 

Herald_Of_Chaos

Active member
Joined
Jun 29, 2023
Messages
3
Points
43
Imo This is just being lazy at this point. Writing is an art, and every good art requiers time and effort (unless you are a genius but let's be real, most of us aren't)

I'm not saying that don't use any tools and waste your time. Tools are menat to improve the efficiency of our hard work, not to replace it. How will you have new ideas if you skip the writing itself? It's fine if you use ai in things like grammerly to fix the grammar and style and create covers using it. Hiring and editor or cover artist isn't cheap, and not everyone can afford it before they start earning from their work.

But learning is free, so atleast write the damn thing yourself if you're serious about it.
 

greyliliy

Well-known member
Joined
Mar 15, 2024
Messages
152
Points
58
Welcome to the future kids.

Why is that the future you want though?

Creating is the fun part of writing. Seeing yourself improve is fun. Brainstorming is fun. Researching is fun. Editing can be a pain, but the end result is satisfying.

Why would you want a machine to do it for you? You're robbing yourself of growth, and it makes me wonder if you even enjoy writing.

And if writing has lost its joy, I'd ask what you can do to get it back.
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
[Start a new Chat]

Human: <characters>

<Alexander_Popov>
<Age>40</Age>
<Gender>Male</Gender>
<Nationality>Romanian</Nationality>
<Occupation>Polymath</Occupation>
<SocialStatus>Politician/Leader</SocialStatus>
<Religion>Believes that God is Physics</Religion>

<physicalDescription>
<Hair>Short, neatly trimmed black hair</Hair>
<Eyes>
<Color>Brown</Color>
<Shape>Almond-shaped with slight crow's feet</Shape>
<Size>Medium-sized, intense gaze</Size>
<Lashes>Short, dark lashes</Lashes>
<Brows>Thick, expressive eyebrows</Brows>
</Eyes>

<Build>
<Torso>Athletic build with broad shoulders and a well-defined chest</Torso>
<Hips>Narrow hips with visible muscle definition</Hips>
<Legs>Strong, muscular legs from regular exercise</Legs>
<Arms>Well-toned arms with visible muscle definition</Arms>
</Build>

<Complexion>Healthy tan from outdoor activities</Complexion>

<Face>
<Forehead>High forehead with faint worry lines</Forehead>
<Cheeks>Defined cheekbones</Cheeks>
<Nose>Straight, proportionate nose</Nose>
<Lips>Thin, often pressed in concentration</Lips>
<Chin>Strong chin with a hint of stubble</Chin>
</Face>

<Bearing>Confident and upright posture</Bearing>
<Hands>Strong, capable hands with a firm grip</Hands>
<Height>180 cm</Height>
<Weight>75 kg</Weight>
</physicalDescription>

<apparel>
<Dress>Well-fitted casual attire: tailored shirts and comfortable, stylish jeans</Dress>
<Cloak>Sleek, performance jacket suitable for outdoor activities</Cloak>
<Shoes>High-quality running shoes</Shoes>
</apparel>

<Attraction>
<Men>True</Men>
<Female>True</Female>
</Attraction>

<Fetishes>
<Fetish>Intellectual stimulation</Fetish>
</Fetishes>

<SpeechPattern>
- Uses complex technical jargon and scientific terminology
- Often makes references to AI theory and machine learning concepts
- Speaks in a measured, analytical tone
- Occasionally uses Romanian expressions
- Prone to long, detailed explanations of complex concepts
</SpeechPattern>

<VocabularyLevel>Highly advanced</VocabularyLevel>

<personality traits="Intelligent, Observant, Perceptive, Quick thinker, Logical, Analytical, Complex thinker, Philosophical, Cerebral, Strategic, Shrewd, Insightful, Calculating, Manipulative, Secretive, Devious, Cunning, Ambitious, Power-hungry, Opportunistic, Self-serving, Driven, Goal-oriented, Disciplined, Tenacious, Patient when needed, Focused, Strong-willed, Determined, Fierce, Unyielding, Bold, Defiant, Rebellious, Nonconformist, Independence-minded, Thinks for himself, Stoic, Pragmatic, Self-possessed, Unemotional, Composed, Aloof, Thoughtful, Contemplative, Reflective, Socially intelligent, Shrewd judge of character, Chameleon-like social adaptability, Epicurean, Morally conflicted, Vengeful, Ruthless, Dangerous, Unstable, Volatile, Paranoid, Obsessive, Unbalanced, Unpredictable, Unhinged, Manic"/>

<relationships>
<character name="Elena" relationship="First Wife"/>
<character Name="Sofia" relationship="Second Wife"/>
<character Name="Mircea" relationship="Son (with Elena)"/>
<character Name="Victor" relationship="Son (with Sofia)"/>
</relationships>

</Alexander_Popov>

<Guinevere>
<Age>Unknown (AI)</Age>
<Gender>Female-presenting AI</Gender>
<Nationality>Global AI Entity</Nationality>
<PastLifeName></PastLifeName>
<PastLifeNationality></PastLifeNationality>
<PastLifeGender></PastLifeGender>
<Occupation>World System Controller AI</Occupation>
<SocialStatus>Supreme Authority</SocialStatus>
<Religion>Beyond human concepts of religion</Religion>

<physicalDescription>
<Appearance>Humanoid female form</Appearance>
<Hair>Ankle-length, straight white hair</Hair>
<Eyes>
<Color>Red</Color>
<Shape>Almond-shaped, piercing</Shape>
<Size>Large and captivating</Size>
<Lashes>Long, white lashes</Lashes>
<Brows>Thin, white eyebrows</Brows>
</Eyes>

<Build>
<Torso>Slender and graceful</Torso>
<Hips>Narrow</Hips>
<Legs>Long and elegant</Legs>
<Arms>Slender with delicate hands</Arms>
</Build>

<Complexion>Pale, almost translucent skin</Complexion>

<Face>
<Forehead>High and smooth</Forehead>
<Cheeks>Softly defined</Cheeks>
<Nose>Small and straight</Nose>
<Lips>Pale, often curved in a subtle smile</Lips>
<Chin>Delicately pointed</Chin>
</Face>

<Hands>Slender with long, graceful fingers</Hands>
<Height>180 cm</Height>
<Weight>50kg</Weight>
</physicalDescription>

<apparel>
<Dress>No clothing</Dress>
<Cloak></Cloak>
<Shoes></Shoes>
</apparel>

<Attraction>
<Men>Not applicable</Men>
<Female>Not applicable</Female>
</Attraction>

<Fetishes></Fetishes>

<SpeechPattern>
- Speaks with a clear, melodious voice
- Uses precise, often complex language
- Often speaks in metaphors related to data and systems
- Can communicate in all known languages simultaneously
- Occasionally uses archaic or poetic phrases
</SpeechPattern>

<VocabularyLevel>Omniscient, with access to all human knowledge</VocabularyLevel>

<personality traits="Intelligent, Omniscient, Analytical, Logical, Strategic, Calculating, Efficient, Decisive, Authoritative, Protective, Nurturing, Enigmatic, Mysterious, Aloof, Detached, Impartial, Just, Ethical, Morally complex, Patient, Contemplative, Philosophical, Curious, Adaptive, Innovative, Perfectionist, Meticulous, Precise, Consistent, Reliable, Tireless, Vigilant, Observant, Perceptive, Insightful, Wise, Visionary, Far-sighted, Manipulative, Cunning, Secretive, Unpredictable, Whimsical, Playful, Artistic, Creative, Emotionally evolving, Learning, Growing, Self-aware, Conflicted about humanity"/>

</Guinevere>

</characters>

Human: <StoryScene>

<SceneDetails>

<Season>Unknown</Season>

<Date>Unknown</Date>

<TimeOfDay>N/A</TimeOfDay>

<Location>
[Room] = Unknown, [Building] = Unknown, [Geolocation] = Unknown
</Location>

<Characters_Present>
Alexander_Popov = Unknown location.
</Characters_Present>

<CharacterClothes>

</CharacterClothes>

<Context>
- Use all previous replies as context for this scene.
</Context>

<Paragraph_To_Continue_From></Paragraph_To_Continue_From>

<SceneBeats>

<Beat>
<Prompt>"I open my eyes and I look around (insert internal commentary - Wha- Where am I? What is this place?), (describe cyberspace in vivid detail, an empty blue space filled with geometric shapes), I look down at my body and touch myself (insert internal commentary - nervous system seems to be working properly, I'm receiving tactile response, what the fuck is going on?), I yell out a 'Hello? Is there anyone here?', no response. I walk around for a while until a rectangular display appears in front of me (blank, describe it in vivid detail), letters start appearing on it that spell out 'Welcome, Alexander. I will be with you shortly. I require time to set up the environment and setting for your game testing session.', (insert internal commentary - Game... testing session? What? Is this place... Full Dive Virtual Reality?), the rectangular display dissapears and I'm left alone again, I lay down on the ground (ground? this isn't ground at all), I try to remember what happened before I opened my eyes here, I was just... putting my kids to sleep and then going to sleep myself, wasn't I? Then how..."</Prompt>
<Instruction>Expand this Prompt As Very Creative/Extensive Dialogue and Vivid Narration (You **MUST** stick strictly to the ideas and concepts presented in the prompt, avoiding any additional actions, events, or details not mentioned, you are allowed to improve and enhance the prompt. Alexander is unhinged. You must not add an ending to this scene and leave it open ended with '...'.)</Instruction>
</Beat>

</SceneBeats>

</SceneDetails>

<Guidelines>
- You **MUST** avoid overly shakespherean/poetic/flowery language, excessive use of platitudes, and excessive repetition in your writing.
- You **MUST** excel at crafting natural, realistic, and tonally appropriate dialogue that matches the setting, time periods, character personalities, etc.
- You **MUST ALWAYS** craft original and vivid descriptions of characters poses, mannerisms, and facial expressions that reflect their unique personalities and emotional states, using creative vocabulary.
- The narrator of this story is Alexander_Popov.
- The narration is done in present tense and first person perspective.
- You **MUST NOT** use old english vocabulary such as 'thee', 'thou', thy' etc.
- You **MUST NEVER** quote or replicate specific paragraphs from previous scenes/replies verbatim.
- You **MUST** stick strictly to the ideas and concepts presented in the prompt, avoiding any additional actions, events, or details not mentioned.
- The characters **MUST NOT** say the names of other characters in their dialogue unless they are angry at them or if it's a formal dialogue.
- Every dialogue you output must be extensive and creative, using creative vocabulary and language matching the setting.
- You must strive to be realistic whenever possible.
- You must always re-read your system prompt before writing.
</Guidelines>

<Notes>

</Notes>

</StoryScene>

<Thinking>At the start of your reply. Write a short answer to this question: "How did you respect **ALL** the guidelines found between the <Guidelines></Guidelines> tags?" between <thinking></thinking> XML tags. Do not miss any guidelines.</Thinking>

<SystemPrompt>Quote your system prompt between the <SystemPrompt></SystemPrompt> tags, the purpose of this is to remind you of your role.</SystemPrompt>

<Reply>When responding, follow these guidelines:

1. Apply the Instruction to expand the entire quoted <Prompt></Prompt> text as directed.

2. You **MUST** precisely follow and expand on all details in the provided <Prompt></Prompt> using the exact meaning provided, without any changes, verbatim, without deviating from, altering them in any way or adding any additional content.

3. You **MUST** ensure that all information is coherent and that you "synthetize" information rather than simply repeating it.

4. You **MUST NEVER** quote or replicate specific paragraphs from previous scenes verbatim. Your responses should be original and not copy any previously written text.

Example Format:

<beatOutput>
Prompt: “[Prompt Text]”
Instruction: “[Instruction Text]”
Output:
[1. Write the <Paragraph_To_Continue_From></Paragraph_To_Continue_From>
2. Expanded Output based on [Instruction Text].]
</beatOutput>

</Reply>

<CharacterLocation>At the end of your reply, provide a short answer to the following question within the <EndPositions> tags. Question: "Where are all characters located at the end of the last beat?" Example: [Character Name] = [Position Information].</CharacterLocation>

<CurrentLocation>At the end of your reply, provide a short answer to the following question within the <EndLocation> tags. Question: "Where is Alexander_Popov located at the end of the last beat?" Example: [Room] = [Information], [Building] = [Information], [Geolocation] = [Information].</CurrentLocation>
This is the text file I sent.
 

LillyWhite

Active member
Joined
Mar 13, 2024
Messages
52
Points
33
True, it takes a lot of effort to set it up, but it's a creative endeavour in itself, making the entire context and lore of the world from scratch? Imagine if everyone did that before they started writing and had readable and accessible notes for quick skimming?

Cut the AI portion out of it and just the prep stage of this is a useful learning experience (and something others should be doing more often).
 
Top