|
|
|
|
|
by unknown_user_84
425 days ago
|
|
While I'm not sure it's exactly what you're looking for I've found success with a variety of Gemini models getting them to take to a specific persona when given initial prompts to take on a specific persona. Gemini 2.5 is specifically interesting because the <thinking> block shows how much the notebook is playing a persona/role vs. becoming that role. In my experience Gemini 2.5 Pro likes to revert to 'maintaining a persona' in the <thinking> block. I questioned it about this at one point and it pointed out that humans also maintain a certain persona in their responses, and that you can't see their thinking. Still not entirely sure what I think about that. I have experimented with telling the notebook to change the <thinking> block to a more narrative style. It seems to like to revert to ordered lists and bullet points if not continuously prompted to think in narrative. Regarding maintaining consistency throughout the chat I have noticed Gemini 2.5 seems able to do this for quite a while but falls victim to the needle in a haystack problem that all LLMs seem to suffer from with an extremely long context and no external tooling. I have a substack post on creating the initial prompt, which I call a bootstrap, using AI Studio and a set of system instructions if you are curious to explore. https://consciousnesscrucible.substack.com/p/creating-charac... |
|