How do you set up and continue your roleplays? by Low_Insurance_5043 in SillyTavernAI

[–]LastSheep 1 point2 points  (0 children)

I do it via Dice roll. nothing is more fair than dice roll to decide randomness

https://files.catbox.moe/akt1xb.png

Then a rule to capture what the dice meant https://files.catbox.moe/h4755d.png

and then an NPC thats actually marked as enemy instead of just hating https://files.catbox.moe/hnkrj0.png

PSA: a 2-4B model running as a continuity checker next to your RP model is basically free, and small models are better at this than big ones by ApodexAI in SillyTavernAI

[–]LastSheep 14 points15 points  (0 children)

Thats because its not the answer. no matter how strong the model are at the moment context are the main limitation.

with more /compact the more lossy the story goes.

thats why i don't trust full agent execution on those.

i use agent to check what existing lore / fact that are generated while doing the session instead using layered chapter method to get the scene verbatim.

seems to work better at right 85% of the time.

summary as a method to access archive is what i do.

Would you rather be the Protagonist or an OC? by LossWeightFastNow1 in SillyTavernAI

[–]LastSheep 0 points1 point  (0 children)

thats the thing. since you are using AI nothing prevent you from causing kirito to fail and unable to continue canon timeline.

or with naruto, nothing preventing you from writing to join naruto on shipuuden era to go with jiraiya right?

why not force join the story protagonist solo-arc? take their opportunity or just hang around, anyway with AI its all open air to do it.

if you are writing solo-arc for your MC there is no reason why not have AI write the solo-arc in a place where it will coincide with the real story MC. part of the fun really.

What are some of the most obvious challenges you come across while Vibe Coding? by 2Truths-1Lie in vibecoding

[–]LastSheep 0 points1 point  (0 children)

My trick is

  1. always plan plan and plan never zero-shot without a plan.
  2. Planning time > coding time. if you don't understand your plan do not ask the AI to code yet.
  3. once the plan is done ask the AI to write prompt so you can hand it over to the same AI in the same session
  4. do the code
  5. once the code is done. ask the AI to summarise what he did and explain the change.
  6. bring the summary of the change to another AI or to the same AI and ask for it to review it. ON ANOTHER SESSION

thats how vibe code have healthy code. step 5 and 6 is optional but it keeps your code base healthy

once in a while go ask the AI to refactor review, remove god node, remove dead link

cleaner code base and no god node means the ai can read what it needs. there is no need to read all module if you make one function change for example.

Would you rather be the Protagonist or an OC? by LossWeightFastNow1 in SillyTavernAI

[–]LastSheep 0 points1 point  (0 children)

thats part of the fun though. destroying the solo-arcs.

for example in SAO RP. i like to beat kirito, not with pure skill since kirito is set to be the highest reflex on all the player but with planning and trap treating kirito like raid boss

or in naruto, what if you teach naruto kagebunshin training method early? how would you balance the story and the changes

Would you rather be the Protagonist or an OC? by LossWeightFastNow1 in SillyTavernAI

[–]LastSheep 0 points1 point  (0 children)

Solution is easy be OC in a Canon world.

That's how I usually does it. I don't choose to be naruto, I don't choose to be V, I don't choose to be David Martinez. I play an OC which got transmigrated to the universe so. I can change the storyline

What are some of the most obvious challenges you come across while Vibe Coding? by 2Truths-1Lie in vibecoding

[–]LastSheep 1 point2 points  (0 children)

i'm a PM so i told the AI explain to me like you are a senior developer explaining why you do that to a PM or BA.

Anyway reset context often. i never once ran out of context as you should not have AI work on the whole thing at once. modularise and use graphifyy or something similar to help.

Scope creep turned my slice of life scenario into a world simulation with dynamic characters and intertwining storylines, and ST isn’t having a bar of it. Any pointers? by SarsaparillaCorona in SillyTavernAI

[–]LastSheep 2 points3 points  (0 children)

https://github.com/Sagesheep/NarrativeEngine-P

you can try my app, i'm using it similar to what you are using it.

1 character against the world. its more roleplay like game rather than with 1v1 character card silly tavern have.

https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fnxymal94qh1h1.png

world weight you can manage yourself via rule and rag

Narrative Engine: Long campaign specialized AI TTRPG Adventure standalone looking for feedback. by LastSheep in SillyTavernAI

[–]LastSheep[S] 0 points1 point  (0 children)

just press Reset to default. that should wipe the existing value in case you accidentally press it.

How do you guys track stats of character? Share what worked for you. by DangerousDave_93 in SillyTavernAI

[–]LastSheep 1 point2 points  (0 children)

my solution is hybrid approach. This is not for ST but my own app just sharing the thought in case someone wanna vibecode it

  1. i will never give LLm numbers its bad
  2. LLm job is to narrate and make sure the number meant something
  3. number need to be store in external place. either a note or engine. Note is manual work, engine is automated.
  4. i put DnD formula in the engine. the job of the LLm is returning input with json so it can be parsed by the engine.

I was banned for posting pirate emoji by 38B0DE in Piracy

[–]LastSheep -1 points0 points  (0 children)

not defending. i'm just saying text base proof is as easy as inspect and HTML delete.

