Skip to content

Instantly share code, notes, and snippets.

@tkovalsky
Created April 20, 2026 15:04
Show Gist options
  • Select an option

  • Save tkovalsky/ed1b1b13e0ca524ef78a410174fe2b91 to your computer and use it in GitHub Desktop.

Select an option

Save tkovalsky/ed1b1b13e0ca524ef78a410174fe2b91 to your computer and use it in GitHub Desktop.
<table style="width:100%; border-collapse:collapse; font-family:Arial, sans-serif; font-size:14px;">
<thead>
<tr>
<th style="text-align:left; padding:10px; border-bottom:2px solid #ccc;">Step</th>
<th style="text-align:left; padding:10px; border-bottom:2px solid #ccc;">Current</th>
<th style="text-align:left; padding:10px; border-bottom:2px solid #ccc;">Future</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding:10px; border-bottom:1px solid #eee;"><strong>Data Intake</strong></td>
<td style="padding:10px; border-bottom:1px solid #eee;">PDFs, emails, spreadsheets</td>
<td style="padding:10px; border-bottom:1px solid #eee;">Structured + normalized inputs</td>
</tr>
<tr>
<td style="padding:10px; border-bottom:1px solid #eee;"><strong>Risk Analysis</strong></td>
<td style="padding:10px; border-bottom:1px solid #eee;">Manual, inconsistent</td>
<td style="padding:10px; border-bottom:1px solid #eee;">AI-assisted risk flags + summaries</td>
</tr>
<tr>
<td style="padding:10px; border-bottom:1px solid #eee;"><strong>Decisioning</strong></td>
<td style="padding:10px; border-bottom:1px solid #eee;">Tribal knowledge</td>
<td style="padding:10px; border-bottom:1px solid #eee;">Standardized decision checkpoints</td>
</tr>
<tr>
<td style="padding:10px;"><strong>Output</strong></td>
<td style="padding:10px;">Narrative writeups</td>
<td style="padding:10px;">Consistent deal memos + signals</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment