-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding-fit.html
More file actions
58 lines (57 loc) · 5.27 KB
/
Copy pathfunding-fit.html
File metadata and controls
58 lines (57 loc) · 5.27 KB
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
<!doctype html>
<html lang="en-CA">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI funding-fit questions</title>
<meta name="description" content="A practical AI workflow audit workbook for small teams, advisors, MSPs, and operators choosing one low-risk automation proof before buying tools.">
<link rel="canonical" href="https://roblindsay24.github.io/ai-workflow-audit-kit-landing/funding-fit.html">
<meta property="og:title" content="AI funding-fit questions">
<meta property="og:description" content="A practical AI workflow audit workbook for small teams, advisors, MSPs, and operators choosing one low-risk automation proof before buying tools.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://roblindsay24.github.io/ai-workflow-audit-kit-landing/funding-fit.html">
<meta property="og:image" content="https://roblindsay24.github.io/ai-workflow-audit-kit-landing/promo-share-card.png">
<meta name="twitter:card" content="summary_large_image">
<style>
:root { color-scheme: light; --ink:#111827; --muted:#4b5563; --line:#e5e7eb; --violet:#6d28d9; --soft:#f5f3ff; }
body { margin:0; font-family: Arial, Helvetica, sans-serif; color:var(--ink); background:#ffffff; line-height:1.55; }
main { max-width: 920px; margin: 0 auto; padding: 38px 24px 72px; }
h1 { font-size: 2.35rem; line-height: 1.1; margin: 0 0 16px; }
h2 { font-size: 1.45rem; margin-top: 36px; border-top: 1px solid var(--line); padding-top: 22px; }
h3 { font-size: 1.1rem; margin-top: 24px; }
p, li { font-size: 1rem; }
code { background:#f3f4f6; padding:2px 4px; border-radius:4px; }
pre { background:#111827; color:#f9fafb; padding:16px; overflow:auto; border-radius:10px; }
a { color: var(--violet); }
.callout { background:var(--soft); border:1px solid #ddd6fe; border-radius:14px; padding:18px; margin:18px 0; }
.price { display:inline-block; background:var(--violet); color:#fff; padding:10px 14px; border-radius:999px; font-weight:bold; }
.small { color:var(--muted); font-size:.9rem; }
.grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap:16px; }
.card { border:1px solid var(--line); border-radius:14px; padding:18px; }
@media print { main { padding: 16mm; } h2 { page-break-before: auto; } .no-print { display:none; } }
</style>
</head>
<body><main>
<h1>AI funding-fit questions for SMEs</h1>
<p class="callout"><strong>Use this before treating any AI program as a fit.</strong><br>
This page turns the kit's dated funding notes into public-safe questions a small team, advisor, MSP, or consultant can ask before scoping an AI workflow proof. It is not grant advice and does not claim any program is open or that a buyer qualifies.</p>
<div class="grid">
<div class="card"><h2>Question 1: Is the workflow real?</h2><ul><li>Name one repeated workflow that happens at least weekly.</li><li>Write the current pain, delay, or rework cost.</li><li>Decide whether success can be measured with time, cost, error, backlog, or response-time data.</li></ul></div>
<div class="card"><h2>Question 2: Is the proof safe?</h2><ul><li>Can the first proof use low-risk, sample, or redacted data?</li><li>Can a human approve AI output before customers, staff, money, or production systems are affected?</li><li>Is there a rollback/manual fallback?</li></ul></div>
<div class="card"><h2>Question 3: Is the program current?</h2><ul><li>Check official pages directly before relying on dates, amounts, or eligibility.</li><li>Keep funding-fit wording as questions, not promises.</li><li>Do not imply endorsement by Digital adoption program, ACOA, government, CBDC, chambers, or Scale AI.</li></ul></div>
</div>
<h2>Official-source links to check</h2>
<ul>
<li>Government business-benefits and grant finders for the buyer's own region.</li>
<li>Local chamber, innovation, or business-development program pages.</li>
<li>NRC IRAP: <a href="https://nrc.canada.ca/en/support-technology-innovation">nrc.canada.ca support for technology innovation</a></li>
<li>Vendor, funder, and program pages checked directly before any funding-fit claim is used.</li>
</ul>
<h2>Safe next steps</h2>
<ol>
<li>Use the free checklist to score one workflow: <a href="https://roblindsay24.github.io/ai-workflow-audit-kit-landing/quickstart-checklist.html?utm_source=funding_fit_page&utm_medium=public_page&utm_campaign=ai_audit_kit_funding_fit">https://roblindsay24.github.io/ai-workflow-audit-kit-landing/quickstart-checklist.html?utm_source=funding_fit_page&utm_medium=public_page&utm_campaign=ai_audit_kit_funding_fit</a>.</li>
<li>If the workflow is repeated, measurable, and low-risk, use the paid workbook to complete the audit packet: <a href="https://novaluxxai.gumroad.com/?utm_source=funding_fit_page&utm_medium=public_page&utm_campaign=ai_audit_kit_funding_fit">https://novaluxxai.gumroad.com/?utm_source=funding_fit_page&utm_medium=public_page&utm_campaign=ai_audit_kit_funding_fit</a>.</li>
<li>If pursuing funding, verify official program status and eligibility separately before applying or spending.</li>
</ol>
<p class="small">Boundary: public funding-fit question page only. No grant application, legal/privacy/accounting advice, official endorsement, eligibility decision, open-intake claim, buyer proof, or guaranteed funding/productivity outcome is claimed.</p>
</main></body></html>