Oxford Intelligence / Home

OPERATING NOTES · 23 SEPTEMBER 2026

How to share infrastructure without merging product data

Shared technical leverage should reduce duplicated work without erasing the purpose, ownership or accountability of each product.

Groups often want several products to reuse identity, messaging, model access, monitoring or other technical capabilities. Reuse can make delivery more consistent, but it does not require every product to share one database or unrestricted access. The design question is not simply whether systems can connect. It is what each connection is allowed to do, which information it needs and who remains responsible for the result.

Begin with separate product purposes

Write down the purpose of each product before describing shared infrastructure. A customer relationship platform, an education service and a claims workflow may use some of the same technical components while serving different people under different expectations. Purpose should determine the permitted data and action boundary; technical convenience should not silently widen it.

Share capabilities, not entire records

Describe the capability being reused: for example, authenticating a user, delivering a message or routing a bounded request to an authorised service. Then identify the minimum information required for that task. A connection can pass a reference, permission or narrowly defined payload without copying a product's complete record into a group-wide store.

Keep an accountable system of record

For every important field, decision and event, name the authoritative system and its owner. Shared services may process or transport information, but teams should still know where a correction is made, which record prevails and who answers for its quality. Avoid creating several unofficial copies that cannot be reconciled.

Make permission and revocation explicit

Record who may request a connection, who approves it, what scope is granted and how it expires or is withdrawn. Human access and service-to-service access need separate treatment. A permission that cannot be reviewed and revoked is difficult to govern, even when the original integration was reasonable.

Use observable boundaries

Document the expected request, response and failure path. Keep enough event evidence to determine which product requested an action, which shared capability handled it and whether the action completed. Logs should support review without becoming an unnecessary second copy of sensitive content. Define exception handling before an integration is treated as operational.

A boundary record for each connection

  1. The product purpose and the people whose data may be involved.
  2. The minimum information needed for the shared capability to perform its task.
  3. The system of record and the owner responsible for it.
  4. Who may request, approve, use and review each connection.
  5. What is transferred, derived, logged, retained or explicitly excluded.
  6. How access is revoked and how exceptions are investigated.
  7. The evidence reviewed before a connection is expanded.

Date the record and update it when the purpose, data, owner or technical path changes. Mark unverified controls as planned or unknown rather than implemented.

This approach reflects Oxford Intelligence's public architecture thesis: focused operating products can retain clear purposes and data boundaries while drawing on shared technical leverage. It is a design principle, not a claim that every possible integration is complete. Use the technology partnership brief to turn a proposed connection into owned work and evidence checkpoints.

This is editorial planning guidance, not legal, privacy, security or certification advice. Requirements and controls must be reviewed for the products, people, jurisdictions and risks involved. Oxford Intelligence Limited is an independent company and is not affiliated with or endorsed by the University of Oxford.