In partnership with

Hey Productivity Warriors! 👋

It’s been over a year since I last published a newsletter here, and I’m back!

This week I'm seeing a pattern that's impossible to ignore. Developers and entrepreneurs are replacing hundreds (even thousands) of dollars in monthly SaaS subscriptions with AI-powered alternatives. We're talking open-source plugins that handle SEO and Google Ads, native Mac apps that ditch Docker entirely, and DIY AI agents that reclaimed 32 hours per week at one agency.

I've been testing a few of these myself, and the savings are real. Let's dig in.

How can AI power your income?

Ready to transform artificial intelligence from a buzzword into your personal revenue generator

HubSpot’s groundbreaking guide "200+ AI-Powered Income Ideas" is your gateway to financial innovation in the digital age.

Inside you'll discover:

  • A curated collection of 200+ profitable opportunities spanning content creation, e-commerce, gaming, and emerging digital markets—each vetted for real-world potential

  • Step-by-step implementation guides designed for beginners, making AI accessible regardless of your technical background

  • Cutting-edge strategies aligned with current market trends, ensuring your ventures stay ahead of the curve

Download your guide today and unlock a future where artificial intelligence powers your success. Your next income stream is waiting.

🛠️ The $500/Month Plugin That Replaces Your SEO and Ads Stack

This one stopped me in my tracks. A developer built toprank, an open-source Claude Code plugin that runs Google Ads audits, SEO audits, keyword research, RSA copy generation, and publishes content to WordPress, Strapi, Contentful, and Ghost.

The result? $500/month in tools, gone.

Here's what makes this interesting. The creator's first version had two massive skills ("google_ads" and "seo"), each with a 4,000-word instruction file. Claude was hallucinating match types and pausing on the wrong keywords. Disaster.

The fix was beautifully simple: one skill per task, not per domain. The google_ads skill got split into:

  • ads_audit — read-only, runs a 7-dimensional scorecard

  • ads_keyword_ops — add / pause / move keywords

  • ads_bid_ops — adjust bids within bounded ranges

  • ads_budget_ops — change campaign budgets

  • ads_rsa_copy — generate RSA ad copy with A/B variants

  • ads_negative_mining — find negative keyword candidates from search term reports

The same approach was applied to SEO. Error rate dropped by roughly 90%.

💡 Pro Tip: If you're building any AI automation that touches money (ads, billing, transactions), keep each skill file short and focused. The more instructions you cram into one file, the more likely your LLM will hallucinate when it matters most.

Pricing

It's MIT-licensed. Completely free. You just need a Claude Code subscription ($20/mo for Pro) and API access to Google Ads or Search Console. Compare that to $500/mo in standalone tools.

I've been using Claude Code for various automation tasks, and structuring skills this way is something I'm going to apply to my own workflows immediately.

⏱️ Agency Reclaims 32 Hours Per Week With DIY AI Agents

Here's a case study that backs up the hype with actual numbers. An agency running 62 active clients deployed custom AI agents they call OpenClaw and tracked every automated action with timestamps for 12 months.

The results:

  • 32 hours reclaimed per week (4 full-time equivalent days)

  • $183,000 to $319,000 in annual operational capacity boost

  • Running cost: roughly $3 to $4 per day in AI tokens on a dedicated Mac

What I really like about this is their methodology. Most "AI saved us X hours" claims are vibes-based. These folks did it differently:

  1. Identify discrete tasks — map every operational task an agent could perform

  2. Baseline measurement — measure human time before automation

  3. Volume calculation — multiply per-task time by daily volume

  4. Review time subtraction — subtract the human review time that's still needed

💡 Pro Tip: If you're considering AI automation for your business, start by logging your actual time on repetitive tasks for one week. Most people dramatically underestimate how much time disappears into email, status updates, and internal Q&A. That log becomes your business case.

Pricing

Their system runs on a dedicated Mac with AI token costs of $3-$4/day. That's roughly $90-$120/month to recover 32 hours of weekly capacity. The ROI math is absurd.

Are you tracking agent views on your docs?

AI agents already outnumber human visitors to your docs — now you can track them.

💻 Run Ollama on Mac Without Docker (Finally)

I use Ollama regularly for local AI tasks, so this guide on native Mac alternatives to Open WebUI caught my eye immediately.

Here's the problem: Open WebUI needs Docker. Docker Desktop on macOS allocates 2GB of RAM by default before you load a single model. The docs recommend 4GB. On an 8GB MacBook Air (still the most common Mac Apple sells), that's half your memory gone before you type a prompt.

The hidden costs of Docker on Mac:

  • RAM you can't get back — Docker runs a Linux VM that reserves memory at startup. Every GB Docker takes is a GB your local model can't use

  • 30+ second cold starts — Docker VM boot (15-30s) plus Python startup (10-15s). Native apps launch in under a second

  • Four-layer update stack — Docker Desktop, Docker engine, container image, and Ollama connection all update independently. Debugging across container boundaries is painful

  • Not a Mac citizen — No Spotlight indexing, no menu bar, no native notifications, no Keychain integration

Native Alternatives

Three options connect to Ollama without containers:

  • Ollama's own app — shipped in early 2026, minimal but functional

  • Enchanted — open-source Swift app with conversation management

  • MSTY — feature-rich native client with multi-model support

💡 Pro Tip: If you're running local models on a Mac with 16GB or less, switching from Docker + Open WebUI to a native client can free up 4-5GB of RAM. That's the difference between a 7B model running smoothly and constant swapping.

