Back to Insights Tax Strategy

R&D Tax Credit Startup: The Qualifying Activities Gap Costing You Cash

SG

Seth Girsky

August 12, 2026

## R&D Tax Credit Startup: The Qualifying Activities Gap Costing You Cash

When we work with early-stage founders on financial strategy, one conversation comes up repeatedly: "Are we eligible for the R&D tax credit?"

Most answer with confidence: "Yes, we're building software."

Then we ask a follow-up: "Can you describe which specific activities qualify?"

The answer usually becomes vague.

This gap between thinking you qualify and actually understanding what activities generate credits is costing startup founders tens of thousands of dollars annually. The IRS doesn't give credits for "doing R&D"—they give credits for specific, documentable activities that meet Section 41 criteria. Yet most founders have only a surface-level understanding of what those activities actually are.

We've reviewed hundreds of startups' engineering workflows, and the pattern is consistent: founders and finance teams are claiming broad categories while missing narrow but substantial opportunities, or worse, claiming activities that don't actually qualify.

This article walks you through the real definition of qualifying R&D activities, shows you what your team is likely already doing that counts, and reveals the blind spots we see most frequently.

## What the IRS Actually Means by "R&D Activities"

Section 41 of the Internal Revenue Code defines qualifying R&D activities in a very specific way. It's not about innovation or disruption or any startup narrative. It's about technical uncertainty and systematic experimentation.

Here's the official test:

**An activity qualifies if it involves:**

1. **A process of experimentation** — Testing alternative designs, technologies, or approaches
2. **To eliminate technical uncertainty** — Solving problems where the solution isn't obvious to a skilled professional
3. **In creating or improving a business component** — Software, hardware, processes, or techniques used in business
4. **That relies on technical principles** — Drawing on scientific, engineering, or similar disciplines

Let's translate that from IRS-speak into what actually happens in your engineering team.

### The "Technical Uncertainty" Piece Most Founders Get Wrong

Technical uncertainty doesn't mean "we didn't know if it would work." It means "a skilled professional in that field couldn't have determined the solution without performing the work."

This distinction matters enormously.

We recently worked with a Series A SaaS startup building a customer data platform. Their engineering team spent six weeks optimizing their data pipeline for a specific use case. When we asked if they'd claimed this work, they said: "We're not sure. We were just solving a scaling problem."

But here's what actually happened:

- They tested three different architectural approaches
- Each had trade-offs between speed, cost, and maintainability
- A senior engineer couldn't have predetermined which approach would perform best without testing
- The final solution required custom optimization beyond standard cloud architecture patterns

**That's a qualifying activity.** The fact that it was a "scaling problem" doesn't disqualify it. The fact that a skilled engineer had to experiment with multiple approaches to solve an uncertain technical problem qualifies it.

Conversely, we've seen founders try to claim routine code maintenance, standard feature development from clear specifications, or debugging of known issues. These don't qualify because there's no technical uncertainty—any competent developer could execute them.

## What Actually Qualifies: Real Examples from Our Client Work

Let's get specific. Here are activities we've successfully documented and claimed for startups:

### Software Development Activities

**Qualifying:**

- Building a new authentication system when evaluating between OAuth, JWT, and proprietary token approaches—including testing and choosing among them
- Optimizing database queries when current performance doesn't meet requirements and the solution isn't documented
- Developing a custom recommendation algorithm, including experimentation with different ML models
- Addressing scalability bottlenecks that require testing multiple solutions
- Building infrastructure-as-code systems that deviate from standard patterns due to specific business requirements
- Creating SDKs or APIs with novel design decisions driven by user feedback and testing

**Not qualifying:**

- Building features from detailed requirements where the technical approach is pre-determined
- Standard CRUD operations following established patterns
- Integrating third-party libraries per their documentation
- Migrating from one cloud provider to another using standard practices
- Fixing bugs where the cause and solution are clear

### Hardware and IoT Development

