llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Two Halves — One Brain | Human-AI Regulatory Intelligence</title>
<meta name="description" content="Regulatory intelligence infrastructure for the agent economy. 73 databases. 280+ MB of structured safety data. 55+ jurisdictions. Built by domain expertise, amplified by AI.">
<meta property="og:title" content="Two Halves — One Brain">
<meta property="og:description" content="The story of a human-AI partnership building regulatory intelligence for the agent economy.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://twohalves.ai">
<link rel="canonical" href="https://twohalves.ai">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300;1,9..40,400&family=JetBrains+Mono:wght@300;400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--human: #c8956c;
--human-glow: #e8a878;
--ai: #7aacb5;
--ai-glow: #9ecdd6;
--merge: #c9a84c;
--merge-glow: #e0c46a;
--dark: #0a0a0b;
--dark-mid: #111113;
--dark-surface: #18181b;
--text: #e8e4df;
--text-dim: #8a8580;
--text-faint: #4a4845;
--serif: 'Instrument Serif', Georgia, serif;
--sans: 'DM Sans', system-ui, sans-serif;
--mono: 'JetBrains Mono', monospace;
}
html {
scroll-behavior: smooth;