Skip to content

BrethofAI/anti-dev-tier-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anti-dev-tier-list

S–F tier list of platforms, APIs, licenses, and policies ranked by how hostile they are to developers — with receipts.

Maintained by Brethof AI. The counterpart to the awesome-* family: instead of recommending tools, this list calls out the platforms and practices that punish developers and small teams.

Rules of the list

  1. Criticise practices, not people. Every entry is a documented policy, ToS clause, pricing model, or platform behaviour — not an individual employee or executive.
  2. Receipts or it didn't happen. Each entry links to source evidence (official docs, court filings, dated blog posts, archived screenshots). If the receipt rots, we mark the entry stale and re-verify before the next release.
  3. Tiers are about damage to developers, not about whether the platform is good for users or shareholders. A great consumer experience built on developer-hostile infrastructure still ranks high here.
  4. Improvement removes you from the list. When a vendor reverses a policy, we move them and note the date. Public retraction earns public retraction.

Tier definitions

Tier Meaning
S Catastrophic. Whole categories of work made impossible or non-economic. Trust-destroying.
A Very harmful. Costs serious money or time; widely felt.
B Hostile-but-survivable. Friction tax, well-known pattern, predictable workarounds.
C Annoying. Death by a thousand cuts; individually small, collectively meaningful.
D Petty. Documented bad practice but limited blast radius.
F So bad it's a meme. Self-defeating policies, courtroom losses, retractions in slow motion.

Contents


Tier S — Catastrophic

Apple App Store 30% commission on in-app purchases of digital goods

The "Apple Tax". Mandatory cut for any digital good or service sold through an app distributed via the App Store. The Epic Games v. Apple case, EU Digital Markets Act enforcement, and the UK CMA mobile ecosystem report all document the commercial harm to small developers.

Google Play 30% commission on subscriptions and in-app purchases

Same model as Apple's App Store, applied to Android. Google's position is operationally identical even as legal cases (Epic v. Google) have reduced their effective leverage on US Android.

AWS data egress fees

Charging customers to leave. AWS bills outbound data transfer at rates ranging from $0.05–0.09/GB depending on destination, with no free tier above the modest first 100 GB. Concrete lock-in via cost asymmetry: ingest is free, exit is expensive.

Oracle Java SE Universal Subscription (per-employee licensing)

Since January 2023, Oracle's Java SE pricing is per-employee — every employee, not just Java developers. A 1,000-person company with one Java service pays for 1,000 seats.

Google AI Ultra (USD 300/month) bans paying customers without explanation

Top consumer tier of Google's AI subscription. Includes Antigravity (Google's agentic IDE). Documented pattern from early 2026: subscribers receiving permanent ("life") bans with no reason supplied, no human appeal, and no pro-rata refund on cancellation. Triggers appear to include unusual working hours, sustained heavy use of agentic features, and prompt patterns flagged by undocumented classifiers. Marketed with "enterprise security" language while operating an automated ban-bot tuned to behavioural fingerprints — the marketing and the practice cannot both be true.

  • Receipts: Volume of YouTube + Reddit reports peaked Feb 2026. Search "Google AI Ultra ban" or "Antigravity banned" for the pattern. Direct user data point documented by Brethof AI (awesome-ai-minefield entry).
  • Why S: Top-tier paying customers losing access to their work with no recourse, on a product priced at the enterprise level. The combination of paid status + opacity + no refund is the trifecta.

Cloudflare WAF / Bot Fight Mode false-positive lockouts

Cloudflare's Bot Fight Mode and certain WAF rule packs aggressively challenge legitimate developers, scrapers complying with robots.txt, and accessibility tooling. Hidden in many "free tier" defaults of sites Cloudflare protects.


Tier A — Very Harmful

OpenAI: charity → for-profit conversion (2015 mission → 2026 reality)

OpenAI raised on an explicit non-profit charter in 2015 (Introducing OpenAI) promising AGI "for the benefit of humanity," "broadly distributed," "value for everyone rather than shareholders." The 2018 Charter doubled down on "primary fiduciary duty to humanity" and "providing public goods."

