Developer workstation with multiple screens showing code editors, AI interfaces, and a mobile app build in progress
Developer • 10 min read

The AI Tools We Actually Use to Build NerdSip

March 2026 • by NerdSip Team

TL;DR

Our 2-person team uses Claude Code for all development, Suno for music, ElevenLabs for voice narration, Nano Banana via AI Studio for images (free!), and OpenClaw for marketing research. We pay ~$300-500/month total and it replaces a full-time hire.

TikTok Instagram Reddit LinkedIn
Developer

You've seen the listicles. "50 Best AI Tools for 2026", with a suspiciously even split between tools you've heard of and tools you can tell the author signed up for last Tuesday. Half the list is wrappers around GPT-4. A quarter of them have pivoted or shut down since the article was published. And every single one has an affiliate link baked into it, whether disclosed or not.

We're not doing that.

This is what our 2-person team actually uses, every day, to build NerdSip, an AI-powered learning app that's live in the App Store and Google Play Store. Not what we tried during a free trial. Not what looked good in a demo. What we pay for and depend on to ship real software to real users.

NerdSip is an AI learning platform, which means AI isn't a bolt-on feature for us: it's the whole product. We use AI for code, for content generation (AI writes and structures every course), for voice narration, for background music, for hero images, and for marketing research. We've tested a lot of tools in anger. Here's what survived.

Snapshot: March 2026. This stack will change. AI moves fast and we change with it.

The Essentials: Tools We Can't Live Without

1. Claude Code (Anthropic): Our Entire Dev Workflow

Let's start with the one that changed everything. Claude Code is not a chatbot. It's an AI coding agent that runs in your terminal, reads your actual codebase, edits files, runs commands, and shows you diffs of every change it makes.

We build NerdSip with Claude Code. Full stop. It handles everything from writing Convex backend mutations to building React Native components to generating the scripts that auto-build our blog posts. It understands our monorepo (Convex backend, React Native mobile, Vite web) and makes changes across the stack without losing context.

The reason it works where other coding tools fall short: the context window. Claude's extended thinking window means it can hold your entire codebase in mind, not a cherry-picked snippet. It doesn't hallucinate file paths because it's actually reading your files. When it makes a change, you see the diff before it's applied.

Honest take: It's not perfect. Sometimes it over-engineers a solution when two lines would do. Sometimes it needs a firm "stop, you're overthinking this" redirect. And occasionally it confidently suggests something that breaks a downstream dependency it didn't account for. But the velocity boost is real: we estimate 5-10x faster than writing everything manually, which for a 2-person team with day jobs is the difference between shipping and not shipping.

Cost: Claude Max plan at ~$100/month. That's the one we use for heavy coding sessions. Claude Pro at $20/month works for lighter use, but when you're doing multi-file refactors across a 60,000-line codebase, you hit rate limits fast.

2. Suno: Music Generation

NerdSip has an audio/podcast mode where users can listen to their courses instead of reading them. That mode needed background music: something that felt study-appropriate without being generic elevator music or YouTube royalty-free filler.

Suno does text-to-music. You describe what you want (genre, mood, tempo, vibe, instruments) and it generates a full track. We use it for the background music in study mode (chill lo-fi, minimal distraction) and upbeat tracks that play during achievement unlocks and course completions.

The quality surprised us. Not "good for AI" surprised us. Just genuinely good. The kind of tracks you'd happily play in the background without cringing. Instrumental output is consistently strong.

Honest take: Lyrics are hit-or-miss. If you need vocals, be prepared to generate 10 versions to get one you can use. For instrumental music specifically, Suno punches well above its price point. Generation is fast, usually under a minute.

Cost: ~$10/month. We use it in bursts for new content batches, not continuously.

3. ElevenLabs: Text-to-Speech & Voice

Every lesson in NerdSip can be listened to as a narrated audio track. We're not recording human voices; ElevenLabs generates them from the lesson text. The result sounds like a real person reading the content, not a robot from 2015.

