<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Authority on Paul Mozaffari</title>
    <link>https://paulmozaffari.com/blog/authority/</link>
    <description>Recent content in Authority on Paul Mozaffari</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    
    
    
    
    <lastBuildDate>Fri, 26 Jun 2026 00:00:00 +0000</lastBuildDate>
    
    
    <atom:link href="https://paulmozaffari.com/blog/authority/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Reversibility Test: Grant AI Autonomy by Undo, Not by IQ</title>
      <link>https://paulmozaffari.com/the-reversibility-test/</link>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://paulmozaffari.com/the-reversibility-test/</guid>
      <description>&lt;p&gt;We decide how much freedom to give an AI system by asking how good it is.&lt;/p&gt;&#xA;&lt;p&gt;How accurate is the model. How well did it demo. How impressive was the benchmark. Then, satisfied it&amp;rsquo;s smart enough, we wire it into the systems that matter and let it act.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s the wrong axis. Accuracy tells you how often the system is right. It tells you nothing about the cost of the day it&amp;rsquo;s wrong — and in production, everything eventually has that day.&lt;/p&gt;&#xA;&lt;p&gt;I spent 28 years in network security. The lesson that outlasted every technology I touched is this: you don&amp;rsquo;t get to choose whether things fail. You only get to choose how far the failure travels and whether you can walk it back. The first half of that is blast radius. This is the second half.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-question-is-not-is-it-smart-its-can-i-undo-it&#34;&gt;The question is not &amp;ldquo;is it smart?&amp;rdquo; It&amp;rsquo;s &amp;ldquo;can I undo it?&amp;rdquo;&lt;/h3&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the reframe I give the leaders I work with. Before you let an AI system take any action on its own, ask two things about that specific action:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Can we undo it — and how fast?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s the Reversibility Test. Two questions, applied per action, not per system. And it inverts how most teams hand out autonomy.&lt;/p&gt;&#xA;&lt;p&gt;Because a &lt;em&gt;dumb&lt;/em&gt; action that&amp;rsquo;s instantly reversible is safe to automate all day long. A &lt;em&gt;brilliant&lt;/em&gt; action that can&amp;rsquo;t be undone is exactly the one that needs a human in front of it. Intelligence is not the thing that should earn an agent the right to act alone. Reversibility is.&lt;/p&gt;&#xA;&lt;p&gt;We knew this before AI. It&amp;rsquo;s why databases have transactions you can roll back. It&amp;rsquo;s why every competent change request ships with a rollback plan before it ships the change. It&amp;rsquo;s why the irreversible commands — wipe the array, push to prod, fire the missile — get the two-person rule. We never granted authority on the basis of how confident the operator felt. We granted it on the basis of what happened if they were wrong.&lt;/p&gt;&#xA;&lt;p&gt;Agents need the same discipline, and almost nobody is applying it.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-reversibility-ladder&#34;&gt;The Reversibility Ladder&lt;/h3&gt;&#xA;&lt;p&gt;&amp;ldquo;Can we undo it&amp;rdquo; isn&amp;rsquo;t a yes or no. It&amp;rsquo;s a ladder. Every action an agent can take sits on one of four rungs, and the rung — not the model&amp;rsquo;s accuracy — should decide how much autonomy it gets.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tier 0 — Reversible.&lt;/strong&gt; Undo is instant and free. Drafting a reply, suggesting a tag, proposing a change. If it&amp;rsquo;s wrong, you delete it and move on. &lt;em&gt;Let the agent run autonomously.&lt;/em&gt; This is where the productivity actually lives, and most teams under-automate it because they&amp;rsquo;re scared of the tiers above.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tier 1 — Recoverable.&lt;/strong&gt; Undo exists but it costs time or effort. A config change with a rollback path, a database write you have a backup for. &lt;em&gt;Allow it autonomously — but only if the rollback is built, tested, and fast.&lt;/em&gt; An undo you&amp;rsquo;ve never rehearsed is not an undo. It&amp;rsquo;s a hope.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tier 2 — Compensable.&lt;/strong&gt; You can&amp;rsquo;t undo it, but you can offset it. You can&amp;rsquo;t un-charge a card, but you can refund it. You can&amp;rsquo;t un-send a wrong answer, but you can issue a correction. &lt;em&gt;Allow with a compensating control and a human notified&lt;/em&gt; — someone has to know the offset is needed, or it never happens.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tier 3 — Irreversible.&lt;/strong&gt; No undo, no offset. Money wired to an external account. Data deleted with no backup. An email sent to a customer. A public statement posted. A production resource destroyed. &lt;em&gt;A human approves, every time, no exceptions.&lt;/em&gt; This is the rung where &amp;ldquo;the model is usually right&amp;rdquo; stops being a defense and starts being the epitaph.&lt;/p&gt;&#xA;&lt;p&gt;The work is simple to describe and uncomfortable to do: take every action your agent &lt;em&gt;can&lt;/em&gt; take, and put each one on a rung. The discomfort is the point. Most teams have never made that list. They deployed the capability and assumed the accuracy would hold.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-this-pairs-with-blast-radius&#34;&gt;Why this pairs with blast radius&lt;/h3&gt;&#xA;&lt;p&gt;If you&amp;rsquo;ve seen my Blast Radius Test, reversibility is one of its four questions — Reach, Authority, Reversibility, Detection. I&amp;rsquo;m pulling it out and going deep on it here for a reason: it&amp;rsquo;s the most actionable of the four. You rarely get to shrink an agent&amp;rsquo;s reach without gutting its usefulness. But you can almost always gate it by reversibility without touching what it&amp;rsquo;s good at.&lt;/p&gt;&#xA;&lt;p&gt;Run them together and you get the grid that actually matters:&lt;/p&gt;&#xA;&lt;p&gt;Blast radius asks &lt;em&gt;how far does the damage spread.&lt;/em&gt; Reversibility asks &lt;em&gt;can I pull it back.&lt;/em&gt; An action that&amp;rsquo;s wide-reaching &lt;strong&gt;and&lt;/strong&gt; irreversible is the one that should never run without a human — and it&amp;rsquo;s the one teams wave through because the demo was clean. An action that&amp;rsquo;s narrow and reversible is free to automate aggressively. Most governance effort is spent in the wrong corners of that grid.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-this-changes-for-the-person-signing-off&#34;&gt;What this changes for the person signing off&lt;/h3&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re accountable for an AI deployment, you don&amp;rsquo;t need to understand the model&amp;rsquo;s architecture to govern it. You need one artifact: the list of actions the agent can take, each one assigned a reversibility tier, with Tier 3 explicitly gated behind a human.&lt;/p&gt;&#xA;&lt;p&gt;If your team can&amp;rsquo;t produce that list, that &lt;em&gt;is&lt;/em&gt; the finding. It means autonomy is being granted by vibe — by how good the thing seems — instead of by what it costs when it&amp;rsquo;s wrong.&lt;/p&gt;&#xA;&lt;p&gt;So before your next agent goes live, the question isn&amp;rsquo;t &amp;ldquo;how accurate is it.&amp;rdquo; It&amp;rsquo;s: &lt;strong&gt;for everything this agent can do on its own — can we undo it, and how fast?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Stop granting autonomy by IQ. Grant it by undo. That&amp;rsquo;s the version that survives operational reality.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;em&gt;Part of the &lt;a href=&#34;https://paulmozaffari.com/ai-security/&#34;&gt;AI Security collection&lt;/a&gt;. Related: &lt;a href=&#34;https://paulmozaffari.com/ai-safety-has-never-worked-a-change-window/&#34;&gt;AI Safety Has Never Worked a Change Window&lt;/a&gt; · &lt;a href=&#34;https://paulmozaffari.com/the-zero-trust-agent-how-to-build-cryptographic-action-guardrails/&#34;&gt;The Zero-Trust Agent&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;em&gt;Putting AI into production and want production-scarred eyes on it? I run private AI-security briefings for leadership teams — &lt;a href=&#34;https://linkedin.com/in/paulmozaffari&#34;&gt;message me on LinkedIn&lt;/a&gt; and mention &amp;ldquo;briefing.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Advice to My Younger Self (If I Knew What I Know Now)</title>
      <link>https://paulmozaffari.com/advice-to-my-younger-self/</link>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://paulmozaffari.com/advice-to-my-younger-self/</guid>
      <description>&lt;p&gt;You thought being smart meant understanding complexity. You spent years proving you could hold more of it than anyone else in the room.&lt;/p&gt;&#xA;&lt;p&gt;You&amp;rsquo;ll learn the opposite. Being smart is taking complexity out without losing the truth underneath it.&lt;/p&gt;&#xA;&lt;p&gt;And stop collecting tools. You&amp;rsquo;ve got drawers full of them. Spend the time building systems instead. That&amp;rsquo;s the thing you&amp;rsquo;re actually good at.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-your-edge-isnt-what-you-studied-its-what-you-joined-together&#34;&gt;1. Your edge isn&amp;rsquo;t what you studied. It&amp;rsquo;s what you joined together.&lt;/h3&gt;&#xA;&lt;p&gt;You are not &amp;ldquo;just&amp;rdquo; a network engineer. Don&amp;rsquo;t let anyone, including you, file you under that.&lt;/p&gt;&#xA;&lt;p&gt;You design systems under real constraints. You translate between the business and the infrastructure. You find the clear line through environments that are honestly a mess. And you keep going long after the novelty wears off, which is the part most people quit.&lt;/p&gt;&#xA;&lt;p&gt;That combination is rare. Authority lives at the intersections, not on the title.&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-youll-undervalue-your-experience-because-from-the-inside-it-just-feels-like-tuesday&#34;&gt;2. You&amp;rsquo;ll undervalue your experience, because from the inside it just feels like Tuesday.&lt;/h3&gt;&#xA;&lt;p&gt;Twenty years in infrastructure feels routine to you. Of course it does. You&amp;rsquo;ve been standing in it the whole time.&lt;/p&gt;&#xA;&lt;p&gt;From the outside it&amp;rsquo;s something else entirely. It&amp;rsquo;s pattern recognition at a scale most people never reach.&lt;/p&gt;&#xA;&lt;p&gt;Most people learned the technologies. You learned the failure modes. That&amp;rsquo;s not the same job. That&amp;rsquo;s architectural thinking.&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-youll-try-to-get-smarter-when-what-you-actually-need-is-leverage&#34;&gt;3. You&amp;rsquo;ll try to get smarter when what you actually need is leverage.&lt;/h3&gt;&#xA;&lt;p&gt;Reading more will help, a little. But publishing helps more. Teaching helps more than that. Building frameworks other people can use helps most of all.&lt;/p&gt;&#xA;&lt;p&gt;Knowledge sitting in your head doesn&amp;rsquo;t compound. It only compounds once it&amp;rsquo;s out of you and in the world.&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-youll-think-the-work-is-about-networking-and-security-it-isnt&#34;&gt;4. You&amp;rsquo;ll think the work is about networking and security. It isn&amp;rsquo;t.&lt;/h3&gt;&#xA;&lt;p&gt;It&amp;rsquo;s about making decisions when you can&amp;rsquo;t see the whole board.&lt;/p&gt;&#xA;&lt;p&gt;Security taught you something most professions never teach: assume you&amp;rsquo;re already breached, design anyway, and keep the thing running while you do. Sit with how unusual that is.&lt;/p&gt;&#xA;&lt;p&gt;That mindset carries straight into AI, consulting, leadership. It travels further than you expect.&lt;/p&gt;&#xA;&lt;h3 id=&#34;5-youre-not-late-thats-a-story-you-tell-yourself&#34;&gt;5. You&amp;rsquo;re not late. That&amp;rsquo;s a story you tell yourself.&lt;/h3&gt;&#xA;&lt;p&gt;You&amp;rsquo;re not late to AI. You&amp;rsquo;re early to the part that actually matters — applied governance and what happens when these systems meet reality.&lt;/p&gt;&#xA;&lt;p&gt;The young engineers understand the models. Almost none of them understand the systems around the models. You understand both. That&amp;rsquo;s the whole game.&lt;/p&gt;&#xA;&lt;h3 id=&#34;6-complexity-will-tempt-you-because-it-looks-like-competence&#34;&gt;6. Complexity will tempt you, because it looks like competence.&lt;/h3&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t fall for it. The people you respect most do the opposite. They simplify the architecture. They simplify the explanation. They simplify the decision. They simplify what gets your attention at all.&lt;/p&gt;&#xA;&lt;p&gt;And be clear with yourself about what simple means. It isn&amp;rsquo;t leaving things out. It&amp;rsquo;s compression.&lt;/p&gt;&#xA;&lt;h3 id=&#34;7-productivity-was-never-about-doing-more&#34;&gt;7. Productivity was never about doing more.&lt;/h3&gt;&#xA;&lt;p&gt;It&amp;rsquo;s about lining the work up with who you actually are.&lt;/p&gt;&#xA;&lt;p&gt;That itch to build systems — time alignment, learning pipelines, accountability dashboards, ways to organize what you know — that&amp;rsquo;s not a hobby you should feel guilty about. That&amp;rsquo;s your signature. Lean into it.&lt;/p&gt;&#xA;&lt;h3 id=&#34;8-teaching-isnt-a-side-thing-youll-get-to-later&#34;&gt;8. Teaching isn&amp;rsquo;t a side thing you&amp;rsquo;ll get to later.&lt;/h3&gt;&#xA;&lt;p&gt;It&amp;rsquo;s the multiplier. It&amp;rsquo;s the whole point.&lt;/p&gt;&#xA;&lt;p&gt;When you explain a system clearly, executives start trusting you, engineers start following you, clients start hiring you, and an audience quietly builds around you. Your documentation becomes your reputation. Write more of it down.&lt;/p&gt;&#xA;&lt;h3 id=&#34;9-your-authority-comes-from-synthesis-not-specialization&#34;&gt;9. Your authority comes from synthesis, not specialization.&lt;/h3&gt;&#xA;&lt;p&gt;Specialists solve the problem in front of them. Synthesists decide which problems are even worth solving. You&amp;rsquo;re the second kind. Stop apologizing for it.&lt;/p&gt;&#xA;&lt;p&gt;You&amp;rsquo;re moving from engineer to architect to advisor to framework creator. Don&amp;rsquo;t stall that. Don&amp;rsquo;t let comfort stall it. Push it faster.&lt;/p&gt;&#xA;&lt;h3 id=&#34;10-your-kids-arent-competing-with-your-ambition&#34;&gt;10. Your kids aren&amp;rsquo;t competing with your ambition.&lt;/h3&gt;&#xA;&lt;p&gt;They&amp;rsquo;re shaping it. They&amp;rsquo;re the reason it has a direction worth having.&lt;/p&gt;&#xA;&lt;p&gt;A lot of people try to become extraordinary before they&amp;rsquo;re willing to be present. You&amp;rsquo;ll be tempted to do it in that order too. Reverse it.&lt;/p&gt;&#xA;&lt;p&gt;Presence gives you clarity. Clarity gives you leverage. Leverage gives you freedom. That&amp;rsquo;s the actual sequence.&lt;/p&gt;&#xA;&lt;h3 id=&#34;11-you-dont-need-anyones-permission-to-build-intellectual-property&#34;&gt;11. You don&amp;rsquo;t need anyone&amp;rsquo;s permission to build intellectual property.&lt;/h3&gt;&#xA;&lt;p&gt;A framework counts. A methodology counts. An audit model counts. A checklist counts. A course counts.&lt;/p&gt;&#xA;&lt;p&gt;Publishing is just the act of turning experience into something you own. Start sooner.&lt;/p&gt;&#xA;&lt;h3 id=&#34;12-when-something-feels-like-overthinking-it-usually-means-ship&#34;&gt;12. When something feels like overthinking, it usually means ship.&lt;/h3&gt;&#xA;&lt;p&gt;Your instinct is analysis. It always has been. But your edge is going to be cadence, not depth-of-deliberation.&lt;/p&gt;&#xA;&lt;p&gt;Write before you&amp;rsquo;re ready. Publish before it&amp;rsquo;s perfect. Teach before you feel qualified. Confidence isn&amp;rsquo;t a personality trait you&amp;rsquo;re missing. It&amp;rsquo;s just evidence, stacked up, of finishing hard things. You build it by finishing.&lt;/p&gt;&#xA;&lt;h3 id=&#34;13-the-pivot-you-keep-waiting-for-is-already-underway&#34;&gt;13. The pivot you keep waiting for is already underway.&lt;/h3&gt;&#xA;&lt;p&gt;You&amp;rsquo;re moving from technical contributor to system designer to knowledge architect. It&amp;rsquo;s happening right now, quietly, whether you&amp;rsquo;ve named it or not.&lt;/p&gt;&#xA;&lt;p&gt;Most people miss the moment their own transition begins. You didn&amp;rsquo;t. That awareness is leverage all by itself.&lt;/p&gt;&#xA;&lt;h3 id=&#34;14-stop-mistaking-preparation-for-progress&#34;&gt;14. Stop mistaking preparation for progress.&lt;/h3&gt;&#xA;&lt;p&gt;If no one outside your notebook can see the work, it doesn&amp;rsquo;t exist yet. Sit with that one.&lt;/p&gt;&#xA;&lt;p&gt;Make things that get seen. Things that get reviewed, rejected, improved, reused. That loop is where the real learning is.&lt;/p&gt;&#xA;&lt;p&gt;Visibility compounds faster than perfection ever will. So ship it early, ship it in public, and ship it again next week.&lt;/p&gt;&#xA;&lt;h3 id=&#34;15-dont-try-to-out-run-ai-on-speed&#34;&gt;15. Don&amp;rsquo;t try to out-run AI on speed.&lt;/h3&gt;&#xA;&lt;p&gt;You&amp;rsquo;ll lose. It already won that race. Don&amp;rsquo;t enter it.&lt;/p&gt;&#xA;&lt;p&gt;Compete where you&amp;rsquo;re still scarce: judgment, knowing what can go wrong, holding the context, owning the outcome when it&amp;rsquo;s your name on it. Your value was never how much you could produce. It&amp;rsquo;s how reliable your decisions are.&lt;/p&gt;&#xA;&lt;h3 id=&#34;16-become-the-calmest-safest-person-in-the-room&#34;&gt;16. Become the calmest, safest person in the room.&lt;/h3&gt;&#xA;&lt;p&gt;Every era has one technical thing that frightens the people in charge — the thing they&amp;rsquo;re accountable for but can&amp;rsquo;t quite see. Right now it&amp;rsquo;s AI.&lt;/p&gt;&#xA;&lt;p&gt;If you can say plainly what it does, what it breaks, what it puts at risk, and what it makes possible, you stop being a vendor and start being infrastructure. And infrastructure outlives the hype cycle every time.&lt;/p&gt;&#xA;&lt;h3 id=&#34;17-treat-your-time-like-a-security-boundary&#34;&gt;17. Treat your time like a security boundary.&lt;/h3&gt;&#xA;&lt;p&gt;You get 168 hours a week. That&amp;rsquo;s it. If you don&amp;rsquo;t spend them on purpose, someone else will spend them for you.&lt;/p&gt;&#xA;&lt;p&gt;Defend the things that don&amp;rsquo;t defend themselves: your health, being there for your family, the windows where you do deep work, the time you set aside to learn. Attention is the credential underneath every other credential you&amp;rsquo;ve earned.&lt;/p&gt;&#xA;&lt;h3 id=&#34;18-use-the-leverage-tools-early-not-once-theyre-respectable&#34;&gt;18. Use the leverage tools early, not once they&amp;rsquo;re respectable.&lt;/h3&gt;&#xA;&lt;p&gt;The people who refuse new tools to prove they&amp;rsquo;re doing it &amp;ldquo;the proper way&amp;rdquo; fall behind. Quietly, and then all at once.&lt;/p&gt;&#xA;&lt;p&gt;Pick up the exoskeleton. Let the machines carry the load on your thinking, so your thinking can go to where the decisions are.&lt;/p&gt;&#xA;&lt;h3 id=&#34;19-your-reputation-is-just-your-execution-history-stored&#34;&gt;19. Your reputation is just your execution history, stored.&lt;/h3&gt;&#xA;&lt;p&gt;Confidence isn&amp;rsquo;t who you are. It&amp;rsquo;s what you remember. Specifically, it&amp;rsquo;s the memory of finishing difficult things, over and over, until finishing feels normal.&lt;/p&gt;&#xA;&lt;p&gt;Stack those. Almost everything else you want follows from that one pile.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;When you step back and look at the whole shape of it, here&amp;rsquo;s what it says about you.&lt;/p&gt;&#xA;&lt;p&gt;You treat your life as one system, not a pile of competing priorities. Health, family, career, learning, execution — you keep trying to make them fit together instead of trading one off against another. That&amp;rsquo;s rarer than you give yourself credit for.&lt;/p&gt;&#xA;&lt;p&gt;And you optimize for alignment, not intensity. Most people chase effort and burn out proving it. You&amp;rsquo;re building coherence that holds across years. That&amp;rsquo;s what gives you staying power when other people run out of road.&lt;/p&gt;&#xA;&lt;p&gt;So here&amp;rsquo;s the one move that matters most right now: lean all the way into translating AI risk for the people who have to lead through it. Not tooling tutorials. Not prompt libraries. Not productivity tricks. Decision-layer clarity, in language a leader can act on.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s where your 28 years stop being a backstory and start being an unfair advantage. Go use it.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>