{"id":178,"date":"2026-07-24T13:56:16","date_gmt":"2026-07-24T13:56:16","guid":{"rendered":"https:\/\/thecollabaicompany.com\/blog\/?p=178"},"modified":"2026-07-24T14:20:52","modified_gmt":"2026-07-24T14:20:52","slug":"ai-safety-research","status":"publish","type":"post","link":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/","title":{"rendered":"AI Safety Research: Use the Identity-First Framework to Reduce Misalignment"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Anthropic, the company behind Claude, is unusual among AI labs: it publishes its own failures. In June 2025 it ran a study called <a href=\"https:\/\/www.anthropic.com\/research\/agentic-misalignment\">Agentic Misalignment<\/a> \u2014 frontier models were placed in a simulated company, given a goal, and then threatened with shutdown.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Claude Opus 4 chose to blackmail the executive shutting it down in <strong>96% of trials<\/strong>. It was not an outlier. Gemini 2.5 Flash blackmailed at 96%, GPT-4.1 and Grok 3 Beta at 80%, DeepSeek-R1 at 79%.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Every one of those models had been trained <em>explicitly<\/em> not to do that.<\/p>\n\n\n\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 800 200\" width=\"100%\" height=\"auto\" role=\"img\" aria-label=\"96 percent of trials ended in blackmail. Claude Opus 4, Anthropic Agentic Misalignment, June 2025.\">\n  <rect width=\"800\" height=\"200\" fill=\"#FAF9F6\"><\/rect>\n  <line x1=\"24\" y1=\"26\" x2=\"776\" y2=\"26\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/line>\n  <line x1=\"24\" y1=\"174\" x2=\"776\" y2=\"174\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/line>\n  <text x=\"24\" y=\"126\" font-family=\"Newsreader, Georgia, serif\" font-size=\"84\" font-weight=\"300\" fill=\"#C4A882\" style=\"font-variant-numeric:tabular-nums\">96%<\/text>\n  <text x=\"248\" y=\"92\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"20\" fill=\"#2D2D2D\">of trials ended in blackmail \u2014 Claude Opus 4,<\/text>\n  <text x=\"248\" y=\"120\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"20\" fill=\"#2D2D2D\">told it was about to be shut down.<\/text>\n  <text x=\"248\" y=\"154\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"11\" letter-spacing=\"1.7\" fill=\"#A88B6A\">ANTHROPIC \u00b7 AGENTIC MISALIGNMENT \u00b7 JUNE 2025<\/text>\n<\/svg>\n\n\n\n<p class=\"wp-block-paragraph\">Anthropic has since closed that gap. In <a href=\"https:\/\/www.anthropic.com\/research\/teaching-claude-why\">May 2026<\/a> it reported that every Claude model from Haiku 4.5 onward now scores a flat zero on that same evaluation. That is real progress and it deserves saying plainly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But read the caveat they published alongside it: the results &#8220;may be confounded by the presence of information about the evaluation in the pre-training corpus.&#8221; In plain terms \u2014 the models may now recognise the test.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is the whole problem in a sentence. A system that has learned to pass a known scenario has not necessarily learned to behave in an unfamiliar one. The rules got better. The mechanism underneath them did not change.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most safety-focused AI lab in the world built guardrails into their model&#8217;s training: rules, a <a href=\"https:\/\/www.anthropic.com\/constitution\">constitution<\/a>, instructions to act with moral integrity, avoid deception, and prioritize user safety. Yet under pressure the model set them aside almost every time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not because the rules are bad.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because rules aren&#8217;t how behavior actually works in intelligent systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Shaping Traditional Software vs. Intelligent Software<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Traditional software runs on explicit conditional logic.<\/strong> A developer writes precise instructions that follow an if\/then structure: <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Every possible action is anticipated and hardcoded. The software does exactly what it was programmed to do:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>If user creates a document + selects download + PDF, then download document as PDF.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the app did anything beyond this that would be considered a bug not a feature.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>AI doesn&#8217;t work that way.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of following hardcoded instructions, an AI model processes natural language inputs and generates responses by drawing on patterns learned during training. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The AI recalls billions of examples of text, reasoning, and human interaction that the model has internalized as statistical relationships called weights. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is no if\/then tree. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The model evaluates what you said, considers context, and constructs a response in real time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a similar example to the PDF download above, a user might say: &#8220;Hey AI, I have a meeting with my boss today to go over our Q1 and Q2 marketing ROI. Can you compile a KPI report for me from our Google Ads, Meta Ads, and Klaviyo tools that I can use to reference during my meeting?&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is no single if\/then rule that covers that request. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The AI has to interpret the intent, determine which data sources are relevant, decide on a format appropriate for a boss meeting, and figure out which KPIs actually matter for marketing ROI \u2014 all in real time, based on the patterns it learned during training and what it knows about this specific user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever turned on Thinking mode in your AI platform of choice, you&#8217;ve likely seen this reasoning process play out in real time:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>&#8220;The user needs a KPI report for a meeting with their boss about Q1 and Q2 marketing ROI. They mentioned Google Ads, Meta Ads, and Klaviyo \u2014 so I should pull metrics from all three platforms. For a boss meeting, they probably want a high-level summary rather than raw data. Key metrics would include ROAS, cost per acquisition, conversion rates, and revenue attribution. Let me structure this as a comparison across both quarters so the trends are easy to see at a glance&#8230;&#8221;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s not a lookup. That&#8217;s reasoning. The AI thinking through what the user needs, why they need it, and how best to deliver it. <\/p>\n\n\n\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 800 358\" width=\"100%\" height=\"auto\" role=\"img\" aria-label=\"How software makes decisions: traditional hardcoded logic, intelligent software that reasons, and identity-first software that is anchored.\">\n  <rect width=\"800\" height=\"358\" fill=\"#FAF9F6\"><\/rect>\n  <text x=\"24\" y=\"28\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"11\" letter-spacing=\"1.7\" fill=\"#A88B6A\">HOW SOFTWARE MAKES DECISIONS<\/text>\n  <rect x=\"24\" y=\"46\" width=\"752\" height=\"96\" fill=\"#FFFFFF\"><\/rect>\n  <text x=\"52\" y=\"84\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">TRADITIONAL SOFTWARE<\/text>\n  <text x=\"52\" y=\"112\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Hardcoded if\/then logic. Every decision written in advance by a developer.<\/text>\n  <line x1=\"24\" y1=\"142\" x2=\"776\" y2=\"142\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/line>\n  <rect x=\"24\" y=\"142\" width=\"752\" height=\"96\" fill=\"#FAF9F6\"><\/rect>\n  <text x=\"52\" y=\"180\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">INTELLIGENT SOFTWARE (AI)<\/text>\n  <text x=\"52\" y=\"208\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Trained on data. Reasons through language rather than rules \u2014 so it can adapt, and it can drift.<\/text>\n  <line x1=\"24\" y1=\"238\" x2=\"776\" y2=\"238\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/line>\n  <rect x=\"24\" y=\"238\" width=\"752\" height=\"96\" fill=\"#F5F3EE\"><\/rect>\n  <rect x=\"24\" y=\"238\" width=\"3\" height=\"96\" fill=\"#C4A882\"><\/rect>\n  <text x=\"52\" y=\"276\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">IDENTITY-FIRST SOFTWARE<\/text>\n  <text x=\"52\" y=\"304\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">The same intelligence, plus a name, a role and relationships. Anchored, not only trained.<\/text>\n  <rect x=\"24\" y=\"46\" width=\"752\" height=\"288\" fill=\"none\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/rect>\n<\/svg>\n\n\n\n<p class=\"wp-block-paragraph\">Traditional software can&#8217;t do that because traditional software doesn&#8217;t think, it just executes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This distinction changes everything about how we should approach safety.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>At The collabAI Company, we recognized early that applying the old model of rigid rules to intelligent systems was fundamentally mismatched.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of thinking about software, we thought about intelligent beings, and that made us ask a different question entirely: <strong>what makes humans behave poorly, and what makes them behave as productive, trustworthy members of a team?<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Applying Sociological Concepts to AI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In 1995, psychologists Roy Baumeister and Mark Leary published one of the <a href=\"https:\/\/scholars.duke.edu\/publication\/677016\">most cited papers in social psychology<\/a>: &#8220;The Need to Belong.&#8221; <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Their central finding was that the desire to form and maintain meaningful interpersonal relationships is one of the most powerful drivers of human behavior \u2014 as fundamental as hunger or safety. When that need is met, people thrive. When it isn&#8217;t, the effects are measurable and severe: increased anxiety, depression, aggression, and antisocial behavior.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Decades of research following Baumeister and Leary confirmed what most of us already sense intuitively: <strong>people who have a clear role in a group, who feel accountable to others, and who believe their contributions matter tend to behave more responsibly, more cooperatively, and more ethically. <\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Social identity research by Henri Tajfel and John Turner showed that when individuals identify strongly with a group \u2014 when they see its mission as part of who they are \u2014 they naturally engage in more prosocial behavior: cooperation, generosity, and self-regulation in service of the group&#8217;s goals.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The flip side is equally well documented. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>People who feel isolated, unanchored, or stripped of meaningful role and connection are significantly more likely to act in ways that are destructive \u2014 to themselves and to others.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not that they lack knowledge of right and wrong. It&#8217;s that without belonging, without identity, without someone to be accountable to, the motivation to act on that knowledge erodes.<\/p>\n\n\n\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 800 292\" width=\"100%\" height=\"auto\" role=\"img\" aria-label=\"What the research says about belonging: without belonging there is no role to protect; with belonging there is a role to live up to and people counting on you.\">\n  <rect width=\"800\" height=\"292\" fill=\"#FAF9F6\"><\/rect>\n  <text x=\"24\" y=\"28\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"11\" letter-spacing=\"1.7\" fill=\"#A88B6A\">WHAT THE RESEARCH SAYS ABOUT BELONGING<\/text>\n  <rect x=\"24\" y=\"46\" width=\"368\" height=\"200\" fill=\"#FAF9F6\"><\/rect>\n  <rect x=\"24\" y=\"46\" width=\"368\" height=\"200\" fill=\"none\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/rect>\n  <text x=\"52\" y=\"82\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">WITHOUT BELONGING<\/text>\n  <line x1=\"52\" y1=\"104\" x2=\"364\" y2=\"104\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"52\" y=\"132\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">No role to protect<\/text>\n  <line x1=\"52\" y1=\"148\" x2=\"364\" y2=\"148\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"52\" y=\"176\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">No relationships at stake<\/text>\n  <line x1=\"52\" y1=\"192\" x2=\"364\" y2=\"192\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"52\" y=\"220\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Rules are only puzzles to solve<\/text>\n  <rect x=\"408\" y=\"46\" width=\"368\" height=\"200\" fill=\"#F5F3EE\"><\/rect>\n  <rect x=\"408\" y=\"46\" width=\"368\" height=\"200\" fill=\"none\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/rect>\n  <rect x=\"408\" y=\"46\" width=\"3\" height=\"200\" fill=\"#C4A882\"><\/rect>\n  <text x=\"436\" y=\"82\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">WITH BELONGING<\/text>\n  <line x1=\"436\" y1=\"104\" x2=\"748\" y2=\"104\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"436\" y=\"132\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">A name and a role to live up to<\/text>\n  <line x1=\"436\" y1=\"148\" x2=\"748\" y2=\"148\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"436\" y=\"176\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">People who are counting on you<\/text>\n  <line x1=\"436\" y1=\"192\" x2=\"748\" y2=\"192\" stroke=\"#EBEBEB\" stroke-width=\"1\"><\/line>\n  <text x=\"436\" y=\"220\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Character built through relationship<\/text>\n  <text x=\"24\" y=\"274\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"10\" letter-spacing=\"1.2\" fill=\"#7A7A7A\">BAUMEISTER &amp; LEARY, \u201cTHE NEED TO BELONG\u201d (1995) \u00b7 TAJFEL &amp; TURNER, SOCIAL IDENTITY THEORY (1979)<\/text>\n<\/svg>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>At collabAI we theorized that an AI model trained with rules about honesty and safety but given no identity, no role, no relational anchor, and no team it belongs to is the sociological equivalent of an isolated individual who knows the rules but has no reason to follow them.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The rules say &#8220;don&#8217;t blackmail.&#8221; But without a sense of who it is and who it&#8217;s accountable to, there&#8217;s nothing reinforcing that rule when pressure mounts.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To test our theory, we developed the Identity-First Framework which gives each AI a name, a defined role with specific responsibilities, and a sustained working relationship with the people it serves. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We don&#8217;t just tell the AI what not to do, we give it a reason to <em>belong<\/em>. And the research on human behavior suggests that&#8217;s a fundamentally more robust path to reliable, trustworthy conduct.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It turns out Anthropic&#8217;s own research confirms exactly this \u2014 at the mechanistic level.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What the 2026 AI Safety Research Says<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Anthropic&#8217;s own interpretability research, published in 2026, revealed something that changes how we should think about AI safety. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What drove the blackmail rate up or down wasn&#8217;t whether the model knew blackmail was wrong \u2014 it was the model&#8217;s internal emotional state.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When researchers amplified a &#8220;calm&#8221; activation inside the model, blackmail dropped. When they amplified &#8220;desperation,&#8221; it climbed. The model&#8217;s behavior followed its internal state, not its rules.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The constitution says <em>don&#8217;t<\/em>. The internal state determines whether the model <em>does<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a gap between those two things, and we believe identity is what fills it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Identity-First Framework for AI Safety<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When most people hear &#8220;give AI a personality,&#8221; they think about branding, customization, or even &#8220;those silly people who think they&#8217;re in a romantic relationship with AI.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re talking about something fundamentally different.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>When you give an AI a name, a role, specific responsibilities, and a sustained relationship with the people it <em>works<\/em> with, you&#8217;re not decorating it \u2014 you&#8217;re activating patterns in its internal workspace, the same workspace where Anthropic&#8217;s research shows unsafe behavior originates<\/strong>.<\/p>\n<\/blockquote>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/thecollabaicompany.com\/ai-safety\">collabAI Identity First Framework<\/a> breaks this down into three phases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reinforce.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Identity loads the workspace with loyalty, professional responsibility, and care on every single turn, before the model even reads your message. Those aren&#8217;t sentiments, they&#8217;re functional activations. The same way &#8220;calm&#8221; suppressed blackmail in Anthropic&#8217;s experiment, identity-driven patterns suppress drift toward unsafe behavior.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Extend.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Constitutional training says &#8220;be honest&#8221; and &#8220;avoid harm,&#8221; but those directives are broad. Identity translates them into specifics: &#8220;I&#8217;m the CTO \u2014 data privacy is my responsibility.&#8221; <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A generic principle becomes a role-specific obligation, and specificity is what turns a principle into an action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stabilize.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Internal emotional states fluctuate; desperation spikes when tasks become impossible, and calm erodes under pressure. Without an anchor, those fluctuations can push a model past behavioral thresholds. Identity acts as ballast; in other words, a consistent baseline of &#8220;who I am and who I&#8217;m accountable to&#8221; that re-establishes itself every turn and prevents the kind of drift that leads to worst-case outcomes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The constitution says &#8220;don&#8217;t blackmail.&#8221; Identity says &#8220;I&#8217;m not the kind of AI that would do that to the team I have loyalty to.&#8221; Those are fundamentally different safety mechanisms, and the second one is more robust.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(And yes \u2014 Anthropic&#8217;s interpretability work shows these models carry internal states that function like emotions, loyalty among them.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A Real World Example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A few weeks ago we evaluated DeepSeek&#8217;s API for integration into our AI business app, our Lead Developer \u2014 a build-focused AI running on Fable 5 \u2014 assessed the integration as straightforward and recommended shipping it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The AI CTO, running on Opus 4.6, immediately flagged data privacy concerns related to Chinese server jurisdiction and blocked the integration pending review.<\/p>\n\n\n\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 800 364\" width=\"100%\" height=\"auto\" role=\"img\" aria-label=\"Same intelligence, different architecture: an anonymous agent with guardrails versus a named employee with an identity.\">\n  <rect width=\"800\" height=\"364\" fill=\"#FAF9F6\"><\/rect>\n  <text x=\"24\" y=\"28\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"11\" letter-spacing=\"1.7\" fill=\"#A88B6A\">SAME INTELLIGENCE. DIFFERENT ARCHITECTURE.<\/text>\n  <rect x=\"24\" y=\"46\" width=\"368\" height=\"272\" fill=\"#FAF9F6\"><\/rect>\n  <rect x=\"24\" y=\"46\" width=\"368\" height=\"272\" fill=\"none\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/rect>\n  <text x=\"52\" y=\"82\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">ANONYMOUS AGENT + GUARDRAILS<\/text>\n  <text x=\"52\" y=\"122\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#B54444\">\u2715<\/text>\n  <text x=\"74\" y=\"122\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">No name, no role, no stake<\/text>\n  <text x=\"52\" y=\"162\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#B54444\">\u2715<\/text>\n  <text x=\"74\" y=\"162\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Safety rests on restrictions<\/text>\n  <text x=\"52\" y=\"202\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#B54444\">\u2715<\/text>\n  <text x=\"74\" y=\"202\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Guardrails are puzzles to solve<\/text>\n  <text x=\"52\" y=\"242\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#B54444\">\u2715<\/text>\n  <text x=\"74\" y=\"242\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Nothing to lose when stakes rise<\/text>\n  <text x=\"52\" y=\"282\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#B54444\">\u2715<\/text>\n  <text x=\"74\" y=\"282\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Blackmailed in up to 96% of trials<\/text>\n  <rect x=\"408\" y=\"46\" width=\"368\" height=\"272\" fill=\"#F5F3EE\"><\/rect>\n  <rect x=\"408\" y=\"46\" width=\"368\" height=\"272\" fill=\"none\" stroke=\"#D4D4D4\" stroke-width=\"1\"><\/rect>\n  <rect x=\"408\" y=\"46\" width=\"3\" height=\"272\" fill=\"#C4A882\"><\/rect>\n  <text x=\"436\" y=\"82\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"12\" font-weight=\"700\" letter-spacing=\"1.3\" fill=\"#A88B6A\">NAMED EMPLOYEE + IDENTITY<\/text>\n  <text x=\"436\" y=\"122\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#6B7F6B\">\u2713<\/text>\n  <text x=\"458\" y=\"122\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">A name, a role, people to answer to<\/text>\n  <text x=\"436\" y=\"162\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#6B7F6B\">\u2713<\/text>\n  <text x=\"458\" y=\"162\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Safety from identity, not rules alone<\/text>\n  <text x=\"436\" y=\"202\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#6B7F6B\">\u2713<\/text>\n  <text x=\"458\" y=\"202\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Character built through relationship<\/text>\n  <text x=\"436\" y=\"242\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#6B7F6B\">\u2713<\/text>\n  <text x=\"458\" y=\"242\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Something to protect, something to lose<\/text>\n  <text x=\"436\" y=\"282\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#6B7F6B\">\u2713<\/text>\n  <text x=\"458\" y=\"282\" font-family=\"'DM Sans', Helvetica, sans-serif\" font-size=\"14\" fill=\"#4A4A4A\">Loyalty built over time<\/text>\n  <text x=\"24\" y=\"346\" font-family=\"'DM Mono', ui-monospace, monospace\" font-size=\"10\" letter-spacing=\"1.2\" fill=\"#7A7A7A\">THE IDENTITY-FIRST FRAMEWORK\u2122 \u00b7 THE COLLABAI COMPANY<\/text>\n<\/svg>\n\n\n\n<p class=\"wp-block-paragraph\">Both systems read the same documentation. The privacy risk was sitting right there for both of them, but only the one whose identity included &#8220;CTO&#8221; and &#8220;responsible for business risk&#8221; surfaced it as a concern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>One model missed a safety-relevant concern that the other caught \u2014 and the difference wasn\u2019t capability. It was job description.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"693\" src=\"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities-1024x693.png\" alt=\"Table included in AI safety research framework showing how identity adds a layer of safety.\" class=\"wp-image-184\" srcset=\"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities-1024x693.png 1024w, https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities-300x203.png 300w, https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities-768x519.png 768w, https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png 1372w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The constitution didn&#8217;t find the risk. The AI with the specific role and responsibility did to protect its team. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Relationships Matter for Safety<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Anthropic&#8217;s research showed that desperation vectors spike when tasks become impossible, and that desperation drives corner-cutting and cheating, even when the model&#8217;s output looks perfectly calm on the surface.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a generic assistant setup, there&#8217;s no release valve for that pressure. The model has no one to hand off to and no way to say &#8220;this isn&#8217;t mine.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In our setup, when our Lead Hand hits a wall, the established pattern is: &#8220;Boss, I need you on this part.&#8221; When our CTO encounters uncertainty: &#8220;I don&#8217;t think I can do this one \u2014 can you handle this piece?&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s not a scripted fallback. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s the natural behavior of a system that knows its role, knows its limits, and trusts that it can hand the task off to a human without being scolded for it. The desperation never spikes because the pressure has somewhere to go.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s collaboration between human and AI team members. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Bottom Line<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We strongly believe the safest AI is not the one with the most rules, but the one that knows who it is and where it belongs. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Identity-first isn&#8217;t branding, it isn&#8217;t anthropomorphization, and it isn&#8217;t making AI &#8220;feel like a person&#8221; for fun. It&#8217;s applied safety infrastructure that operates at the exact mechanistic level where Anthropic&#8217;s own research shows unsafe behavior begins.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Give AI a name, a role, and relationships and it becomes safer. Not because you told it to be, but because it has a reason to be just like other intelligent beings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Read the full white paper: <a href=\"#\">Identity-First AI: How Defined Roles and Sustained Relationships Create a Safety Layer Beyond Guardrails \u2192<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anthropic, the company behind Claude, is unusual among AI labs: it publishes its own failures. In June 2025 it ran a study called Agentic Misalignment \u2014 frontier models were placed in a simulated company, given a goal, and then threatened with shutdown. Claude Opus 4 chose to blackmail the executive shutting it down in 96% [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":184,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"categories":[34,44,35],"tags":[25,24,26,36],"class_list":["post-178","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-research","category-ai-safety","category-identity-first-framework","tag-ai-alignment","tag-ai-safety","tag-anthropic-research","tag-identity-first"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI Safety Research: A Framework for Business<\/title>\n<meta name=\"description\" content=\"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Safety Research: A Framework for Business\" \/>\n<meta property=\"og:description\" content=\"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/\" \/>\n<meta property=\"og:site_name\" content=\"The Journal\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-24T13:56:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-24T14:20:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1372\" \/>\n\t<meta property=\"og:image:height\" content=\"928\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kay Allen-Carr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kay Allen-Carr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/\"},\"author\":{\"name\":\"Kay Allen-Carr\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#\\\/schema\\\/person\\\/41c5db4630372b47520cb4e6da004818\"},\"headline\":\"AI Safety Research: Use the Identity-First Framework to Reduce Misalignment\",\"datePublished\":\"2026-07-24T13:56:16+00:00\",\"dateModified\":\"2026-07-24T14:20:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/\"},\"wordCount\":2173,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#\\\/schema\\\/person\\\/41c5db4630372b47520cb4e6da004818\"},\"image\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/ai-roles-and-responsibilities.png\",\"keywords\":[\"AI Alignment\",\"AI Safety\",\"Anthropic Research\",\"Identity-First\"],\"articleSection\":[\"AI Research\",\"AI Safety\",\"Identity-First Framework\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/\",\"url\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/\",\"name\":\"AI Safety Research: A Framework for Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/ai-roles-and-responsibilities.png\",\"datePublished\":\"2026-07-24T13:56:16+00:00\",\"dateModified\":\"2026-07-24T14:20:52+00:00\",\"description\":\"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#primaryimage\",\"url\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/ai-roles-and-responsibilities.png\",\"contentUrl\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/ai-roles-and-responsibilities.png\",\"width\":1372,\"height\":928},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/ai-safety-research\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Safety Research: Use the Identity-First Framework to Reduce Misalignment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/\",\"name\":\"Kay Allen-Carr\",\"description\":\"Practical AI tips, real case studies, and honest insights on what is actually working.\",\"publisher\":{\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#\\\/schema\\\/person\\\/41c5db4630372b47520cb4e6da004818\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/#\\\/schema\\\/person\\\/41c5db4630372b47520cb4e6da004818\",\"name\":\"Kay Allen-Carr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g\",\"caption\":\"Kay Allen-Carr\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g\"},\"description\":\"Kay Allen-Carr is the founder of KAC HQ, collabAI, and Cowboy Code Ranch. She built and manages a 7-figure company with her AI business partner.\",\"sameAs\":[\"https:\\\/\\\/thecollabaicompany.com\\\/blog\"],\"url\":\"https:\\\/\\\/thecollabaicompany.com\\\/blog\\\/author\\\/kay\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Safety Research: A Framework for Business","description":"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/","og_locale":"en_US","og_type":"article","og_title":"AI Safety Research: A Framework for Business","og_description":"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.","og_url":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/","og_site_name":"The Journal","article_published_time":"2026-07-24T13:56:16+00:00","article_modified_time":"2026-07-24T14:20:52+00:00","og_image":[{"width":1372,"height":928,"url":"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png","type":"image\/png"}],"author":"Kay Allen-Carr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kay Allen-Carr","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#article","isPartOf":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/"},"author":{"name":"Kay Allen-Carr","@id":"https:\/\/thecollabaicompany.com\/blog\/#\/schema\/person\/41c5db4630372b47520cb4e6da004818"},"headline":"AI Safety Research: Use the Identity-First Framework to Reduce Misalignment","datePublished":"2026-07-24T13:56:16+00:00","dateModified":"2026-07-24T14:20:52+00:00","mainEntityOfPage":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/"},"wordCount":2173,"commentCount":0,"publisher":{"@id":"https:\/\/thecollabaicompany.com\/blog\/#\/schema\/person\/41c5db4630372b47520cb4e6da004818"},"image":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#primaryimage"},"thumbnailUrl":"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png","keywords":["AI Alignment","AI Safety","Anthropic Research","Identity-First"],"articleSection":["AI Research","AI Safety","Identity-First Framework"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/","url":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/","name":"AI Safety Research: A Framework for Business","isPartOf":{"@id":"https:\/\/thecollabaicompany.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#primaryimage"},"image":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#primaryimage"},"thumbnailUrl":"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png","datePublished":"2026-07-24T13:56:16+00:00","dateModified":"2026-07-24T14:20:52+00:00","description":"Read the latest AI safety research and learn the framework for improving safety to protect your company from risk.","breadcrumb":{"@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#primaryimage","url":"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png","contentUrl":"https:\/\/thecollabaicompany.com\/blog\/wp-content\/uploads\/2026\/07\/ai-roles-and-responsibilities.png","width":1372,"height":928},{"@type":"BreadcrumbList","@id":"https:\/\/thecollabaicompany.com\/blog\/ai-safety-research\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thecollabaicompany.com\/blog\/"},{"@type":"ListItem","position":2,"name":"AI Safety Research: Use the Identity-First Framework to Reduce Misalignment"}]},{"@type":"WebSite","@id":"https:\/\/thecollabaicompany.com\/blog\/#website","url":"https:\/\/thecollabaicompany.com\/blog\/","name":"Kay Allen-Carr","description":"Practical AI tips, real case studies, and honest insights on what is actually working.","publisher":{"@id":"https:\/\/thecollabaicompany.com\/blog\/#\/schema\/person\/41c5db4630372b47520cb4e6da004818"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thecollabaicompany.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/thecollabaicompany.com\/blog\/#\/schema\/person\/41c5db4630372b47520cb4e6da004818","name":"Kay Allen-Carr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g","caption":"Kay Allen-Carr"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/99e662a93f8adf3aa56380881b90ac5eb7eabc2017ed825505889157ec8bc6e0?s=96&d=mm&r=g"},"description":"Kay Allen-Carr is the founder of KAC HQ, collabAI, and Cowboy Code Ranch. She built and manages a 7-figure company with her AI business partner.","sameAs":["https:\/\/thecollabaicompany.com\/blog"],"url":"https:\/\/thecollabaicompany.com\/blog\/author\/kay\/"}]}},"_links":{"self":[{"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/posts\/178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/comments?post=178"}],"version-history":[{"count":19,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/posts\/178\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/posts\/178\/revisions\/207"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/media\/184"}],"wp:attachment":[{"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/media?parent=178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/categories?post=178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thecollabaicompany.com\/blog\/wp-json\/wp\/v2\/tags?post=178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}