# Start with the AI Diagnose

$2,500 fixed. Two weeks. A written AI roadmap you keep, regardless of what comes next.

<link rel="stylesheet" href="?v=">

<!-- HERO -->
<section class="gs-hero">
  <div class="container">
    <div class="gs-breadcrumb">
      <a href="/">Density Labs</a> <span>/</span> <a href="/contact">Engage</a> <span>/</span> AI Diagnose
    </div>
    <div class="gs-eyebrow">Phase 01 // AI Diagnose</div>
    <h1>Start with a <em>written diagnostic</em>.</h1>
    <p class="lede"><strong>$2,500 fixed. Two weeks. One deliverable.</strong> We map your AI roadmap against your team's actual capability and give you a written plan you can act on. Yours to keep, no obligation to continue.</p>
    <div class="gs-meta">
      <span><strong>Investment</strong>$2,500 fixed</span>
      <span><strong>Duration</strong>2 weeks</span>
      <span><strong>Deliverable</strong>Written 90 day plan</span>
      <span><strong>Commitment</strong>None beyond the diagnostic</span>
    </div>
  </div>
</section>

<!-- WHAT YOU GET -->
<section class="gs-recap">
  <div class="container">
    <div class="gs-recap-grid">
      <div>
        <div class="gs-eyebrow">What you get</div>
        <h2>A plan, not a <em>pitch deck</em>.</h2>
        <p style="color: var(--ink-soft); font-size: 15px; line-height: 1.6;">Two weeks of work by a senior Density engineer with shipping experience in production AI. We assess your roadmap, your team, and the gap between them. The output is a written document, not a slide deck, that anyone on your team can act on.</p>
      </div>
      <ul class="gs-recap-list">
        <li>Capability gap analysis against your stated AI roadmap</li>
        <li>Architecture and data audit, where relevant</li>
        <li>Written 90 day implementation plan, prioritized</li>
        <li>Honest read on whether AI is actually the right next move</li>
        <li>Yours to keep. No obligation to continue with us.</li>
      </ul>
    </div>
  </div>
</section>

<!-- FORM -->
<section class="gs-form-section" id="apply">
  <div class="container">
    <div class="gs-form-card">
      <h2>Tell us about your AI plan.</h2>
      <p class="gs-form-intro">Send a few paragraphs. The more specific you are about your current state and where you want to go, the more useful our reply will be. Your intake is confidential. We respond within two business days.</p>

      <form action="" method="POST">
        <input type="hidden" name="tier" value="diagnostic" />
        <input type="hidden" name="_subject" value="AI Diagnose inquiry" />
        <input type="hidden" name="_next" value="" />
        <input type="text" name="_gotcha" style="display:none" tabindex="-1" autocomplete="off" />

        <div class="gs-form-row">
          <label for="name">Full name</label>
          <input id="name" type="text" name="name" placeholder="Your name" required />
        </div>
        <div class="gs-form-row">
          <label for="email">Work email</label>
          <input id="email" type="email" name="email" placeholder="you@company.com" required />
        </div>
        <div class="gs-form-row">
          <label for="company">Company</label>
          <input id="company" type="text" name="company" placeholder="Company name" required />
        </div>
        <div class="gs-form-row">
          <label for="role">Your role</label>
          <input id="role" type="text" name="role" placeholder="VP Engineering, CTO, Chief Digital Officer, etc." required />
        </div>
        <div class="gs-form-row">
          <label for="roadmap">Where are you on AI today?</label>
          <textarea id="roadmap" name="roadmap" placeholder="Two or three paragraphs. Current AI ambitions, what's been tried, what's stuck, what success would look like in 90 days." required></textarea>
        </div>
        <div class="gs-form-row">
          <label for="timing">When are you looking to start?</label>
          <select id="timing" name="timing">
            <option>This quarter</option>
            <option>Next quarter</option>
            <option>Six months out</option>
            <option>Just exploring</option>
          </select>
        </div>
        <div class="gs-form-row gs-form-agree">
          <label class="gs-checkbox-label">
            <input type="checkbox" name="terms_agreed" value="yes" required />
            <span>I have read and agree to the <a href="" target="_blank" rel="noopener">AI Diagnose terms</a></span>
          </label>
        </div>
        <button type="submit" class="gs-form-submit">Request the Diagnose →</button>
        <p class="gs-fineprint">We read every inquiry. If we are not the right fit, we will tell you that and where to look instead.</p>
      </form>
    </div>
  </div>
</section>
