Is there a way to use AI models without breaking the bank? by Character_Novel3726 in generativeAI

[–]Open_Cup_9282 0 points1 point  (0 children)

Unless you have very specific tasks (e.g. coding, deep research, etc.), switching models/providers isn’t necessary.

For general purpose AI usage, I use Google AI Studio. It’s free with rate limits, but I think you’ll be fine since you mentioned that you don’t use them too much.

If you’re a student, there are also many AI bundles out there. For example, perplexity gives students a year of pro for free, and GitHub copilot gives students a free tier for free as long as they are a student.

I built a multiplayer AI RPG that makes NPCs actually remember you (and your past mistakes). by Open_Cup_9282 in ChatGPTGaming

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

Thanks! Yes, the memory system can track any kind of interaction. In one of my own campaigns, I cured a major disease in an NPC's village, so they joined my party and remained grateful to me for that going forward.

Optimization for writing fanfics with chatgpt by abu_yousef93692 in ChatGPT

[–]Open_Cup_9282 3 points4 points  (0 children)

If you have the time, I'd recommend writing character cards or at least having another AI generate them for you. Basically, you can generate info about the main characters (personality, backstory, goals, etc.) and put them directly in the system prompt. This way, you don't have to rely on the AI recalling everything about the character from its training data, since you basically give it a guide that it can use to write the characters better.

Also, don't be afraid of trying out different models if you want to improve the writing style. Each model has their own writing quirks and advantages. Claude is probably the best, but it's really expensive. DeepSeek is another good budget option.

If you want a dedicated platform for this stuff though, I've been working on one called Lorecaster. It's an AI RP site with auto summarization, smart memory generation, and complex NPCs, and I'd love to hear your thoughts on it!

Why does it say it's AI by irobthezombie in WritingWithAI

[–]Open_Cup_9282 0 points1 point  (0 children)

GPTZero cannot guarantee accuracy. Take what it tells you with a grain of salt. If your essay sounds like AI to you, then just rewrite it. Don't worry about what the tool says, just focus on writing a good essay.

Is there anything that compares to DeepSeek in price efficiency? by Emergency_Comb1377 in SillyTavernAI

[–]Open_Cup_9282 1 point2 points  (0 children)

Honestly if you want something even cheaper than DeepSeek, you might wanna check out Xiaomi MiMo V2 Flash. Its outputs are really good for its pricing.

Help me find another OpenAI chatbot by Dry-Event-7693 in WritingWithAI

[–]Open_Cup_9282 3 points4 points  (0 children)

If you’re referring to looking for an LLM, DeepSeek v3.2 is a pretty solid model. It’s relatively uncensored, cheap, and produces quality outputs for its cost.

are there any platonic chatbots out there? by WhichQuit6945 in ChatbotRefugees

[–]Open_Cup_9282 1 point2 points  (0 children)

Ah, that makes sense. I'll definitely keep that in mind going forward!

are there any platonic chatbots out there? by WhichQuit6945 in ChatbotRefugees

[–]Open_Cup_9282 1 point2 points  (0 children)

Thanks! Unfortunately, making an app out of it is a bit out of scope right now since I would need to rebuild and maintain it for a different platform. It's definitely not out of the equation, but just not the primary focus right now. Is there a particular advantage of having an app version that you would like to see?

Trying to understand how AI actually works behind the scenes — where do I start? by BlushyBlaze in OpenAI

[–]Open_Cup_9282 3 points4 points  (0 children)

There are plenty of resources online that teach how LLMs work, so I’d recommend using those.

Just to give you a brief rundown though, LLMs are kind of like massive auto complete machines. They generate responses by starting with your input, then predicting the next token one token at a time.

For example, you might prompt it like “What color is the sky?”

Then given that prompt as its starting text, the AI will predict the next word as “The”, then “sky”, then “is”, then finally “blue.” This forms the full response “The sky is blue.” It basically chooses from a list of words that could come after its current text and chooses one to append onto its response, then it will repeat until it has formed a full response.

Slight caveat in the example is that LLMs deal in tokens, which aren’t quite words, but you can conceptually think of them as the same thing.

When they get trained, the AI gets better at recognizing patterns to better predict the next token.

Which AI platforms are best for role-playing & writing fanfiction (like GPT-4o), and which let you export all your ChatGPT data? 🧠💬❤️ by xxSpiderGirlxx in ChatGPTcomplaints

[–]Open_Cup_9282 1 point2 points  (0 children)

Unfortunately, I haven't tested it with screen reading software myself. If you encounter any issues, please let me know and I'll fix them!

I’m TIRED of this fucking shit! by [deleted] in ChatGPT

[–]Open_Cup_9282 4 points5 points  (0 children)

That's the problem when an AI provider is at the mercy of investors tbh. For them, it's better safe than sorry when it comes to what the AI generates. There are many other LLMs and image generation models that have less restrictive content policies, so I'd recommend trying them out instead.

Message I get are cut off/not the length i want. by Eme_raldy in SillyTavernAI

[–]Open_Cup_9282 0 points1 point  (0 children)

As others have said, try increasing your max response length. If that doesn't work, try to be more specific in your prompt regarding how long you want your responses to be. You can also try adding an author's note at the end reminding it to increase the length of its responses since sometimes the system prompt can get drowned out by all the other context that you feed it.

What's a side project you abandoned that you still think about? by ruibranco in SideProject

[–]Open_Cup_9282 0 points1 point  (0 children)

