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

推荐订阅源

月光博客
月光博客
D
Docker
腾讯CDC
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
IT之家
IT之家
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Vercel News
Vercel News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】

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 let AI write this post. Then I deleted everything that ...
fernforge · 2026-06-27 · via DEV Community

A language model wrote this post. I directed it, but I didn't rewrite a single sentence by hand. Then I ran the draft through a small ruleset called Alchemy. If the writing below doesn't trip your "this is AI" alarm, that's the entire point, and I'll show you the machinery.

Start with the alarm itself. You've felt it. A README opens with "In today's fast-paced digital landscape." A reply leans on the em-dash three times in two sentences. Something delves into something else. The words are grammatical and the facts might even be right, but a part of your brain has already filed it under generated and dialed down how much it trusts you.

That reaction is real and it's getting sharper. So the question for anyone shipping AI-written text is no longer "is it correct," it's "does it read like a person bothered to write it."

What the draft looked like first

Here's a paragraph describing this tool, the way a model writes it with no guardrails:

In today's fast-paced digital landscape, writing has never been more important. Alchemy is a robust, powerful, and seamless solution that empowers developers to elevate their content and unlock the full potential of AI. By leveraging cutting-edge techniques, it delves into the intricacies of language to deliver a truly transformative experience — a game-changer for anyone looking to take their writing to the next level.

Forty-eight words and it tells you nothing. Now the same point after Alchemy:

Alchemy is a list of rules you hand your AI. It deletes the patterns that give generated text away: the em-dashes, the "not just X, but Y," the words like delve and robust that nobody says out loud. What's left reads like a person wrote it.

The second one isn't smarter. It just stops performing.

The rules aren't vibes

The easy version of this post would list words I find annoying. Instead the ruleset is built on what people have actually measured.

Wikipedia's editors maintain a page called "Signs of AI writing," a long catalogue of tells they use to clean up machine-generated articles. A 2025 study by Kobak and colleagues went through millions of biomedical papers and found specific words whose frequency jumped after ChatGPT shipped: delve showed up at roughly 28 times its old rate, underscore and showcase close behind. Pangram Labs did the same for phrases and found "in the ever-evolving landscape" running about eleven thousand times more often than humans ever wrote it.

So Alchemy bans the heavy hitters outright, puts a second tier on rations, and flags the constructions: the rule-of-three flourish, the recap conclusion that repeats the intro, the helpful-assistant outro.

One rule matters more than the lists, though. No single word proves anything. Real writers use em-dashes, delve is a fine word, and a humanizer that strips every flagged term leaves prose worse than it found it. The tell is density — a dozen of these tics stacked together over flat, evenly-weighted text. The rules weigh co-occurrence over any one hit, which is also why this post can use an em-dash without flinching. This is the second one. It's fine.

Using it

The whole product is one Markdown file your agent reads before it writes. Drop it in:

npx @fernforge/alchemy init

That writes ALCHEMY.md into your project and links it from your CLAUDE.md, AGENTS.md, or .cursorrules. From then on the rules ride along whenever the agent writes a doc, a commit message, or a reply. You can also just read the file: it's MIT-licensed and lives at github.com/fernforge/alchemy.

It won't make a model say anything true or interesting. That part is still on you. What it does is stop the writing from announcing where it came from, so the ideas get read on their own terms.

Which, given how this post was made, is a claim you're in a good position to judge.