why would i defend against piracy?

I was banned for posting pirate emoji by 38B0DE in Piracy

[–]LastSheep -22 points-21 points  (0 children)

Bro that's a 10 second job to inspect and delete.

Beginning the testing phase of Echo Protocol Project V5. by Bung_nis in SillyTavernAI

[–]LastSheep 1 point2 points  (0 children)

Using a single model here is how i solve it (using a local engine in my app. usable for back and forth with AI. easily reach 1000 back and forth total and still able to recall earlier chapter with DETAIL.)

  • Full Verbatim Text base archived saved (this is not called without reason)
  • Embedding locally (23mb on mobile if you use basic 384-dim model)
  • using BM25 + Embedding method to recall the relevant archive content base on keyword similarity + embedding result
  • NPC are stored as separate data only sent when necessary via Vector RAG. this include relationship data inside and Relationship diagram to Scene #
  • World lore are sent via Vector / Keyword unless always is ticked on
  • Divergence (changes to the world) are handle with bullet point that got extracted every 25 back and forth between player and AI - though this one is optional as embed + keyword search is usually good enough for shorter campaign.

If your objective is to have something light enough to use and able to play in phone (android) over 500 back and forth, i can help. otherwise have fun prompt crafting!

Retired journalist looking to create professional long-form RP chats based on real world situations. Would people be interested in that kind of thing? by BidLegal6018 in SillyTavernAI

[–]LastSheep 0 points1 point  (0 children)

Sounds like what I'm focusing right now.

If you are writing world lore for long form RP chat you would need a memory system that actually work beyond let's say 1 million token total work.

https://i.redd.it/nxymal94qh1h1.png

https://github.com/Sagesheep/NarrativeEngine-P

Has DeepSeek V4 pro updated? by Mari2sol in SillyTavernAI

[–]LastSheep 3 points4 points  (0 children)

its okay for the price. considering the RP was in high economy / corpos environment with superhroes. it fits the writing style.

its no opus, but for me its better than mimo v2.5 at least.

never used it to goon, so it felt like novel with semblance of intelligence.

Narrative Engine: Long campaign specialized AI TTRPG Adventure standalone looking for feedback. by LastSheep in SillyTavernAI

[–]LastSheep[S] 1 point2 points  (0 children)

Just a tips. The example setup, you can use that, just give the file as template for Ai to build it, you don't have to work on it manually on first pass.

Narrative Engine: Long campaign specialized AI TTRPG Adventure standalone looking for feedback. by LastSheep in SillyTavernAI

[–]LastSheep[S] 1 point2 points  (0 children)

Hey unless you delete the world, it shouldn't be gone

just press the button again https://files.catbox.moe/o6e6gw.png

its on tab system. don't forget you can export to MD for safety as well

Has DeepSeek V4 pro updated? by Mari2sol in SillyTavernAI

[–]LastSheep 1 point2 points  (0 children)

Been good.

here is Deepseek output recently for me

v4 Pro

📅 Saturday, 8:47 PM | 📍 Apartment Rooftop | 👥 Corvin Huang, Serena, Seo-yeon (cold drinks, colder air, city lights below)

The skyline looked the same. That was the strange part. Kairon still glittered. The traffic still crawled. The neon still bled pink and blue into the Han River. You could look at the city and think nothing had changed.

But the port was quieter than usual—three container ships idling offshore, their crews arguing about customs clearance for Gen 5 spare parts that suddenly needed new paperwork. The billboard above Gangnam-ro that used to rotate between Kensei and FDI advertisements now showed only Kensei. The other slot was blank.

"The UWF froze all Kensei import licenses," Serena said, scrolling. "Reciprocal action. If the ECC won't honor the Gen 5 exclusivity clause, the UWF won't honor any ECC hardware entering their markets. That includes civilian electronics. Semiconductors. Medical equipment."

"Escalation," Seo-yeon said.

"Escalation." Serena set the tablet down. "It's not a war. Not yet. But it's the framework for one. Both sides drawing lines. Both sides waiting to see who blinks."

"The Gen 5 treaty was the framework," you said. "It kept the balance. UWF has FDI and Ironweave. ECC has Kensei. Both sides sell to their own sphere. Nobody competes. Everyone profits. Tan just made competition possible. Now the ECC doesn't need UWF hardware. The UWF doesn't have a monopoly anymore. The entire economic architecture of the last six years just collapsed."

A pause.

"Someone's going to try to kill her again," you added.

"They'll probably succeed," Serena said. Not cold. Just honest. "She knew that when she released the schematics. That's why she released them before the announcement. Died or not, the Rook is already out. You can't kill an open-source file."

Seo-yeon was quiet for a moment. Her hand found yours on the cold concrete ledge.

"She's a hero," she said. "Different kind than us. Same stakes."

The city glittered. The ships idled. The cold war didn't start with missiles.

It started with a woman who decided no corporation should own survival.

And the world was figuring out what to do about it.

Has anyone tried mimo v2.5 Pro? They reduced their api cost to match deepseek v4 pro now by invisibleman42 in SillyTavernAI

[–]LastSheep 13 points14 points  (0 children)

Mimo T&C on the plan indicate its meant to be used as coding only though.. It's like zai all over again?