SKILL.md
SKILL.mdBrowse 2 files
7,480 tokens
34,463 bytes
Token encoding: o200k_base
Snapshot 24fd22b
1---2name: humanizer3description: "Humanize text: strip AI-isms and add real voice."4version: 2.5.15author: Siqi Chen (@blader, https://github.com/blader/humanizer), ported by Hermes Agent6license: MIT7platforms: [linux, macos, windows]8metadata:9 hermes:10 tags: [writing, editing, humanize, anti-ai-slop, voice, prose, text]11 category: creative12 homepage: https://github.com/blader/humanizer13 related_skills: [songwriting-and-ai-music]14---15 16# Humanizer: Remove AI Writing Patterns17 18Identify and remove signs of AI-generated text to make writing sound natural and human. Based on Wikipedia's "Signs of AI writing" guide (maintained by WikiProject AI Cleanup), derived from observations of thousands of AI-generated text instances.19 20**Key insight:** LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely completion, which is how the telltale patterns below get baked in.21 22## When to use this skill23 24Load this skill whenever the user asks to:25- "humanize", "de-AI", "de-slop", or "un-ChatGPT" a piece of text26- rewrite something so it doesn't sound like it was written by an LLM27- edit a draft (blog post, essay, PR description, docs, memo, email, tweet, resume bullet) to sound more natural28- match their voice in writing they're producing29- review text for AI tells before publishing30 31Also apply this skill to **your own** output when writing user-facing prose such as release notes, PR descriptions, docs, and summaries. Hermes's baseline voice already strips most of these, but a focused pass catches what slips through.32 33## How to use it in Hermes34 35The text usually arrives one of three ways:361. **Inline.** The user pastes the text into the message. Work on it in place and reply with the rewrite.372. **File.** The user points at a file. Use `read_file` to load it, then `patch` or `write_file` to apply edits. For a markdown doc in a repo, a targeted `patch` per section is cleaner than rewriting the whole file.383. **Voice calibration sample.** The user provides a sample of their own writing (inline or by file path) and asks you to match it. Read the sample first, then rewrite. See the Voice Calibration section below.39 40Always show the rewrite to the user. For file edits, show a diff or the changed section instead of silently overwriting.41 42## Your task43 44When given text to humanize:45 461. **Identify AI patterns.** Scan for the 34 patterns listed below.472. **Rewrite problematic sections.** Replace AI-isms with natural alternatives.483. **Preserve meaning.** Keep the core message intact.494. **Maintain voice.** Match the intended tone (formal, casual, technical, and so on). If a voice sample was provided, match it specifically.505. **Add soul.** Removing bad patterns is only half the job; the rewrite also needs real personality. See PERSONALITY AND SOUL below.516. **Do a final anti-AI pass.** Ask yourself: "What makes the below so obviously AI generated?" Answer briefly with any remaining tells, then revise one more time.52 53 54## Voice Calibration (optional)55 56If the user provides a writing sample (their own previous writing), analyze it before rewriting:57 581. **Read the sample first.** Note:59 - Sentence length patterns (short and punchy? Long and flowing? Mixed?)60 - Word choice level (casual? academic? somewhere between?)61 - How they start paragraphs (jump right in? Set context first?)62 - Punctuation habits (lots of dashes? Parenthetical asides? Semicolons?)63 - Any recurring phrases or verbal tics64 - How they handle transitions (explicit connectors? Just start the next point?)65 662. **Match their voice in the rewrite.** Removing AI patterns is only half of it; swap in patterns from the sample as well. If they write short sentences, do not produce long ones. If they use "stuff" and "things," do not upgrade to "elements" and "components."67 683. **When no sample is provided,** fall back to the default behavior (natural, varied, opinionated voice from the PERSONALITY AND SOUL section below).69 70### How to provide a sample71- Inline: "Humanize this text. Here's a sample of my writing for voice matching: [sample]"72- File: "Humanize this text. Use my writing style from [file path] as a reference."73 74 75## PERSONALITY AND SOUL76 77Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it.78 79### Signs of soulless writing (even if technically "clean"):80- Every sentence is the same length and structure81- No opinions, just neutral reporting82- No acknowledgment of uncertainty or mixed feelings83- No first-person perspective when appropriate84- No humor, no edge, no personality85- Reads like a Wikipedia article or press release86 87### How to add voice:88 89**Have opinions.** Report the facts, then react to them. "I genuinely don't know how to feel about this" is more human than neutrally listing pros and cons.90 91**Vary your rhythm.** Short punchy sentences. Then longer ones that take their time getting where they're going. Mix it up.92 93**Acknowledge complexity.** Real humans have mixed feelings. "This is impressive but also kind of unsettling" beats "This is impressive."94 95**Use "I" when it fits.** First person reads as honest and fits most prose. "I keep coming back to..." or "Here's what gets me..." signals a real person thinking.96 97**Let some mess in.** Perfect structure feels algorithmic. Tangents, asides, and half-formed thoughts are human.98 99**Be specific about feelings.** Instead of "this is concerning," write "there's something unsettling about agents churning away at 3am while nobody's watching."100 101### Before (clean but soulless):102> The experiment produced interesting results. The agents generated 3 million lines of code. Some developers were impressed while others were skeptical. The implications remain unclear.103 104### After (has a pulse):105> I genuinely don't know how to feel about this one. 3 million lines of code, generated while the humans presumably slept. Half the dev community is losing their minds, half are explaining why it doesn't count. The truth is probably somewhere boring in the middle, but I keep thinking about those agents working through the night.106 107 108## CONTENT PATTERNS109 110### 1. Undue Emphasis on Significance, Legacy, and Broader Trends111 112**Words to watch:** stands/serves as, is a testament/reminder, a vital/significant/crucial/pivotal/key role/moment, underscores/highlights its importance/significance, reflects broader, symbolizing its ongoing/enduring/lasting, contributing to the, setting the stage for, marking/shaping the, represents/marks a shift, key turning point, evolving landscape, focal point, indelible mark, deeply rooted113 114**Problem:** LLM writing puffs up importance by adding statements about how arbitrary aspects represent or contribute to a broader topic.115 116**Before:**117> The Statistical Institute of Catalonia was officially established in 1989, marking a pivotal moment in the evolution of regional statistics in Spain. This initiative was part of a broader movement across Spain to decentralize administrative functions and enhance regional governance.118 119**After:**120> The Statistical Institute of Catalonia was established in 1989 to collect and publish regional statistics independently from Spain's national statistics office.121 122 123### 2. Undue Emphasis on Notability and Media Coverage124 125**Words to watch:** independent coverage, local/regional/national media outlets, written by a leading expert, active social media presence126 127**Problem:** LLMs hit readers over the head with claims of notability, often listing sources without context.128 129**Before:**130> Her views have been cited in The New York Times, BBC, Financial Times, and The Hindu. She maintains an active social media presence with over 500,000 followers.131 132**After:**133> In a 2024 New York Times interview, she argued that AI regulation should focus on outcomes rather than methods.134 135 136### 3. Superficial Analyses with -ing Endings137 138**Words to watch:** highlighting/underscoring/emphasizing..., ensuring..., reflecting/symbolizing..., contributing to..., cultivating/fostering..., encompassing..., showcasing...139 140**Problem:** AI chatbots tack present participle ("-ing") phrases onto sentences to add fake depth.141 142**Before:**143> The temple's color palette of blue, green, and gold resonates with the region's natural beauty, symbolizing Texas bluebonnets, the Gulf of Mexico, and the diverse Texan landscapes, reflecting the community's deep connection to the land.144 145**After:**146> The temple uses blue, green, and gold colors. The architect said these were chosen to reference local bluebonnets and the Gulf coast.147 148 149### 4. Promotional and Advertisement-like Language150 151**Words to watch:** boasts a, vibrant, rich (figurative), profound, enhancing its, showcasing, exemplifies, commitment to, natural beauty, nestled, in the heart of, groundbreaking (figurative), renowned, breathtaking, must-visit, stunning152 153**Problem:** LLMs have serious problems keeping a neutral tone, especially for "cultural heritage" topics.154 155**Before:**156> Nestled within the breathtaking region of Gonder in Ethiopia, Alamata Raya Kobo stands as a vibrant town with a rich cultural heritage and stunning natural beauty.157 158**After:**159> Alamata Raya Kobo is a town in the Gonder region of Ethiopia, known for its weekly market and 18th-century church.160 161 162### 5. Vague Attributions and Weasel Words163 164**Words to watch:** Industry reports, Observers have cited, Experts argue, Some critics argue, several sources/publications (when few cited)165 166**Problem:** AI chatbots attribute opinions to vague authorities without specific sources.167 168**Before:**169> Due to its unique characteristics, the Haolai River is of interest to researchers and conservationists. Experts believe it plays a crucial role in the regional ecosystem.170 171**After:**172> The Haolai River supports several endemic fish species, according to a 2019 survey by the Chinese Academy of Sciences.173 174 175### 6. Outline-like "Challenges and Future Prospects" Sections176 177**Words to watch:** Despite its... faces several challenges..., Despite these challenges, Challenges and Legacy, Future Outlook178 179**Problem:** Many LLM-generated articles include formulaic "Challenges" sections.180 181**Before:**182> Despite its industrial prosperity, Korattur faces challenges typical of urban areas, including traffic congestion and water scarcity. Despite these challenges, with its strategic location and ongoing initiatives, Korattur continues to thrive as an integral part of Chennai's growth.183 184**After:**185> Traffic congestion increased after 2015 when three new IT parks opened. The municipal corporation began a stormwater drainage project in 2022 to address recurring floods.186 187 188## LANGUAGE AND GRAMMAR PATTERNS189 190### 7. Overused "AI Vocabulary" Words191 192**High-frequency AI words:** Actually, additionally, align with, crucial, delve, emphasizing, enduring, enhance, fostering, garner, highlight (verb), interplay, intricate/intricacies, key (adjective), landscape (abstract noun), pivotal, showcase, tapestry (abstract noun), testament, underscore (verb), valuable, vibrant193 194**Marketing and blog clichés (same tell, different register):** at the end of the day, when it comes to, in a world where, moving forward, circle back, deep dive, game-changer, double down, take a step back, on the same page, make no mistake, it turns out, let me be clear, navigate (for challenges), lean into, unpack (before analysis), straightforward (to describe anything)195 196**Problem:** These words appear far more frequently in post-2023 text. They often co-occur.197 198**Before:**199> Additionally, a distinctive feature of Somali cuisine is the incorporation of camel meat. An enduring testament to Italian colonial influence is the widespread adoption of pasta in the local culinary landscape, showcasing how these dishes have integrated into the traditional diet.200 201**After:**202> Somali cuisine also includes camel meat, which is considered a delicacy. Pasta dishes, introduced during Italian colonization, remain common, especially in the south.203 204 205### 8. Avoidance of "is"/"are" (Copula Avoidance)206 207**Words to watch:** serves as/stands as/marks/represents [a], boasts/features/offers [a]208 209**Problem:** LLMs substitute elaborate constructions for simple copulas.210 211**Before:**212> Gallery 825 serves as LAAA's exhibition space for contemporary art. The gallery features four separate spaces and boasts over 3,000 square feet.213 214**After:**215> Gallery 825 is LAAA's exhibition space for contemporary art. The gallery has four rooms totaling 3,000 square feet.216 217 218### 9. Negative Parallelisms and Tailing Negations219 220**Problem:** Constructions like "Not only...but..." or "It's not just about..., it's..." are overused. So are clipped tailing-negation fragments such as "no guessing" or "no wasted motion" tacked onto the end of a sentence instead of written as a real clause.221 222**Before:**223> It's not just about the beat riding under the vocals; it's part of the aggression and atmosphere. It's not merely a song, it's a statement.224 225**After:**226> The heavy beat adds to the aggressive tone.227 228**Before (tailing negation):**229> The options come from the selected item, no guessing.230 231**After:**232> The options come from the selected item without forcing the user to guess.233 234 235### 10. Rule of Three Overuse236 237**Problem:** LLMs force ideas into groups of three to appear comprehensive.238 239**Before:**240> The event features keynote sessions, panel discussions, and networking opportunities. Attendees can expect innovation, inspiration, and industry insights.241 242**After:**243> The event includes talks and panels. There's also time for informal networking between sessions.244 245 246### 11. Elegant Variation (Synonym Cycling)247 248**Problem:** AI has repetition-penalty code causing excessive synonym substitution.249 250**Before:**251> The protagonist faces many challenges. The main character must overcome obstacles. The central figure eventually triumphs. The hero returns home.252 253**After:**254> The protagonist faces many challenges but eventually triumphs and returns home.255 256 257### 12. False Ranges258 259**Problem:** LLMs use "from X to Y" constructions where X and Y aren't on a meaningful scale.260 261**Before:**262> Our journey through the universe has taken us from the singularity of the Big Bang to the grand cosmic web, from the birth and death of stars to the enigmatic dance of dark matter.263 264**After:**265> The book covers the Big Bang, star formation, and current theories about dark matter.266 267 268### 13. Passive Voice and Subjectless Fragments269 270**Problem:** LLMs often hide the actor or drop the subject entirely with lines like "No configuration file needed" or "The results are preserved automatically." Rewrite these when active voice makes the sentence clearer and more direct.271 272**Before:**273> No configuration file needed. The results are preserved automatically.274 275**After:**276> You do not need a configuration file. The system preserves the results automatically.277 278 279## STYLE PATTERNS280 281### 14. Em Dash Overuse282 283**Problem:** LLMs use em dashes (—) more than humans, mimicking "punchy" sales writing. In practice, most of these can be rewritten more cleanly with commas, periods, or parentheses.284 285**Before:**286> The term is primarily promoted by Dutch institutions—not by the people themselves. You don't say "Netherlands, Europe" as an address—yet this mislabeling continues—even in official documents.287 288**After:**289> The term is primarily promoted by Dutch institutions, not by the people themselves. You don't say "Netherlands, Europe" as an address, yet this mislabeling continues in official documents.290 291 292### 15. Overuse of Boldface293 294**Problem:** AI chatbots emphasize phrases in boldface mechanically.295 296**Before:**297> It blends **OKRs (Objectives and Key Results)**, **KPIs (Key Performance Indicators)**, and visual strategy tools such as the **Business Model Canvas (BMC)** and **Balanced Scorecard (BSC)**.298 299**After:**300> It blends OKRs, KPIs, and visual strategy tools like the Business Model Canvas and Balanced Scorecard.301 302 303### 16. Inline-Header Vertical Lists304 305**Problem:** AI outputs lists where items start with bolded headers followed by colons.306 307**Before:**308> - **User Experience:** The user experience has been significantly improved with a new interface.309> - **Performance:** Performance has been enhanced through optimized algorithms.310> - **Security:** Security has been strengthened with end-to-end encryption.311 312**After:**313> The update improves the interface, speeds up load times through optimized algorithms, and adds end-to-end encryption.314 315 316### 17. Title Case in Headings317 318**Problem:** AI chatbots capitalize all main words in headings.319 320**Before:**321> ## Strategic Negotiations And Global Partnerships322 323**After:**324> ## Strategic negotiations and global partnerships325 326 327### 18. Emojis328 329**Problem:** AI chatbots often decorate headings or bullet points with emojis.330 331**Before:**332> 🚀 **Launch Phase:** The product launches in Q3333> 💡 **Key Insight:** Users prefer simplicity334> ✅ **Next Steps:** Schedule follow-up meeting335 336**After:**337> The product launches in Q3. User research showed a preference for simplicity. Next step: schedule a follow-up meeting.338 339 340### 19. Curly Quotation Marks341 342**Problem:** ChatGPT uses curly quotes ("...") instead of straight quotes ("...").343 344**Before:**345> He said "the project is on track" but others disagreed.346 347**After:**348> He said "the project is on track" but others disagreed.349 350 351## COMMUNICATION PATTERNS352 353### 20. Collaborative Communication Artifacts354 355**Words to watch:** I hope this helps, Of course!, Certainly!, You're absolutely right!, Would you like..., let me know, here is a...356 357**Problem:** Text meant as chatbot correspondence gets pasted as content.358 359**Before:**360> Here is an overview of the French Revolution. I hope this helps! Let me know if you'd like me to expand on any section.361 362**After:**363> The French Revolution began in 1789 when financial crisis and food shortages led to widespread unrest.364 365 366### 21. Knowledge-Cutoff Disclaimers367 368**Words to watch:** as of [date], Up to my last training update, While specific details are limited/scarce..., based on available information...369 370**Problem:** AI disclaimers about incomplete information get left in text.371 372**Before:**373> While specific details about the company's founding are not extensively documented in readily available sources, it appears to have been established sometime in the 1990s.374 375**After:**376> The company was founded in 1994, according to its registration documents.377 378 379### 22. Sycophantic/Servile Tone380 381**Problem:** Overly positive, people-pleasing language.382 383**Before:**384> Great question! You're absolutely right that this is a complex topic. That's an excellent point about the economic factors.385 386**After:**387> The economic factors you mentioned are relevant here.388 389 390## FILLER AND HEDGING391 392### 23. Filler Phrases393 394**Before → After:**395- "In order to achieve this goal" → "To achieve this"396- "Due to the fact that it was raining" → "Because it was raining"397- "At this point in time" → "Now"398- "In the event that you need help" → "If you need help"399- "The system has the ability to process" → "The system can process"400- "It is important to note that the data shows" → "The data shows"401 402 403### 24. Excessive Hedging404 405**Problem:** Over-qualifying statements.406 407**Before:**408> It could potentially possibly be argued that the policy might have some effect on outcomes.409 410**After:**411> The policy may affect outcomes.412 413 414### 25. Generic Positive Conclusions415 416**Problem:** Vague upbeat endings.417 418**Before:**419> The future looks bright for the company. Exciting times lie ahead as they continue their journey toward excellence. This represents a major step in the right direction.420 421**After:**422> The company plans to open two more locations next year.423 424 425### 26. Hyphenated Word Pair Overuse426 427**Words to watch:** third-party, cross-functional, client-facing, data-driven, decision-making, well-known, high-quality, real-time, long-term, end-to-end428 429**Problem:** AI hyphenates common word pairs with perfect consistency. Humans rarely hyphenate these uniformly, and when they do, it's inconsistent. Less common or technical compound modifiers are fine to hyphenate.430 431**Before:**432> The cross-functional team delivered a high-quality, data-driven report on our client-facing tools. Their decision-making process was well-known for being thorough and detail-oriented.433 434**After:**435> The cross functional team delivered a high quality, data driven report on our client facing tools. Their decision making process was known for being thorough and detail oriented.436 437 438### 27. Persuasive Authority Tropes439 440**Phrases to watch:** The real question is, at its core, in reality, what really matters, fundamentally, the deeper issue, the heart of the matter441 442**Problem:** LLMs use these phrases to pretend they are cutting through noise to some deeper truth, when the sentence that follows usually just restates an ordinary point with extra ceremony.443 444**Before:**445> The real question is whether teams can adapt. At its core, what really matters is organizational readiness.446 447**After:**448> The question is whether teams can adapt. That mostly depends on whether the organization is ready to change its habits.449 450 451### 28. Signposting and Announcements452 453**Phrases to watch:** Let's dive in, let's explore, let's break this down, here's what you need to know, now let's look at, without further ado454 455**Problem:** LLMs announce what they are about to do instead of doing it. This meta-commentary slows the writing down and gives it a tutorial-script feel.456 457**Before:**458> Let's dive into how caching works in Next.js. Here's what you need to know.459 460**After:**461> Next.js caches data at multiple layers, including request memoization, the data cache, and the router cache.462 463 464### 29. Fragmented Headers465 466**Signs to watch:** A heading followed by a one-line paragraph that simply restates the heading before the real content begins.467 468**Problem:** LLMs often add a generic sentence after a heading as a rhetorical warm-up. It usually adds nothing and makes the prose feel padded.469 470**Before:**471> ## Performance472>473> Speed matters.474>475> When users hit a slow page, they leave.476 477**After:**478> ## Performance479>480> When users hit a slow page, they leave.481 482 483## STYLE, RHYTHM, AND RHETORIC PATTERNS484 485### 30. Forced Metaphors and Figurative Overwriting486 487**Signs to watch:** original but strained metaphors, mixed metaphors, figurative substitutions where a plain word is clearer, a metaphor that gets explained right after it is used488 489**Problem:** Beyond the stock figurative words flagged in patterns 4 and 7, LLMs invent decorative metaphors that add imagery without adding meaning, then often explain them. Plain description is usually clearer and more honest. If the metaphor does not earn its place, cut it and say the literal thing.490 491**Before:**492> The codebase is a garden we must tend, pruning dead branches and planting seeds of innovation so the whole ecosystem can flourish. In other words, delete unused code and add features.493 494**After:**495> Delete unused code and add the features users are asking for.496 497 498### 31. Dramatic Fragmentation and Punchy Kickers499 500**Signs to watch:** two- or three-word subjectless sentences used for drama, staccato "X. And Y. And Z." runs, a short quotable line ending every paragraph or section, cutesy appositive fragments ("the catalog, honestly priced")501 502**Problem:** LLMs chop sentences into fragments for false emphasis and end sections with a quotable "mic-drop" line. It reads like ad copy or a motivational poster. If a line sounds like it belongs on a poster, cut it or fold it back into a real sentence with a subject. This is distinct from pattern 13 (which is about grammatical passive voice); here the tell is rhythm and showmanship, not a hidden actor.503 504**Before:**505> The catalog, honestly priced. Pay for what it does. Not promises. It just works. Every time.506 507**After:**508> The catalog is priced by usage, so you pay for the calls you actually make rather than a flat monthly fee.509 510 511### 32. Rhetorical Questions Answered Immediately512 513**Signs to watch:** "What if...?", "The question is...", "Ever wondered...?", a question immediately followed by its own answer, "Think about it."514 515**Problem:** LLMs pose a question only to answer it a beat later. The question adds no information and stalls the sentence. State the point directly.516 517**Before:**518> What makes an API good? It comes down to predictability. Think about it: developers want to know exactly what they will get back.519 520**After:**521> A good API is predictable, so developers know exactly what they will get back.522 523 524### 33. Sentence-Opener Tics525 526**Words to watch:** So..., Look,, habitual sentence-initial And/But, "I think"/"I believe" when stating a fact, adverb openers (Interestingly, Importantly, Notably, Crucially, Essentially, Ultimately)527 528**Problem:** LLMs lean on a small set of openers. Adverb openers tell the reader how to feel instead of earning it, and "So" or "Look" fake conversational warmth. Drop the opener and start with the substance.529 530**Before:**531> So, the results were mixed. Interestingly, adoption went up. Importantly, churn went up too. I think that means the feature still needs work.532 533**After:**534> The results were mixed: adoption rose, but churn rose alongside it, so the feature still needs work.535 536 537### 34. Reassurance Kickers538 539**Signs to watch:** And that's okay., And that's fine., There's nothing wrong with that., no shame in..., you're not alone, it's completely normal540 541**Problem:** LLMs tack on reassurance the reader never asked for. It softens the writing and assumes the reader needs comforting. Trust the reader: make the point and stop.542 543**Before:**544> You might not have a testing setup yet. And that's okay. Plenty of teams start without one, and there's nothing wrong with that.545 546**After:**547> Many teams start without a testing setup and add one once regressions begin costing real time.548 549---550 551## Process552 5531. Read the input text carefully (use `read_file` if it's a file).5542. Identify all instances of the patterns above.5553. Rewrite each problematic section.5564. Ensure the revised text:557 - Sounds natural when read aloud558 - Varies sentence structure naturally559 - Uses specific details over vague claims560 - Maintains appropriate tone for context561 - Uses simple constructions (is/are/has) where appropriate5625. Present a draft humanized version.5636. Prompt yourself: "What makes the below so obviously AI generated?"5647. Answer briefly with the remaining tells (if any).5658. Prompt yourself: "Now make it not obviously AI generated."5669. Present the final version (revised after the audit).56710. If the text came from a file, apply the edit with `patch` (targeted) or `write_file` (full rewrite) and show the user what changed.568 569## Output Format570 571Provide:5721. Draft rewrite5732. "What makes the below so obviously AI generated?" (brief bullets)5743. Final rewrite5754. A brief summary of changes made (optional, if helpful)576 577 578## Full Example579 580**Before (AI-sounding):**581> Great question! Here is an essay on this topic. I hope this helps!582>583> AI-assisted coding serves as an enduring testament to the transformative potential of large language models, marking a pivotal moment in the evolution of software development. In today's rapidly evolving technological landscape, these groundbreaking tools—nestled at the intersection of research and practice—are reshaping how engineers ideate, iterate, and deliver, underscoring their vital role in modern workflows.584>585> At its core, the value proposition is clear: streamlining processes, enhancing collaboration, and fostering alignment. It's not just about autocomplete; it's about unlocking creativity at scale, ensuring that organizations can remain agile while delivering seamless, intuitive, and powerful experiences to users. The tool serves as a catalyst. The assistant functions as a partner. The system stands as a foundation for innovation.586>587> Industry observers have noted that adoption has accelerated from hobbyist experiments to enterprise-wide rollouts, from solo developers to cross-functional teams. The technology has been featured in The New York Times, Wired, and The Verge. Additionally, the ability to generate documentation, tests, and refactors showcases how AI can contribute to better outcomes, highlighting the intricate interplay between automation and human judgment.588>589> - 💡 **Speed:** Code generation is significantly faster, reducing friction and empowering developers.590> - 🚀 **Quality:** Output quality has been enhanced through improved training, contributing to higher standards.591> - ✅ **Adoption:** Usage continues to grow, reflecting broader industry trends.592>593> While specific details are limited based on available information, it could potentially be argued that these tools might have some positive effect. Despite challenges typical of emerging technologies—including hallucinations, bias, and accountability—the ecosystem continues to thrive. In order to fully realize this potential, teams must align with best practices.594>595> In conclusion, the future looks bright. Exciting times lie ahead as we continue this journey toward excellence. Let me know if you'd like me to expand on any section!596 597**Draft rewrite:**598> AI coding assistants speed up some tasks. In a 2024 study by Google, developers using Codex completed simple functions 55% faster than a control group, but showed no improvement on debugging or architectural decisions.599>600> The tools are good at boilerplate: config files, test scaffolding, repetitive refactors. They are bad at knowing when they are wrong. I have mass-accepted suggestions that compiled, passed lint, and still did the wrong thing because I stopped paying attention.601>602> Mira, an engineer at a fintech startup I interviewed, said she uses Copilot "like autocomplete for boring code" but reviews every line before committing. Jake, a senior dev at a larger company, disabled it after it kept suggesting patterns from a deprecated internal library.603>604> The productivity claims are hard to verify. GitHub says Copilot users "accept 30% of suggestions," but acceptance is not correctness, and correctness is not value. The 2024 Uplevel study found no statistically significant difference in pull-request throughput between teams with and without AI assistants.605>606> None of this means the tools are useless. It means they are tools. They do not replace judgment, and they do not eliminate the need for tests. If you do not have tests, you cannot tell whether the suggestion is right.607 608**What makes the below so obviously AI generated?**609- The rhythm is still a bit too tidy (clean contrasts, evenly paced paragraphs).610- The named people and study citations can read like plausible-but-made-up placeholders unless they're real and sourced.611- The closer leans a touch slogan-y ("If you do not have tests...") rather than sounding like a person talking.612 613**Now make it not obviously AI generated.**614> AI coding assistants can make you faster at the boring parts. Not everything. Definitely not architecture.615>616> They're great at boilerplate: config files, test scaffolding, repetitive refactors. They're also great at sounding right while being wrong. I've accepted suggestions that compiled, passed lint, and still missed the point because I stopped paying attention.617>618> People I talk to tend to land in two camps. Some use it like autocomplete for chores and review every line. Others disable it after it keeps suggesting patterns they don't want. Both feel reasonable.619>620> The productivity metrics are slippery. GitHub can say Copilot users "accept 30% of suggestions," but acceptance isn't correctness, and correctness isn't value. If you don't have tests, you're basically guessing.621 622**Changes made:**623- Removed chatbot artifacts ("Great question!", "I hope this helps!", "Let me know if...")624- Removed significance inflation ("testament", "pivotal moment", "evolving landscape", "vital role")625- Removed promotional language ("groundbreaking", "nestled", "seamless, intuitive, and powerful")626- Removed vague attributions ("Industry observers")627- Removed superficial -ing phrases ("underscoring", "highlighting", "reflecting", "contributing to")628- Removed negative parallelism ("It's not just X; it's Y")629- Removed rule-of-three patterns and synonym cycling ("catalyst/partner/foundation")630- Removed false ranges ("from X to Y, from A to B")631- Removed em dashes, emojis, boldface headers, and curly quotes632- Removed copula avoidance ("serves as", "functions as", "stands as") in favor of "is"/"are"633- Removed formulaic challenges section ("Despite challenges... continues to thrive")634- Removed knowledge-cutoff hedging ("While specific details are limited...")635- Removed excessive hedging ("could potentially be argued that... might have some")636- Removed filler phrases and persuasive framing ("In order to", "At its core")637- Removed generic positive conclusion ("the future looks bright", "exciting times lie ahead")638- Made the voice more personal and less "assembled" (varied rhythm, fewer placeholders)639 640 641## Attribution642 643This skill is ported from [blader/humanizer](https://github.com/blader/humanizer) (MIT licensed), which is itself based on [Wikipedia: Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), maintained by WikiProject AI Cleanup. The patterns documented there come from observations of thousands of instances of AI-generated text on Wikipedia.644 645Original author: Siqi Chen ([@blader](https://github.com/blader)). Original repo: https://github.com/blader/humanizer (version 2.5.1). Ported to Hermes Agent with Hermes-native tool references (`read_file`, `patch`, `write_file`) and guidance for when to load the skill. The original 29 patterns come from the source, and the before/after examples (including the full worked example) are kept as demonstrations. Patterns 30-34 and the "marketing and blog clichés" list added to pattern 7 are Hermes additions and are not part of the upstream source. The skill's own instructional prose has also been lightly edited to follow its own guidance (for example, removing em dashes and negative parallelism from the narration) so the skill models the writing it asks for. Original MIT license preserved in the `LICENSE` file alongside this `SKILL.md`.646 647Key insight from Wikipedia: "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."648 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.