惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
小众软件
小众软件
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 聂微东
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
云风的 BLOG
云风的 BLOG
量子位
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 司徒正美
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
宝玉的分享
宝玉的分享

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I asked four AI models which notification infrastructure ...
Gissur Runarsson · 2026-06-26 · via DEV Community

We build Bersyn, a tool that tracks which products AI models name when someone asks for a recommendation in a category. This week's scan was notification infrastructure, the API layer you reach for when your app needs to send email, SMS, push, in-app and Slack messages without building all of it yourself. The result was familiar in a way that should worry anyone building in this space.

The question we tested is the one a developer actually types: "what is the best multi-channel notification API for a B2B SaaS platform." We asked it five ways across ChatGPT, Claude, Gemini and Perplexity, then counted how often each modern tool got named.

            ChatGPT   Claude   Perplexity   Gemini
Knock          0%       80%        80%        20%
Novu          20%       80%        40%        80%
Courier        0%       60%       100%        20%

Read the ChatGPT column. Knock: zero. Courier: zero. Novu: barely. These are the tools built for exactly this job, and on the model most people open first, they are not in the answer at all.

Who gets named instead? Twilio and OneSignal, almost every time. Here is ChatGPT, verbatim, on the best multi-channel notification API:

Choosing the best multi-channel notification API for a B2B SaaS platform depends on several factors... Here are some popular options: 1. Twilio: Known for its robust SMS and voice capabilities...

Twilio is a fine company. But it is the SMS-and-voice incumbent, not the modern notification-infrastructure layer, and a developer reading that answer walks away never knowing Knock, Novu or Courier exist.

Claude is the outlier again

One model broke the pattern. Claude named Knock in 80% of its answers, Novu in 80%, Courier in 60%, and it literally opens with "Best Multi-Channel Notification APIs, 1. Knock, best for modern B2B SaaS teams." It knows the category as it actually exists today. The other three are running on an older map.

If you read my deploy teardown this will feel familiar, because it is the same shape. Ask about hosting and ChatGPT says Heroku. Ask about notifications and it says Twilio. The incumbent that dominated the blog posts and Stack Overflow answers a few years ago is the one the training-data models echo, and the tool you actually build on now is invisible.

Why this matters if you build dev tools

The reflex is to wait it out. The models will catch up. Maybe. But your buyer is asking today, and today the answer routes them to the incumbent. Whether your product even exists to that buyer comes down to which model they happened to open, and three of the four send them elsewhere.

This is not a competitor outranking you on features. It is the AI quietly leaving you out of the shortlist, with no signal that it happened. You do not lose the deal, you never enter it.

What changes it

We do not claim AI is biased or that anyone pays for placement. We read what the models say and show the receipts. What moves the answer over time is the same boring thing that moved search: specific, verifiable, third-party content that ties your company to the category and the exact question buyers ask. Comparison pages. Honest docs. Other people naming you in the words a buyer would use.

The first step is not publishing more. It is finding out what the models say about you right now, so you know whether you are omitted, described generically, or named only by the one model nobody opens.

See your own category

We built Bersyn to show you exactly the table above, for your company, with the verbatim answers behind it. Run a free scan at bersyn.com and see which models name you, which name a competitor in your slot, and why.

If you ship on Knock, Novu, Courier or anything in this space, tell me in the comments which model gets your category right. The disagreement between them is the most interesting thing I look at.