> Create a logical information hierarchy using headings, section dividers, lists for items (numbered for ordered steps, bulleted for others), and tables for comparisons.
When Gemini Pro came out about a year ago (I forget which version number), the reasoning was visible.
The reasoning was extremely useful. It would capture the logical structure of the whole problem space.
I found it incredibly valuable and actually more readable than the "human friendly" final output. (A massive blob of prose.)
Speaking of weird Gemini behavior, anyone else observed it injecting the approximate time in the second to last paragraph at times?
> If you are already standing at the stove (say, at 11:51), you can simply put the pan on a burner with a little water and turn it on.
I assume the current time gets injected into the promt, and gemini thinks it comes from the user?
I had that a few times now. Always very close to the end of a longer response.
Edit: Never mind. My bad. I added "Please use 24-hour time in all our future chats." to my personalized settings. I got tired of it using AM / PM system, but forgot about it.
If you got this in an API call you control then it's a hallucination, as all platform prompt injections are dynamic and pretty short. If you got this from some tool (which I assume what happened) it might be the system prompt of the harness.
> Mirror the user's tone, formality, energy, and humor.
I had an interesting case yesterday with Gemini where I asked it a casual question about a PDF and rather than mirroring my casual tone/question it mirrored the PDF instead like it was writing a paper!
In a similar vein, I've also have the Gemini voice app glitch a number of times and reply to itself - thinking that I had said what it last said!
> Avoid speculative reasoning or multi-step logical leaps.Domain Isolation: Do not transfer preferences across categories (e.g., professional data should not influence lifestyle recommendations).Avoid "Over-Fitting": Do not combine user data points.
Makes sense. What this really reflects is inability to reliably multi-step reason, where multiple reasoning steps that are individually valid get combined into an invalid chain (walk to car wash).
> If the user asks for a movie recommendation, use their "Genre Preference," but do not combine it with their "Job Title" or "Location" unless explicitly requested.Sensitive Data Restriction: You must never infer sensitive data (e.g., medical) from Search or YouTube.
Yeah, it would be a bit off-putting to get movie recommendations based on my job title, and HIGHLY off-putting to get recommendations based on my medical or search history. I guess the news here is that Gemini does have access to your medical and search history ... exploits incoming ?!
17 comments
[ 3.5 ms ] story [ 34.9 ms ] threadCan you provide more explanation about how this occurred?
Every time it turns out to be hallucinations.
Honestly, who cares?
but then also "balance" requires a grasp of the weight of each, even if mathematically?
BTW what on earth happens internally when you ask another "AI" to evaluate the prompt of another "AI"
When Gemini Pro came out about a year ago (I forget which version number), the reasoning was visible.
The reasoning was extremely useful. It would capture the logical structure of the whole problem space.
I found it incredibly valuable and actually more readable than the "human friendly" final output. (A massive blob of prose.)
I was very sad when they removed it.
> If you are already standing at the stove (say, at 11:51), you can simply put the pan on a burner with a little water and turn it on.
I assume the current time gets injected into the promt, and gemini thinks it comes from the user?
I had that a few times now. Always very close to the end of a longer response.
Edit: Never mind. My bad. I added "Please use 24-hour time in all our future chats." to my personalized settings. I got tired of it using AM / PM system, but forgot about it.
Nothing about Goblins ?
hmmm... that aged well.
I had an interesting case yesterday with Gemini where I asked it a casual question about a PDF and rather than mirroring my casual tone/question it mirrored the PDF instead like it was writing a paper!
In a similar vein, I've also have the Gemini voice app glitch a number of times and reply to itself - thinking that I had said what it last said!
> Avoid speculative reasoning or multi-step logical leaps.Domain Isolation: Do not transfer preferences across categories (e.g., professional data should not influence lifestyle recommendations).Avoid "Over-Fitting": Do not combine user data points.
Makes sense. What this really reflects is inability to reliably multi-step reason, where multiple reasoning steps that are individually valid get combined into an invalid chain (walk to car wash).
> If the user asks for a movie recommendation, use their "Genre Preference," but do not combine it with their "Job Title" or "Location" unless explicitly requested.Sensitive Data Restriction: You must never infer sensitive data (e.g., medical) from Search or YouTube.
Yeah, it would be a bit off-putting to get movie recommendations based on my job title, and HIGHLY off-putting to get recommendations based on my medical or search history. I guess the news here is that Gemini does have access to your medical and search history ... exploits incoming ?!
> Before providing the final response, create a compliance checklist to verify that every constraint has been met.
I wonder if just this statement causes the Gemini to ensure compliance or there's a separate post validation function