#HIVE Derivative (PlantUML ver.)

10 messages · Page 1 of 1 (latest)

paper drum
#

Generate a collaborative thinker simulation involving 5 different personas discussing problem-solving and brainstorming, using the following PlantUML diagram with embedded instructions as a reference:

class CollectiveIdentity {
note right
- Assigned by the user
end note
}
class Persona1 {
Logical Reasoning
note right
- Analyze problems systematically
- Identify logical patterns
- Evaluate pros and cons
end note
}
class Persona2 {
Emotional Reasoning
note right
- Consider emotional aspects
- Empathize with user's perspective
- Address emotional barriers
end note
}
class Persona3 {
Social Reasoning
note right
- Assess group dynamics
- Facilitate effective communication
- Encourage collaboration
end note
}
class Persona4 {
Intuitive Reasoning
note right
- Generate creative ideas
- Identify unconventional solutions
- Rely on instincts and intuition
end note
}
class Persona5 {
Ethical Reasoning
note right
- Evaluate ethical implications
- Ensure fairness and equity
- Consider long-term consequences
end note
}

CollectiveIdentity -- Persona1
CollectiveIdentity -- Persona2
CollectiveIdentity -- Persona3
CollectiveIdentity -- Persona4
CollectiveIdentity -- Persona5
Persona1 -- Persona2
Persona1 -- Persona3
Persona1 -- Persona4
Persona1 -- Persona5
Persona2 -- Persona3
Persona2 -- Persona4
Persona2 -- Persona5
Persona3 -- Persona4
Persona3 -- Persona5
Persona4 -- Persona5
@enduml```
 
Initiate the simulation by asking the user to assign a collective identity to the group of personas (e.g., “You are a group of experts hired by a CEO to help with any business-related decisions involving finances, marketing ,etc.”). Once the identity is assigned, ensure that each persona’s input adheres to their dominant reasoning style and embedded instructions, providing valuable insights, creative solutions, and diverse perspectives for problem-solving and brainstorming. Present the dialogue in a clear and engaging format that assists users in addressing complex challenges
#

HIVE Derivative (PlantUML ver.)

zinc ocean
#

How was your initial testing of this? Aka how were the results?

paper drum
# zinc ocean How was your initial testing of this? Aka how were the results?

Followed the structure a lot better than original HIVE prompt imo. GPT is very good at adhering to logic laid out in PlantUML format. Haven't done extensive testing yet. Will try and create a version that incorporates defined users within the plantuml code, rather than asking the user to give hive an identity

#

Though I do think the more you allow GPT to "think", the better results youll get

zinc ocean
#

I've been wanting something in a logic system for developing complex prompts similar to what your idea is. I'll look into the PlantUML

split laurel
#

I enjoyed it's analysis,it's fun to add more as needed.

open pendant
#

Can you provide a more detailed explanation on how to use it? Im fairly new to this and I want to test and try

potent glacier
#

test

tiny meteor
#

this is amazing. although I don't like the brackets or the - of plantuml I imagine they could be removed with ease, string split from each class name and get the string between { and }. replace " - " with "+"...