stop-slop: A Skill File That Strips AI Tells From Your Prose
stop-slop skill file strips AI tells from prose, Cloudflare Flagship launches, GitHub outage, PostHog trains custom models, and Stripe's fraud problem.
Hey everyone, welcome to the Builder's Briefing for May 28th, 2026. I'm Alex, joined as always by Sam.
Hey! Good lineup today. We've got a text file that's taking over GitHub, some real talk about AI product-market fit, and DuckDuckGo is having a moment.
Yeah, let's jump right in because the top story today is honestly kind of delightful. The highest-engagement item on GitHub right now isn't a new framework or a model — it's a skill file called stop-slop. Over thirty-three hundred engagements and climbing.
I love this so much. It's literally a curated set of instructions you drop into your coding agent's context that says: stop saying 'delve into,' stop saying 'it's worth noting,' cut the hollow enthusiasm. Just write like a person.
Right, and the creator Hardik Pandya clearly struck a nerve because everyone has felt this pain. You read something and you just know it's AI-generated even if you can't pinpoint exactly why. This file gives you a way to define what your output should not sound like.
What's wild is the bigger pattern here. I think within six months, AI style guides are going to be as standard as your linting config. You'll have a file in your repo that says 'here's how our AI writes' right next to your ESLint rules.
Exactly. If you're shipping anything with user-facing text — docs, emails, in-app copy — fork this, adapt it to your brand voice, and add it to your system prompt. The competitive moat isn't using AI, it's using AI that doesn't sound like AI. Link in the briefing.
Alright, speaking of AI getting real — Simon Willison had a sharp take this week.
Yeah, Simon argues that Anthropic and OpenAI have crossed the line from impressive demos to genuine product-market fit, specifically with coding and productivity tools. And his warning to builders is pretty direct: if you're building wrapper products, the platform companies are now your direct competitors, not just your API providers.
That's a tough pill to swallow for a lot of startups. And there's a related piece from TechCrunch about tech CEOs suffering from what they're calling 'AI psychosis' — leadership making resource decisions based on hype cycles instead of actual user needs.
The term is provocative but the observation is real. If you're a technical leader pushing back on AI-for-everything mandates, that article gives you vocabulary for the conversation. Also worth flagging — PostHog published an incredibly honest walkthrough of training their own custom models instead of just wrapping APIs. Best cost-benefit breakdown from a real product company I've seen this month.
Oh, and one nerdy gem — there's a resurfacing finding from 2024 that GPU matrix multiplications actually run faster with quote-unquote predictable data. The structure of your input data affects matmul performance in ways you might not expect.
Right, so if you're doing custom inference or training and you're about to throw more hardware at the problem, maybe benchmark your data patterns first. Could save you some money.
Let's talk dev tools. A couple things caught my eye.
So there's a new incremental parser called Handy — designed for coding tools that need to re-parse on every keystroke without choking. If you're building an IDE plugin or an AI code assistant, this could be a really interesting alternative to tree-sitter for specific use cases.
And then there's Rosalind, which is a Rust genomics toolkit that runs whole-genome pipelines on a laptop. No cluster infrastructure needed. The bioinformatics angle is cool, but the real story is Rust making previously server-class workloads viable on local hardware.
That pattern keeps showing up everywhere. Also, someone built a full book publishing pipeline using Git, plain text, and open-source tools — completely bypassing Adobe and Microsoft. If you manage any document-heavy workflow, it's a great template for version-controlled pipelines.
On the infrastructure side — GitHub had another outage, right?
Yep. PRs, issues, Git operations, the API — core workflows went down. If your CI/CD, your deployments, or your agent tooling depend entirely on GitHub's availability, yesterday was your reminder to build graceful degradation. Or at least have a plan.
Also Cloudflare dropped something called Flagship, which looks like it extends what you can deploy on their edge without managing origin servers. Worth checking if you're building on their platform.
Alright, two startup stories worth highlighting. First — DuckDuckGo search traffic is up twenty-eight percent after Google's aggressive AI mode push. Users are literally voting with their clicks.
That's a real number. If you're thinking about SEO strategy or alternative discovery channels, this trend matters. Google pushing AI answers is actively pushing users away.
And then there's a detailed post about Stripe being too friendly to so-called friendly fraud — their dispute process systematically favoring buyers over merchants even when merchants have clear evidence. If you're running SaaS or a marketplace on Stripe, understand those chargeback dynamics before they cost you.
Ooh, that one hits home. Alright, quick hits?
Yeah, rapid fire. Someone compressed all of human cooking into two megabytes — a fascinating data compression paper on recipe representation. There's a developer who went from Rust back to Ruby and wrote about why. And the hiring-without-whiteboards list is trending again on GitHub.
Love that list. Also saw a piece about C array types being weird — pointer and array decay still tripping up experienced devs. Some things never change.
And there's a heated thread on Hacker News — two hundred seventy comments — about big tech's anti-labor playbook coming for Wikipedia. Links for all of these in the briefing.
So here's the takeaway for today. The most popular thing on GitHub right now is a text file that makes AI less annoying. That tells you exactly where the pain is shifting — from 'can AI do this' to 'can AI do this without embarrassing me.'
Right. If you're building with LLMs, invest in output quality as aggressively as you invest in capability. Add style guides, add negative examples, add tone constraints. Treat polish as a product feature, not an afterthought.
The builders who get that right are the ones who win the next round of user trust. That's it for today's Builder's Briefing. We'll be back tomorrow — until then, ship something good.
See you all tomorrow!
Hardik Pandya's `stop-slop` repo just hit 3,300+ engagements on GitHub — a skill file you drop into your coding agent's context to make its writing sound like a human wrote it. No more "delve into," no more "it's worth noting," no more hollow enthusiasm. It's a curated set of instructions that teach AI assistants to cut the verbal tics that instantly mark text as machine-generated.
If you're shipping any product that generates user-facing text — marketing copy, docs, in-app messaging, email drafts — this is immediately useful. Fork it, adapt it to your brand voice, and add it to your agent's system prompt or skill file. The pattern here is bigger than one repo: as AI-generated text becomes the default first draft for everything, the builders who invest in output quality control will stand out. Your users can smell slop even if they can't name it.
What this signals for the next six months: expect "AI style guides" to become a standard part of product repos, right next to your linting config and CI pipeline. The competitive moat isn't just using AI — it's using AI that doesn't sound like AI. If you're building with LLMs and you haven't defined what your output should NOT sound like, start there.
PostHog shares their playbook for training custom AI models
PostHog published a detailed walkthrough of training their own models instead of just wrapping APIs. If you're sitting on proprietary data and considering fine-tuning vs. prompt engineering, this is the most honest cost/benefit breakdown from a real product company you'll read this month.
Simon Willison: Anthropic and OpenAI have found product-market fit
Simon argues that the AI labs have crossed from "impressive demos" to genuine PMF with coding and productivity tools. Builders take note: if you're building wrapper products, the platform companies are now your direct competitors, not just your API providers.
GPU matrix multiplications run faster with "predictable" data
A 2024 finding resurfacing with renewed interest: data patterns affect GPU matmul performance in non-obvious ways. If you're doing custom inference or training, the structure of your input data might be leaving performance on the table — worth benchmarking before throwing more hardware at it.
TechCrunch: Tech CEOs are suffering from "AI psychosis"
The term is provocative but the observation is real: leadership teams are making resource allocation decisions based on AI hype cycles rather than user needs. If you're a technical leader pushing back on AI-for-everything mandates, this gives you vocabulary for the conversation.
Handy: Incremental parsing system for programming tools
A new incremental parser designed for coding tools that need to re-parse on every keystroke without choking. If you're building an IDE plugin, AI code assistant, or any tool that needs real-time syntax awareness, this could replace your current tree-sitter setup for specific use cases.
frontend-slides: Build slides in the browser with a coding agent
Point a coding agent at this tool and it generates presentation slides as web pages. Useful if you're tired of fighting PowerPoint, but the real pattern is using frontend-skilled agents for visual output beyond traditional app UIs.
Rosalind: Whole-genome pipelines on a laptop, written in Rust
A Rust genomics toolkit that runs full pipelines without cluster infrastructure. Interesting proof point that Rust's performance ceiling is making previously server-class workloads viable on local hardware — a pattern applicable well beyond bioinformatics.
Milvus vector database trending on GitHub
Milvus continues gaining traction as the go-to open-source vector DB for ANN search at scale. If you're evaluating vector stores for RAG or semantic search, Milvus's cloud-native architecture makes it worth benchmarking against Qdrant and Weaviate for your specific query patterns.
Git-tracked book production pipeline bypasses Adobe and Microsoft
A developer built a full book publishing workflow using Git, plain text, and open-source tools. If you're managing any document-heavy workflow (docs, reports, legal), this is a template for replacing fragile proprietary toolchains with version-controlled pipelines.
GitHub incident hit PRs, Issues, Git operations, and API
Another GitHub outage knocked out core workflows. If your CI/CD, deployments, or agent tooling depend entirely on GitHub's API availability, yesterday was a reminder to build graceful degradation — or at least have a plan for when it goes down.
Cloudflare Flagship launches
Cloudflare dropped Flagship — a new developer-facing product in their platform. Worth checking the docs if you're building on their edge network, as this likely extends what you can deploy without managing origin servers.
Minicor (YC P26): Windows desktop automations at scale
A YC-backed startup for running Windows desktop automations in the cloud — think browser automation but for native Win32 apps. If you're building RPA, agent workflows, or testing tools that need to interact with legacy Windows software, this solves a genuinely hard infrastructure problem.
DuckDuckGo search traffic up 28% after Google's AI mode push
Users are voting with their clicks — Google's aggressive AI integration is driving measurable traffic to alternatives. If you're building search-adjacent products or considering where to invest in SEO vs. alternative discovery channels, this trend is worth watching closely.
Stripe is too friendly to "friendly fraud"
A detailed post on how Stripe's dispute process systematically favors buyers over merchants, even with clear evidence. If you're running a SaaS or marketplace on Stripe, understand the chargeback dynamics before they cost you — and consider supplemental fraud detection.
Last.fm is now independent again
Last.fm has separated from its parent company and is operating independently. For builders in the music/audio space, this could mean new API opportunities or partnership possibilities as they chart their own product roadmap.
The highest-engagement story today isn't a new model or a funding round — it's a text file that makes AI output less annoying. That tells you where the pain is shifting: from 'can AI do this?' to 'can AI do this without embarrassing me?' If you're building with LLMs, invest in output quality as aggressively as you invest in capability. Add style guides, negative examples, and tone constraints to your prompts and skill files. The builders who treat AI output polish as a product feature — not an afterthought — will win the next round of user trust.