Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Three Pillars

Prism has three goals on the developer side: ship faster, use tokens well, and get better at AI coding. The product groups its capabilities into three pillars that serve those goals.

GoalScorePillar that moves it
Ship fasterSpeedPrompt Advisor (saves turns)
Use tokens wellEfficiencyUsage Intelligence (cost visibility) + Prompt Advisor (shorter paths)
Get better at AI codingSkillPrompt Advisor (coaching) + Usage Intelligence (habit tracking)

Audience: individual developers.

Helps you write better prompts and improve your AI-collaboration habits in real time and after the fact.

FeatureDescription
Context-management nudgesSingle-line /compact / /clear suggestions from the submit hook when a session’s turn count or context growth crosses a threshold
On-demand prompt review/prism:advisor "prompt" returns a PES-scored rewrite with concrete file paths and expected behavior
Session advisor cardsLLM-authored coaching cards per sub-session, tied to the weakest Skill input — see Advisor & Summaries
Session summariesShort narrative of what happened in a session, surfaced on the explorer and inside reports
Skill profileSpeed / Skill / Efficiency with per-input trends — see PRISM Scores
My ReportChapter-based personal review with strengths, weaknesses, worst prompts, and heatmaps — see My Report

Audience: developers first; team leads for aggregate views.

Turns raw telemetry into cost and habit signals you can act on.

FeatureDescription
Token & cost trackingPer-session, per-model breakdown with cache-aware cost — /insights/tokens
Throttle detectionRate-limit events, latency spikes, and recurring drop-off — /insights/throttle
Model rightsizingFlags sessions where a cheaper model would have sufficed — /insights/rightsizing
Behavioral insight pagesIE, CRR, FC, QR, RLR drill-downs under /insights/*
Session explorerBrowse and drill into any session, turn-by-turn — /my/explorer
Trend analyticsDaily / weekly / monthly views of usage, active time, and Skill inputs

Audience: team leads and platform engineers.

Policy and guardrails for AI-coding tool usage at the team and org level. Governance will run in the Optra gateway and activate only when gateway routing is enabled.

Planned featureDescription
Budget capsSoft warnings and hard blocks at org / team / developer spend limits
GuardrailsDLP, PII detection, prompt-injection guard, content filtering
Model access controlRestrict which models developers can use
Cost centers & tiersAttribute spend and assign spending tiers by role or project
Rightsizing recommendationsData-driven policy suggestions with estimated savings

See Gateway Routing for how gateway mode works today — the routing is in place; the governance layer on top is what’s still being built.

Developer writes prompt
→ Prompt Advisor scores it, nudges if needed
→ Request routes through the gateway (if enabled)
→ Telemetry captured (Ingest → Engine)
→ Sub-session completes → SSE + Skill updated
→ Usage Intelligence surfaces patterns + recommendations
→ Developer improves → cycle repeats

Better prompts (Advisor) raise PES, which raises SSE, which lifts Skill and lowers tokens-per-hour (Efficiency). The three pillars aren’t separate products — they’re three views of the same loop. Governance will plug into the gateway hop once its feature set lands.