Deslopify AI writing
I recently launched a skill that can be used to deslopify AI content of any form. I built it to remove AI tells from writing so it reads more human, without erasing the author behind it. I found it a bit weird to build this skill, as I was using AI to make it anti-AI, all I can say now is that this is more of an art experiment to see how much AI can strip itself out of any AI-ness in its words and essay outputs.
I wanted this to work on real articles, not just a paragraph as a prompt. I also wanted to ensure structure gets preserved. Headings, lists, tables, links, and code blocks stay where they are; the copy inside them is what changes.
My second decision was the constraint source. I tied the skill to Wikipedia’s “Signs of AI writing” page because it is updated frequently and reflects current consensus. The workflow assumes a fresh fetch at invocation time and uses a local fallback list of the wikipedia article if the network is not available.
From there, the workflow is simple:
- Refresh the AI-tells reference.
- Open the target file and keep formatting intact.
- Rewrite sentence-by-sentence, removing tells and formulaic patterns.
- Validate against the current list and iterate until the tells are gone.
- Output clean copy only, no scoring or commentary.
I also wanted to cut throat-clearing openers. Wanted to avoid binary “Not X. But Y.” constructions. Vary sentence length and do not end every paragraph with a punchline. State things directly. Skip rhetorical questions. The goal was not to just sound “clever,” it is to sound like a person who knows what they mean.
Another constraint mattered: no new voice. The skill should not invent humor, urgency, or brand tone that was not already there. It keeps meaning, intent, and rhythm while removing the tells.
In practice, Deslopify behaves like a careful editor. It does not add new ideas. It trims, rephrases, and rebalances. The result is copy that reads clean and human while preserving structure.
To use Deslopify, open your Codex / Opencode / Claude Code CLI pointing to a certain folder, and reference the .md file you want to modify:
-
Invoke it on a file:
deslopify article.md -
Or paste text directly:
deslopify "your draft here" -
It preserves structure and returns clean copy only.
-
It refreshes the Wikipedia tells list when network access is available, otherwise uses cached or fallback lists.
I tried initially for a simple paragraph: this was related to an excerpt on global warming, and I wanted to see how it generated an output deslopified
Original (excerpt):
Global warming represents one of the most pressing challenges facing humanity today. This phenomenon refers to the long-term increase in Earth's average surface temperature, primarily caused by human activities that release greenhouse gases into the atmosphere..."
Deslopified output:
Global warming is one of the most urgent challenges we face. It refers to the long-term rise in Earth's average surface temperature, driven largely by human activity that releases greenhouse gases into the atmosphere. Since the late 1800s, the planet has warmed by about 1.1 degrees Celsius, with most of that increase happening in recent decades. Burning fossil fuels, deforestation, and industrial agriculture have raised levels of carbon dioxide, methane, and nitrous oxide. These gases trap heat that would otherwise escape into space, warming the climate system.
The effects are already visible and will intensify without major intervention. Ice caps and glaciers are melting faster, pushing sea levels higher and threatening coastal cities and island nations. Weather patterns are becoming more extreme, with stronger hurricanes, longer droughts, larger wildfires, and heavier floods. Ocean warming is bleaching coral reefs and disrupting marine ecosystems that millions rely on for food and income. Farming faces pressure as growing seasons shift, water scarcity spreads, and yields become less reliable. The burden falls hardest on poorer countries and vulnerable communities that did the least to cause the problem.
Addressing global warming requires coordinated action at every level. Shifting from fossil fuels to renewable energy like solar and wind is essential, along with energy efficiency and protecting forests that absorb carbon. Agreements like the Paris Agreement matter, but implementation is difficult amid competing economic and political interests. Wealthier nations carry added responsibility to cut emissions and fund sustainable development in countries with fewer resources. Innovation, from carbon capture to climate-smart agriculture, helps, but it must be matched by systemic policy and economic change.
The scale is daunting, but there are reasons for hope. Renewable energy costs have dropped sharply, making clean power more competitive. Public concern has risen, especially among younger generations pushing for action. Cities, businesses, and regional governments are adopting ambitious climate policies even when national efforts lag. The transition to a sustainable economy can also bring innovation, jobs, cleaner air, and better health. The choices made in the coming years will shape what kind of world we leave behind.
The result was still premium-mediocre at best, mainly because the topic was also not so spiky and individuated. I could also observe that there is no granulated texture to the writing output, it lacks the personhood and soul that’s something which only humans can replicate (something like the voice of Voldemorts Diary in the Harry Potter series). This skill doesn’t let you emulate “liveness” as that’s something which cannot be defined, and yet it exists. Christopher Alexander talks about this quality at length in the book, Timeless way of building, where he explains the fuzziness in defining a “great” building, it could be defined in so many ways such as being alive, beautiful, perfect etc, but yet there is no single word that could encapsulate it all. Christopher Alexander explains his personal definition struggle as the struggle to break down the difference between what is as is, and what it ought to be. That change becomes only evident when we experience something which is in the state of “ought to be”, when we know some thing is in this state, we can say that it is already in the state, but it’s hard to pin it down with definitions.
And as far as the deslopify skill goes, if you don’t have a formal definition of the rules, it becomes difficult to truly make writing human. But it does remove the usual trite cliches which AI generated writing is commonly used to. So that’s at least like one step lesser to remove all the dirty laundry from the writing.
Subscribe to get future posts via email (or grab the RSS feed). 2-3 ideas every month across design and tech
Read more
- Hammock driven developmentagentic-coding
- Peculiar ways number three fits into our funny little brains
- AI sandwich as a defacto principle for anything agentic engineering relatedagentic-coding
- How I write essays in 2026writing
- Authority in the guise of evidencecritical-rationalism
- Map is not the territoryphilosophy
- Self hypnosis as a manifestation ritualmeditation
- Hegelian dialectic for structured reasoning with AI agentsphilosophy
- How I prepare for tough negotiations nowadaysnegotiation
- When should we steelthread somethingproduct-development
- How to become a polyglot
- Breadboarding, shaping, slicing, and steelthreading solutions with AI agentsproduct-management
- Healthy conflict in teams have a tipping point
- Deslopify AI writing
- How I started building softwares with AI agents being non technicalagentic-coding
- Read raw transcriptsknowledge
- Legible and illegible tasks in organisationsproduct
- L2 Fat marker sketchesdesign
- Writing as moats for humanswriting
- Beauty of second degree probesdecision-making
- Boundary objects as the new prototypesprototyping
- One way door decisionsproduct
- Finished softwares should existproduct
- How I periodically rank my rough draftsobsidian
- Flipping questions on its headinterviewing
- Vibe writing maximswriting
- How I blog with Obsidian, Cloudflare, AstroJS, Githubwriting
- How I build greenfield apps with AI-assisted codingai-coding
- We have been scammed by the Gaussian distribution clubmathematics
- Classify incentive problems into stag hunts, and prisoners dilemmasgame-theory
- I was wrong about optimal stoppingmathematics
- Thinking like a ship
- Hyperpersonalised N=1 learningeducation
- New mediums for humans to complement superintelligenceai-coding
- Maxims for AI assisted codingai-coding
- Personal Website Starter Kitai-coding
- Virtual bookshelvesaesthetics
- It's computational everythingtrends
- Public gardens, secret routesdigital-garden
- Git way of learning to codeai-coding
- Kaomoji generatorsoftware
- Copy, Paste and Citeai-coding
- Style Transfer in AI writingai-coding
- Understanding codebases without using codeai-coding
- Vibe coding with Cursorai-coding
- Virtuoso Guide for Personal Memory Systemsmemory
- Writing in Future Pastwriting
- Publish Originally, Syndicate Elsewhereblogging
- Poetic License of Designdesign
- Idea in the shower, testing before breakfastsoftware
- Technology and regulation have a dance of ice and firetechnology
- How I ship "stuff"software
- Writing is thinkingwriting
- Song of Shapes, Words and Pathscreativity
- How do we absorb ideas better?knowledge
- Read writers who operatewriting
- Brew your ideas lazilyideas
- Trees, Branches, Twigs and Leaves — Mental Models for Writingwriting
- Compound Interest of Private Notesknowledge
- Conceptual Compression for LLMsai-coding
- Meta-analysis for contradictory research findingsdigital-health
- Proof of workproduct
- Gauging previous work of new joinees to the teamleadership
- Task management for product managersproduct
- Beauty of Zettelswriting
- Stitching React and Rails togetherai-coding
- Exploring "smart connections" for note takingknowledge
- Deploying Home Cooked Apps with Railssoftware
- Repetitive Copypromptingwriting
- Questions to ask every decadejournalling
- Balancing work, time and focusproductivity
- Hyperlinks are like cashew nutswriting
- Brand treatments, Design Systems, Vibesdesign
- How to spot human writing on the internetwriting
- Can a thought be an algorithm?product
- Opportunity Harvestingcareers
- How does AI affect UI?design
- Everything is a prioritisation problemproduct-management
- Nowlifestyle
- How I do product roastsproduct
- The Modern Startup Stacksoftware
- In-person vision transmissionproduct
- How might we help children invent for social good?social-design
- The meeting before the meetingmeetings
- Design that's so bad it's actually gooddesign
- Lessons learnt interview prepping for product rolesinterviewing
- Obsessing over personal websitessoftware
- English is the hot new programming languagesoftware
- Better way to think about conflictsconflict-management
- The role of taste in building productsdesign
- Dear enterprises, we're tired of your subscriptionssoftware
- Products need not be user centereddesign
- World's most ancient public health problemsoftware
- Pluginisation of Modern Softwaredesign
- Let's make every work 'strategic'consulting
- Making Nielsen's heuristics more digestibledesign
- Startups are a fertile ground for risk takingentrepreneurship
- Insights are not just a salad of factsdesign
- Minimum Lovable Productproduct
- Methods are lifejackets not straight jacketsmethodology
- How to arrive at on-brand colours?design
- Minto principle for writing memoswriting
- Importance of Whytask-management
- Quality Ideas Trump Executionsoftware
- How to hire a personal doctor
- Why I prefer indie softwareslifestyle
- Use code only if no code failscode
- Self Marketing
- Personal Observation Techniquesdesign
- Design is a confusing worddesign
- A Primer to Service Design Blueprintsdesign
- Rapid Journey Prototypingdesign
- Visualise detailed file structures on CLIcli
- Do's and Don'ts of User Researchdesign
- Design Manifestodesign
- Complex project management for productproducts
- How might we enable patients and caregivers to overcome preventable health conditions?digital-health
- Pedagogy of the Uncharted — What for, and Where to?education
- Future of Ageing with Mehdi Yacoubiinterviewing
- Future of Tacit knowledge with Celeste Volpiinterviewing
- Future of Rural Innovation with Thabiso Blak Mashabainterviewing
- Future of Equity with Ludovick Petersinterviewing
- Future of work with Laetitia Vitaudinterviewing
- Future of Mental Health with Kavya Raointerviewing
- Future of unschooling with Che Vanniinterviewing
- How might we prevent acquired infections in hospitals?digital-health
- The why to endure any howentrepreneurship
- Design education amidst social tribulationsdesign
- How might we assist deafblind runners to navigate?social-design