tractatus/public/whitepapers/index.html
TheFlow 2480d73d6f feat(whitepapers): add EU Policy Brief (EN + DE) derived from Distributive Equity
Policy-audience derivative of the V1.0 Distributive Equity whitepaper:

- Three mechanisms (SLL, Guardian Agents, Federation) mapped to EU
  regulatory hooks (AI Act Arts 2/50, EMFA, GDPR Art 9, DSA, CLOUD Act)
- Structural audit criteria (5), transferability section (3 levels),
  three open research questions
- Licensing posture stated accurately: Tractatus Framework is Apache 2.0
  and public on Codeberg; Village platform codebase is proprietary with
  specific modules scoped for progressive open-source release under the
  pending NLnet Fediversity grant, subject to Board + Advisory Committee
  approval
- Carpool timeline stated as "in build, expected operational early May
  2026" — matches user's written commitment

EN and DE HTML reuse the distributive-equity.html template wrapper with
CSP-compliant class-based styling (no inline styles). PDFs generated via
pandoc + xelatex.

Parent paper DOI: 10.5281/zenodo.19600614
Brief Zenodo deposit is pending (will receive its own DOI).
2026-04-18 07:36:57 +12:00

314 lines
13 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<title>Whitepapers | Tractatus Framework</title>
<meta name="description" content="Peer-addressable working papers from the Agentic Governance research programme at My Digital Sovereignty Limited.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://agenticgovernance.digital/whitepapers/">
<meta property="og:title" content="Whitepapers | Tractatus Framework">
<meta property="og:description" content="Peer-addressable working papers from the Agentic Governance research programme.">
<meta property="og:image" content="https://agenticgovernance.digital/images/social-preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Whitepapers | Tractatus Framework">
<meta name="twitter:description" content="Peer-addressable working papers from the Agentic Governance research programme.">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#0ea5e9">
<link rel="apple-touch-icon" href="/images/tractatus-icon-new.svg">
<link rel="icon" type="image/svg+xml" href="/favicon-new.svg">
<link rel="stylesheet" href="/css/fonts.css?v=0.1.2.1774503360480">
<link rel="stylesheet" href="/css/tailwind.css?v=0.1.2.1774503360480">
<link rel="stylesheet" href="/css/tractatus-theme.min.css?v=0.1.2.1774503360480">
<style>
.wp-index-container {
max-width: 960px;
margin: 0 auto;
padding: 2rem 1.5rem 4rem;
color: #1f2937;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.wp-index-header {
text-align: center;
margin: 2rem 0 3rem;
padding-bottom: 2rem;
border-bottom: 2px solid #e5e7eb;
}
.wp-index-header h1 {
font-size: 2.25rem;
font-weight: 700;
color: #0f172a;
margin: 0 0 0.75rem;
letter-spacing: -0.02em;
}
.wp-index-header p.subtitle {
color: #64748b;
font-size: 1.05rem;
max-width: 640px;
margin: 0 auto;
line-height: 1.6;
}
.paper-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border: 1px solid #e2e8f0;
border-radius: 0.75rem;
padding: 2rem 2.25rem;
margin: 1.5rem 0;
box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.paper-card:hover {
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
transform: translateY(-2px);
}
.paper-card .audience-badge {
display: inline-block;
background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%);
color: white;
padding: 0.3rem 0.85rem;
border-radius: 9999px;
font-size: 0.72rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.07em;
margin-bottom: 0.85rem;
}
.paper-card h2 {
font-size: 1.5rem;
font-weight: 700;
color: #0f172a;
margin: 0 0 0.5rem;
line-height: 1.3;
}
.paper-card h2 a {
color: inherit;
text-decoration: none;
}
.paper-card h2 a:hover {
color: #0369a1;
}
.paper-card .subtitle {
font-style: italic;
color: #475569;
margin: 0 0 1rem;
font-size: 1rem;
}
.paper-card .meta {
font-size: 0.88rem;
color: #64748b;
margin: 0.5rem 0 1.25rem;
}
.paper-card .meta strong { color: #1e293b; }
.paper-card .meta a { color: #0369a1; text-decoration: none; }
.paper-card .meta a:hover { text-decoration: underline; }
.paper-card .abstract {
color: #334155;
line-height: 1.7;
margin: 1rem 0 1.5rem;
font-size: 0.95rem;
}
.paper-card .actions {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin-top: 1.5rem;
padding-top: 1.25rem;
border-top: 1px solid #e5e7eb;
}
.paper-card .action-btn {
display: inline-flex;
align-items: center;
padding: 0.5rem 1rem;
border-radius: 0.375rem;
font-size: 0.85rem;
font-weight: 600;
text-decoration: none;
transition: all 0.15s ease;
}
.paper-card .action-btn.primary {
background: #0369a1;
color: white;
}
.paper-card .action-btn.primary:hover {
background: #075985;
}
.paper-card .action-btn.secondary {
background: #f1f5f9;
color: #0f172a;
border: 1px solid #e2e8f0;
}
.paper-card .action-btn.secondary:hover {
background: #e2e8f0;
}
.lang-links {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px dashed #e5e7eb;
font-size: 0.85rem;
color: #64748b;
}
.lang-links strong {
color: #0369a1;
text-transform: uppercase;
font-size: 0.7rem;
letter-spacing: 0.08em;
display: block;
margin-bottom: 0.35rem;
}
.lang-links a {
color: #0369a1;
text-decoration: none;
margin-right: 0.4rem;
}
.lang-links a:hover { text-decoration: underline; }
.empty-future {
text-align: center;
color: #94a3b8;
font-style: italic;
padding: 3rem 1rem;
}
/* EU Policy Brief — classes for CSP-compliant HTML (no inline styles) */
.skip-link {
position: absolute;
left: -9999px;
}
.reads-best-pdf {
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border: 1px solid #93c5fd;
border-radius: 0.5rem;
padding: 1rem 1.25rem;
margin: 1.5rem 0 0.5rem;
text-align: center;
font-size: 0.95rem;
}
.reads-best-pdf strong {
color: #1e40af;
}
.reads-best-pdf a {
color: #1e40af;
font-weight: 600;
text-decoration: underline;
}
.lang-pending {
color: #94a3b8;
}
</style>
</head>
<body class="bg-gray-50">
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="navbar-placeholder" class="min-h-16"></div>
<script src="/js/components/navbar.js?v=0.1.2.1774503360480"></script>
<main class="wp-index-container" id="main-content">
<header class="wp-index-header">
<h1>Whitepapers</h1>
<p class="subtitle">Working papers and research contributions from the Agentic Governance research programme at My Digital Sovereignty Limited.</p>
</header>
<section>
<article class="paper-card">
<span class="audience-badge">Working Paper · V1.0 · April 2026</span>
<h2><a href="/whitepapers/distributive-equity.html">Distributive Equity Through Structure: A Community-Scale Worked Example of Values Stickiness</a></h2>
<p class="subtitle">How a Community-Scale Platform Implements Values Stickiness Through a Constitutional Architecture at Sub-Big-Tech Scale.</p>
<div class="meta">
<p>
<strong>Author:</strong> John Stroh, Director, My Digital Sovereignty Limited
· <strong>ORCID:</strong> <a href="https://orcid.org/0009-0005-2933-7170">0009-0005-2933-7170</a>
</p>
<p>
<strong>DOI:</strong> <a href="https://doi.org/10.5281/zenodo.19600614">10.5281/zenodo.19600614</a>
· <strong>Licence:</strong> <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
· <strong>Published:</strong> 16 April 2026
</p>
</div>
<div class="abstract">
<p>A body of recent legal scholarship argues that digital platforms exercise a distinct form of power &mdash; <em>ecosystem power</em> &mdash; operating simultaneously through three roles: as gatekeepers, as legislators of the relationships within their ecosystems, and as contractual actors participating in the transactions they rule on. Adjacent work proposes <em>distributive equity</em> as a candidate additional consideration for antitrust enforcement.</p>
<p>This paper documents a single worked example: a community-scale platform (<em>Village</em>, operated by My Digital Sovereignty Limited, Aotearoa New Zealand) whose structural commitments are the enactment of a prior theoretical commitment &mdash; that the welfare pathology identified in the research programme is best understood as a <em>values drift</em> pathology, and that structural architecture is the mechanism by which a platform's declared values can be made sticky enough to resist that drift. The paper situates Village's commitments inside the <em>Tractatus framework</em> that generated them &mdash; a constitutional architecture grounded in Wittgenstein, Berlin, Ostrom, Alexander, and Te Ao M&#257;ori frameworks of indigenous data sovereignty.</p>
</div>
<div class="actions">
<a href="/whitepapers/distributive-equity.html" class="action-btn primary">Read paper (HTML)</a>
<a href="/whitepapers/distributive-equity.pdf" class="action-btn secondary">Download PDF</a>
<a href="https://doi.org/10.5281/zenodo.19600614" class="action-btn secondary">DOI / Zenodo record</a>
</div>
<div class="lang-links">
<strong>Available in five languages</strong>
<a href="/whitepapers/distributive-equity.html">English</a> ·
<a href="/whitepapers/distributive-equity-de.html">Deutsch</a> ·
<a href="/whitepapers/distributive-equity-fr.html">Fran&ccedil;ais</a> ·
<a href="/whitepapers/distributive-equity-nl.html">Nederlands</a> ·
<a href="/whitepapers/distributive-equity-mi.html">Te reo M&#257;ori</a>
&nbsp;|&nbsp;
PDF:
<a href="/whitepapers/distributive-equity.pdf">EN</a> ·
<a href="/whitepapers/distributive-equity-de.pdf">DE</a> ·
<a href="/whitepapers/distributive-equity-fr.pdf">FR</a> ·
<a href="/whitepapers/distributive-equity-nl.pdf">NL</a> ·
<a href="/whitepapers/distributive-equity-mi.pdf">MI</a>
</div>
</article>
<article class="paper-card">
<span class="audience-badge">Policy Brief · V0.1 · April 2026</span>
<h2><a href="/whitepapers/eu-policy-brief.html">Sovereign AI Governance at Community Scale: An EU Policy Brief</a></h2>
<p class="subtitle">How community organisations and small businesses can meet AI Act obligations without delegating control to their vendor.</p>
<div class="meta">
<p>
<strong>Author:</strong> John Stroh, Director, My Digital Sovereignty Limited
· <strong>ORCID:</strong> <a href="https://orcid.org/0009-0005-2933-7170">0009-0005-2933-7170</a>
</p>
<p>
<strong>Derived from:</strong> <a href="/whitepapers/distributive-equity.html">Distributive Equity Through Structure</a> (parent paper DOI <a href="https://doi.org/10.5281/zenodo.19600614">10.5281/zenodo.19600614</a>)
· <strong>Licence:</strong> <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
· <strong>Published:</strong> 18 April 2026
</p>
</div>
<div class="abstract">
<p>Most EU community organisations will meet the AI Act by accepting their existing vendor&rsquo;s defaults. The vendor determines the model, the data-handling posture, and the jurisdictional routing of every query. The community organisation inherits all of this by signing a procurement form. This is not compliance; it is delegation.</p>
<p>This brief describes an alternative already in production: the Village platform, built around a three-layer constitutional architecture that anchors community values in the platform&rsquo;s code, and a Situated Language Layer trained on the community&rsquo;s own authorised material. The brief sets out three mechanisms (Situated Language Layer, Guardian Agents, Federation), maps each to the EU regulatory hook it engages (AI Act, EMFA, GDPR Art. 9), and describes the structural audit criteria an adopting community or business can run for itself. The toolkit was built under Te Tiriti o Waitangi obligations to M&#257;ori communities in New Zealand; the architectural consequence of meeting that constraint is what the brief offers to EU readers.</p>
</div>
<div class="actions">
<a href="/whitepapers/eu-policy-brief.html" class="action-btn primary">Read brief (HTML)</a>
<a href="/whitepapers/eu-policy-brief.pdf" class="action-btn secondary">Download PDF</a>
</div>
<div class="lang-links">
<strong>Available in two languages</strong>
<a href="/whitepapers/eu-policy-brief.html">English</a> ·
<a href="/whitepapers/eu-policy-brief-de.html">Deutsch</a>
&nbsp;|&nbsp;
PDF:
<a href="/whitepapers/eu-policy-brief.pdf">EN</a> ·
<a href="/whitepapers/eu-policy-brief-de.pdf">DE</a>
&nbsp;|&nbsp;
<span class="lang-pending">FR, NL, MI translations pending</span>
</div>
</article>
<p class="empty-future">Further whitepapers in preparation.</p>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="/js/components/footer.js?v=0.1.2.1774503360480"></script>
</body>
</html>