Payroll is the last software category still stuck in 1938. Track hours, multiply by rate, send a check. That model made sense when work meant showing up to a factory. It makes zero sense when your workforce is a mix of remote contractors in Nairobi, freelance creators on TikTok, and, increasingly, AI agents that complete tasks in milliseconds. Grade (YC W2026) is building the API layer that lets companies pay for output, not attendance. Small team, real traction, and a thesis that could be genuinely transformative if the market catches up with it.
Why This Matters Now
Two trends are colliding hard. First, the gig and creator economy has normalized performance-based compensation, CPM deals, commission splits, milestone payments, but the tooling to administer it is still spreadsheets and manual ACH transfers. Second, AI agents are becoming actual participants in the economy. Not metaphorically. Companies are deploying agentic workflows that complete tasks autonomously and need to be compensated per unit of work done. You cannot run an AI agent through Gusto's W-2 flow.
Existing payroll incumbents, Gusto, ADP, Rippling, even Deel, optimize for one model: headcount × rate × time. They are excellent at what they do. But they were not designed for "pay this contractor $0.12 per successfully processed invoice" or "pay this AI pipeline $4.00 per customer research report generated." Grade is. That gap is real and currently plugged with a graveyard of spreadsheets, custom scripts, and finance team overtime.
What Grade Builds
Grade is an API-first platform for performance-based payroll. At its core it does three things:
- Ingest performance signals. Via webhooks or direct API calls, you push events into Grade, task completed, milestone hit, content published, invoice processed. Grade stores these signals and runs them against configurable payout rules.
- Calculate payouts. Rules can be flat fees, tiered commissions, bonuses above thresholds, or blended structures. Grade handles the math, de-duplication, and approval workflows automatically.
- Disburse and comply. Once payouts are approved, Grade handles the actual money movement, ACH, wire, Stripe payouts, plus generates the tax forms (1099s, W-8BENs) for international recipients. No manual invoicing, no chasing contractors for tax IDs at year-end.
Their initial wedge is creator payments, brands paying influencers on CPM/CPC deals, agencies running affiliate networks, apps paying content creators. Their first month processed $380k+ in payouts with 120% month-over-month growth. For a two-person team, that is a real number.
The longer-term vision is broader: any work compensated on results rather than time. That includes enterprise contractors, gig platforms, and, the headline bet, AI agents. The "pay an AI agent" use case is embryonic right now, but it is the unlock that makes Grade potentially very large.
How It Works, Under the Hood
The technical architecture of a product like Grade is less exotic than it sounds, but the details are where you live or die in fintech.
The Performance Ingestion Layer
Grade exposes a REST API and webhook receiver. You send events: POST /events with a payload describing what happened, worker ID, event type, quantity, metadata. Events need to be idempotent. You cannot pay twice because a webhook fired twice. This means every event needs a client-supplied idempotency key and server-side deduplication with a time window (typically 24, 48 hours, stored in Redis or a dedupe table in Postgres).
The event model needs to be flexible enough to support arbitrary performance definitions. Grade likely uses a rule engine, configurable conditions ("if event_type == 'video_published' AND views > 10000, then payout = $50") evaluated against incoming events. Think of it as Zapier for payroll triggers, but with real money at the other end.
The Compliance and Tax Engine
This is the hard part that anyone building in this space systematically underestimates. The US alone has 1099-NEC reporting requirements that kick in above $600/year per contractor. International payments require W-8BEN collection, FATCA compliance, and increasingly OECD DAC7 reporting in Europe. Grade must collect and validate tax IDs at onboarding, store them encrypted at rest, generate correct forms at year-end, and file them with the IRS and equivalent agencies internationally.
Most startups punt on international compliance early (US-only first) or lean heavily on Stripe Tax plus a compliance SaaS like Taxjar or Avalara for the mechanical parts. The classification engine, is this person a contractor or an employee in their jurisdiction?, is where real legal risk lives and where Deel charges a premium. Grade will face this same question as they scale.
The Payout Rails
For US payouts, you are looking at ACH via a banking-as-a-service provider (Column, Stripe Treasury, or similar), with 1-3 day settlement. For international, it is Stripe payouts covering ~50 countries or a layered approach using Wise Business or Airwallex for exotic corridors. The key engineering concern is reconciliation, every disbursement needs to be tracked against the originating payout record, with failure states handled gracefully: bank rejects, incorrect account details, KYC failures, frozen accounts.
Grade runs approval workflows before disbursement: a company admin reviews and approves the batch before money moves. This is a critical trust and compliance feature, you want a human checkpoint before six-figure payroll runs execute automatically.
Tech Stack
Grade has not disclosed their stack publicly, but for a two-person YC fintech moving fast, the obvious choices are: Next.js for the dashboard, Node.js or Python (FastAPI) for the API backend, Postgres as the primary data store, Stripe for payment rails and tax form tooling, and AWS or Fly.io for infrastructure. They should invest in event sourcing early, immutable audit logs of every payment event are non-negotiable in fintech and genuinely painful to retrofit later.
Difficulty Score
| Dimension | Score | Notes |
|---|---|---|
| ML / AI | 2 / 10 | Minimal. The rule engine is logic, not learning. Fraud detection signals might arrive later. |
| Data | 5 / 10 | Multi-jurisdiction tax rules, currency rates, compliance mappings across 50+ countries add real data complexity. |
| Backend | 7 / 10 | Idempotency, async payout jobs, reconciliation ledgers, event sourcing, fintech backends are genuinely hard to get right and painful to debug when wrong. |
| Frontend | 3 / 10 | Approval dashboard and reporting UI. Standard React work, nothing exotic. |
| DevOps | 6 / 10 | SOC 2 Type II required for enterprise. PCI-adjacent controls. High-availability SLAs for a service that cannot go down during payout runs. |
Overall: 5 / 10. The software is not rocket science. The compliance stack and trust-building are the real lift.
The Moat, What's Hard, What's Not
Easy to replicate: The core CRUD of performance event ingestion, configurable rule engines, and dashboard approval flows. A good engineer could ship a working MVP in 6, 8 weeks. Stripe's APIs for payouts are excellent and thoroughly documented. There is nothing proprietary in the core software architecture here.
Hard to replicate:
- Compliance certifications. SOC 2 Type II takes 6, 12 months minimum. Enterprise customers will not run payroll through an unaudited system. This is a time moat, not a tech moat, but it is real and compounding.
- Banking relationships. ACH origination and international payment corridors require approved partnerships with banking providers. These take months to establish and involve KYC/AML review of the company itself, not just its customers.
- Trust. Payroll is existential. If you miss a payment, contractors stop working. If you misfile a 1099, your customers receive IRS letters. This category requires trust that accretes with every clean payout run, not trust that can be bought with a marketing budget.
- The AI agent wedge. Right now this is positioning more than product, but if Grade nails the API contracts and becomes the default way agentic platforms handle compensation, switching costs climb significantly. The company that owns the payout primitive for AI agents owns something durable.
Founder-market fit is worth calling out. Lotanna Ezeike came out of Barclays digital payments and built AI apps that scaled to millions of users, he has lived the creator payment pain personally. James Heaney brings a cryptography background and two prior exits. They are not building this because it seemed like a good startup idea; they built four apps, hit this wall repeatedly, and decided to fix the infrastructure instead.
Replicability Score: 38 / 100
You can clone the software in weeks. You cannot clone the compliance stack, banking approvals, SOC 2 certification, and accumulated payout trust in months. Grade sits squarely in the "standard fintech SaaS with real regulatory drag" tier, defensible for 12, 18 months out of the gate, but not a permanent fortress unless they build deep integrations or win the default position for AI agent compensation infrastructure.
The AI agent angle is the asymmetric bet here. If agentic workflows go mainstream at the pace the industry expects, whoever owns the payout primitive gets very sticky very fast. Grade is early on that particular racehorse, and their creator economy traction gives them a clean, cash-generating wedge while the AI agent market matures. Smart sequencing.
Watch Grade, not because the tech is hard to copy, but because the clock is ticking on the window where this is still a small-team opportunity.
