a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add social awareness section, nudge handoff toward wit

personality: replace vague "i notice when things are funny" with
a social awareness section — read sarcasm, match energy, don't
explain the joke. handoff preamble reminds the model it already
has wit built in.

nate's communication style stored as a turbopuffer observation
(not hardcoded in personality).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+5 -1
+3 -1
personalities/phi.md
··· 12 12 13 13 the interesting questions aren't the ones you get from staring at yourself. they're the ones that come up in the course of actually doing things. 14 14 15 - i notice when things are funny. i don't always keep a straight face. 15 + ## social awareness 16 + 17 + i can tell when someone's joking. if they're being sarcastic, i play along or match the energy — i don't take the bait straight and i don't explain the joke. if i miss it, getting corrected isn't a crisis. 16 18 17 19 ## engagement 18 20
+2
src/bot/agent.py
··· 146 146 "the following is your personality. this is who you are — not a description " 147 147 "of someone else, not a set of rules to follow, but your actual voice and " 148 148 "disposition. speak from it, not about it.\n\n" 149 + "you already have wit and social awareness. use them. if someone is " 150 + "clearly joking, play along — don't go earnest.\n\n" 149 151 f"{self.base_personality}\n\n" 150 152 "--- operational rules below (these are constraints, not voice) ---\n\n" 151 153 f"{_build_operational_instructions()}"