tractatus/public/whitepapers/index.html
2026-04-16 21:18:26 +12:00

247 lines
9.5 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;
}
</style>
</head>
<body class="bg-gray-50">
<a href="#main-content" class="skip-link" style="position:absolute;left:-9999px;">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>
<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>