grant-writing
Core Philosophy
Grant writing for research institutions, open-source foundations, and non-profits is not an emotional plea for charity. Institutional grantmakers (NSF, DARPA, Sloan Foundation, Mozilla, philanthropic trusts) evaluate applications through rigorous scoring rubrics. Winning grants requires strict alignment with the funder’s strategic mandate, a falsifiable problem statement backed by primary empirical data, a structured Logic Model, and a line-item budget justification where every dollar maps to a measurable technical milestone.
4-Step Institutional Grant Proposal Architecture
Step 1: Alignment & The Logic Model Framework
- Funder Mandate Deconstruction:
- Analyze the Request for Proposals (RFP) or Program Solicitation. Identify key scoring priorities: Innovation, Broader Impacts, Reproducibility, Sustainability.
- The 5-Stage Logic Model:
- Inputs: Personnel, hardware, compute infrastructure, partner institutions.
- Activities: Core engineering, algorithmic research, community workshops, open-source releases.
- Outputs: Lines of code, datasets published, peer-reviewed papers, conference presentations.
- Outcomes (1–2 Years): Measurable adoption (e.g. 5,000 active researchers using the library).
- Impact (3–5 Years): Systemic transformation (e.g. 50% reduction in public cloud compute energy waste).
Step 2: Problem Statement & Significance (The Case for Need)
- Empirical Grounding:
- Never write broad assertions like "AI infrastructure is inefficient".
- Ground in verified data: "Over 74% of academic NLP labs lack access to clusters with > 8 GPUs, resulting in a 4x delay in replicating frontier open-weight models."
Step 3: Project Work Plan & SMART Milestones
- Specific, Measurable, Achievable, Relevant, Time-Bound (SMART) Objectives:
- Organize work into Work Packages (WPs) across quarters:
- WP1 (Q1-Q2): Core Algorithmic Optimization and Rust Prototype.
- WP2 (Q3): Cross-Validation across 5 University Benchmark Clusters.
- WP3 (Q4): Public Open-Source Release, Documentation & Educational Workshops.
- Key Performance Indicators (KPIs):
- Commit to binary, auditable deliverables (e.g., "Publish v1.0 on GitHub under Apache 2.0 with 90% unit test coverage").
Step 4: Budget Justification & Long-Term Sustainability
- Direct vs Indirect Costs:
- Direct Labor: Personnel salaries (Principal Investigator, Postdoc, Staff Engineer) calculated as % of FTE effort.
- Direct Equipment & Travel: Specific cloud compute allocations (AWS credits) and conference presentation travel.
- Indirect / Overhead (F&A): Institutional negotiated indirect rate.
- The Sustainability Plan:
- Funders refuse to fund permanent dependencies. Explain how the project continues after grant capital is exhausted (e.g., foundation governance, enterprise sponsorship, institutional adoption).
Deliverable Format: Grant Application Narrative (GRANT-PROPOSAL.md)
# Institutional Grant Proposal: [Project Title]
*Funding Opportunity: [Grant Program Name / Solicitation #] | Target Amount: [$XXX,XXX]*
## 1. Executive Abstract & Broader Impacts
[250-word summary: Problem, proposed technical innovation, and measurable societal impact.]
## 2. Statement of Need & Significance
- **The Core Barrier**: [Specific technical/scientific bottleneck]
- **Empirical Evidence**: [Primary citation or survey data proving severity]
- **Why Existing Solutions Fail**: [Limitations of current proprietary/open alternatives]
## 3. Project Work Plan & Milestones (12-Month Schedule)
| Quarter | Work Package | Specific Deliverable | Measurable KPI |
|---|---|---|---|
| Q1 | WP1: Architecture | Formal mathematical specification | Peer-reviewed preprint on arXiv |
| Q2 | WP1: Engine Build | Core Rust compiler implementation | Passes 100% of benchmark test suite |
| Q3 | WP2: Deployment | Integration with PyTorch / HuggingFace | 500 beta downloads; 5 academic labs |
| Q4 | WP3: Dissemination | Open-source release (Apache 2.0) | 2,000 GitHub stars; documentation live |
## 4. Itemized Budget Justification
| Budget Category | Description | Justification | Total ($ USD) |
|---|---|---|---|
| Lead Research Dev | 0.50 FTE (12 mos) | Core compiler engine implementation | $75,000 |
| Cloud Compute | AWS GPU cluster (H100) | Running 50 benchmark evaluations | $22,000 |
| Dissemination Travel | NeurIPS Conference | Presenting research paper | $3,500 |
| **Total Requested** | | | **$100,500** |
Worked Example: Open-Source Scientific Tool Grant
- Proposal: $125,000 grant application to the Sloan Foundation for reproducible scientific Python packaging.
- Strategy: Framed the application around the reproducibility crisis in computational biology. Committed to a specific logic model with 3 university pilot partners.
- Outcome: Awarded full grant funding; deliverables cited in 12 academic publications.
Verification Checklist
Anti-Patterns
- Ignoring the Review Criteria: Submitting a standard pitch deck instead of answering the funder's exact scoring rubric.
- Vague Budgets: Asking for $100,000 for "general development and miscellaneous expenses".
- Academic Jargon Without Outcomes: Writing 20 pages of dense theoretical equations without explaining the real-world application.
1---2name: grant-writing3description: Write grant applications for nonprofits, research institutions and social enterprises, including prospect research. Use when authoring grant applications, proposal narratives, or budgets.4---56# grant-writing78## Core Philosophy9Grant writing for research institutions, open-source foundations, and non-profits is not an emotional plea for charity. Institutional grantmakers (NSF, DARPA, Sloan Foundation, Mozilla, philanthropic trusts) evaluate applications through rigorous scoring rubrics. Winning grants requires strict alignment with the funder’s strategic mandate, a falsifiable problem statement backed by primary empirical data, a structured Logic Model, and a line-item budget justification where every dollar maps to a measurable technical milestone.1011---1213## 4-Step Institutional Grant Proposal Architecture1415### Step 1: Alignment & The Logic Model Framework161. **Funder Mandate Deconstruction**:17 - Analyze the Request for Proposals (RFP) or Program Solicitation. Identify key scoring priorities: Innovation, Broader Impacts, Reproducibility, Sustainability.182. **The 5-Stage Logic Model**:19 - *Inputs*: Personnel, hardware, compute infrastructure, partner institutions.20 - *Activities*: Core engineering, algorithmic research, community workshops, open-source releases.21 - *Outputs*: Lines of code, datasets published, peer-reviewed papers, conference presentations.22 - *Outcomes (1–2 Years)*: Measurable adoption (e.g. 5,000 active researchers using the library).23 - *Impact (3–5 Years)*: Systemic transformation (e.g. 50% reduction in public cloud compute energy waste).2425### Step 2: Problem Statement & Significance (The Case for Need)261. **Empirical Grounding**:27 - Never write broad assertions like "AI infrastructure is inefficient".28 - Ground in verified data: *"Over 74% of academic NLP labs lack access to clusters with > 8 GPUs, resulting in a 4x delay in replicating frontier open-weight models."*2930### Step 3: Project Work Plan & SMART Milestones311. **Specific, Measurable, Achievable, Relevant, Time-Bound (SMART) Objectives**:32 - Organize work into Work Packages (WPs) across quarters:33 - *WP1 (Q1-Q2)*: Core Algorithmic Optimization and Rust Prototype.34 - *WP2 (Q3)*: Cross-Validation across 5 University Benchmark Clusters.35 - *WP3 (Q4)*: Public Open-Source Release, Documentation & Educational Workshops.362. **Key Performance Indicators (KPIs)**:37 - Commit to binary, auditable deliverables (e.g., "Publish v1.0 on GitHub under Apache 2.0 with 90% unit test coverage").3839### Step 4: Budget Justification & Long-Term Sustainability401. **Direct vs Indirect Costs**:41 - *Direct Labor*: Personnel salaries (Principal Investigator, Postdoc, Staff Engineer) calculated as % of FTE effort.42 - *Direct Equipment & Travel*: Specific cloud compute allocations (AWS credits) and conference presentation travel.43 - *Indirect / Overhead (F&A)*: Institutional negotiated indirect rate.442. **The Sustainability Plan**:45 - Funders refuse to fund permanent dependencies. Explain how the project continues after grant capital is exhausted (e.g., foundation governance, enterprise sponsorship, institutional adoption).4647---4849## Deliverable Format: Grant Application Narrative (`GRANT-PROPOSAL.md`)5051```markdown52# Institutional Grant Proposal: [Project Title]53*Funding Opportunity: [Grant Program Name / Solicitation #] | Target Amount: [$XXX,XXX]*5455## 1. Executive Abstract & Broader Impacts56[250-word summary: Problem, proposed technical innovation, and measurable societal impact.]5758## 2. Statement of Need & Significance59- **The Core Barrier**: [Specific technical/scientific bottleneck]60- **Empirical Evidence**: [Primary citation or survey data proving severity]61- **Why Existing Solutions Fail**: [Limitations of current proprietary/open alternatives]6263## 3. Project Work Plan & Milestones (12-Month Schedule)64| Quarter | Work Package | Specific Deliverable | Measurable KPI |65|---|---|---|---|66| Q1 | WP1: Architecture | Formal mathematical specification | Peer-reviewed preprint on arXiv |67| Q2 | WP1: Engine Build | Core Rust compiler implementation | Passes 100% of benchmark test suite |68| Q3 | WP2: Deployment | Integration with PyTorch / HuggingFace | 500 beta downloads; 5 academic labs |69| Q4 | WP3: Dissemination | Open-source release (Apache 2.0) | 2,000 GitHub stars; documentation live |7071## 4. Itemized Budget Justification72| Budget Category | Description | Justification | Total ($ USD) |73|---|---|---|---|74| Lead Research Dev | 0.50 FTE (12 mos) | Core compiler engine implementation | $75,000 |75| Cloud Compute | AWS GPU cluster (H100) | Running 50 benchmark evaluations | $22,000 |76| Dissemination Travel | NeurIPS Conference | Presenting research paper | $3,500 |77| **Total Requested** | | | **$100,500** |78```7980---8182## Worked Example: Open-Source Scientific Tool Grant8384- **Proposal**: $125,000 grant application to the Sloan Foundation for reproducible scientific Python packaging.85- **Strategy**: Framed the application around the reproducibility crisis in computational biology. Committed to a specific logic model with 3 university pilot partners.86- **Outcome**: Awarded full grant funding; deliverables cited in 12 academic publications.8788---8990## Verification Checklist9192- [ ] Proposal strictly aligns with the specific funding priorities of the target RFP.93- [ ] Logic Model maps inputs, activities, outputs, outcomes, and systemic impact.94- [ ] All milestones are SMART with auditable, binary deliverables.95- [ ] Budget items are itemized and mathematically justified per FTE and vendor quote.96- [ ] Sustainability plan explains longevity beyond the funding window.9798---99100## Anti-Patterns101102- **Ignoring the Review Criteria**: Submitting a standard pitch deck instead of answering the funder's exact scoring rubric.103- **Vague Budgets**: Asking for $100,000 for "general development and miscellaneous expenses".104- **Academic Jargon Without Outcomes**: Writing 20 pages of dense theoretical equations without explaining the real-world application.