File size: 1,716 Bytes
88a9708 ea0d9c8 88a9708 ea0d9c8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BriefLoop</title>
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #172033;
background: #f7f7f4;
}
main {
max-width: 880px;
margin: 0 auto;
padding: 56px 24px;
}
h1 {
font-size: 44px;
margin: 0 0 12px;
}
p {
font-size: 18px;
line-height: 1.6;
}
ul {
line-height: 1.8;
}
a {
color: #1d5f8a;
}
.note {
margin-top: 28px;
padding: 16px 18px;
border-left: 4px solid #1d5f8a;
background: #ffffff;
}
</style>
</head>
<body>
<main>
<h1>BriefLoop</h1>
<p>
Open-source loop engineering for auditable AI-assisted business briefings.
</p>
<ul>
<li>Source-backed claims</li>
<li>Claim ledgers</li>
<li>Quality gates</li>
<li>Audit trails</li>
<li>Reproducible sample runs and evaluation packs</li>
</ul>
<div class="note">
BriefLoop targets traceability and process accountability. It is not a
truth proof engine and does not claim semantic proof.
</div>
<p>
<a href="https://briefloop.ai">Website</a> 路
<a href="https://github.com/Stahl-G/briefloop">GitHub</a> 路
<a href="https://pypi.org/project/briefloop/">PyPI</a> 路
<a href="https://huggingface.co/spaces/briefloop/briefloop-demo">Demo</a>
</p>
</main>
</body>
</html>
|