rocktalk labs / public beta

A universal information space.
22-dimensional semantic coordinates.

Rocktalk Lens maps any text into a 22-dimensional coordinate space where meaning has position. Free for all researchers — no credit card, no limits on citations.

22D
semantic dimensions
Free
forever, no card needed
10K
calls/month free tier

Semantic Coordinates for Researchers

One API key. Free forever. No configuration needed.

ALWAYS FREE

Rocktalk Lens — Semantic Coordinates

Map any text into a 22-dimensional universal information space. Every concept gets a coordinate. Compare semantic positions, find structural relationships, build new representations.

Free
10K calls/month on free tier — Lens is always free
  • 22D coordinate vector per text input
  • Batch encoding — arrays of strings
  • Cosine similarity + L2 distance compare endpoint
  • Cite as "Rocktalk Labs Lens" in publications

A Universal Information Space

Every concept has a position in a 22-dimensional semantic space. The dimensions are not arbitrary — each captures a distinct primitive category of meaning found across all domains of knowledge.

Rocktalk Lens encodes text into coordinates across 22 semantic primitives. You can compare positions, find clusters, measure how concepts relate structurally — not just by word overlap.

Works across languages, domains, and levels of abstraction. "The speed of light" and "the maximum constraint on information transfer" land near each other. "Democracy" and "shared decision structure" converge. Structure is meaning.

python — encode text
# Rocktalk Lens — encode any text
import requests

r = requests.post(
    "https://api.rocktalk.ai/v1/lens/encode",
    headers={"Authorization": "Bearer sk_rt_YOUR_KEY"},
    json={"text": "love is patient"}
)

data = r.json()
coords = data["results"][0]["coordinates"]
top    = data["results"][0]["top_dimensions"]

# coords → list of 22 floats
# top    → [{index, meaning, value}, ...]
Research use: cite as Rocktalk Labs Lens with the API endpoint URL. Lens output is deterministic — same input always returns the same coordinate.

Each dimension index maps to a universal semantic primitive.

d0strength / primacy
d1house / dwelling / family
d2movement / lifting
d3pathway / entry / decision
d4revelation / breath
d5connection / securing
d6cutting / nourishment
d7enclosure / protection
d8surrounding / goodness
d9work / deed / making
d10covering / blessing
d11teaching / authority
d12flow / chaos / massive
d13seed / continuity
d14support / cycle
d15seeing / knowing
d16speech / expression
d17desire / righteousness
d18time / condensing
d19head / beginning
d20fire / transformation
d21covenant / completion

Free. Full Stop.

Rocktalk Lens is free for all researchers. No credit card required, no paywalls.

Rate limits: 60 requests/min and 1,000 requests/hour per API key. For research projects needing higher throughput, email api@rocktalk.ai.

Get Your API Key

Free tier, no credit card. Your key arrives by email in under a minute.