🪐 Agentic — agents.aguidetocloud.com¶
The cockpit-style field guide for techies building with agents. Plain English meets info-density.
Agentic Planet curates the whole agentic-AI ecosystem in plain English with honest opinions and working recipes. Tech-only audience. No vendor spin. No fence-sitting reviews. Live data over fake liveness.
Built overnight 6–7 May 2026 in a single 13-hour push, then iterated through four polish rounds. 73+ pages live as of 7 May 2026.
Standalone planet — own physics
Agentic Planet does NOT follow cosmos rules. No shared cosmos-config. No shared cosmos-nav. No cross-planet rail. Sush's standing decision: "this doesn't have to follow the planet rule, it's a standalone planet with its own rules and physics."
What it DOES share with the cosmos family:
- Sush's voice (plain English, honest take, Microsoft disclosure pattern)
- The deploy-via-Cloudflare-Pages pattern
- The CI guardrails (voice-lint, integrity-check, smoke-check, audit-claims)
What it is, in one screen¶
| Surface | What it does |
|---|---|
agents.aguidetocloud.com/ |
Home — Pulse + ThisWeek + Incidents feed cards, scorecard heatmap, recent reviews |
agents.aguidetocloud.com/mcps/ |
MCP Servers landing — 12 reviewed scorecards (target 30) |
agents.aguidetocloud.com/mcps/<slug>/ |
Per-MCP review + scorecard |
agents.aguidetocloud.com/vendors/<slug>/ |
Vendor deep-dives (4 done — OpenAI / Anthropic / Google / Microsoft) |
agents.aguidetocloud.com/compare/ |
Compare landing — 22 items across 5 categories |
agents.aguidetocloud.com/learn/<slug>/ |
Explainers + 30-min hands-on tutorial (10/10 explainers, 1 tutorial) |
agents.aguidetocloud.com/lab/ |
Lab wizard — pick stack, get scaffold |
agents.aguidetocloud.com/incidents/ |
Incidents feed — agent ecosystem outages, breakage, post-mortems |
agents.aguidetocloud.com/builder-log/ |
Builder log — Sush's own learnings building this planet |
agents.aguidetocloud.com/methodology/ |
How scoring works, what gets reviewed, what's excluded |
agents.aguidetocloud.com/rss/desk.xml, /rss/incidents.xml |
RSS feeds |
agents.aguidetocloud.com/data/{mcps,scorecards,incidents}.json |
Static data endpoints (CC BY 4.0) |
agents.aguidetocloud.com/llms.txt, /colophon, /404 |
Foundation |
Identity¶
| Element | Decision |
|---|---|
| Atmosphere | Cockpit · info-dense · dark-only · Bloomberg/Linear/cyberpunk-terminal blend |
| Base colour | #07090E ink · cyan/green/amber/red/magenta signal palette |
| Type | JetBrains Mono (display) + Inter (body) |
| Icons | Stroke-based SVGs via the <Icon /> primitive — no emojis |
| Theme | Dark only. No light theme. Reduces overhead, matches the audience and metaphor. |
Belief language (Agentic's dialect)¶
Agentic shares the cosmos belief but ratchets density up. Specific voice notes:
- Honest opinions, no fence-sitting. "Use this. Skip that. Wait three months on this."
- Vendors get reviewed, not sold. No marketing copy. The MCP scorecards are opinionated by design.
- Microsoft disclosure on every Microsoft page. Mandatory pattern: "Sush works at Microsoft as a Copilot Solution Engineer. The take on this page is independent — not Microsoft's official position."
- Live data over fake liveness. When something says "Live", it must actually be cron-fed. The first audit removed every fake "live since X" claim.
- Tech-only audience. Density is allowed. Cmd+K is expected. We assume the reader has a terminal open.
- Free + zero friction. Public site, no login, no email gate, no paid tier. Phase 2/3 may explore Ko-fi tip jar but never content gates.
Voice-lint forbidden words (enforced in CI): frontier · ecosystem · multimodal · agentic capability · in layman · AI-powered · robust · scalable · holistic · synergies · game changer · mission-critical · moat · differentiator · SEO magnet · flagship.
The 14-pillar information architecture¶
The pillars are the spine of the site. Each pillar is a top-nav surface and gets a landing page. Sush carved out all 14 pillars except #13 (newsletter — Pulse) and #14 (community) for v1. Tech-only audience by design.
Current published pillar mix (7 May 2026):
| Pillar | Tracked | Reviewed | Published | Target |
|---|---|---|---|---|
| Landscape (L01) | inline | inline | inline | 4 |
| Recipes (R02) | 1 | 1 | 0 (draft) | 5 |
| MCP Servers (M03) | 13 | 12 | 12 | 30 |
| Tools (T04) | 0 | 0 | 0 | 12 |
| Vendors (V05) | 4 | 4 | 4 | 4 |
| Safety (S06) | 14 (inline) | 0 collection | 14 inline | 14 |
| Standards (P07) | 4 (inline) | 0 collection | 4 inline | 4 |
| Learn — explainers (L08) | 10 | 10 | 5 / 5 review | 10 |
| Lab (X09) | 1 wizard | 1 | 1 | 6 |
| FAQ (Q10) | 10 | 10 | 6 / 4 review | 10 |
| Scorecards (S2 add) | — | — | 12 | 30 |
| Compare (S3 add) | — | — | 22 / 5 cats | growing |
| Incidents (S6 add) | — | — | 5 entries | weekly |
| Builder Log (S6 add) | — | — | 3 backdated | weekly |
| RSS feeds | — | — | 2 (desk, incidents) | + Pulse + ThisWeek + Recipes |
Architecture, in one paragraph¶
Astro 5 + MDX + React islands → Cloudflare Pages → custom domain. Build is ~10s for 49 pages including Pagefind index. Deploy is ~30s via custom REST API script (scripts/deploy.mjs) — wrangler is broken on win32-arm64. GitHub Actions cron every 6h refreshes MCP star deltas (schema v2 distinguishes repo vs monorepo-subdir; cron commits trigger redeploys). Auto-deploy on push to main. Integrity Check workflow (build + audit + voice-lint) hard-fails on any internal 404 or scorecard orphan. Pagefind ships in production with 3,181 words indexed.
Read next¶
- 📦 Agentic Planet Playbook — origin story, full 14-pillar IA, four iteration rounds, full pending-improvements roadmap, gotchas
- 🌌 Cosmos Audit
- 🌌 Cosmos Philosophy
- 🗣️ Voice & Tone
- Source:
agentic-planet