By 2024-2026 OpenAI has restructured into a for-profit Public Benefit Corporation, with the non-profit losing its controlling stake. Co-founder lawsuit (Musk v. Altman) alleges breach of charter; the Sep 2024 OpenAI statement (Why our structure must evolve) walks the original mission back. CEO Sam Altman, who took zero equity in the original non-profit, is now reported as a billionaire on OpenAI's growth.

  • Receipts: Side-by-side comparison in the awesome-ai-minefield OpenAI entry.
  • Why A: Sets the precedent. Charity-to-for-profit pivots used to be a scandal; if OpenAI normalises it, every "AI for humanity" pitch raised against the next AGI cycle is on the clock. The harm here is structural and forward-looking — distinct from the direct cash-extraction Tier S patterns, but trust-destroying at industry scale.

Heroku Free Tier shutdown (Nov 2022)

Salesforce-owned Heroku ended free dynos with two months' notice, deleting tens of thousands of student projects, demos, and small-traffic prototypes. The de facto on-ramp for a generation of beginners disappeared.

Vercel hobby-tier DDoS billing exposure

Hobby (free) tier accounts have published cases of $10K+ overage bills triggered by traffic spikes — Vercel's only recourse is "open a support ticket". A single viral page or scraper attack can bankrupt a side project.

npm package squatting + supply-chain attacks (typosquatting)

The npm registry's open-by-default policy allows malicious packages named like popular ones (lodahs for lodash, etc.) to publish freely. Documented incidents: event-stream (2018), colors.js / faker.js rage-publishes (2022), node-ipc wartime sabotage (2022).

GitHub Copilot training on user code (without explicit opt-in pre-2023)

For its first 18 months, GitHub Copilot was trained on public-repo code that included permissively-licensed (MIT, BSD) and copyleft (GPL) code, then offered as a paid product without crediting authors. Pending class-action: Doe v. GitHub.

AWS Cost Explorer hostility

The Cost Explorer is gated behind explicit opt-in, charges per-API-call when accessed programmatically, and surfaces real spending only after a 24-hour delay. Designed to make cost surprises land late.

  • Receipts: AWS Cost Explorer pricing · widely-discussed pattern; see r/aws bill-shock threads weekly.
  • Why A: Active design choice to delay cost feedback. Surprise bills are a feature, not a bug, of this UX.

Salesforce / Slack rate-limit cliffs and deprecation cycles

Slack's API tier system collapses functionality at low limits for free / standard plans, with deprecation cycles that break working integrations on six-month notice.


Tier B — Hostile But Survivable

npm vs yarn vs pnpm lockfile churn

package-lock.json, yarn.lock, and pnpm-lock.yaml have incompatible formats and resolution algorithms. Switching package managers requires re-resolving the entire dependency graph and can silently produce a different runtime.

Docker Hub unauthenticated rate limits (100 pulls / 6h / IP)

Pulling official images from a CI runner or shared NAT exhausts the limit fast. Workaround is mandatory account auth or pull-through mirror, neither default.

  • Receipts: Docker Hub rate limits · widely-discussed in CI vendor docs.
  • Why B: Forces every team using Docker to architect around rate-limit avoidance. Predictable but a real tax.

App Store Connect rejection process opacity

Apple's review queue regularly rejects apps for "violation of guideline X" with no concrete artefact pointing at what triggered the rejection. Resubmission lottery.

Twilio / SendGrid surprise account suspensions

Both have a pattern of suspending accounts on automated fraud heuristics with limited recourse. Side projects with low MRR are disproportionately affected.

Atlassian price hikes + product end-of-life cycles

Server-tier sunset (Feb 2024) forced on-prem Jira / Confluence customers into Cloud or Data Center, with the latter at multiples of the prior price. Pattern of pricing changes with short windows.


Tier C — Annoying

JetBrains "perpetual fallback license" subscription model

