Roadmap

CacheSphere is moving toward a clearer shape: decision layer first, reference layer underneath. This page shows what is live, what is being hardened, and what is still only intent.

Live Now

Shipped Features

Decision front door

Homepage, use cases, and advisor framing now lead with the actual job: helping humans and AI make better technical decisions instead of blindly accepting default recommendations.

Grounding foundation

134 languages in a consistent catalogue shape: comparable concepts, boundary patterns, learning-curve notes, ecosystem context, and machine-readable data that back the judgment layer.

Agent surface

  • GET /v1/languages/{id} — full language data
  • GET /v1/transfer?concept=X&from=A&to=B — concept transfer map
  • /api/languages.json — MIT-licensed catalogue
  • For AI tools page for grounded recommendations

Human UI

Advisor, compare, globe, language detail pages, and transfer views — enough to inspect tradeoffs from either a human workflow or an agent workflow.

Planned

Reference Foundation Quality

Decision-grade coverage

  • Compare: only surface languages with enough data to support a real decision; weak entries get hidden or clearly marked.
  • Language detail: keep rendering graceful when optional fields are missing, but make gaps obvious so the recommendation layer stays honest.
Design Phase

Tools & Stacks Layers

API endpoints

  • GET /api/ai-tools.json — curated AI/dev tools that affect technical choices
  • GET /api/stacks.json — opinionated low-bloat combinations once ready

Human pages

Design only until built:

  • tools.html / tool-detail.html
  • stacks.html / stack-detail.html
  • Optional services.html
Design Phase

Decision Layer

Human experience

Describe what you are building, what constraint matters, and whether an LLM has already suggested something. Get ranked options with short reasons, tradeoffs, and links back to the catalogue.

Agent API

  • POST /api/recommend-language (planned) — grounded recommendations with catalogue_refs.id tied back to languages.json
  • Optional light analytics on the advisor only, so we learn which decision prompts are actually useful without bloating the core site
Documented

Process Layer

How new decision-support layers get added without turning CacheSphere into noise:

Discovery Verification Curation Tradeoff judgment Publish

CacheSphere is meant to be a grounded filter, not a mirror of the internet. We verify against official docs and small experiments, curate only what helps a real decision, then publish lean outputs humans and agents can actually use.

Guardrails

Scope & Guardrails

✓ In Scope Now

  • Decision-support surfaces: advisor, compare, transfer, and agent pages
  • Reference foundation behind those surfaces
  • Small hand-maintained ai-tools.json once it improves real choices

✗ Out of Scope

  • Automated scraper spam or noisy cron ingestion
  • Large new UIs before the decision layer is sharp
  • Stripe/Pro wiring ahead of product clarity
  • Marketing pipelines that add noise instead of proof

Parking Lot

Parked: devlog-from-Git, broader discovery, fuller stacks UI, and monetisation pushes until the core decision workflow feels tight.

Future

Future Plans

Draft services

SERVICES_DRAFT.md sketches packaged help for teams that want grounded stack choices without buying into bloated all-in-one bundles.

Not live until the core decision layer is stable. Contact: [email protected] · Pricing.

Example future stack

v1-languages-tools-stacks.md sketches a lean modular stack where the point is not novelty but choosing the extra tool or language only when the tradeoff is actually worth it.

Illustrative only until stacks.json and pages exist.

Monetisation stance

Any paid layer should sit on top of the free core: setup help, reports, or decision support that saves time without hiding the catalogue.

No display ads. The core foundation stays free and tool-friendly. Pro or Teams ideas remain unshipped until the product earns them.

Source of Truth

Authoritative detail lives in the open-source repository under docs/ and product notes:

  • VISION.md — North star and framing
  • PRODUCT_VISION.md — Product direction
  • PROCESS_LAYER.md — How tools enter
  • v1-languages-tools-stacks.md — Stacks design
  • SERVICES_DRAFT.md — Future services

This page is updated when those documents change.