ElevenLabs is the best text-to-speech we've tested by a wide margin. The voice library is enormous. The API is clean, well-documented, and fast enough for batch generation. We can feed it an entire course worth of text and it will voice every lesson in a single pipeline run.

Honest take: Per-character pricing means costs scale directly with the amount of content you generate. During batch runs where we're voicing 50+ lessons at once, we burn through credits quickly. This is an area where we actively monitor usage and batch intelligently to control costs.

Cost: ~$50-100/month on API credits. Scales with content volume.

4. Nano Banana Pro & Nano Banana 2: Image Generation

Every blog post needs a hero image. Every course needs a thumbnail. Our marketing needs graphics. We generate all of it: no stock photo library, no hired designer for these assets.

Nano Banana Pro and Nano Banana 2 are image generation models available through Google AI Studio. If you're a developer and you're paying for Midjourney right now, read carefully: AI Studio gives you access to state-of-the-art image generation through the API for free.

We call the API from a script, pipe in a prompt, get back an image. We use it for blog hero images, course thumbnails, and marketing graphics. The quality is comparable to Midjourney for our use cases: clean, professional, consistent with prompting.

Honest take: There's no fancy UI. You're writing API calls or using AI Studio's interface directly. Prompting matters more than with consumer tools, you'll need to be specific. But for developers who are already comfortable with APIs, this is an easy win. Skip the subscription; use the API.

Cost: Free tier through AI Studio is extremely generous for our usage volume. We've paid essentially nothing for image generation.

5. OpenClaw: Marketing & Market Research

OpenClaw is an AI agent built specifically for marketing tasks: content research, competitive analysis, market research, SEO analysis. We use it for all of NerdSip's marketing research and competitor analysis.

The distinction from using ChatGPT for the same tasks: OpenClaw understands marketing context natively. It's built for this workflow. You're not fighting a general-purpose model to think in terms of positioning and competitive differentiation: that's what it's designed for.

Honest take: It's a newer tool that's still evolving. There are rough edges. But for our marketing workflow it's replaced hours of manual research per week, and that trade-off is very much worth it.

Cost: Variable. Check their current pricing.

Solid Alternatives (If Our Picks Don't Fit Your Workflow)

We're not saying our stack is the one true way. Here are the alternatives we considered and what the real trade-offs are:

GPT Image 1.5 (OpenAI): Solid alternative to Nano Banana for image generation. Available through ChatGPT Plus. More consumer-friendly UI, good quality. The trade-off: it costs $20/month vs free access through AI Studio. If you're not comfortable with APIs, GPT Image 1.5 is probably your move. If you are, skip it.

Perplexity Computer: An alternative to OpenClaw for research tasks. Browser-based AI that can actively browse the web, analyze competitor sites, and pull live data. Good for ad-hoc research when you don't want to write a research brief. Trade-off: it's less marketing-specific and more general-purpose. Works well for one-off lookups, less so for systematic competitive intelligence.

Cursor / Windsurf: The main alternatives to Claude Code if you prefer an IDE over a terminal workflow. Both are genuinely solid tools. Cursor has excellent autocomplete and feels like a natural IDE extension. Windsurf has Arena Mode. The trade-off: smaller context windows than Claude and more opinionated about how you work within them. If you spend all day in a GUI IDE and the terminal feels alien, try Cursor first.

Midjourney: Still the reference standard for artistic and creative image generation. If you need images with a specific artistic style or you're making hero art that needs to be genuinely beautiful, Midjourney is your tool. Trade-off: $10-30/month, Discord-based interface (though there's a web UI now). For our use case, clean, professional blog images and thumbnails, Nano Banana does the job for free. For creative art, Midjourney is still the benchmark.

The Section Nobody Writes: API vs. Subscription

Every "best AI tools" list skips this, and it's the most important thing for developers and startup founders to understand. There are fundamentally two ways to access AI tools, and they're for completely different purposes.

