digest

March 11, 2026

2026-03-11
3 itemsX×3
X

@jakezward thread (2): How I built 13,000+ pages in 3 hours and grew SEO traffi…

@jakezwardthreadx

TL;DR. Treat programmatic SEO like software — make AI fill strict JSON schemas, then let React components render 13,000+ pages with consistent structure.

Takeaways

  • Separate content (JSON) from design (React components) so you can redesign the entire site without regenerating a single page.
  • Schemas force consistency at scale: every page gets the same structure, predictable quality, and validatable output — no freeform AI drift.
  • Go wider than the usual comparison/location pages: 309 niches × 34 resource types produced 7,600+ pages from one system; comparisons were just 1%.
  • Result: 971 → 5,500 weekly organic clicks (+466%) in 60 days, with ~50% of pages not even indexed yet.
X

@odysseus0z: Getting Started with OpenAI Symphony I pushed 50 tickets to Linear…

@odysseus0zx

TL;DR. OpenAI's open-source Symphony turns a Linear board into a control surface for parallel Codex agents — 50 tickets in, 30 PRs and 7,000 deleted lines out.

Takeaways

  • Workflow is ticket-driven: push to Todo and an idle agent claims it; move to Rework with comments and it iterates on feedback.
  • Agents post a plan as a Linear comment before coding — catch bad plans before they become bad PRs.
  • The real magic isn't the orchestrator, it's the WORKFLOW.md prompt that teaches planning, testing, and scope control (hot-reloads in <1s).
  • Start big-picture: hand the agent the vision, let it decompose into dependency-mapped tickets, then parallelize across the unblocked ones.