crux / decision-work /index.html
aayu-outdooragi's picture
Resolve directory links for static hosting
9152148 verified
Raw
History Blame Contribute Delete
7.53 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Crux for consultants, MBAs, and nontechnical AI users: find the question that changes the recommendation."
/>
<meta name="theme-color" content="#f5f0e6" />
<title>Crux for strategy, diligence, and client work</title>
<link rel="icon" href="../assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="../assets/styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav class="nav" aria-label="Primary navigation">
<a class="brand" href="../index.html" aria-label="Crux home">
<span class="brand-mark" aria-hidden="true"></span>
<span>Crux</span>
</a>
<button
class="menu-button"
type="button"
aria-expanded="false"
aria-controls="primary-links"
data-menu-button
>
Menu
</button>
<div class="nav-links" id="primary-links" data-nav-links data-open="false">
<a href="../builders/index.html">For builders</a>
<a href="./index.html" aria-current="page">For decision work</a>
<a href="../research/index.html">Research</a>
<a href="../projects/index.html">Projects</a>
<a class="button button-small" href="../join/index.html">Request preview</a>
</div>
</nav>
</header>
<main id="main">
<section class="shell hero hero-compact">
<div class="hero-copy">
<p class="eyebrow">For consultants, MBAs, and everyday AI users</p>
<h1>Get beneath the polished answer.</h1>
<p class="lede">
AI can produce a confident memo without identifying what the
recommendation actually turns on. Crux works alongside the AI tool
you already use to expose the missing fact, tradeoff, or stakeholder
judgment before the deliverable hardens around it.
</p>
<div class="actions">
<a class="button button-accent" href="../join/index.html">Join the decision-work preview</a>
<a class="button button-secondary" href="#uses">See where it fits</a>
</div>
</div>
<aside class="signal-card" aria-label="Example diligence question">
<div class="signal-bar">
<span>Diligence · decision crux</span>
<span class="signal-dot" aria-hidden="true"></span>
</div>
<div class="signal-body">
<p class="signal-question">
Would the recommendation change if retention is driven by one customer segment?
</p>
<p class="signal-context">
The draft treats aggregate retention as durable demand. Segment
concentration is the cheapest evidence that could reverse that view.
</p>
</div>
</aside>
</section>
<section class="section" id="uses">
<div class="shell">
<div class="section-head">
<div>
<p class="eyebrow">Common work</p>
<h2>Ask before you finalize.</h2>
</div>
<p>
No prompt-engineering vocabulary is required. Crux presents the
question in the language of the decision and carries your answer
back into the work.
</p>
</div>
<div class="grid grid-3">
<article class="card">
<p class="card-kicker">Strategy</p>
<h3>Separate the real choice from the slide structure.</h3>
<p>Surface the assumption, time horizon, or objective that changes the option ranking.</p>
</article>
<article class="card">
<p class="card-kicker">Diligence</p>
<h3>Spend evidence budget on the decisive unknown.</h3>
<p>Ask what could reverse the thesis before commissioning another broad research pass.</p>
</article>
<article class="card">
<p class="card-kicker">Client delivery</p>
<h3>Preserve why the recommendation changed.</h3>
<p>Carry stakeholder answers and their consequences into the final artifact and next actions.</p>
</article>
</div>
</div>
</section>
<section class="section">
<div class="shell grid grid-2">
<div>
<p class="eyebrow">Without Crux</p>
<p class="quote">
“Here is an exhaustive answer to the question as written.”
</p>
</div>
<div>
<p class="eyebrow">With Crux</p>
<p class="quote">
“Before I answer: which outcome would make this recommendation successful?”
</p>
</div>
</div>
</section>
<section class="section">
<div class="shell">
<div class="section-head">
<div>
<p class="eyebrow">What the preview tests</p>
<h2>Useful questions, not more questions.</h2>
</div>
</div>
<div class="grid grid-2">
<article class="card">
<h3>We measure</h3>
<ul class="proof-list">
<li>Whether the answer changes the recommendation or next action</li>
<li>How much rework or research the question avoids</li>
<li>Whether the question arrives before the costly commitment</li>
<li>Whether the resulting decision is easier to explain and revisit</li>
</ul>
</article>
<article class="card">
<h3>We do not optimize for</h3>
<ul class="proof-list">
<li>Longer reports or more follow-up questions</li>
<li>Replacing accountable human judgment</li>
<li>Autonomous decisions without explicit bounds</li>
<li>Presenting experimental model research as a finished product</li>
</ul>
</article>
</div>
</div>
</section>
<section class="section">
<div class="shell callout">
<div>
<p class="eyebrow">Private preview</p>
<h2>Bring a decision you are already working through.</h2>
<p>
We are onboarding a small set of users manually and learning which
questions consistently change real work.
</p>
</div>
<a class="button" href="../join/index.html">Request access <span></span></a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="shell footer-grid">
<a class="brand" href="../index.html">
<span class="brand-mark" aria-hidden="true"></span>
<span>Crux</span>
</a>
<div class="footer-links">
<a href="../builders/index.html">For builders</a>
<a href="../research/index.html">Research</a>
<a href="../projects/index.html">Projects</a>
<a href="mailto:preview@getthecrux.com">Contact</a>
</div>
<p class="fine-print">© <span data-year></span> Crux</p>
</div>
</footer>
<script src="../assets/site.js" defer></script>
</body>
</html>