Annual subscription with a fallback license for the version available 12 months after first payment. Stop paying, lose new versions and plugin compatibility.

macOS notarization for unsigned CLI tools

Distributing a free open-source CLI via a .pkg requires Apple Developer membership ($99/year) plus per-binary notarisation, even for tools that bypass the App Store entirely.

  • Receipts: Apple notarization docs.
  • Why C: Workaround exists (homebrew tap, manual xattr -d) but pushes friction onto every recipient. Tax on free software distribution.

npm audit noise

Running npm audit on a typical production project surfaces dozens of low-severity warnings — most of them in transitive dev dependencies, unfixable from your package.json.

React 19 / Next.js upgrade churn

Major version bumps every 18-24 months that require non-trivial migration: server components, app-router, suspense semantics, RSC data-fetching idioms. Each major reorganises the canonical example.

Chrome Manifest V3 extension migration

Mandatory upgrade from Manifest V2 to V3 dropped key APIs (notably webRequestBlocking) used by ad-blockers. Long migration with ambiguous deadlines, multiple delays.


Tier D — Petty

npm package squatting on common names

@types/foo with no actual code, claimed names with placeholder publish histories, parking common-word packages.

"We're hiring engineers!" on every blog post that's actually about a feature

Recruiting funnel masquerading as technical content. Visible in vendor engineering blogs across the industry.

  • Receipts: Pattern observable on most major vendor blogs.
  • Why D: Mild irritation. Free content is still free.

"Login with Google" + email verification + SMS verification + captcha + AppCheck

Five-factor signup gauntlets on consumer products, justified as fraud prevention but applied to read-only browsing.

  • Receipts: Common pattern on YouTube comments, X verification, Indian / SE-Asian fintech apps.
  • Why D: Friction tax on consumers, but developers building sane signup flows can avoid the trap themselves.

Tier F — So Bad It's a Meme

Oracle v. Google over Java APIs (2010-2021)

Decade-long suit over whether the Java SE API method signatures were copyrightable. Lost at SCOTUS in 2021. Cost both companies enormous amounts; chilled API design across the industry while it was open.

"We're committed to open source" + license rug-pull

The recurring pattern: Mongo (SSPL, 2018), Redis (SSPL/RSAL, 2024-2025), HashiCorp Terraform (BSL, 2023), Elastic (SSPL/Elastic, 2021). Companies adopt source-available licences after years of permissive distribution.

Reddit API price hike that killed third-party clients (2023)

June 2023: Reddit announced API pricing that effectively shut down Apollo, Reddit Sync, Reddit is Fun. Apollo developer's published costs: $20M/year if they accepted Reddit's terms.

Google killing products with active user bases

Reader (2013), Inbox (2019), Stadia (2023), Hangouts (2022), domains.google (2024 → Squarespace transfer). The killedbygoogle.com index documents ~290+ shuttered products as of mid-2025.

  • Receipts: killedbygoogle.com.
  • Why F: Active anti-pattern: building on Google's developer surface area is a known risk that has not improved with time.

Recently improved (off the list)

  • Discord no longer shows public emails on bot profiles (fixed early 2024). Used to leak bot owner email addresses.
  • GitHub Copilot opt-out for code training (added Dec 2022). Was the reason it sat in Tier A; now opt-out is straightforward.
  • AWS S3 free egress for first 100 GB (added Dec 2024). Did not move AWS off the egress entry, but acknowledged.

Contributing

Open an issue with: tier, practice / vendor, dated receipt URL, and one paragraph on why it belongs at that tier. We will not list:

  • Personal attacks on individuals.
  • Unsubstantiated rumours.
  • Practices the vendor has publicly retracted.
  • Anything pre-2018 unless the policy is still active today.

If you can show a vendor has fixed something on the list, we will move it to Recently improved and credit the receipt.

Related work

License

MIT.


Maintained by Brethof AI — AI tools built for people who take their data seriously.

About

Tier list of anti-developer platforms, policies, and practices — receipts-first critique.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors