Quickstart
CacheSphere is a decision catalogue for AI and software choices — languages, models, agents, companies, and benchmarks — plus Advisor, Compare, and agent-facing JSON. Start with the path that matches your question.
1. Browse the catalogue
- Open Catalogue.
- Switch layer: languages, models, agents, companies, or benchmarks.
- Filter by name or category, then open a record for tradeoffs and next steps.
Want a recommendation without browsing? Use Advisor and describe your task.
2. Decide with Advisor or Compare
Advisor — pressure-test a model, agent, language, or stack choice from one prompt.
- Open Advisor.
- Describe what you are building or deciding.
- Read the Decision Brief; copy the structured handoff if you work with agents.
Compare — languages only today: side-by-side syntax and tradeoff snippets for two languages.
- Open Compare.
- Select two languages and scroll the dimensions (variables, loops, …).
3. Open JSON or integrate an agent
- Read For agents for MCP tools, HTTP routes, and static JSON entrypoints.
- Fetch
/api/agent-entrypoints.jsonfirst — it lists the recommended URLs for your deployment. -
For catalogue data on the same origin:
/api/languages.json; registry indexes under/api/model-registry/,/api/agent-registry/,/api/company-registry/, and/api/benchmark-registry/. -
Human-readable pages: languages at
/language?lang=<id>; models, agents, companies, and benchmarks at/entity-detail?layer=…&id=…(links from the catalogue).
More help
- First-use guide (catalogue UI walkthrough)
- FAQ
- Troubleshooting
- Use cases
- llms.txt (agent-oriented index)