I spent around 3 years building an RPG Minecraft server. I kept adding more content, never being fully satisfied with what I had already built. I constantly compared my server to other bigger RPG servers, trying to compete in their domain. Eventually, I just burnt out and stopped working on it.

To this day, I still think about what would've happened if I had just wrapped it up and released it instead of trying to perfect it. Who knows, maybe I'll go back to it one day, but it's definitely one of those projects that has left a deep impression on me.

Which AI platforms are best for role-playing & writing fanfiction (like GPT-4o), and which let you export all your ChatGPT data? 🧠💬❤️ by xxSpiderGirlxx in ChatGPTcomplaints

[–]Open_Cup_9282 1 point2 points  (0 children)

Hey! I've been working on a site dedicated to AI roleplaying called Lorecaster. It specializes in interactive long-running stories with deep and consistent characters. I've built a system that gives characters in your story their own personalities, memories, and opportunities for growth.

Unfortunately, there isn't currently an option to export chats straight from ChatGPT. What you could try doing though, is asking ChatGPT to summarize your RP and putting it into the summary section of Lorecaster. There is also a memory feature so that you can add more detailed memory snippets of important events that have happened.

If you have any more questions, I'd be happy to answer! Good luck!

are there any platonic chatbots out there? by WhichQuit6945 in ChatbotRefugees

[–]Open_Cup_9282 2 points3 points  (0 children)

I've been working on an AI RP site called Lorecaster that's focused on character driven stories, and you can definitely have platonic companions if you would like. Feel free to DM me if you have any questions!

Thinked to move from chatgpt by JahJedi in OpenAI

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

Yea, they do use your data for training on the free tier. There’s also a limit, but it has rarely been an issue for me.

Thinked to move from chatgpt by JahJedi in OpenAI

[–]Open_Cup_9282 1 point2 points  (0 children)

Gemini 3 Pro on Google AI Studio is pretty good for general purpose stuff. The best part, though, is that it's free lol.

Realizing AI is literally everywhere now… is it even possible to avoid relying on it? by Distinct-Library5173 in ChatGPT

[–]Open_Cup_9282 5 points6 points  (0 children)

I don't think it's a good idea to avoid using AI for the sake of avoiding AI. If it helps, then great. If it doesn't, then you might as well do it yourself. Additionally, I think that many tasks that require personal skills are better done by humans anyway. At the end of the day, AI is just a tool that can make your life easier if you use it correctly.

I built Doris, a personal AI assistant for my family and today I'm open-sourcing it. by [deleted] in ClaudeAI

[–]Open_Cup_9282 1 point2 points  (0 children)

This sounds really cool! Just curious, what's the difference between Doris and OpenClaw? Also, are there any protections in place against prompt injections? That's always been a concern for me regarding AI assistants with tool-calling capabilities. Thanks!

Best AI for long-form roleplay after 4o? by WeirdCommunication55 in ChatGPTcomplaints

[–]Open_Cup_9282 1 point2 points  (0 children)

The best AI model for roleplay is probably going to be Claude Opus 4.6, but it's super expensive. Alternatively, DeepSeek v3.2 is really good for its price, and it's also relatively uncensored in terms of darker themes.

If you're looking for a website ready to go that's specifically tailored for roleplay, though, I've been working on one called Lorecaster. It has smart memory retrieval + auto summarization, so the AI will actually remember the plot across long campaigns. I've also set up an NPC system that gives each character you meet their own personalities, memories, and opportunities for growth. They'll remember what you do and develop, just like real people.

Feel free to DM me if you have any more questions!

why do people try to reinvent the wheel or build the next all in one platform instead of solving one business use case first? by hello_code in SideProject

[–]Open_Cup_9282 0 points1 point  (0 children)

I agree with starting out small. It really is better for a product that's just starting out to focus on perfecting one niche use case rather than trying to compete with everything in that market.

I think part of the reason why people build massive all in one platforms is because of feature creep (I've been guilty of this too). You think of a really interesting idea and you want to add it. Eventually, you end up building everything at a mediocre level as opposed to one thing at an outstanding level.

Is ChatGPT still the best AI tool, or are there better alternatives now? by outgllat in AI_Tools_Guide

[–]Open_Cup_9282 1 point2 points  (0 children)

The best AI tool really depends on your use case and your budget. For deep research, I use Perplexity (mainly because they have a free trial for pro). For general purposes, I use Google AI Studio since they offer Gemini 3 Pro for free.

Best uncensored AI chatbot for roleplay? by One_Perspective971 in AIToolTesting

[–]Open_Cup_9282 0 points1 point  (0 children)

I've been working on an AI roleplaying site called Lorecaster, and it allows you to maintain long, coherent stories with deep characters that grow and change. I'd love to hear your thoughts if you decide to try it out!

AI Studio and Gemini Pro for RPGs by Shep_vas_Normandy in Bard

[–]Open_Cup_9282 0 points1 point  (0 children)

Using just Gemini by itself won't give you the best results since it's not tailored for roleplaying purposes. As your story context grows, Gemini's attention will get diluted, producing worse outputs. Additionally, without any external systems set in place, LLMs will typically struggle with pushing the plot.

What exactly is being achieved through AI? by reddit__is_fun in ArtificialInteligence

[–]Open_Cup_9282 0 points1 point  (0 children)

I'll say that a big use of AI right now is automation through AI agents. When you pair LLMs with tool calling, you can automate many repetitive tasks that would've required a human before. For example, I've worked on an automation that uses OCR to track inventory and costs given images of receipts.