Show Notes
Most founders don't think about HR until HR thinks about them. And by then, it's a letter on the desk demanding $38,000 and a lien notice attached for good measure.
This week on AI for Founders, John, the founder of CogNet HRO, walks through the quietly catastrophic world of multi-state payroll, the surprise tax bills no one warns you about, and why a guy who spent fifteen years running this thing as a side hustle suddenly grew it from 67 to 600 employees in under five years. He moved offshore back when "doing business in India" still made boardrooms nervous, built a 600-person team in Chennai, and now runs a service operation that lets founders skip the part where they wake up at 2 AM wondering if California changed its overtime laws again. (Spoiler: California changed its overtime laws again.)
The conversation goes deep on what AI can actually do for HR right now, what it absolutely cannot, and why CogNet built its own internal ingestion tool called Drive instead of letting client PHI bounce around inside Claude or ChatGPT. John is refreshingly blunt: most of the AI tools the big payroll providers are bragging about are still glorified bots. The real wins are in robotics, document migration, and the unsexy automation work that lets a small founder team punch above its weight.
Frameworks from This Episode
These frameworks have been added to the AI for Founders Frameworks Library. Filter by John, CogNet HRO to find them.
Land and Expand
- →Solve one acute pain (usually a tax notice), then earn the right to handle payroll, benefits, finance, and HRIS implementation
- →CogNet is internally organized by practice area, not client, so the expansion is structural
The Bus Theory of Hiring
- →Don't fire fast, reseat fast
- →The hard skill is figuring out where someone fits, not deciding they don't
- →Took John three years to nail this with one senior manager
Predictive Hiring Modeling
- →Pull your own historical hiring data to model who actually thrives
- →Humans are irrational but the patterns aren't
Ingest First, Decide Second
- →Drive is built to absorb anything (PDFs, registers, JSONs from terminated providers) before any decision gets made
- →Only after ingestion do you decide whether AI, robotics, or humans handle it
Robotics Over AI for Repeatable Tasks
- →When the job is "do these five steps 500,000 times," skip the LLM
- →Spin up 18 robots on AWS and let them grind 24/7 without exposing data
Multi-State as the Trigger Point
- →The moment a company hires across more than one state, the compliance math changes
- →That's the founder's signal it's time to outsource
Founder Experiment: Build a State-Level Payroll Tax Monitoring Agent
Use a tool like Cursor or Claude Code to scaffold a Python script that scrapes (or pulls via API where available) state unemployment insurance rate updates, overtime law changes, and minimum wage adjustments for every state where you have employees. Pipe it into a Slack or email digest that fires the moment your effective rate changes.
Bonus build: have it cross-reference your current payroll register and flag the dollar impact before the state does. This is the exact gap John identified as not yet mature in the market. You can build a v1 in a weekend.
Glossary
Company from This Episode
CogNet HRO
A BPM firm handling payroll, HR, benefits, finance, and HRIS implementation for founders who don't want to become multi-state compliance experts. Operates a 600-person team in Chennai with a proprietary data ingestion platform called Drive that keeps sensitive PHI off public LLMs.
Q&A
What is the biggest hidden cost of running HR in-house as a startup?
Multi-state compliance. The moment you hire one person in another state, you've entered a regulatory environment that recalculates rates annually, doesn't notify you of changes, and only communicates by mailed letter — often with a bill attached.
Can AI replace payroll providers right now?
No. The AI tools currently offered by ADP, Paycor, and similar providers are essentially bots. They can answer simple questions but cannot yet handle complex compliance comparisons, real-time rate monitoring, or jurisdiction-specific tax recalculation.
Why does CogNet use India for outsourcing instead of the Philippines or Latin America?
Education quality and tech talent depth. India's university system produces engineers and analysts at a scale and skill level that supports building proprietary tech stacks, not just labor arbitrage.
When should a founder consider outsourcing HR?
The trigger is operating in more than one state with employees, even if the team is small. Multi-state compliance complexity outpaces what most internal teams can manage without dedicated expertise.
What's the safest way to use AI in HR workflows?
Build or use systems that ingest data on a private platform first, then decide whether AI, robotics, or human review is appropriate. Sensitive employee data should never be sent directly to public LLMs.
How does an EOR differ from a contractor arrangement?
An EOR legally employs the worker on your behalf, handling local taxes, benefits, and compliance, while you direct the work. Contractor arrangements often expose employers to misclassification risk, especially in jurisdictions with strict labor laws like India.
What's the most underrated AI use case in finance and HR?
Robotic process automation for high-volume, repetitive tasks like document migration, bank reconciliations, and form processing — where the work is predictable and the data is sensitive.