If your startup builds hardware, the testing and iteration process typically qualifies. We worked with a hardware startup that spent months testing different sensor combinations, PCB layouts, and firmware approaches. The experimentation itself—documenting what worked and didn't—generated substantial credits.

### DevOps and Infrastructure

This is where we see the biggest gap. Founders often assume infrastructure work doesn't qualify. But we've successfully claimed:

- Building custom deployment automation when off-the-shelf solutions don't fit your specific constraints
- Performance optimization of databases or systems under novel constraints
- Security hardening that requires testing and evaluation of different approaches

What doesn't count: standard CI/CD pipeline setup using established tools, cloud migrations following vendor documentation, or routine infrastructure maintenance.

## The Documentation Gap That Gets Startups Audited

Here's where theory meets harsh reality: the IRS doesn't accept your word that something qualifies.

You need contemporaneous documentation showing:

1. **What problem you were solving** and why it was technically uncertain
2. **What approaches you considered** and why you tested multiple paths
3. **What you actually did** to experiment and eliminate that uncertainty
4. **Who performed the work** (names, titles, time allocation)
5. **When the work occurred** (dates, not just "Q2 2024")

Most startups have terrible documentation here. Engineers know what they did, but it's not written down in a way that proves technical uncertainty to an auditor.

We typically work with clients to establish better documentation going forward, because retrofitting documentation from past years is nearly impossible and looks suspicious to auditors.

### How Documentation Should Actually Work

The best approach we've implemented with clients:

