Nomiki Petrolla
·9 min read
Solo founder and CEO of Theanna, the equity-free platform for non-technical women building tech startups. $236,963 ARR. Building in public, sharing the wins and the losses along the way.
The journey to $1M ARR
As of April 28, 2026
24% there
Reese Witherspoon told women to learn AI and the internet dragged her for it. Meanwhile, women are adopting AI 25% slower than men, the jobs we hold are 3x more likely to be automated, and Claude Cowork is giving us a false sense of progress. I’m a non-technical solo founder at $235K ARR who builds product every day in the terminal. Here’s why I’m telling every woman I know to close Claude Cowork and open Claude Code.
What’s in This Post
- Reese Witherspoon Was Right. The Delivery Was Wrong.
- The Numbers Are Brutal
- What Claude Cowork Actually Is
- What Claude Code Actually Is
- The Terminal Looks Scary. Get Over It.
- What You Can Do in Claude Code That Cowork Can’t Touch
- Technology Is Not Waiting for You
- Become the Terminator
Reese Witherspoon Was Right. The Delivery Was Wrong.
Last week Reese Witherspoon posted on Instagram telling women to learn AI. She said the jobs women hold are 3x more likely to be automated, and that women are using AI at a rate 25% lower than men. She called it a feminist issue.
The internet lost its mind.
People accused her of being a paid shill. Of ignoring the environmental impact of data centers. Of being tone-deaf about the communities AI is already displacing. She responded with a follow-up post saying “no one is paying me to talk about this. I’m just a curious human.”
Here’s the thing: the backlash was valid and she was right. Both things can be true.
Yes, AI has real costs. Yes, the environmental concerns are legitimate. Yes, the displacement of creative workers is a serious problem. But the response to those concerns cannot be “so women should just not learn the technology.” That’s not a protest. That’s a forfeiture.
The technology is here. It’s not going back in the box. And the people who learn it will build the future. The people who don’t will watch someone else build it for them.
“You don’t have to love AI. But you cannot afford to ignore it. Sitting it out is not a statement — it’s a surrender.”
The Numbers Are Brutal
Let’s talk data. Because feelings don’t build companies and opinions don’t close gaps.
Lean In’s 2026 research found that men are 22% more likely to use AI daily. Women are 20% more likely to feel threatened by AI. Women are 32% more likely to worry that using AI makes them look like they’re cheating. And men are 27% more likely to receive recognition for using AI at work.
Read that last one again. Men get praised for using AI. Women worry they’ll get judged for it.
Harvard Business School confirmed it: women are less familiar with AI tools and less persistent when they use them. Not because women are less capable — because the environments where AI gets normalized weren’t built for them.
Here’s the kicker: Fortune reported we’re heading toward a two-tier AI economy. People who use AI will accelerate. People who don’t will fall behind. And women are disproportionately on the wrong side of that divide.
The jobs women hold are 3x more likely to be automated by AI. Women are nearly twice as likely as men to predict greater job losses for women due to AI. We see the cliff. We just aren’t running from it fast enough.
“Men get praised for using AI. Women worry they’ll get judged for it. That gap is not a preference. It’s a tax.”
What Claude Cowork Actually Is
Let me be clear about something: Claude Cowork is not bad. It’s fun. It’s friendly. It feels like progress.
But it’s really just a next-level Zapier or Make.
Claude Cowork is a browser-based interface where you chat with Claude and it helps you do things. Write emails. Summarize documents. Create workflows. It’s the AI equivalent of training wheels. And for people who are just getting started with AI, it’s fine. It’s a good on-ramp.
But here’s what it actually does: it restricts your ability to be creative and push back on outcomes.
In Cowork, you’re working within guardrails someone else designed. You’re limited to the workflows it supports. You can’t dig into your codebase. You can’t spin up five parallel agents. You can’t connect to your GitHub repos, your Linear boards, your Gmail, your Google Calendar, your Supabase database, and your deployment pipeline all at once. You’re in a sandbox. A pretty, comfortable, safe sandbox.
And if you’re an early-stage founder trying to move fast, build product, and compete with people who have engineering teams — a sandbox is not where you need to be.
“Claude Cowork is the AI equivalent of training wheels. If you want to be dangerous, take them off.”
What Claude Code Actually Is
Claude Code runs in your terminal. It’s the same Claude brain, but instead of chatting in a browser window, you’re talking to it inside the command line — where it has direct access to your files, your project, your codebase, and your entire development environment.
That means Claude Code can:
- Read and edit your actual codebase
- Create pull requests on GitHub
- Run your build and test commands
- Connect to MCP servers like Gmail, Google Calendar, Linear, Slack, and Supabase
- Spin up sub-agents to handle parallel tasks
- Write entire features, not just snippets
- Follow a CLAUDE.md file that teaches it your codebase, your conventions, and your preferences
I use Claude Code to build frontend features, write and send segmented email campaigns, manage my Linear board, triage my inbox, and deploy code. Every day. As a non-technical founder.
My email marketing system sends 16–20 segmented emails a month. My frontend workflow ships features faster than most technical teams. My inbox gets triaged by Claude every morning before I touch it.
None of that is possible in Claude Cowork.
The Terminal Looks Scary. Get Over It.
Yes, I know. The terminal looks scary. It feels like the Terminator. The font is intimidating. There’s no friendly blue button to click.
It takes about three hours to get over all of that.
Three hours. That’s it. That’s the barrier between you and being genuinely dangerous as a founder.
We ran a Claude Code workshop for 27 non-technical women founders in our community. Women who had never opened a terminal. Women who didn’t know what a CLAUDE.md file was. Women who thought “git” was a typo.
By the end of the session, they were navigating their projects. By the end of the week, they were building. By the end of the month, some of them had five terminal windows open — squashing bugs, creating features, and building workflows for their day-to-day ops.
The gap between “I’m scared of the terminal” and “I have five terminal windows open” is not talent. It’s not a CS degree. It’s not years of experience. It’s three hours of discomfort.
“The barrier between you and building real product is not a computer science degree. It’s three hours of discomfort in the terminal.”
What You Can Do in Claude Code That Cowork Can’t Touch
Let me make this concrete. Here’s what a typical Tuesday looks like for me in Claude Code:
- 8:00 AM — Claude triages my inbox using MCP, pulls my calendar, and gives me a 60-second morning briefing
- 8:30 AM — I open my marketing-site repo and tell Claude to write a new blog post (yes, this infrastructure was built in Claude Code)
- 9:00 AM — I open a second terminal and start working on a product feature. Claude reads my codebase, understands the architecture, and builds the component
- 10:00 AM — I open a third terminal and have Claude draft three email campaigns for Customer.io, segmented by user behavior
- 11:00 AM — Claude creates a PR, runs the build, and I review the diff before merging
- 12:00 PM — I’ve shipped more before lunch than most teams ship in a sprint
In Claude Cowork, I could… summarize a document and write a nice email. That’s the gap.
| Claude Cowork | Claude Code | |
|---|---|---|
| Access to your codebase | No | Yes |
| Build and ship features | No | Yes |
| Connect to Linear, Gmail, Calendar, Slack | Yes | Yes |
| Connect to GitHub, Supabase, custom tools | No | Yes (any MCP server) |
| Run parallel agents | No | Yes |
| Custom instructions (CLAUDE.md) | No | Yes |
| Create pull requests | No | Yes |
| Run build/test commands | No | Yes |
| Write and deploy email campaigns | No | Yes |
| Learning curve | Minutes | ~3 hours |
| Ceiling | Low | None |
The learning curve for Claude Cowork is lower. That’s the only advantage. And it’s a three-hour advantage. After that, Claude Code is not even in the same category.
Technology Is Not Waiting for You
I need to say something that’s going to make some people uncomfortable.
The AI gender gap is not going to close by itself. No one is going to pause the technology until women catch up. No one is going to build a special on-ramp just for us. The train is moving. You’re either on it or you’re watching it leave.
Every month you spend in Claude Cowork because it feels safer is a month your male counterparts are spending in Claude Code building faster, shipping more, and compounding their skills. That 25% adoption gap doesn’t shrink over time. It widens. Because AI skills compound. The people using it today will be exponentially better at using it six months from now.
Lean In found that the proportion of women adopting AI has tripled over the past year. That’s great. But it tripled from a low base, and men are still ahead. We’re closing the gap on whether we use AI at all. We have not even begun to close the gap on how deeply we use it.
Using Claude Cowork is like saying “I’m using AI.” Using Claude Code is like saying “I’m building with AI.” Those are two very different sentences.
“The gap is no longer about whether women use AI. It’s about how deeply we use it. Claude Cowork is surface. Claude Code is infrastructure.”
Become the Terminator
I’m not here to shame anyone for using Claude Cowork. If you’re just getting started with AI, it’s a fine first step. Use it. Learn how Claude thinks. Get comfortable with prompting.
But do not stay there.
Reese Witherspoon caught heat for telling women to learn AI. Fine. I’ll say something more specific: stop using Claude Cowork and get in the terminal. Not because Cowork is bad. Because it’s a ceiling disguised as a tool. And the ceiling is low.
I promise you — getting over your fear of the terminal will make you more dangerous than any course, any webinar, any productivity hack you’ve ever tried.
You won’t fear the terminator. You’ll become the terminator.
Join Theanna
Learn Claude Code With Women Who Are Actually Building.
If you’re a woman founder who wants to learn Claude Code with a community who’s actually shipping — not just talking about it — join Theanna. We run live Claude Code workshops, pair sessions, and build together every week.
How to Get Started With Claude Code Today
If you’re reading this and you’re ready to move, here’s what to do right now:
- Install Claude Code — Open your terminal and run `npm install -g @anthropic-ai/claude-code` (you’ll need Node.js installed first)
- Navigate to any project folder — `cd` into whatever you’re working on
- Type `claude` — That’s it. You’re in. Start talking to it like a human.
- Create a CLAUDE.md file — This is your instruction manual for Claude. Tell it about your project, your stack, your conventions. Read our full workshop breakdown for exactly how to do this.
- Connect your tools — Set up MCP servers for Gmail, Calendar, Linear, Slack, or whatever you use. Claude becomes your ops layer, not just a chat window.
Give yourself three hours. That’s all I’m asking. Three hours of discomfort for a permanent upgrade in what you’re capable of building.
The women in my community did it. You can too.
Join 300+ women founders
Ready to start building?
AI tools, founder community, engineering support, and a structured framework to go from idea to paying customers.
More posts