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

推荐订阅源

雷峰网
雷峰网
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
U
Unit 42
罗磊的独立博客
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
N
Netflix TechBlog - Medium
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
博客园 - 【当耐特】
H
Help Net Security
The GitHub Blog
The GitHub Blog

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
Why We Don't Call Cosmic an "AI CMS"
Tony Spiro · 2026-06-18 · via DEV Community

A new report from WordPress VIP landed on Hacker News this week. The headline: 60% of US consumers say seeing 'AI' in brand messaging makes them less likely to trust a product. 61% can't name a single brand that uses AI well in its messaging. And 7 in 10 say the internet feels less human than it did ten years ago.

The comment section was mostly developers nodding along.

We've been thinking about this for a while at Cosmic, and it's a good moment to explain a deliberate choice we made.

We ship AI. We don't lead with it.

Cosmic has AI agents built into the product. You can create a content agent, give it a schedule, connect it to your bucket, and have it draft, publish, and update content autonomously. You can wire it into Slack, give it approval gates, scope its permissions to specific object types. The AI is real and it's central to what we're building.

But open our homepage. The headline isn't "The AI-Powered CMS." We don't have an AI badge on every feature. We don't use "AI" as an adjective for things that were just always called features.

That's a deliberate product and communications choice, and the WordPress VIP data is a good reason to explain it.

The trust deficit is real

The research surveyed 2,000 decision-makers and consumers. The findings aren't subtle:

  • 60% of consumers say "AI" in brand messaging makes them less likely to engage
  • 61% cannot name a brand that uses AI well in its messaging
  • 74% say the internet feels less human than it did a decade ago

This tracks with what developers tell us directly. The word "AI" has been applied to so many things, from autocomplete to autonomous agents, that it no longer communicates anything specific. When every SaaS product has an "AI copilot" and every CMS has "AI-powered content," the label becomes noise.

Developers are skeptical by default. They want to know what a tool actually does, how it works, and whether they can trust it with their production stack. "AI-powered" answers none of those questions.

What we say instead

When we describe Cosmic's agents, we describe what they do:

  • A content agent that runs on a schedule, reads your bucket, and drafts posts based on a prompt
  • A team agent that lives in Slack, responds to your questions about your content, and can publish on approval
  • Scoped execution contexts with explicit permissions so agents can only touch what you've authorized
  • Audit logs so you know what ran, when, and what changed

Those are concrete, verifiable behaviors. A developer can evaluate them. A non-technical stakeholder can understand them. Nobody has to take "AI-powered" on faith.

What this means for how we build

A few principles that follow from this:

Describe the behavior, not the technology. "Draft a blog post from this RSS feed on a schedule" is more useful than "AI content generation."

Make it auditable. Every agent action in Cosmic creates a log entry. You can see what ran, what it produced, and who approved it. That's the opposite of a black-box "AI feature."

Keep the model out of the brand promise. Our product doesn't break when a provider changes a model name or when a new open-weights model takes the top spot on the leaderboard. We use @cosmicjs/sdk to connect content to whatever model is best right now.

Ship capabilities, not labels. The question we ask before adding anything to the product: does this make a developer's job concretely easier? If yes, we ship it. Whether we call it "AI" is a secondary question.

A note to other developers building AI tools

If you're building a product that uses AI, the WordPress VIP data is worth reading in full. The developers in that HN thread weren't anti-AI. They were pro-substance. They want to know what your tool does, what model it uses, what the failure modes are, and what happens when something changes upstream.

Answer those questions clearly and you don't need the label.


Cosmic is a headless CMS with built-in AI agents. You can create your first bucket, connect an agent, and have it publishing content in about ten minutes.

Start free — no credit card required.