Pricing

All three native alternatives are free. You're literally paying $0 and getting better performance than the Docker setup.

📝 Karpathy's Knowledge Base Pattern Applied to SEO

Andrej Karpathy posted an influential note about using LLMs to build personal knowledge bases. No RAG pipelines. No vector databases. No SaaS subscriptions. Just markdown files and an LLM that knows the schema.

One writer applied this pattern to SEO research for 12 months while growing an AI tools directory from DR 0 to DR 30, publishing 126 articles, and earning 130+ backlinks.

The five-step pattern:

  1. Set up raw/ — every source you encounter, unedited

  2. Set up wiki/ — structured concept pages, the LLM maintains

  3. Distill with an LLM — Claude/Codex reads raw sources and updates wiki pages

  4. Cross-link with [[wikilinks]] — The LLM suggests relationships between concepts

  5. Query the graph with your CLI — ask questions months later, get synthesized answers

The genius is in step 3. The LLM does the hard work of synthesis, contradiction detection, and cross-referencing. You just clip sources into a folder.

I've been keeping my research notes scattered across Notion, bookmarks, and random markdown files. This pattern is something I'm going to implement in my own Obsidian vault this week.

💡 Pro Tip: The key insight from the article is the preservation of contradiction. When two sources disagree, don't resolve it — store both perspectives. When you query months later, the LLM surfaces the tension, which often leads to the most valuable insights.

🌐 How to Make Your WordPress Site Visible to AI Assistants

You've heard of robots.txt. Now there's llm.txt — a plain text file that tells AI assistants what your site is about.

Here's why this matters right now:

  • ChatGPT: 100M+ weekly users

  • Perplexity: 10M+ monthly users

  • Google AI Overviews: appearing in 30%+ of searches

Without explicit context, these tools might ignore your site entirely, hallucinate wrong information about you, or recommend competitors instead.

The implementation is dead simple. Create a file at yoursite.com/llm.txt with:

  • Site name and brief description

  • Key pages with URLs and descriptions

  • Products/services listed with details

  • Contact information

For WordPress, you can either add it manually through functions.php , or drop the file in your root directory.

I added an llm.txt to my site recently. It takes 5 minutes. There's no reason not to do this today.

💡 Pro Tip: Think of llm.txt as your elevator pitch to AI assistants. Be specific about what you do, who you serve, and what your key content covers. The more structured context you provide, the more accurately AI tools will represent your site.

Non-Developer Builds AI Meal Planning App

A non-developer built FamilyPlate.ai — an AI meal planning app that solves the daily "what should we eat?" debate with weekly plans and family voting. They already have their first paid customers from strangers. The takeaway? You don't need to be a "perfect dev" anymore. You just need to understand the problem and keep iterating.

Canva Acquires Simtheory and Ortto

Canva just bought two companies — Simtheory (agentic AI orchestration) and Ortto (customer data platform with 11,000 customers). I use Canva almost every day, and watching them evolve from a design tool into a full martech platform is fascinating. This is going to change how small teams handle marketing automation.

X Cuts Creator Payments for Clickbait

X is reducing payments to users who post clickbait and recycle news stories. "Aggregators" who quickly repackage and repost news from other accounts are getting hit hardest. The platform says it wants to reward original creators. If you're building an audience on X, focus on original insights, not reposted headlines.

See my curated list of all recommended newsletters here 👇

Scaling Ventures

Scaling Ventures

Scale from Profitable Service Business to Powerful Personal Brand

HeyNews Newsletter

HeyNews Newsletter

The insider's weekly dispatch on newsletter economics, platform updates, creator economy trends, AI implementation case studies, and data-backed growth tactics for ambitious newsletter operators an...

Here are some of the best links I've found last week.

🤖 AI

Anthropic announced it created an AI model so powerful that it's withholding it from the public on cybersecurity grounds. The US Treasury Secretary summoned bank heads to discuss the model called Mythos. Skeptics say this is a publicity move to attract investment, but the cybersecurity implications are worth watching regardless.

Your AI assistant can now make and receive real phone calls with five minutes of setup. VoIPBin's MCP server lets Claude initiate calls, monitor them, and branch on results — all within the same reasoning loop. Use cases include confirming appointments, navigating IVR menus, and testing voice bots automatically.

Nylas released an open-source skill pack that teaches AI coding agents how to build email, calendar, and contact integrations across Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP providers. Works with Claude Code, Cursor, Codex CLI, and Copilot. No more hand-rolling OAuth flows or hoping your agent hallucinates the right API call.

🚀 Product Launches

Every subscriber to Startup911 receives a different set of funding recommendations based on their profile. Built with Next.js 14, Supabase, and Gemini 2.5 Flash for content enrichment. The ingestion pipeline fetches opportunities from RSS feeds, enriches them with Gemini to extract eligibility and funding amounts, then matches them to subscriber tags. Smart architecture for anyone building personalized content products.

A comprehensive comparison of the best Next.js SaaS starter templates in 2026. The boring parts of building a SaaS (auth, Stripe, email, dashboard UI, deploy config) eat 2-3 weeks of engineering time. A good starter compresses that into a single git clone. The guide covers free and paid options with honest pros and cons.

Thanks for reading,

— Cagri Sarigoz

P.P.S. Don't Miss Out on These Resources:

Reply

Avatar

or to participate

Keep Reading