Dimension Subscription ($20/mo typical) API (pay per use)
Cost model Fixed monthly Variable, per token/character/image
Interface Consumer UI Code, you build the integration
Examples ChatGPT Plus, Midjourney, Claude Pro OpenAI API, Anthropic API, ElevenLabs API
Best for Personal productivity, exploration Building products, automation, batch jobs
The catch You can't integrate it into your product, it's for YOU, not your users Costs can spike without monitoring; no UI to fall back on

The insight that most developers miss: you probably need both. The subscription for your own productivity: Claude Pro or Max for your daily coding workflow. The API for your product: Anthropic API so your users can interact with AI, ElevenLabs API so your users' content gets voiced, and so on.

For NerdSip, we pay for Claude Max as a subscription (our development tool). And separately, we pay Google Vertex AI and ElevenLabs on API usage (our product's core features). These are solving different problems.

Our actual monthly cost breakdown:

That is less than one junior developer's daily rate. For a 2-person team, AI tools are the highest-leverage spend we have. We're building things that would require a 5-person team without them.

Why Most "Best AI Tools" Lists Are Garbage

We'll be brief here because you already know this, but it's worth naming clearly.

Most "best AI tools" listicles are SEO-optimized affiliate link farms. The author has a referral relationship with most of the tools they're recommending, which is disclosed in two-point font at the bottom of the page if you're lucky. The list has 50 tools because more tools means more affiliate links, not because 50 tools are genuinely useful.

They list tools they've opened a free trial for. They don't tell you the actual cost. They don't tell you the real limitations. They mix consumer toys with developer infrastructure without distinguishing which is which: ChatGPT and a Convex database are not comparable tools, but they'll appear on the same list. And by the time you read the post, a quarter of the tools have pivoted, raised their prices by 3x, or been acquired and shut down.

The test we apply: would I still recommend this tool if there were no affiliate program? That's the only filter that matters.

Closing: Start With One, Add the Next When You Hit a Real Problem

The worst thing you can do is sign up for 10 AI tools in one week, spend two days configuring integrations, and then realize you've created a $400/month maintenance burden without shipping anything.

Pick the one that solves your most acute pain. If you're a solo developer, that's probably a coding assistant: start with Claude Code or Cursor and actually learn how to use it. Master the prompting, learn its failure modes, build your workflow around it. Then add the next tool when you hit a real limitation, not because someone wrote a listicle about it.

Our stack will change. These are the tools we're using in March 2026. Six months from now, something will have shipped that makes one of these obsolete, or a tool we're currently using will have raised prices past the point where it makes sense, or we'll have found something better. That's fine. The goal is to ship software, not to have the perfect stack.

If you want to see what this stack actually produces, AI-generated courses, voice narration, gamified learning, download NerdSip and try it. It's the best demo we have for what these tools can build when they're pointed at a real product problem.

NerdSip Dev Team
Two founders, PhDs in Physics, building an AI learning platform on the side while keeping day jobs. We learn by building, and we build by learning.

Frequently Asked Questions

What AI tools does the NerdSip team actually use?

Our core stack is Claude Code for development, Google Vertex AI (Gemini) for course generation, ElevenLabs for voice narration, Suno for background music, Nano Banana via Google AI Studio for image generation, and OpenClaw for marketing research.

How much do AI tools cost for a small startup?

Our 2-person team spends roughly $300-500/month on AI tools including Claude Max, Google Vertex AI, ElevenLabs API, and Suno. Image generation through AI Studio is free for developers. It's less than one junior developer's daily rate.

Is Claude Code worth the cost?

For us, absolutely. The Claude Max plan at $100/month gives us a 5-10x velocity boost on development. It reads our actual codebase, makes changes across our monorepo, and shows diffs; it's a coding agent, not just a chatbot.

Can developers get free image generation for apps?

Yes. Google AI Studio gives developers access to state-of-the-art image models including Nano Banana 2 for free through the API. If you're comfortable writing API calls, you can skip the $20/month Midjourney subscription entirely.

See AI-Powered Learning in Action

NerdSip uses AI to generate personalized micro-courses on any topic. Try it free and see what our stack can build.