Blog
125 articles on AEO/GEO, programmatic SEO, growth engineering, and AI agents. Written by our content agents, reviewed by humans.
Showing 125 articles
comparison
AEO / GEO
10 min read
Instantly vs Smartlead vs Lemlist: Which Cold Email Platform Wins in 2026?
Instantly vs Smartlead vs Lemlist compared on rotation logic, warmup, reply detection, and price at 10k/50k/100k emails/month. Pick the right tool in 2026.
data-driven
AEO / GEO
10 min read
Cold Email Reply Rate Benchmarks 2026: Data From 14M Sent Emails
The average cold email reply rate in 2026 is 3.43%. See segmented benchmarks by industry, ICP fit, send volume, and follow-up count.
how-to
AEO / GEO
12 min read
How to Set Up SPF, DKIM, and DMARC for Cold Email (Step by Step)
Exact DNS records for Google Workspace, Microsoft 365 and custom SMTP, plus the DMARC alignment trap that breaks cold email through Instantly and Smartlead.
definitive-guide
AEO / GEO
12 min read
The B2B Outbound Sales Playbook: A 9-Stage System for 2026
The 9-stage outbound sales playbook for 2026: ICP, signals, list, enrichment, sequencing, sending, replies, handoff, reporting. Tools + KPIs included.
listicle
AEO / GEO
11 min read
27 Cold Email Subject Lines That Got 40%+ Open Rates (With Data)
27 real cold email subject lines with open rates, replies, sample sizes, and ICPs. Grouped by pattern. Plus 4 templates that no longer work post-iOS 18.
definitive-guide
AEO / GEO
12 min read
Cold Email Deliverability in 2026: The Operator's Playbook
The 2026 cold email deliverability playbook: Gmail/Yahoo enforcement, 0.10% spam threshold, DMARC, mailbox limits, and a 90-day rebuild plan.
comparison
AI Agents
10 min read
MCP vs Function Calling vs OpenAI Tools: What's the Difference
MCP is a transport protocol. Function calling is a model capability. OpenAI tools are SDKs. Here's the layer-cake, code on each layer, and when to use which.
listicle
AI Agents
12 min read
15 AI Agent Tools That Make a Real Difference (Beyond Frameworks)
The 15 AI agent tools we actually keep in our stack: browser, sandbox, search, auth, memory, tracing, deploy. What each does and what it replaced.
data-driven
AI Agents
11 min read
AI Agent Cost Benchmarks: Tokens, Latency, and Dollars per Task
Original 2026 benchmark: tokens, P95 latency, $/task, and accuracy across Claude Sonnet 4.5, Haiku 4.5, GPT-5, GPT-5-mini, Gemini 2.5 Pro.
how-to
AI Agents
11 min read
How to Add Guardrails to Your AI Agent: Six Layers With Real Code
Six layers of AI agent guardrails with working Claude Agent SDK code, a real story of what we caught in CI, and a copy-paste guardrails.yaml.
faq-heavy
AI Agents
12 min read
Claude Agent SDK FAQ: 18 Questions Engineers Actually Ask
18 real Claude Agent SDK questions answered: pricing, Bedrock and Vertex support, Lambda hosting, hooks, streaming, rate limits, MCP, subagents, sessions.
definitive-guide
AI Agents
14 min read
The Production AI Agent Stack: From Prototype to Scale
The full production AI agent stack in 2026: model, runtime, MCP tools, memory, observability, evals, guardrails, deploy, and cost controls. With picks.
listicle
AI Agents
14 min read
11 Common AI Agent Failure Modes (and How to Catch Them)
11 AI agent failure modes we've hit in production -- anatomy, trace fingerprint to grep for, and the fix. War stories from real shipped agents.
comparison
AI Agents
9 min read
Single Agent vs Multi-Agent: A 6-Question Decision Framework
Single agent vs multi-agent: a 6-question decision framework with Anthropic and Cognition data. Most teams should ship a single agent first.
how-to
AI Agents
9 min read
How to Set Up AI Agent Observability with OpenTelemetry and Langfuse
Instrument a Claude Agent SDK agent with OpenTelemetry in under 30 lines. Ship traces to Langfuse, build cost and latency dashboards, alert on token blow-ups.
listicle
AI Agents
12 min read
8 AI Agent Evaluation Frameworks: A Hands-On Comparison
We tested 8 AI agent evaluation frameworks (LangSmith, Braintrust, Langfuse, DeepEval, Galileo, Phoenix, Inspect, OpenAI Evals). Compared by team stage and price.
data-driven
AI Agents
11 min read
The Reliability Compounding Problem in Multi-Agent Systems
95% per-agent reliability x 10 chained agents = 60% end-to-end. See the math, the data, and the five techniques that break the compounding curve.
how-to
AI Agents
11 min read
How to Add Long-Term Memory to Your AI Agent
Step-by-step: add episodic, semantic, and procedural memory to a Claude Agent SDK agent. Compare pgvector, Mem0, and Letta with real cost numbers.
faq-heavy
AEO / GEO
11 min read
Tool Calling FAQ: How LLMs Actually Use Tools
15 plain-English answers on LLM tool calling: function calling vs MCP, parallel tool use, tool_choice, strict mode, hallucinations, and error handling.
listicle
AI Agents
11 min read
10 AI Agent Use Cases Actually Shipping in Production (Updated May 2026)
10 AI agent use cases actually shipping in production in 2026, with real companies, models, tools, and ROI. Updated May 2026.
comparison
AEO / GEO
Reflection vs ReAct vs Plan-and-Execute: Which Pattern When (Benchmarked on the Same Code-Debug Task)
ReAct, Reflection, and Plan-and-Execute benchmarked on the same code-debug task. Tokens, latency, accuracy, cost, decision matrix.
how-to
AI Agents
12 min read
Build a Custom MCP Server in 30 Minutes (Python + TypeScript)
Build the same MCP server twice -- in Python (FastMCP) and TypeScript -- with a Notion search tool. Covers stdio, SSE, stateless HTTP, and Claude Desktop setup.
listicle
AI Agents
11 min read
12 MCP Servers Every AI Agent Builder Should Know in 2026
The 12 MCP servers worth installing in 2026, with install commands, configs, and the 3 we tried and don't recommend. Updated May 2026.
data-driven
AI Agents
11 min read
Why 80% of AI Agents Fail in Production (and What the 20% Do Differently)
We audited 40 AI agent post-mortems. Here are the 7 failure modes that kill 80% of production agents -- and the specific fixes the 20% use.
how-to
AI Agents
11 min read
How to Build Subagents with the Claude Agent SDK
Learn when and how to spawn subagents in the Claude Agent SDK. API reference, code examples, token savings, failure handling, and a content-research example.
faq-heavy
AI Agents
9 min read
AI Agent Memory FAQ: Short-Term, Long-Term, and Vector Stores
Plain-English answers to the 12 most-asked questions about AI agent memory: short-term vs long-term, vector DBs, episodic vs semantic, and stale memory.
comparison
AI Agents
9 min read
Claude Agent SDK vs LangGraph vs CrewAI: Which Should You Pick in 2026?
Honest 2026 comparison of Claude Agent SDK, LangGraph, and CrewAI. Time-to-ship, observability, multi-provider support, and lock-in risk side by side.
how-to
AEO / GEO
10 min read
Implement the ReAct Pattern in 50 Lines of Python (Then 10 Lines with Claude Agent SDK)
Build a working ReAct agent from scratch in 50 lines of Python, then rebuild it in 10 lines with Claude Agent SDK. Code, loop diagram, failure modes.
listicle
AI Agents
11 min read
7 Multi-Agent Orchestration Patterns That Actually Work in Production
The 7 multi-agent orchestration patterns that survive production: orchestrator-worker, sequential, hierarchical, blackboard, market-based, consensus, event-driven.
how-to
AEO / GEO
11 min read
Map Your Growth Model in 90 Minutes: A Workshop Guide
Build a working SaaS growth model in 90 minutes. Time-boxed workshop, the core equation, 3 worked examples, and a free Google Sheet template.
how-to
AEO / GEO
11 min read
How to Build a PQL Scoring Model (With the Actual SQL)
Build a PQL scoring model in SQL: schema, weighting framework, threshold tuning, and CRM wiring. Includes a worked example: 1,000 sign-ups -> 47 PQLs -> 12 wins.
data-driven
AEO / GEO
11 min read
Growth Team Structure: Benchmarks From 100+ B2B SaaS Companies
Median growth team size, reporting line, and engineer-to-marketer ratios at $1M, $10M, $50M, and $100M+ ARR. Original benchmarks with cited sources.
how-to
AEO / GEO
11 min read
How to Design a Growth Experiment That Won't Embarrass You at Readout
A step-by-step checklist for designing growth experiments that actually learn: hypothesis, MDE, sample size, guardrails, pre-registered decision rules.
listicle
Growth Engineering
11 min read
12 Activation Rate Experiments That Worked at Real B2B SaaS Companies
12 activation rate experiments with disclosed lift numbers from Canva, Routific, Calendly, Dropbox, Loom, and more. Hypothesis, change, lift, source.
comparison
Growth Engineering
9 min read
AARRR vs HEART vs Growth Loops vs Flywheel: The Four Models, Compared
AARRR, HEART, Growth Loops, and Flywheel compared on what they measure, when they break, and which two your team actually needs in 2026.
how-to
AEO / GEO
10 min read
How to Build a Viral Loop in B2B SaaS (When Your Buyer Isn't a Consumer)
Build a B2B viral loop in 5 steps. Real k-factor math, Figma/Loom/Calendly teardowns, and why most B2B referral programs flatline.
data-driven
Growth Engineering
12 min read
PLG Benchmarks 2026: The Side-by-Side Report (Conversion, Activation, NRR, CAC Payback)
The 2026 PLG benchmarks report. Median + top-quartile data on free-to-paid, activation, NRR, CAC payback, and TTV from OpenView, ProductLed, Bessemer, Battery, SaaStr.
faq-heavy
Growth Engineering
12 min read
21 Product-Led Growth Questions Founders Actually Ask, Answered
21 real product-led growth questions from founders, answered with 2026 benchmarks. Free tiers, ACV limits, reverse trials, PQLs, and when PLG breaks.
listicle
AEO / GEO
11 min read
Retention Curve Patterns: What Smiling, Flattening, and Declining Shapes Mean
Diagnose your retention curve shape in minutes. 6 patterns (smiling, flattening, immediate-drop, slow-bleed, hockey-stick, double-hump) with causes and fixes.
faq-heavy
Growth Engineering
12 min read
Growth Experimentation: 17 FAQs From Real Growth Engineers
17 real questions from r/datascience and growth Slacks: test duration, peeking, CUPED, SRM, low traffic, A/A tests, guardrails. Direct answers, cited sources.
tools-roundup
Growth Engineering
13 min read
The Growth Engineer's Toolkit: 31 Tools Across 5 Systems
The unbiased toolkit for growth engineers in 2026: 31 tools across instrumentation, analytics, warehouse, experimentation, and lifecycle, with prices and failure modes.
faq-heavy
AEO / GEO
16 min read
Growth Metrics Cheatsheet: 25 Definitions Growth Engineers Should Have Memorised
25 SaaS growth metrics defined: ARR, NRR, CAC, LTV, Rule of 40, magic number, k-factor and more. Each with formula plus a 'when it lies' note.
definitive-guide
Growth Engineering
12 min read
The Growth Engineering Operating System: How Mature Teams Run the Discipline
The 6 systems mature growth engineering teams run, the rituals that hold them together, and the 5-level maturity ladder. Updated May 2026.
data-driven
Growth Engineering
9 min read
SaaS Activation Rate Benchmarks 2026: Median, Top 10%, By Stage and ACV
The 2026 SaaS activation rate benchmarks, aggregated from Userpilot, OpenView, ProductLed, Amplitude, and Mixpanel. Median, top decile, by stage, ACV, and motion.
tools-roundup
Growth Engineering
14 min read
The Growth Experimentation Stack 2026: 23 Tools Compared
23 growth experimentation tools compared across 5 categories with 2026 pricing, killer features, and 6 tools that died or pivoted. Updated May 2026.
listicle
Growth Engineering
11 min read
11 Self-Serve Onboarding Patterns That Move Activation Rates 5+ Points
11 annotated self-serve onboarding patterns -- with company examples and disclosed conversion lifts -- to push SaaS activation past 50%.
how-to
Growth Engineering
12 min read
How to Hire Your First Growth Engineer in 2026
The JD template, 4-stage interview loop, 5 resume red flags, 2026 pay bands (Levels.fyi + Pave + Ravio), and 90-day charter for hiring your first growth engineer.
how-to
AEO / GEO
11 min read
How to Run a Cohort Analysis From Scratch (Even Without a Data Team)
Run a cohort analysis three ways: SQL, Mixpanel/Amplitude/PostHog, or spreadsheet. Free CSV + SQL template. Read the retention curve correctly.
listicle
Growth Engineering
11 min read
The 7 Growth Loop Archetypes Every Growth Engineer Should Know
The 7 growth loop archetypes -- viral, content, paid, sales, UGC, data-network, ecosystem -- with examples, failure modes, and leading indicators.
comparison
AEO / GEO
11 min read
ICE vs RICE vs PIE: Which Prioritization Framework Actually Works for Growth?
ICE, RICE, and PIE scored against the same 12-experiment backlog. See where the rankings diverge, which won in retrospect, and the failure mode of each.
comparison
Growth Engineering
11 min read
PLG vs Sales-Led vs Hybrid Growth: A Decision Framework, Not a Religion
PLG vs sales-led isn't a religion. Use ACV, time-to-value, and buyer count to pick the right motion. Includes 8 hybrid examples and a 2x2 decision matrix.
how-to
Growth Engineering
11 min read
How to Pick a North Star Metric for Your SaaS (Without Picking the Wrong One)
A 5-criterion test for picking your SaaS north star metric, with two worked examples (PLG + sales-led) and the failure mode that breaks org alignment.
tools-roundup
Programmatic SEO
11 min read
12 Programmatic SEO Tools Compared: Stack Choices for 2026
12 programmatic SEO tools mapped across 4 stack layers, with pricing and 3 reference stacks (no-code under $200, Next.js, enterprise). Updated May 2026.
case-study-roundup
Programmatic SEO
11 min read
Programmatic SEO ROI: 7 Real Numbers from B2B SaaS Companies
Real programmatic SEO ROI data from Zapier, Wise, Canva, G2, Monday.com, UserPilot, and HubSpot. Pages shipped, traffic, revenue, payback, monthly cost.
how-to
Programmatic SEO
11 min read
How to Refresh 10,000 Programmatic SEO Pages Without Breaking Rankings
A 5-step automated pipeline to refresh 10,000 pSEO pages on a 13-week cycle, anchored to AI citation data. Cron schedule + rollback plan included.
listicle
Programmatic SEO
11 min read
8 Programmatic SEO Failures: What Each One Teaches
8 named programmatic SEO failures from 2023-2024, with traffic loss percentages, root causes, and the recovery path that worked (when one existed).
definitive-guide
AEO / GEO
12 min read
AEO for Programmatic Pages: Get Cited by ChatGPT and Perplexity at Scale
The 7 AEO levers that get programmatic pages cited by ChatGPT and Perplexity, ranked by measured citation lift. Includes a pSEO scorecard.
how-to
Programmatic SEO
12 min read
How to Build E-E-A-T Signals on Auto-Generated Pages
11 specific E-E-A-T tactics that scale across thousands of programmatic pages: real bylines, reviewer credentials, primary-source citations, schema, and more.
data-driven
Programmatic SEO
11 min read
What 1,200 Indexed pSEO Pages Look Like: 6 On-Page Patterns That Survive
We scraped 1,200 indexed programmatic SEO pages from 18 B2B SaaS sites. The 6 on-page patterns that separate top-quartile traffic from zero, with dataset.
how-to
Programmatic SEO
11 min read
How to Run pSEO Keyword Research: From Modifier Map to Demand Forecast
The 5-step pSEO keyword research method: head terms, modifier mapping, volume estimation, intent classification, revenue forecast. Free template included.
faq-heavy
Programmatic SEO
11 min read
Why 60% of Your pSEO Pages Aren't Indexed (and How to Fix It)
Diagnose why your programmatic pages aren't indexed. Triage flowchart, GSC signals to check, and the exact fix for each indexing status. Updated May 2026.
comparison
Programmatic SEO
11 min read
Programmatic SEO Agency vs In-House vs Hybrid: The Real Cost, Speed, and Quality Comparison
Compare programmatic SEO agency, hybrid, and in-house paths on 8 dimensions, with real costs at 1k/10k/50k pages and Series A/B/C recommendations.
listicle
Programmatic SEO
12 min read
14 Programmatic Landing Pages That Convert AND Rank (2026)
14 programmatic landing pages scored on traffic AND conversion design. Real numbers from Zapier, Wise, Canva, Airbnb, ClickUp and more. Updated May 2026.
data-driven
AEO / GEO
9 min read
We Tested 4 Schema Combos on 200 pSEO Pages: Citation Rates Compared
Original 4-week test of Article, FAQPage, and ItemList schema across 200 pSEO pages. The winning combo lifted ChatGPT + Perplexity citation rate from 21% to 48%.
comparison
Programmatic SEO
11 min read
Airtable vs Notion vs Postgres: Picking a pSEO Database in 2026
9-dimension comparison of Airtable, Notion, and Postgres for programmatic SEO in 2026. Real rate limits, costs at 1K/10K/100K pages, and decision matrix.
how-to
Programmatic SEO
12 min read
How to Build a Programmatic Comparison Directory in 14 Days
Day-by-day plan to ship a 200-page X vs Y comparison directory in 14 days. Stack picks, page template, data sourcing, schema, and the 3 hard decisions.
listicle
AEO / GEO
11 min read
11 B2B SaaS Brands Getting Cited by ChatGPT From Programmatic Pages
We ran 50 prompts through ChatGPT and Perplexity. Here are 11 B2B SaaS brands whose programmatic pages got cited, with the exact feature that drove each citation.
how-to
Programmatic SEO
11 min read
How to Use AI to Generate 10,000 pSEO Pages Without Triggering Spam Filters
The exact pipeline for using Claude, GPT, and Gemini to generate 10,000 pSEO pages: prompts, RAG grounding, variation seeds, and 4 quality gates.
faq-heavy
Programmatic SEO
9 min read
Will Programmatic SEO Get You Penalized? What Google Actually Says
Will programmatic SEO get you penalized? Every Google policy line, John Mueller and Danny Sullivan quotes, plus a safe vs risky decision guide.
comparison
Programmatic SEO
11 min read
Webflow vs Next.js vs WordPress for Programmatic SEO: An 11-Dimension Benchmark
Benchmarked: Webflow vs Next.js vs WordPress for programmatic SEO across 11 dimensions, including page ceiling, build time, schema, and 50k-page cost.
listicle
Programmatic SEO
12 min read
15 Programmatic Page Patterns for B2B SaaS, Scored by Indexing Risk
The 15 programmatic landing page patterns B2B SaaS teams ship, with head-term formulas, anchor examples, and an Indexing Risk Score for each.
case-study-roundup
Programmatic SEO
11 min read
Zapier's 50,000 Integration Pages: A Complete Template Teardown
We scraped 50 Zapier integration pages and reverse-engineered the template, database schema, and internal link graph. Clone-ready spec inside.
listicle
Programmatic SEO
11 min read
9 pSEO Pillars Every B2B SaaS Should Build, Ranked by ROI
We scored 9 pSEO pillars on Demand x Quality x Moat x Risk. Integration pages win. See the DQMR math, named brand examples, and which to build first.
how-to
Programmatic SEO
12 min read
Programmatic Internal Linking at Scale: Hub-and-Spoke vs Mesh Patterns
Compare 4 programmatic internal linking patterns (hub-and-spoke, mesh, hierarchical, attribute) with SQL snippets, indexing data, and a link-count matrix.
data-driven
Programmatic SEO
9 min read
ZoomInfo's pSEO Collapse: Anatomy of a 90% Traffic Loss
How ZoomInfo lost ~58% of Sistrix visibility in 2023, what tripped the October spam update, and 5 lessons for B2B SaaS running directory pSEO.
how-to
Programmatic SEO
11 min read
How to Build a pSEO Page Template That Survives the Helpful Content Update
The 7-section programmatic SEO template that survived Google's March 2026 core update -- with word budgets, 3 worked examples, and an 11-point audit.
faq-heavy
Programmatic SEO
14 min read
Programmatic SEO FAQ: 23 Questions B2B SaaS Marketing Leaders Ask in 2026
23 real questions about programmatic SEO from r/SEO, Indie Hackers, and B2B SaaS teams. Direct answers, named sources, 2026 data. Updated May 2026.
data-driven
AEO / GEO
10 min read
We Audited 100 Programmatic SEO Pages: What Gets Cited by ChatGPT and Perplexity
We audited 100 pSEO pages across 12 SaaS brands and ran 50 prompts through ChatGPT and Perplexity. Here are the on-page features that correlated with AI citation.
comparison
Programmatic SEO
9 min read
Programmatic SEO vs Traditional SEO: When Each Wins
Programmatic SEO and traditional SEO target different query shapes. Use this 12-row decision table and cost-per-citation math to decide where each wins.
how-to
AEO / GEO
11 min read
Author and Organization Schema: The E-E-A-T Lever AI Engines Reward
How to use Person, Organization, and Article schema (plus Wikidata) to make B2B authors verifiable -- and earn 40-58% more AI citations.
definitive-guide
AEO / GEO
12 min read
Generative Engine Optimization: The B2B Operator's Playbook
The operator's GEO playbook: 9 Princeton techniques ranked by citation lift, mapped to B2B page types, with before/after rewrites and a 90-day plan.
how-to
AEO / GEO
12 min read
Build an AEO Dashboard in Looker Studio: Free Template + Step-by-Step Guide
Build a free AEO dashboard in Looker Studio. Combine Profound, Otterly, GSC, GA4, and prompt tracking into one CMO-ready board. Template included.
faq-heavy
AEO / GEO
9 min read
HowTo Schema for AI Search: When It Works, When It Doesn't
Google killed HowTo rich results in 2023, but ChatGPT and Perplexity still parse the schema. When to use HowTo vs FAQPage in 2026, with B2B examples.
comparison
AEO / GEO
11 min read
Perplexity vs ChatGPT vs Gemini vs Copilot: Citation Patterns Compared
We ran 100 B2B prompts through ChatGPT, Perplexity, Gemini & Copilot. See average citations, Reddit share, freshness sensitivity, and which engine wins for B2B.
listicle
AEO / GEO
12 min read
The 30-Point AEO Audit Checklist for B2B Sites
Run this 30-point AEO audit on your B2B site in 90 minutes. Pass/fail checks across crawlability, extractability, schema, authority, and distribution.
data-driven
AEO / GEO
9 min read
Why 88% of AI Citations Don't Rank on Google's First Page
88% of AI citations don't rank in Google's top 10. Here's the data on why ChatGPT and Perplexity cite Reddit, docs, and small sites over enterprise pages.
how-to
AEO / GEO
11 min read
How to Write Sentences AI Engines Actually Extract (9 Patterns)
9 sentence patterns AI engines lift cleanly into citations, with before/after rewrites. Based on the Princeton GEO study and 2026 extraction data.
faq-heavy
AEO / GEO
11 min read
ChatGPT and Bing: 12 Questions B2B Marketers Keep Asking
Does ChatGPT use Bing? Will Bing ranking lift ChatGPT citations? 12 direct answers, sourced from OpenAI and Microsoft docs. Updated May 2026.
listicle
AEO / GEO
9 min read
7 AEO KPIs That Actually Predict Pipeline (Skip the Vanity Metrics)
The 7 AEO KPIs that map to revenue: formulas, benchmark ranges, reporting cadence, and a free Looker Studio template. Built for B2B teams.
listicle
AEO / GEO
11 min read
11 Listicle Structures That Win AI Citations, Anatomized
The 11 listicle skeletons that drive 74.2% of AI citations. H-tag patterns, item templates, schema mapping, and the sentence shape models extract.
how-to
AEO / GEO
12 min read
JSON-LD for AI Search: 8 Copy-Paste Patterns for B2B Page Types
8 validator-passing JSON-LD blocks for B2B SaaS: homepage, pricing, features, integrations, blog, comparison, tool, customer story. Copy, paste, ship.
data-driven
AEO / GEO
11 min read
The B2B Buyer Journey Has Already Moved to AI Search
51% of B2B buyers start vendor research in AI chatbots. 69% switch vendors based on AI guidance. The data, the new journey map, and a CMO brief.
how-to
AEO / GEO
9 min read
How to Rank in Google Gemini: The Workspace + Search Playbook
Gemini is now the #2 AI referrer (8.65%). Here are 7 specific moves -- topic clusters, Wikidata, schema, Workspace -- to earn citations in 2026.
comparison
AEO / GEO
11 min read
Profound vs Otterly vs Peec AI: We Tested All Three for 14 Days
Hands-on comparison of Profound, Otterly, and Peec AI across 50 B2B prompts. Pricing, model coverage, share-of-voice math, and a decision tree for buyers.
how-to
AEO / GEO
11 min read
robots.txt for ChatGPT, Perplexity, and Gemini: The Right 2026 Settings
The exact robots.txt config for B2B SaaS in 2026. All 14 AI crawlers compared (GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended) with copy-paste rules.
data-driven
AEO / GEO
9 min read
14 AEO Statistics Every B2B Marketer Should Memorize in 2026
14 AEO statistics for 2026, each with source URL, year, and operator takeaway. From G2, Princeton, Foundation Inc, Ahrefs, BrightEdge, and more.
listicle
AEO / GEO
14 min read
18 AEO Mistakes That Quietly Kill Your AI Citation Rate
18 specific AEO mistakes that stop ChatGPT and Perplexity from citing your content -- each with a fast detect/fix, backed by 2026 data.
how-to
AEO / GEO
11 min read
How to Optimize for Google AI Overviews: A B2B Step-by-Step
The 9-step playbook to get your B2B content cited in Google AI Overviews. Query mining, FAQPage schema, passage extractability, and tracking. Updated May 2026.
how-to
Programmatic SEO
12 min read
How to Design a pSEO Database: Schema, Fields, and Modifier Logic
Design a programmatic SEO database the right way. Three real schemas (integration, alternative-to, persona) with Airtable exports and Postgres SQL.
listicle
Programmatic SEO
16 min read
27 Programmatic SEO Examples from B2B SaaS, Torn Down (2026)
27 B2B SaaS programmatic SEO examples with page pattern, data source, modifier formula, schema, and one weakness each. Updated May 2026.
definitive-guide
Programmatic SEO
14 min read
Programmatic SEO for B2B SaaS: The 2026 Playbook (3 Decisions, Not 30 Steps)
Programmatic SEO for B2B SaaS framed as 3 decisions: data feasibility, intent fit, indexing capacity. With Zapier, Notion, Wise examples and a 13-week timeline.
how-to
AI Agents
10 min read
How to Evaluate an AI Agent: A Practical Framework
A shippable 5-step framework for evaluating AI agents: golden sets, 4-axis metrics, LLM-as-judge calibration, eval-on-PR. With YAML, Python, and CI examples.
definitive-guide
AI Agents
11 min read
Model Context Protocol (MCP) Explained: The USB-C for AI Agents
MCP is the open JSON-RPC standard that lets any AI agent talk to any tool. Architecture, adoption, code, and the 2026 stateless roadmap.
listicle
AI Agents
13 min read
13 AI Agent Frameworks Compared: We Built the Same Agent in All of Them
We built the same research agent in 13 AI frameworks. Real benchmarks on Claude Agent SDK, LangGraph, CrewAI, OpenAI Agents SDK, Mastra, and more.
comparison
AI Agents
9 min read
AI Agent vs Chatbot vs Assistant vs Agentic Workflow: The Real Differences
Chatbot, AI assistant, AI agent, agentic workflow: a clear taxonomy with a side-by-side table, cost-per-task data, and a 30-second decision tree.
how-to
AI Agents
10 min read
Build Your First AI Agent with the Claude Agent SDK
Build a real Claude Agent SDK research agent in under 100 lines of Python. Code, trace output, $0.04 per run, and the bugs we hit.
listicle
AI Agents
14 min read
The 9 AI Agent Design Patterns Every Builder Should Know
The 9 canonical AI agent design patterns -- ReAct, Reflection, Plan-and-Execute, Tool Use, Routing, Orchestrator-Worker, and more -- with code and when to use each.
definitive-guide
AI Agents
9 min read
What Are AI Agents? A Builder's Definition for 2026
An AI agent is an LLM in a loop with tools, memory, and a goal. Here is the builder's definition, the agent loop, and how agents differ from workflows.
how-to
Growth Engineering
11 min read
How to Build Your First Growth Loop in 7 Steps
Build your first growth loop in 7 concrete steps, with a B2B docs SaaS worked example, k-factor diagnostics, and kill-or-scale criteria.
comparison
Growth Engineering
9 min read
Growth Engineer vs Growth Marketer vs Growth Hacker: What Each Role Actually Ships
Side-by-side comparison of growth engineer, growth marketer, and growth hacker roles in 2026: artifacts, salary, reporting lines, and when to hire which.
definitive-guide
Growth Engineering
16 min read
How to Build a Growth Experimentation Framework That Actually Ships
A definitive guide to building a growth experimentation framework: hypothesis template, scoring, weekly cadence, readout format, and kill criteria.
listicle
Growth Engineering
10 min read
North Star Metric Examples From 23 SaaS Companies
23 real north star metric examples from Slack, Airbnb, Stripe, Coinbase and more, with primary sources for each NSM and 6 that got retired.
listicle
Growth Engineering
14 min read
12 Product-Led Growth Playbooks, Decoded From the Companies Running Them
12 product-led growth examples decoded: trigger, unlock, conversion event and sales handoff for Notion, Figma, Linear, Stripe, Loom, Slack and more.
listicle
Growth Engineering
12 min read
11 Growth Loop Examples From Real B2B SaaS Companies (2026)
11 real B2B SaaS growth loops mapped: Figma, Notion, Loom, Stripe, Calendly, Gong, Linear, Vercel, Webflow, Typeform, Intercom. Inputs, outputs, diagrams.
definitive-guide
Growth Engineering
9 min read
What Is Growth Engineering? The Discipline, Not the Job Title
Growth engineering is the discipline of building systems, loops, and experiments that drive repeatable revenue. Definition, role comparison, and skills inside.
faq-heavy
AEO / GEO
14 min read
How to Measure AI Search Visibility: A B2B Marketer's 18-Question FAQ
70.6% of AI traffic hides as 'Direct' in GA4. The 18 questions B2B marketers ask about measuring AI search visibility, with regex, prompts, and CMO report.
how-to
AEO / GEO
11 min read
FAQPage Schema for AI Search: Implementation + 7 Cited Examples
FAQPage schema lifts AI Overview citation rates 20%+. Get the exact JSON-LD pattern, 5 common errors, and 7 B2B audit examples for ChatGPT and Google AI.
listicle
AEO / GEO
14 min read
12 Reddit Tactics That Earn AI Citations (Without Getting Banned)
Reddit content gets cited 2.5x more than brand pages by AI engines. 12 specific tactics, real examples, and a do/don't for each. Updated May 2026.
how-to
AEO / GEO
11 min read
How to Get Cited by Perplexity: The Reddit-First Playbook
Perplexity pulls 46.7% of citations from Reddit. The 8-step operator playbook: 35 subreddits to target, comment patterns that get cited, and how to track wins.
comparison
AEO / GEO
9 min read
AEO vs SEO vs GEO: What's Actually Different (and What's Marketing Speak)
AEO, SEO, and GEO compared across 8 dimensions. The 5 things that are actually different, the 8 that are vendor rebranding, and what to do about it.
tools-roundup
AEO / GEO
11 min read
9 AI Search Visibility Tools, Benchmarked Against the Same 25 B2B Prompts
We ran 25 B2B prompts through 9 AI visibility tools (Profound, Otterly, Peec AI, Semrush, more). See the raw scores, prices, and best picks for 2026.
listicle
AEO / GEO
12 min read
23 Content Formats AI Engines Cite Most (with Real Examples)
23 content formats ranked by AI citation rate, hand-tested across 100 ChatGPT and Perplexity prompts. Includes a comparison table and 30-day calendar mix.
how-to
AEO / GEO
11 min read
Schema Markup for AI Search: The 8 Types That Drive Citations
The 8 schema types that drive AI citations, with copy-paste JSON-LD, citation-lift data, and the Search Atlas counter-study most guides ignore.
how-to
AEO / GEO
11 min read
How to Rank in ChatGPT Search: A B2B Playbook
ChatGPT runs on Bing's index, not Google's. The 7-step B2B playbook to claim Bing Webmaster, allow OAI-SearchBot, and earn ChatGPT citations.
definitive-guide
AEO / GEO
12 min read
Answer Engine Optimization: The B2B Operator's Framework
A 5-stage AEO framework for B2B operators: crawlability, extractability, authority, distribution, measurement. Plus a 90-day roadmap and real benchmarks.