DEV Community

Cover image for I Got Flagged by Sloan. Sloan Is a Guy I Know.
Daniel Nwaneri
Daniel Nwaneri Subscriber

Posted on

I Got Flagged by Sloan. Sloan Is a Guy I Know.

How technical prose trips AI detectors

Two weeks ago I published a piece explaining exactly why AI detectors are unreliable. Then Sloan flagged me.

My argument was simple: AI detectors are probabilistic classifiers trained on distributional differences between human and AI writing. Dense, structured prose trips them constantly. The detector doesn't read. It pattern-matches statistical features.

I knew this. I wrote about it. I published it.

Then Sloan flagged two of my essays on the same day.


I published an essay arguing that AI agent loops burn money because nobody defines exit conditions before deploying. A developer left a five-exchange comment thread that built a complete production architecture on top of it. An AI podcast tool turned the unpublished draft into a full episode before it even went live.

The founder of DEV.to liked the piece.

An hour later, Sloan flagged it as AI-generated.

A second essay got flagged the same day. Same message. Same pattern.

60+ articles on DEV.to. Never flagged once. The two pieces that got flagged generated more technical discussion than anything else I've published here.

I added the disclaimers. Moved on. Then I asked, in public, if this had happened to anyone else.


It had. And the answer was more interesting than I expected.

Sloan isn't a bot running quietly in the background. Someone is sending those messages. A community member — someone I've known on the platform for months — had been reading articles and running them through GPTZero to inform his flagging decisions. Mine included.

He posted about it. Openly. Tagged the founders. Explained his reasoning. No hiding, no anonymous report — just a person who'd decided this needed doing and said so publicly.

I don't think he was wrong to care. The platform's guidelines are reasonable and disclosure matters. But it reframed everything. I'd spent days thinking Sloan was a blunt automated tool failing to read carefully. What actually happened was a thoughtful person, reading articles and running them through a third-party detector, reaching the same conclusion a blunt tool would have reached — without finishing the essay.


That's the part I keep coming back to.

Not "the algorithm is dumb." Algorithms are supposed to be blunt. That's the deal you make for scale. The harder problem is that a careful human, using a purpose-built tool, scanning specifically for AI-shaped writing on this platform, landed on the same two pieces a generic classifier would have flagged.

Short punchy paragraphs. Named data points. Rhetorical questions. Em dashes doing work. Those are also just good writing. The features that make an argument land are the same features that read as "AI-shaped" to anyone — human or model — calibrated to notice them.

Write worse, look more human. Write well, get flagged. A better classifier doesn't fix that. A more careful human doesn't fix that either, if what they're trained to notice is surface texture.


A few things happened in the thread that I didn't expect.

Someone pointed out that the policy creates a honesty penalty. If two pieces of AI-assisted writing are equally good and equally indistinguishable from human writing, the one with a disclosure gets flagged. The one without doesn't — because without the disclosure, there's nothing to catch. The system penalizes transparency, not AI use. Nobody in the thread had a clean answer to that.

Then Marco posted something that cut deeper than any of it.

He's Italian. He's been working in tech for years, struggling to communicate in a language that isn't his first. He uses AI to express ideas that are genuinely his — translating from Italian, bridging the language barrier, getting thoughts out in a form the industry can read. He'd get the same Sloan message I got. Same classifier output. Same flag. For something that has nothing to do with what the policy was designed to catch.

Three goals, everyone conflating them: stopping bot-generated content, verifying there's a human behind a text, evaluating whether ideas came from a brain or an algorithm. Those are different problems. The same Sloan message gets sent for all three.


I spent hours on those essays making sure they sounded like me. Both got flagged by someone who built a tool specifically to catch writing like mine.

The uncomfortable part isn't that I got flagged. It's that the flag was technically defensible — I did use AI assistance for research, fact-checking, and editing. What no classifier, human-built or otherwise, can know is whether the arguments are mine.

They are. The ideas came from years of building production systems, watching the same failures repeat, and writing about them. The comment threads proved it — readers extended the arguments across dozens of exchanges, a five-exchange thread turned into a working open-source repo, because the thinking was real.

You can't fake that with a prompt. You also can't detect it with one.


The same week both essays got flagged, the freeCodeCamp editorial team reviewed the tutorial built on the same thinking.

Abbey's response: "No fixes needed from you."

Same ideas. Same writing process. Same AI assistance in the workflow. One platform flagged it. The other published it with zero editorial changes.

That's not a contradiction to resolve. That's just where we are.


"AI-generated" and "human-written" used to be a useful distinction. It's becoming less useful — for tools and for people. My writing in 2026 is neither. It's a collaboration — human judgment, human experience, human argument, assisted by tools.

That collaboration doesn't have a classifier.

It has a human who can be asked: did you know what you were writing about? Do you stand behind it?

I do. Every time, including this one.

The edges are where the interesting writing lives. Turns out the edges are getting crowded.

Top comments (31)

Collapse
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ • Edited

Update

Any further questions and inquiries on the moderation process you have, please comment here:


Hey Daniel. There seems to be misconceptions.

Write worse, look more human. Write well, get flagged. A better classifier doesn't fix that. A more careful human doesn't fix that either, if what they're trained to notice is surface texture.

Counter point: You can still write well even without AI. I have proof read many articles in the past that weren't even AI generated or AI-assisted. It all comes down to your use of using AI and whether you are using AI as a tool or using it to mass produce articles, which creates unnecessary competition that overwhelms new users.

Sloan isn't a bot running quietly in the background. Someone is sending those messages. A community member — someone I've known on the platform for months — had built a Chrome extension called ClassifierAI, trained specifically on DEV.to's writing patterns, and was using it to scan and flag posts across the platform. Mine included.

What actually happened was a thoughtful person, using a custom-built classifier he trained himself, reaching the same conclusion a blunt tool would have reached — without finishing the essay.

It's me lol. But for real: ClassifierAI has NOTHING to do with the decision making on sending the sloan messages. I have been using via GPTzero and also reading the article to determine the deciding factor and the quality I believe that meets the criteria.


Q/A time

1. Why do I need to disclose it?

Think of it this way. If you are writing a publication or a research paper, it is good practice to disclose the use of AI, even it is use as a tool. It is very very very important to be transparent of your work regardless. It is even treated as if you do not disclose the use of AI, you will get penalized.

2. It will look bad on my article. Why I need it?

Okay counter point: I left a disclaimer on my submission post for Gemma 4 that some parts are AI-assist and I am fine.

If it left you a bad taste, maybe something happened before then or how your reputation were built up in the first place. I left a disclaimer because genuinely, I am an honest person and I want the reader to understand what they are reading.

I would love to hear from you and your thoughts about this. If you have any concerns, let me know! :)

Collapse
 
fm profile image
Fayaz

Good write-up ♥️

My Take:

AI detection will soon become useless in many cases.

A more pragmatic approach for a platform such as DEV:

  1. Detect quality (not AI or Human).
  2. Use continuously evolving algorithm to reward new comers and new perspectives, while also encouraging regulars.
  3. Limit number of posts per account if it helps diverse perspectives.

No need to change existing rules, but be more human when enforcing them.
Employ "innocent until proven guilty" policy.
Let's see how it all plays out!

Collapse
 
dannwaneri profile image
Daniel Nwaneri

"Detect quality not AI or human" is the only frame that survives the next 2 years. The detection arms race is already lost .

xulingfeng just documented identical content getting suppressed with and without disclosure. If the filter can't distinguish those two cases, it's not detecting AI. It's detecting something else and calling it AI. Quality is at least a signal that doesn't become useless as models improve.

Collapse
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Issue mentioned and resolved: dev.to/francistrdev/comment/39hdd

Collapse
 
xulingfeng profile image
xulingfeng

@dannwaneri
Thanks for writing both pieces and keeping this thread going — genuinely helped get this resolved. Appreciate you 🙌

Collapse
 
dannwaneri profile image
Daniel Nwaneri

Updated the essay. @francistrdev clarified that ClassifierAI wasn't used on DEV.to and the flagging decisions were based on GPTZero plus reading the articles. Corrected that in the piece. Appreciate the clarification.

Collapse
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Thanks Daniel. I will be making a post about this and take in question on moderation. Stay tuned.

Collapse
 
fm profile image
Fayaz

A human being reading and judging, with the intention to keep the system clean and useful to other humans - that's valuable. ❤️

But rest is just noise, whether it's GPTZero or ClassifierAI 😏

Collapse
 
xulingfeng profile image
xulingfeng

I ran the same test. First with disclosure — gone, deleted it ([link]). Removed the disclosure, republished identical content — feed showed up, then vanished within a minute ([link]). Two posts, same result. It's not the disclosure. The content itself is getting filtered at publish time.😂

Collapse
 
xulingfeng profile image
xulingfeng

And now only my followers can see it — non-followers can't.
Both of my latest articles are the same — only followers can see them.😅

Collapse
 
dannwaneri profile image
Daniel Nwaneri

That's the most useful data point in this whole thread. Same content, disclosure or not, suppressed either way . That rules out the disclaimer as the variable entirely. Something is running at publish time that's separate from Sloan and separate from human moderation. Followers-only suppression isn't in the guidelines anywhere.

Worth tagging Ben directly with exactly what you documented — two posts, same result, timeline, screenshots

Thread Thread
 
xulingfeng profile image
xulingfeng

I've already emailed support@dev.to. No idea when they'll reply.🙃

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Hey @xulingfeng

I ran the same test. First with disclosure — gone, deleted it ([link]). Removed the disclosure, republished identical content — feed showed up, then vanished within a minute ([link]). Two posts, same result. It's not the disclosure. The content itself is getting filtered at publish time.😂

I want to let you know that the person behind the sloan messages were from me. Sloan doesn't detect articles automatically and is sent via human.

Based on the content you have published (mostly about stories which is fine), and how the content is written upon review, I believe it would be best practice to leave a disclaimer that you used AI to assist on your writing.

Let me know if you have any questions! (Usually @jess and @ben are busy and I am the only person using moderation to moderate the platform)! :D

Thread Thread
 
xulingfeng profile image
xulingfeng

My only question is — why are my two latest articles completely invisible in the feed and search, regardless of whether I added a disclosure or not? They can only be accessed through a direct link, and only my followers can see them. Why?
I just need an explanation. If there's something wrong with my articles, tell me what it is and I'll fix it. But right now, nobody is telling me why.

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Reviewing standby

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Okay that was a quick review (thought it would take longer).

It seems that I gave you a few warnings on disclosing the use of AI as seen below:

dev.to/sloan/comment/39836
dev.to/sloan/comment/399b0
dev.to/sloan/comment/39b2h

As a result, based on my observation, your profile was flagged ultimately. I recently unflagged it but if your post consist of using AI to assist in your writing in some way, please disclose it.

For a peace of mind, I do not play favorites when moderating. The workflow I do is I go on random articles I see and go from there. The deciding factor for me is:

  • Reading the whole article (yes I do that because I need to improve my english lol)
  • Running it through GPTzero
  • Overall profile

This allows balance. If I see a repeated rule breaker, it will be listed on the radar to check if the user improve their writing/content in some way. If it is proven, it is off the list.

Please read the comment I made to @dannwaneri about this on his previous post for more information: dev.to/francistrdev/comment/39flb

For @dannwaneri, please reference to me in your post and note that ClassifierAI has nothing to do with the process. I believe you could have reach out to me via email for clarification questions on ClassifierAI and if it is being use (which is not at all).

Even though there are moderators on this platform, I am the most active and responsive when it comes to moderation questions. If you have questions on moderation, please reach out to me since @jess and @ben are usually busy. Sometimes they respond, but not to everyone.

If you have feedback on the moderation, I would love to improve! Please do let me know so I am not the only one doing this.

Thread Thread
 
xulingfeng profile image
xulingfeng

After those three warnings, I replied to you and added an AI disclosure at the end of my articles. You can go check.

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ • Edited

I do see that yes. However, initially, there was no disclaimer after the first publication for all three of them. After the Sloan warnings, it was then added.

If the disclaimer were present as a start, it would make sense that the Sloan message would not be present. If the issue is resolve, I can't delete the Sloan message (you can hide them? Not sure).

In the future, before publishing the article, please review and ensure if it is AI-assist or not. If anything, please let me know!

Thread Thread
 
xulingfeng profile image
xulingfeng

Well, my two latest articles actually had the AI disclosure at the end from the very beginning. But I never received any notification about my account being flagged.
Should there be a clear rule so we know what's happening? From what I understand now — 3 Sloan warnings = account flagged? Is that correct?

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Yes (I have to check back because sometimes it depends). Do note that there are more Mods out there, but it seems I am more active when it comes to moderation. In other words, 1 versus 3 Million people on DEV.

With that said, I can't moderate MILLIONS of posts. It maybe the reason why your other post is not flagged. I am not a stalker like that lol. I believe in second chances.

The DEV rules are outdated and since the acquisition of MLH, there is a lot going on in the background, so it is hard for me to determine what is actually going on.

I am trying my best to improve as a MOD and would love to hear feedback like this. Criticism is what I needed since I need to improve on taking it and improving since I don't get a lot in life. Gotta get humble and hear others you know xd

Let me know if anything! I will make a post where you can ask questions about my moderation practices and DEV in general that it can be helpful for you and others!

Thread Thread
 
xulingfeng profile image
xulingfeng

Looking forward to your upcoming post. Just so you know — I'm a QA by trade. I'll be looking for bugs 😏

Thread Thread
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

lol sounds good! It has been posted! dev.to/francistrdev/ask-a-dev-comm...

Thread Thread
 
xulingfeng profile image
xulingfeng

One more thing — my article "I Spent 3 Months Training An AI. My VP 'Reallocated' It. Then I Got Two Calls At 1 AM." (dev.to/xulingfeng/i-spent-3-months...) still can't be found in search. Could you take a look? The latest article is fine now.

Collapse
 
xulingfeng profile image
xulingfeng

Timeline of what happened:
On Jun 15, I published a new article (dev.to/xulingfeng/i-spent-3-months...) with an AI-assisted disclosure at the end. Some of my earlier posts had already been flagged by Sloan, so I figured I'd just be upfront this time. Result: it never appeared in the feed. Not in search either. But my followers could still like and comment on it.
On Jun 16, I published my latest one (dev.to/xulingfeng/a-company-ai-fla...) — same thing. I deleted it and republished without the disclosure. It showed up in the feed for about a minute, then disappeared again. Now both articles are only visible to my followers. Non-followers can't see them at all.🙃

Collapse
 
francistrdev profile image
FrancisTRᴅᴇᴠ (っ◔◡◔)っ

Issue resolved based on thread: dev.to/francistrdev/comment/39hdd

Collapse
 
fm profile image
Fayaz

I'm not your follower, I can see those articles.
You're making mistakes somewhere.

Collapse
 
xulingfeng profile image
xulingfeng

You can only find my articles through the link I gave you — they don't show up in the feed or search results.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.