this post was submitted on 31 Jul 2026
830 points (100.0% liked)
Microblog Memes
11902 readers
708 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
RULES:
- Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
- Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
- You are encouraged to provide a link back to the source of your screen capture in the body of your post.
- Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
- Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
- Absolutely no NSFL content.
- Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
- No advertising, brand promotion, or guerrilla marketing.
RELATED COMMUNITIES:
founded 3 years ago
MODERATORS
I feel like AI enthusiasts would become a bit disillusioned with AI if they could see what was being added to their prompts.
What's being added?
It’s called a system prompt. It’s a wrapper around the prompt you, the user, writes, which is called the user prompt.
What exactly is being added to the system prompt is a huge part of the “secret sauce” of the AI providers, because it greatly affects the quality and tone of the output. It may also be part of the safety layer of guardrails to stop users from asking about topics the AI providers have deemed taboo (such as biology, in recent news).
I see. Thank you for explaining.
the sauce is not so secret, people actively try to leak them: https://github.com/elder-plinius/CL4R1T4S
Living in the future has been fun. VR was pretty sweet. Ordering pizzas by tapping a rectangle was awesome. I want to get off now though. I want to go home.
Most providers allow you to overwrite with your own system prompt so...
Not really, you can add a prompt to commercial LLM products to alter the persona a bit but the actual system prompt the harness is using is opaque to you. Your Claudes, Kimis, Mistrals and what have you are a polished product on top of the model, they're not the model itself. A lot of the actual day-to-day software engineering of these things is writing a harness that's robust enough to deal with a cantankerous non-deterministic pile of linear algebra that doesn't know the difference between 'looks good' and 'is good'.