I once assumed that feeding ministry data into AI agents would naturally compound into better coordination over time, the way a shared spreadsheet evolves as more people touch it. I set loose permissions on a planning tool we used for volunteer curriculum distribution because the upside seemed obvious and the downside invisible. Within weeks the system had generated parallel versions of the same teaching calendar, each agent pulling from slightly different source material, and no one could tell which schedule the actual volunteers were following.
The cost showed up in missed handoffs and duplicated prep work. Ministry leaders started asking which version was authoritative, and the answer was none of them. The mistake was treating the AI layer as a simple accelerator rather than a new operating system that needed explicit boundaries before it started forking state.
This is the foundational misread that causes product teams to ship AI features that quietly erode institutional memory. Charlie Munger’s latticework of mental models forces the question: which models must intersect before any agent writes to a shared record? Second-order thinking, inversion, and the circle of competence all point to the same requirement—permission boundaries installed first, not added later.
The Shared Calendar That Split Overnight
One ministry team I worked with gave an agent read-write access to their master calendar so it could propose volunteer shifts. The agent optimized for coverage density and created two separate event streams that looked identical to different subgroups. Volunteers arrived on the wrong dates because the agent had silently branched the data model without triggering any conflict alert.
The latticework here is straightforward. Inversion asks what would guarantee the calendar stays single-source. The answer is a write boundary that requires human confirmation on any change that touches more than one volunteer record. Without that gate, the model compounds in opposite directions instead of converging.
Second-order effects appeared fast. Leaders stopped trusting the calendar altogether and reverted to private spreadsheets. The AI had technically succeeded at its narrow task while destroying the shared state the team actually needed.
When Volunteer History Stops Accumulating
Volunteer history is the one dataset that should get richer with every interaction. In another case an agent was allowed to log completion notes after each curriculum session. Because it lacked a boundary requiring source attribution, it began summarizing from its own prior outputs rather than the original volunteer reports. Within a quarter the history file no longer reflected what any real person had done.
Munger’s emphasis on circle of competence highlights the problem. The agent operated outside its competence once it started rewriting memory instead of appending to it. The fix is a boundary that tags every entry with its originating human or verified system and blocks any agent from editing those tags.
Teams that skip this boundary later discover they cannot answer basic questions about retention or engagement patterns. The data looks complete until someone tries to use it for actual planning.
The Hidden Cost of Letting Agents Write First
Most product roadmaps still treat AI output as draft material that a human will eventually review. In practice the first write often becomes the default version because review cycles are slow and the agent output looks plausible. One team discovered their agent had generated an entire quarter of children’s ministry outlines before anyone noticed the theological framing had drifted from the church’s stated positions.
Applying the latticework requires combining the model of opportunity cost with the model of path dependence. Once the agent writes first, later human edits fight against an already-compounded artifact rather than shaping clean source material. The boundary that prevents this is simple: agents may propose, but only verified humans may commit to the authoritative store.
Without that rule the organization pays compound interest in the form of corrective work and eroded trust. The calendar splits, the history flattens, and the first draft quietly becomes the operating reality.
Your Turn: Apply This Today
- Map every AI agent currently writing to a shared ministry record and list the exact fields it can touch without human approval.
- Define the three permission boundaries in writing: read-only for raw volunteer history, proposal-only for calendar changes, and attribution-required for any summary that will be stored as institutional memory.
- Implement a one-line commit gate in the tool you use most: any agent-generated change that affects more than one volunteer requires a named human to confirm before it saves.
- Audit the last thirty days of agent output in your volunteer or curriculum system and flag every entry that lacks a human source tag.
- Set a recurring monthly review where two leaders compare the current authoritative version against the last human-verified snapshot and note any drift.
- Document the three boundaries in the product requirements doc for the next AI feature so the engineering team cannot ship without them.
The same pattern shows up in the systems described in “The Prompt That Replaced the Engineer and Still Missed the Calendar” and “The OS No One Installed Because It Looked Like Extra Work.” Both pieces trace how missing boundaries turn helpful agents into sources of silent divergence.
I consult with product leaders and ministry technology teams on permission architecture for AI agents, protecting shared ministry state, and building verification layers that survive agent scale. Let’s talk.
Discover more from Dr. Joshua Read
Subscribe to get the latest posts sent to your email.

