Evaluation stack
Hosted dashboard
Projects, cases, rubrics, and reviewer workflows at app.akhara.ai
Akhara SDK & API
Datasets, evaluations, scores, and CI gates via
pip install akharaOpen-source tooling
Local suites, adaptive rubric generation, and dashboard source
CI/CD evaluations
First-class quality gates for pull requests and deploys, not an afterthought.
See the CI/CD tutorial for GitHub Actions and GitLab examples.
Data modalities
The core model is modality-agnostic (input / output / expected / metadata). Common surfaces:Text & structured
Chat turns, tool calls, JSON outputs, RAG answers
Voice & audio
Recordings, speaker-labeled transcripts, live streams
Images & docs
Documents, screenshots, and domain imaging where needed
Evaluation framework
Evaluation types
Deterministic checks
Deterministic checks
Exact match, JSON schema, regex, numeric tolerance, required phrases, code execution.
LLM judges
LLM judges
Structured-output scoring with portable providers (via litellm-style routing).
Expert rubrics
Expert rubrics
Export/import human scoring tasks with rubric versioning and preference pairs.
Adaptive rubrics
Adaptive rubrics
Generate scoring dimensions from your knowledge base, then reuse the rubric. See open-source tooling.
Trajectory / conversation
Trajectory / conversation
Multi-turn and tool-path checks for agents.
Metrics
Human review
- Review templates and multi-criteria grading rubrics
- Annotation (highlight, comment, label)
- Side-by-side comparison of model output vs source
- Multi-reviewer consensus, adjudication, inter-rater reliability
Versioning and experiments
- Version history and rollback for evaluation configs
- A/B comparison of model / prompt / rubric variants
- Deterministic sampling, input hashing, environment pinning
experiments.py
Observability
Structured logging
Log inputs, outputs, and metadata with stable schemas
Dashboard
Monitor metrics, error rates, and trends at app.akhara.ai
Alerting
Notify when metrics degrade or gates would fail in production traffic
Tracing
Follow multi-step agent pipelines end to end
Expert network
Route outputs to credentialed domain experts when automated scores are not enough, specialty matching, workload balancing, conflict-of-interest controls, and calibration against gold sets. Healthcare specialties are available; the same workflows apply to other regulated or high-stakes domains.Security & compliance
Enterprise controls
RBAC, SSO, MFA, audit logs; BAA / HIPAA where required
SOC 2 Type II
Annual audits and security controls
Encryption
AES-256 at rest, TLS 1.3 in transit
Data residency
US, EU, or custom regions; configurable retention
Integrations
LLM providers
OpenAI, Anthropic, Azure, AWS Bedrock, and more
CI/CD
GitHub Actions, GitLab CI, Jenkins
Monitoring
Datadog, Grafana, PagerDuty
Voice platforms
Twilio, Vonage, Amazon Connect
Webhooks
Push evaluation events into your systems
Warehouses
Export scores and provenance for analytics
Next steps
Open-source tooling
Local suites, adaptive rubrics, dashboard source
CI/CD tutorial
Wire gates into your pipeline