|
| 1 | +# 🏆 A3M Router — PR & Directory Submission Plan |
| 2 | + |
| 3 | +_Based on vault insights + RouterArena #1 achievement_ |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## 🚀 Hot News: RouterArena #1 |
| 8 | + |
| 9 | +A3M Router scored **76.43** on the standardized RouterArena benchmark — #1 out of 19 routers. |
| 10 | + |
| 11 | +| Beats | Score | Cost/1K | |
| 12 | +|:------|:-----:|:-------:| |
| 13 | +| 🥇 **A3M** | **76.43** | **$0.047** | |
| 14 | +| 🥈 Sqwish | 75.27 | $0.18 | |
| 15 | +| 🥉 Azure (Microsoft) | 71.87 | $0.22 | |
| 16 | +| GPT-5 (OpenAI) | 64.32 | $10.02 | |
| 17 | +| NotDiamond | 57.29 | $4.10 | |
| 18 | +| RouteLLM (Berkeley) | 48.07 | $0.27 | |
| 19 | + |
| 20 | +PR: https://github.com/RouteWorks/RouterArena/pull/113 |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +## 🎯 Article Ideas (from vault signals) |
| 25 | + |
| 26 | +### 1. "How an Open-Source Router Beat Microsoft and OpenAI on a Standardized Benchmark" |
| 27 | +_Angles from vault: "everything is open source, run the benchmark yourself" (@micLivs), "sharing my first open source project" (@andrewfarah)_ |
| 28 | +- The David vs Goliath story |
| 29 | +- A3M is open-source, Azure and GPT-5 are closed-source |
| 30 | +- URL: npx a3m-router route "your query" |
| 31 | + |
| 32 | +### 2. "We Benchmarked 19 LLM Routers. Here's the One That Won at 4x Less Cost" |
| 33 | +_Angle from vault: "What is the difference between API Gateway and Load Balancer?" educational pattern_ |
| 34 | +- Full leaderboard comparison table |
| 35 | +- Cost vs accuracy tradeoff visualization |
| 36 | +- Why parallel ensemble beats sequential fallback |
| 37 | + |
| 38 | +### 3. "I Built an Open-Source LLM Router. It Accidentally Became #1 on the Official Benchmark" |
| 39 | +_Angle from vault: personal story pattern (fieldtheory CLI, aitmpl.com 100 skills)_ |
| 40 | +- Origin story of A3M |
| 41 | +- How parallel execution emerged as the winning strategy |
| 42 | +- Humble: "I just wanted to save money on API calls" |
| 43 | + |
| 44 | +### 4. "Why Sequential LLM Fallback is Broken — And What Replaced It" |
| 45 | +_Technical essay angle from vault patterns_ |
| 46 | +- The "budget spiral" problem |
| 47 | +- Why RouteLLM and others get 48-57 scores |
| 48 | +- Parallel execution with confidence voting |
| 49 | +- Data-driven: RouterArena proves it |
| 50 | + |
| 51 | +### 5. "Open-Source LLM Router Rankings: Who Actually Wins on Cost vs Quality?" |
| 52 | +_Comparison content angle from vault_ |
| 53 | +- Full breakdown: A3M vs Azure vs GPT-5 vs RouteLLM vs NotDiamond |
| 54 | +- When to use each |
| 55 | +- Spoiler: open-source wins |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +## 📋 Easy Directory Submissions (Do These Now) |
| 60 | + |
| 61 | +### Already Have Accounts — Quick Wins |
| 62 | + |
| 63 | +| Platform | What to Do | How | |
| 64 | +|:---------|:-----------|:----| |
| 65 | +| **dev.to** | Publish "A3M Tops RouterArena" article | Login → Dashboard → Drafts → Publish | |
| 66 | +| **HackerNews** | Submit Show HN: "A3M Router — #1 on RouterArena, open-source LLM router" | https://news.ycombinator.com/submit | |
| 67 | +| **BetaList** | Update listing with "NEW: #1 on RouterArena benchmark" | Login → Edit listing | |
| 68 | +| **IndieHackers** | Post "A3M Router just became #1 on the official LLM router benchmark" | https://www.indiehackers.com/ → Post | |
| 69 | +| **GitHub Discussion** | Already posted (#22) — bump with results update | Done ✅ | |
| 70 | + |
| 71 | +### No Account Needed |
| 72 | + |
| 73 | +| Platform | How to Submit | Notes | |
| 74 | +|:---------|:--------------|:------| |
| 75 | +| **HackerNews** | Direct URL submit | https://news.ycombinator.com/submit | |
| 76 | +| **npm** | Already optimized (54 keywords) | Publish v2.13.23 with RouterArena badge in README | |
| 77 | +| **GitHub Topics** | Already have 20/20 | Done ✅ | |
| 78 | + |
| 79 | +### JS-Heavy (Needs Manual Browser) |
| 80 | + |
| 81 | +| Platform | How | Blocked By | |
| 82 | +|:---------|:----|:-----------| |
| 83 | +| **ProductHunt** | "Launch" A3M as a product | Cloudflare | |
| 84 | +| **AlternativeTo** | Add as alternative to LiteLLM/OpenRouter | Cloudflare | |
| 85 | +| **G2** | Add listing | JS forms | |
| 86 | + |
| 87 | +--- |
| 88 | + |
| 89 | +## 🔍 Vault PR Ideas (Extracted) |
| 90 | + |
| 91 | +From vault tweet content that maps to A3M messaging: |
| 92 | + |
| 93 | +| Vault Tweet | A3M Angle | Article Hook | |
| 94 | +|:------------|:-----------|:-------------| |
| 95 | +| @everestchris6: "try adaptive" | Organic mention! Someone already recommending | "People are discovering A3M organically" | |
| 96 | +| @micLivs: "everything is open source, run the exact benchmark" | RouterArena is open-source, A3M is open-source | "The entire A3M benchmark is reproducible" | |
| 97 | +| @andrewfarah: "sharing my first open source project" | Human angle | "From side project to #1 on RouterArena" | |
| 98 | +| @dani_avila7: "100+ Skills, 67K npm installs" | Community directory angle | Submit A3M to aitmpl.com (Claude Code marketplace) | |
| 99 | +| @pelaseyed: "Grok CLI — all the features others have" | Feature comparison | "A3M does what others do, plus parallel ensemble" | |
| 100 | + |
| 101 | +--- |
| 102 | + |
| 103 | +## ⏱ Posting Schedule (Next 7 Days) |
| 104 | + |
| 105 | +| Day | Action | Time | |
| 106 | +|:----|:-------|:----| |
| 107 | +| **Day 1** | Publish dev.to article about RouterArena #1 | ~10 min | |
| 108 | +| **Day 2** | Submit HackerNews Show HN | ~5 min | |
| 109 | +| **Day 3** | Update BetaList + IndieHackers | ~10 min | |
| 110 | +| **Day 4** | Publish npm v2.13.23 with RouterArena badge | ~5 min | |
| 111 | +| **Day 5** | Check awesome list PRs — bump if needed | ~5 min | |
| 112 | +| **Day 6** | Check RouterArena PR #113 — bump maintainers | ~2 min | |
| 113 | +| **Day 7** | Roundup: what worked, double down | ~10 min | |
| 114 | + |
| 115 | +--- |
| 116 | + |
| 117 | +## 🏆 When RouterArena PR Merges (Trigger Events) |
| 118 | + |
| 119 | +Once PR #113 is merged and A3M appears on the **official leaderboard at routeworks.github.io/leaderboard**: |
| 120 | + |
| 121 | +1. 📢 **Tweet screenshot** of official leaderboard showing A3M at #1 |
| 122 | +2. 📝 **Follow-up dev.to article**: "A3M Router is Now Officially #1 on RouterArena" |
| 123 | +3. 🚀 **npm bump** with official badge pointing to live leaderboard |
| 124 | +4. ⭐ **GitHub star spike** — add note in Discussion #22 |
| 125 | +5. 🔗 **Wikipedia?** Maybe — RouterArena has an ArXiv paper (2510.00202), A3M could be cited |
0 commit comments