md2rich

LinkedIn's AI slop report button changes the editing test

LinkedIn users can now flag posts that seem like AI slop. The useful response is not to hide your tools. It is to stop publishing prose nobody would miss.

LinkedIn added a Seems Like AI Slop option to its reporting menu in late July 2026, according to TechCrunch. The wording matters. LinkedIn did not call it an AI detector, and a reader's suspicion is not proof that a post was generated. The button is a quality signal: members now have a dedicated way to say, "This is generic, repetitive, and wasting my time."

That creates a new pre-publish test for anyone who writes long-form LinkedIn posts. If a paragraph could sit under any executive's name, in any industry, on any Tuesday, it is unfinished. A Markdown draft makes this easier to fix because the ideas remain visible without the distractions of LinkedIn's composer. Edit the source first. Format it only when the writing earns the formatting.

What the report option does and does not prove

A report button cannot identify authorship. Humans write bland posts. AI tools can help edit sharp ones. Readers react to the finished page, not the hidden production process.

A report may signalA report does not establish
The post feels generic or mass-producedWhich tool, if any, wrote it
The claims lack evidence or firsthand detailWhether every claim is false
The prose repeats familiar AI patternsWhether AI assistance violates LinkedIn policy
The reader found little value in the postWhether the author acted deceptively

Treat the button as an editorial warning, not a machine verdict. The best defense is a draft with claims a reader can check, examples only you could have chosen, and sentences that sound like something you would say to a colleague.

The five-pass Markdown edit

Run these passes in order. Do not polish the rhythm before checking the facts; polished nonsense is still nonsense.

  1. Mark unsupported claims. Put [source] after every number, quote, product claim, and causal statement. Add a link or remove the claim.
  2. Replace the opening. Delete broad openings about a changing world or an evolving industry. Start with the event, mistake, result, or opinion that prompted the post.
  3. Add evidence that has edges. Name the tool, date, constraint, failed attempt, measured result, or source. "Engagement improved" says nothing. "Replies rose from 6 to 19 after I replaced the abstract opener with a customer quote" can be checked.
  4. Read it aloud. Cut stacked adjectives, ceremonial transitions, and repeated sentence shapes. If you would never say a line in conversation, rewrite it.
  5. Convert and inspect. Paste the final Markdown into md2rich, copy the rich text, then inspect LinkedIn's preview. Check links, list indentation, headings, and blank lines.

Example 1: replace the universal opener

This draft could introduce almost any workplace product:

## The future of work

In today's rapidly changing digital landscape, businesses must embrace
innovation to stay ahead. AI is transforming how teams collaborate,
unlocking efficiency and driving meaningful results.

The rewrite starts where the actual story starts:

## We stopped asking AI to write the update

Our Monday project update took 42 minutes to review because the draft hid
three missed deadlines behind phrases like "making strong progress."

Now the template asks for four fields:

- shipped this week
- blocked by
- owner
- next date

Review time fell to 11 minutes across the next four updates.

The second version is not "more human" because it avoids a certain vocabulary list. It is better because the writer made a claim, showed the old failure, named the replacement, and supplied a result. A skeptical reader knows what to question.

Example 2: turn advice into a usable checklist

Generic advice often hides behind polished formatting:

### Three keys to authentic leadership

- Be transparent
- Communicate clearly
- Empower your team

Great leaders build trust and inspire people to reach their full potential.

Keep the list, but make every item observable:

### What I changed after the missed launch

- I posted the decision log in the project channel every Friday.
- I wrote "unknown" beside estimates nobody could defend.
- I gave one person, not a committee, the final call on scope.
- I published the cut list before promising a new date.

The next launch still slipped by two days. Nobody learned that from a
customer complaint; the team had flagged it nine days earlier.

The revised list may still have started with an AI outline. That is beside the point. It now contains decisions, consequences, and an uncomfortable detail. The author's judgment is visible.

A pre-publish check you can keep in every draft

Add this comment to the bottom of your Markdown template. Delete it after the draft passes.

<!-- LinkedIn pre-publish check
[ ] Every number has a source or a note explaining how I measured it.
[ ] The opening names the actual event, problem, or opinion.
[ ] Each section contains an example, decision, result, or constraint.
[ ] I removed phrases I would not say aloud.
[ ] Links work and describe their destination.
[ ] The rich-text preview preserves lists and spacing.
-->

HTML comments stay invisible when Markdown renderers support them, but verify your destination before relying on that behavior. The safer habit is to delete the checklist before conversion.

Where md2rich belongs in the workflow

md2rich does not detect AI text, check sources, or make weak prose sound original. That boundary is deliberate. The tool performs one narrow job after the editorial work: it turns your finished Markdown into rich text that LinkedIn can accept on paste.

The conversion runs in your browser. md2rich does not upload the unpublished draft, keep a server-side copy, or send the text to a rewriting API. That matters when the source contains an unannounced product, customer notes, internal metrics, or a story that is not ready for anyone else to read.

The workflow is simple: keep the source in a local Markdown file, make the five editing passes, convert with md2rich, paste into LinkedIn, and inspect the preview. LinkedIn's new report option makes the editing pass more urgent. It does not make private, client-side conversion any less useful.

FAQ

What is LinkedIn's AI slop report option?

LinkedIn added a reporting option for content that seems like AI-generated slop. It gives members a direct way to flag low-quality, formulaic posts rather than forcing the complaint into a broader spam or misinformation category.

Does LinkedIn ban all AI-assisted writing?

No. The option addresses perceived low-quality content, not every use of an AI writing tool. A writer can use AI for an outline or an edit and still publish useful work. The finished post needs sourced claims, real examples, and the writer's judgment.

Can md2rich detect AI-generated text?

No. md2rich converts Markdown to rich text. It does not score, detect, or rewrite your draft. Use it after editing to preserve headings, links, lists, emphasis, and code when you paste into LinkedIn.

Does md2rich upload LinkedIn drafts?

No. Conversion runs client-side in your browser. Your draft is not stored in an md2rich account or sent to an external editing service.

Format the draft after it passes the editing test

Finish the argument in Markdown, then use md2rich to preserve your headings, links, lists, emphasis, and code when you paste into LinkedIn. Conversion stays in your browser.

Try md2rich