- **Weekly or bi-weekly technical summaries** from engineering leadership documenting what problems the team solved and what approaches were tested
- **GitHub commit histories and code reviews** that show iteration and experimentation (though these alone aren't sufficient)
- **Meeting notes** from technical discussions about design decisions and trade-offs
- **Testing logs** showing different configurations or approaches being evaluated
- **Project tracking** that documents what was attempted, what failed, and what succeeded

None of this requires new processes. It's just capturing what's already happening in a format auditors can understand.

## The Activities Your Startup Is Likely Claiming (But Shouldn't)

In our experience, founders often over-claim and under-claim simultaneously.

### Common Over-Claims We See

**Training and education**: Your engineers learning a new framework or language doesn't qualify. R&D work performed using that technology does.

**Market research**: Understanding customer needs doesn't qualify. Engineering work to solve those needs does.

**General business activities**: Product management, sales engineering, and customer support—even when they involve technical work—typically don't qualify.

**Routine maintenance**: Keeping systems running, patching security vulnerabilities, and routine bug fixes don't create qualifying R&D activities.

We had a founder who tried to claim 40% of her engineering team's time on general "software development." When we dug in, most of that time was feature development from clear requirements—not R&D activities.

### Common Under-Claims

**Data infrastructure work**: Founders think this is "infrastructure," not R&D. But building custom data pipelines with novel solutions often qualifies.

**Performance optimization**: We consistently see founders miss this. If you're testing multiple approaches to improve performance and none of them are documented solutions, it's likely qualifying work.

**Process automation**: Building internal tools to automate specific business processes can qualify if it involves solving technical uncertainty.

**Integration work**: Custom integrations between systems, especially when they require novel solutions or solve non-standard problems, often qualify.

One of our Series A clients had their engineering team spend three months building a custom integration layer between their application and a client's legacy system. They didn't claim it because they thought it was "just integration work." When we documented the technical uncertainty involved and the multiple approaches tested, it generated $140,000 in credits over three years.

## How to Audit Your Own Qualifying Activities

Here's a practical framework for identifying what you might be missing:

### Step 1: Map Your Engineering Effort

Document what your engineering team actually does:

- Core product development
- Infrastructure and DevOps
- Security and hardening
- Performance optimization
- Data and analytics
- Integrations
- Experimentation and testing
- Technical debt and refactoring

### Step 2: Identify Uncertain Problems

For each category, ask: "Did we have to test multiple approaches to solve this?"

If yes, dig deeper. If you documented the uncertainty and the experimentation, it likely qualifies.

### Step 3: Evaluate Against the Four Criteria

For each candidate activity:

- Was there a process of experimentation?
- Did we eliminate technical uncertainty?
- Did it improve or create a business component?
- Did it rely on technical principles?

If you can clearly answer "yes" to all four, you likely have a qualifying activity.

### Step 4: Assess Your Documentation

Honestly evaluate whether you could defend this to an auditor. If you can't, you shouldn't claim it—or you need to build better documentation going forward.

## The Timing of R&D Work Matters More Than You Think

One subtle but important point: when you perform R&D work affects when you can claim the credit.

Credits are claimed for the tax year in which the work was performed. This matters for timing:

- If you did substantial R&D in 2023 but didn't claim it, you have three years to file an amended return
- If you're doing R&D now and haven't claimed it previously, you should begin documenting immediately
- If you're planning significant engineering investment, understanding the R&D credit timing can inform [how you manage your cash runway](/blog/burn-rate-runway-the-growth-spending-disconnect-founders-ignore/)

We've seen founders strategically time R&D projects in light of fundraising. If you're raising Series A in Q3 and you know you'll spend heavily on qualifying R&D in that period, having the credit documentation ready can strengthen your financial position.

## Section 41 vs. State R&D Credits

Most founders focus only on the federal Section 41 credit, which is substantial. But many states offer their own R&D tax credits.

They typically use the same qualifying activities definition, but:

- State credits vary significantly (1-15% of qualifying wages)
- Some states allow credits against income tax, some against corporate tax, some against payroll taxes
- A few states have no R&D credit
- Some require federal eligibility, others are independent

This gets complex, which is why we typically recommend working with a tax professional experienced in startup R&D credits rather than trying to handle it internally.

## What You Should Do Now

If you haven't been systematically capturing and claiming R&D tax credits:

1. **Review your last two years** of engineering work and identify activities that meet the four-part test
2. **Start documenting prospectively** — don't wait until tax time
3. **Involve your engineering leadership** — they understand technical uncertainty better than finance or accounting
4. **Work with a specialist** — not all tax professionals understand startup R&D credits well enough to maximize your position
5. **Plan for the future** — knowing which activities generate credits can inform how you structure engineering work and budget

We recently worked with a founder who had been doing qualifying R&D work for three years but had never claimed the credit. When we properly documented and filed, it generated $285,000 in credits. The founder's reaction was sobering: "That was just sitting there the entire time."

Don't let that be you.

## A Fractional CFO's Perspective on R&D Credits

From a financial operations standpoint, R&D tax credits should be part of your overall [tax and cash planning strategy](/blog/the-cash-flow-timing-mismatch-problem-why-startups-collect-revenue-but-starve/). They're not just a compliance item—they're a material component of cash flow if your business model is engineering-heavy.

Many Series A startups we work with have never calculated their effective R&D tax credit percentage of engineering payroll. It usually ranges 7-15% depending on qualifying activities and jurisdiction. If you're spending $800,000 on engineering salaries annually, that's $56,000-$120,000 in potential credits.

That's not trivial for a growth-stage startup optimizing unit economics and managing cash carefully.

---

## Ready to Maximize Your R&D Tax Position?

If you're not sure which of your team's activities qualify for R&D credits, or you've been claiming credits but aren't confident in your documentation, [reach out to Inflection CFO](/blog/rd-tax-credits-for-startups-documentation-and-compliance-essentials/). Our fractional CFO team works with startups to audit your current R&D practices, identify missed opportunities, and build documentation systems that maximize your credit position while holding up to IRS scrutiny.

Schedule a free financial audit to see what your startup might be leaving on the table.

Topics:

Startup Finance R&D Tax Credits Startup Tax Strategy Section 41 Credit Tax Planning
SG

About Seth Girsky

Seth is the founder of Inflection CFO, providing fractional CFO services to growing companies. With experience at Deutsche Bank, Citigroup, and as a founder himself, he brings Wall Street rigor and founder empathy to every engagement.

Book a free financial audit →

Related Articles

Ready to Get Control of Your Finances?

Get a complimentary financial review and discover opportunities to accelerate your growth.