Let's say there's three subjects A, B and C with relationships between each other: AB, BA, AC, CA, BC, CB.<p>Let's say the information is as follows<p>A feeds B<p>B brings joy to A<p>A cleans C<p>C annoys A<p>B uses C<p>C is used by B<p>I'm imagining A as a person, B as a cat, and C as the litter.<p>How to best organize this information for a prompt with a LLM? Would this order be better?<p>A feeds B<p>B uses C<p>C annoys A<p>A cleans C<p>C is used by B<p>B brings joy to A<p>Thank you,<p>kovek