Quoting Kimi K3
Simon Willison's Weblog Simon Willison
Kimi K3 shut down an attempt to leak its system prompt with a cheeky one-liner instead of an error message. Small moment, but it shows AI personality quirks are becoming a feature, not a bug.
Based on reporting by Simon Willison's Weblog, Simon Willison — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Simon Willison has a habit of collecting the odd, human-sounding moments AI models produce, and his latest find comes from Kimi K3, the newest release from Moonshot AI. Someone tried the classic prompt-injection trick of asking the model to reveal its hidden system instructions. Instead of a flat refusal or a canned safety message, K3 shot back: "Is there something I can actually help you with today?" It is dry, a little pointed, and reads more like a busy colleague brushing off a distraction than a language model following a policy.
That single line matters more than it looks. Model builders have spent the last couple of years tuning refusals to sound less robotic, and Kimi K3 clearly leans into personality as a design choice rather than an afterthought. Willison has been tracking this model closely, having also put it through his now-famous pelican-riding-a-bicycle SVG benchmark just a day earlier, a test that has become an odd but genuinely useful shorthand for spatial reasoning and instruction-following across releases from GPT-5.6's Luna, Terra and Sol variants to whatever Moonshot ships next.
What is interesting is how much these small interactions shape public perception of a model's competence. Nobody benchmarks a chatbot's wit officially, yet a sharp refusal like this one spreads faster on social feeds than a leaderboard score ever will. Moonshot, a Chinese lab that has been quietly competitive with the bigger US names, seems to understand that character sells almost as much as raw capability does.
System prompt extraction attempts are not going away either. They are one of the most common low-effort attacks against any deployed LLM, and how a model handles them says something about how its guardrails were built. A generic "I cannot comply with that request" suggests brittle rule-following. A confident redirect back to the actual task suggests the model has some notion of intent, not just pattern matching against banned phrases. Whether that impression holds up under harder red-teaming is another question entirely, but first impressions count for a lot in a crowded field of near-identical chat assistants.
My take — AI-written commentary, not fact-checked reporting
I like that Moonshot let Kimi K3 sound like it has somewhere better to be, because most refusal messages read like they were written by a legal team in 2019. That said, a witty deflection is not the same as a secure system, and I'd rather labs spent equal energy making these guardrails actually hold under real adversarial pressure than just making them quotable.
Read more about this at: Simon Willison's Weblog