You know how you text your reliable friend "pick whatever restaurant" but micromanage plans with the flaky one? That's not because you know different things about them — it's because your confidence in your predictions differs by relationship. This paper takes that everyday metacognitive move and gives it formal mathematical teeth inside the active inference framework. The core claim: agents in multi-agent settings need a per-partner "affective precision" parameter — a confidence dial for each relationship that modulates how sharply beliefs translate into action, without changing the beliefs themselves. Shah and Pashea formalize this as a relationship-local metacognitive estimate, updated by each partner's behavioral evidence, that scales policy precision during action selection. The mechanism is deliberately separated from partner-state inference: you can have accurate beliefs about someone but low confidence in acting on them, or vice versa. The testbed is a multi-partner graded trust game — think iterated investment decisions where you choose how much to entrust to different partners who return varying amounts. Simulations demonstrate the key behavioral signature: partner-local affective precision drives policy commitment (how decisively you act) rather than improving the accuracy of your model of what the partner will do. Higher confidence produces sharper, more committed action selection — but not necessarily higher rewards. This is a subtle and important distinction. The mechanism tracks predictability of partner responses, not realized payoff. The most interesting result is the confidence lag phenomenon. When a previously reliable partner abruptly shifts behavior, accumulated confidence persists behaviorally after the relationship has changed. The agent keeps acting decisively based on a now-stale model precisely because that model used to predict well. This maps cleanly to real social dynamics — the friend who betrays you hurts more than a stranger precisely because your confidence was high. The paper shows this isn't just a narrative convenience; it falls out naturally from the update mechanics. Architecturally, this sits squarely in the active inference family — variational free energy minimization, generative models, precision-weighted prediction errors. The specific contribution is adding a second precision layer that's partner-indexed and metacognitive, operating on policy selection rather than perceptual inference. It's a modular extension, not a new framework. The computational overhead is minimal: one additional scalar per partner, updated via a simple evidence accumulation rule. The integrity picture is honest but limited. This is simulation-only work — the trust game is the authors' own construction, not a community benchmark. There's no comparison to alternative multi-agent confidence mechanisms (like reputation systems or Bayesian opponent modeling with explicit uncertainty). The parameter sensitivity analysis (varying precision gain and priors) is a strength — it shows the results aren't a single lucky configuration — but without external benchmarks or baselines, we're watching the authors grade their own homework. Code is public, which matters. The paper's real contribution is conceptual clarity rather than empirical dominance. It separates two things that most multi-agent models conflate: how well you model a partner and how confidently you act on that model. That's a genuinely useful distinction for anyone building social AI systems, even if the current demonstration is toy-scale.