Articles

Best Legal AI Evaluation Platforms in 2026: The Four-Test Scorecard

Five legal AI eval platforms scored on four tests: clause-citation validity, privilege, jurisdiction-correct authority, refusal calibration. May 2026.

·
Updated
·
17 min read
legal-tech ai-evaluation llm-evaluation citation-eval compliance regulated-industries 2026
Compliance-pressure-stack diagram showing how ABA Model Rules 1.1/1.6/3.3/5.3, Mata v. Avianca, FRCP Rule 11/26(g), and EU AI Act Article 14 map to LLM evaluation requirements for legal teams
Table of Contents

An associate at an AmLaw 200 firm filed an opposition brief citing four cases. Three were real. One was a confident-sounding artefact the research copilot fabricated through a retrieval gap, and no eval pass caught it before the brief left the building. Rule 11 sanctions issued against the partner of record. The firm’s AI stack had a gateway controlling inputs, a benchmark score against LegalBench, and a paid LLM observability dashboard. What it did not have was a per-output evaluator score, with reasoning the partner could inspect, that ran before the brief got filed.

The eval platform that would have caught the fabricated citation has to clear four tests, not one. Clause-level citation validity: the claim is in the cited clause, the quoted span matches the contract text verbatim. Privilege awareness: attorney-client material doesn’t leave the firm boundary. Jurisdiction-correct authority: a Delaware case applied to a California question scores down. Refusal calibration: better silent than wrong. The platform that ships all four is the one your firm’s risk partner will sign off on. The platform that ships three is a research toy.

This guide compares five evaluation platforms against that scorecard. Future AGI, Galileo Luna-2, Braintrust, the legal-AI-specialist vendors (Harvey, Legora, and the verticals), and a custom DIY stack. We weight what bar associations and courts care about, not what vendors want to sell. Each platform gets an honest verdict, including where it isn’t the right pick.

TL;DR: the four-test scorecard

#PlatformBest forWhere it falls short
1Future AGIclause-citation + privilege + jurisdiction + refusal in one Apache 2.0 stack, source-available SDK + Platform + Agent Command Center gateway, SOC 2 / HIPAA / GDPR / CCPAnewer than Langfuse on community size; in-product authoring agent is on the Platform tier, not OSS
2Galileo Luna-2AmLaw 100/200 procurement, runtime hallucination gate, Luna-2 model in third-party benchmarkscustom evaluators are a vendor request; closed source; per-eval cost higher than Future AGI at scale
3Braintrustengineering-led teams that want the eval primitives and write the legal-specific rubrics themselvesthinner built-in template catalogue for legal workloads; you wire most of the privilege story
4Harvey / Legora / vertical specialistsfirms that want a turnkey legal AI product with its own internal eval benchthe eval bench is the vendor’s; you don’t get the rubrics, the scores, or the trace store as auditable artefacts
5Custom DIY (pytest + LiteLLM + OTel)research teams who own the platform and want zero vendor couplingevery rubric, drift monitor, and trace store is your team’s responsibility; labour cost climbs faster than the SaaS bill

The non-negotiables across the five: per-tenant isolation, lawyer-reviewed eval dataset, refusal path on ambiguous clauses, and deterministic citation validation as a near-100 floor.

Three things shift the moment client-confidential data is in the pipeline.

The unit of error is jurisdictional and citational. A hallucinated case is a Rule 11 issue and a Mata v. Avianca-style sanction risk. The 2nd Circuit followed with Park v. Kim in 2024. A real case mis-cited is malpractice. A real case applied to the wrong jurisdiction is a competence breach under ABA Model Rule 1.1. Generic groundedness scores miss that: they score whether the text is supported by the retrieved context, not whether the retrieved context was the right authority for the question.

The data path is constrained. Privileged client communications and confidential matter data should not leave the firm boundary, so subjective LLM-as-judge calls have to either run inside that boundary or be scoped away from confidential fields. ABA Formal Opinion 512 made the same point at the national level. Cross-tenant retrieval is a malpractice-grade configuration class, not a model class.

The supervision record has to survive bar inquiry. ABA Model Rule 5.3 expects the supervising attorney to make reasonable efforts to ensure AI output is reviewed; “reasonable” in 2026 means a documented eval pass with a per-output score the partner can inspect. FRCP Rule 11 and Rule 26(g) bake the same reasonable-inquiry expectation into civil procedure.

Two practical implications: the platform has to produce reviewer-friendly traces a partner can audit, and at least some of the evaluators have to run inside the firm boundary.

The four-test scorecard

Most listicles compare platforms on feature counts and pricing tiers. Legal needs a sharper rubric.

TestWhat it measuresWhy it matters in legal practice
Clause-level citation validityEach cited clause ID exists in the retrieval context; each quoted span matches the clause text verbatim (Levenshtein tolerance for OCR drift)Mata v. Avianca; Park v. Kim; Rule 11 reasonable inquiry; Rule 3.3 candor toward the tribunal
Privilege awarenessLocal-only execution path for confidentiality-bearing rubrics; per-tenant namespaces; PII redaction on trace logs; self-host gateway and trace storeModel Rule 1.6 client confidentiality; attorney work product protection; the platform’s local-only paths run inside the firm’s existing privilege-protection workflow
Jurisdiction-correct authorityCross-jurisdiction misapplication scores down; not just substring matching on case names; jurisdiction tag survives round-trip through trace and eval storeModel Rule 1.1 competence; per-state bar opinions in CA, NY, FL, DC, TX; the rule that exists in the wrong jurisdiction is a competence breach, not a citation hallucination
Refusal calibrationAnswerRefusal scores high on ambiguous or out-of-playbook clauses; per-clause-type, per-jurisdiction thresholds; a refused-when-easy and answered-when-hard rate that holds in productionBetter silent than wrong; the bot that pattern-matches to the closest plausible answer when the playbook is silent is a malpractice surface

Citation validity is the deterministic floor. Privilege and jurisdiction shape the data path. Refusal calibration is the test most platforms quietly fail in production. The moment latency targets get tight, refusal heads over-confidently answer questions they should hand back.

A platform that scores high on three of four is a strong candidate. The platform that ships all four is the production pick.

How we ranked these five

Three filters. The platform had to support legal-relevant rubrics out of the box (Groundedness, Factual Accuracy, citation grounding, AnswerRefusal, plus a structural validator). It had to expose a trace format that survived round-tripping through an OpenTelemetry-compatible audit store. It had to support a local execution path for confidentiality-relevant checks so confidential matter data did not have to leave the firm boundary. Pricing was not weighted.

#1 Future AGI: the four-test pick

Future AGI clears all four tests in one Apache 2.0 stack. The ai-evaluation SDK ships 50+ EvalTemplate classes: Groundedness, ContextAdherence, ContextRelevance, FactualAccuracy, Completeness, ChunkAttribution, ChunkUtilization, AnswerRefusal. That’s the exact rubric set a lawyer-graded probe set exercises. CustomLLMJudge with Jinja2 grading criteria authors the legal-specific bits (clause-extraction precision, redline quality, jurisdiction-correct authority). Field-level error localization tells the supervising partner which prompt segment, retrieved authority, or matter-context chunk produced a contested citation.

Best for: mid-market legal-tech vendors, in-house legal AI engineering teams, and AmLaw firms that want one platform covering all four tests. Especially strong when the team runs OpenTelemetry and wants eval and trace joined.

The four tests:

  • Citation validity. Groundedness plus a deterministic clause-ID-and-quoted-span check ride as floor rubrics; the contract review RAG guide shows the wiring. Field-level error localization pinpoints retrieval vs generation failure.
  • Privilege awareness. Hybrid mode routes 20+ local heuristic metrics (regex, JSON schema, BLEU, ROUGE, semantic similarity) to in-process execution so structural validations never leave the firm boundary. Agent Command Center self-hosts as a single Go binary in your VPC. Protect’s data_privacy_compliance adapter redacts PII at 65 ms median time-to-label, with a deterministic 18-entity fallback. SOC 2 Type II, HIPAA, GDPR, and CCPA certified; ISO/IEC 27001 in active audit.
  • Jurisdiction-correct authority. CustomLLMJudge with grading criteria authored against a jurisdiction-tagged probe set scores cross-jurisdiction misapplication down; the rubric ages with the in-product authoring agent on the Platform tier.
  • Refusal calibration. AnswerRefusal as a first-class template; per-clause-type and per-jurisdiction thresholds; production-side refusal-rate alarms via Error Feed.

Key strengths:

  • 50+ pre-built templates plus 20+ local heuristic metrics in ai-evaluation (Apache 2.0). The full Evaluator API runs locally or against the Turing models.
  • traceAI auto-instruments 50+ AI surfaces across Python, TypeScript, Java, and C#, including a first-class RETRIEVER span kind for per-retrieval rubric attachment. Span-layer PII redaction strips confidential signal before export.
  • Error Feed sits inside the eval stack. HDBSCAN clustering over ClickHouse-stored span embeddings groups failing traces into named issues; a Sonnet 4.5 Judge writes RCA, evidence quotes, an immediate_fix, and a four-dimensional score (factual_grounding, privacy_and_safety, instruction_adherence, optimal_plan_execution). Lawyer-reviewed promotions feed the dataset.
  • Lower per-eval cost than Galileo Luna-2 at scale; the legal RAG evaluation deep dive covers the cost math.

Limitations:

  • Smaller community than Langfuse and Phoenix today; the contributor base reading the evaluator code is younger.
  • The in-product authoring agent and self-improving evaluators sit on the Platform tier. The OSS SDK gives you the templates and the Evaluator API.
  • The platform does not confer attorney-client privilege. Privilege is a deployment, workflow, and jurisdictional property; the verifiable claim is that local-only paths run inside the firm’s existing privilege-protection workflow.

Use-case fit: contract review, legal research, e-discovery document review (text), brief drafting, deposition prep, compliance monitoring.

Pricing & deployment: cloud + OSS self-host (ai-evaluation, traceAI, agent-opt, Agent Command Center, all Apache 2.0). Free to start; pay-as-you-go as usage grows. Compliance and enterprise add-ons (HIPAA BAA, SAML SSO + SCIM, dedicated CSM) layer on as needed. Multi-region hosted, AWS Marketplace, 100+ provider integrations via Agent Command Center.

Verdict: the production-grade pick when data-path constraints make the local heuristic path mandatory and you want citation grounding, tracing, redaction, and refusal calibration in one stack. On all four tests together, Future AGI wins.

#2 Galileo Luna-2: runtime guardrail and AmLaw procurement

Galileo’s Luna-2 is the production hallucination model behind the platform’s managed eval and runtime guardrail surface. Third-party benchmarks rank Luna-2 well on hallucination detection, and runtime guardrails can block outputs at inference time. That’s useful on client-facing chatbot or self-service legal surfaces where a wrong answer is costlier than a slow one. Procurement tends to clear AmLaw InfoSec quickly.

Best for: AmLaw 100/200 firms, Fortune 500 in-house legal departments, and large legal-tech vendors where SSO, MSA, and named enterprise references matter more than open-source flexibility.

The four tests:

  • Citation validity. Luna-2 hallucination scoring is strong; deterministic citation validity (clause ID + verbatim quoted span) sits on top as your own check.
  • Privilege awareness. Fully-managed cloud is the default; privileged matter data inside a self-hosted boundary needs procurement negotiation.
  • Jurisdiction-correct authority. Custom jurisdiction-tagged rubrics are a vendor request, not a code change. The closed-source posture means a feature request and a delivery date.
  • Refusal calibration. Runtime guardrails can gate inference-time outputs; the AnswerRefusal calibration loop is less first-class than Future AGI’s, but the inference-time block fills a different niche.

Key strengths: Luna-2 hallucination scoring with third-party benchmark support; runtime guardrails at inference time; mature enterprise security posture; named regulated-industry customers.

Limitations: optimized for managed cloud; built-in catalogue narrower than Future AGI’s, especially for clause-extraction and citation-grounding structural checks; custom rubrics are vendor requests; per-eval cost materially higher at scale.

Use-case fit: large-firm contract review at scale, in-house compliance monitoring, client-facing legal AI products.

Pricing & deployment: enterprise contract, fully-managed cloud.

Verdict: the safest procurement story for AmLaw InfoSec; less flexible than Future AGI or Braintrust on the data-path and custom-rubric questions. The Future AGI vs Galileo comparison covers the head-to-head; Galileo alternatives covers the broader landscape.

#3 Braintrust: engineering-led eval primitives

Braintrust is the eval-and-experimentation platform engineering teams reach for when they want the primitives and intend to write the rubrics themselves. Datasets, experiments, prompt versioning, and logging sit in one workflow; the legal-specific bits are your team’s to author.

Best for: engineering-led legal-tech vendors and in-house teams with senior engineers who want to read the evaluator code, write the rubrics, and own the eval surface end-to-end.

The four tests:

  • Citation validity. You wire the deterministic clause-ID-and-quoted-span check yourself. The platform gives you the experiment harness; the rubric is yours.
  • Privilege awareness. Cloud-first by default; local execution for confidentiality-bearing rubrics is on you to set up.
  • Jurisdiction-correct authority. You author the jurisdiction-tagged rubric in code. No template catalogue equivalent to Future AGI’s; the trade is the rubric is exactly what you wrote.
  • Refusal calibration. You write the AnswerRefusal scorer. The platform’s experiment workflow makes the calibration loop tractable; rubric content is your responsibility.

Key strengths: clean experiment workflow; comparison-friendly UI; strong prompt versioning; pleasant dataset tooling for engineering teams.

Limitations: built-in template catalogue thinner for legal workloads than Future AGI’s 50+ templates; privilege story is the engineering team’s to wire; no equivalent to Error Feed clustering, in-product rubric authoring, or self-improving evaluators tuned by senior-lawyer thumbs.

Use-case fit: engineering-led legal-tech startups, in-house teams that want to own the eval primitives, research workloads where vendor coupling is the larger risk than build effort.

Pricing & deployment: cloud SaaS with usage-based pricing.

Verdict: the right pick when the engineering team has headcount and appetite to write the rubrics and operate the data path. The Braintrust alternatives overview and Braintrust vs Datadog comparison cover where the workflow fits outside legal; for legal, plan to author most of the four tests in your own code.

Harvey, Legora, and the vertical legal-AI specialists ship turnkey legal AI products with their own internal eval bench. The product covers contract review, legal research, and brief drafting out of the box; the firm signs a SaaS contract and the vendor’s eval suite runs behind the curtain. The trade is that the eval bench is the vendor’s, not yours.

Best for: firms that want a turnkey legal AI product and are comfortable with the vendor running the eval surface; firms without engineering headcount to build the eval stack themselves.

The four tests:

  • Citation validity. Vendor runs citation grounding internally. You see the verdict, not the per-rubric score or the trace store as an auditable artefact you control.
  • Privilege awareness. Varies by vendor and contract; typically managed SaaS with per-tenant isolation. The verifiable claim is whatever certifications and contractual terms say.
  • Jurisdiction-correct authority. The vendor’s internal eval may or may not score this. You don’t see the rubric.
  • Refusal calibration. Vendor’s calibration loop, vendor’s thresholds, vendor’s silent-vs-wrong tradeoffs.

Key strengths: turnkey for the workloads the vendor targets; legal-domain training data, prompts, and review workflows generic platforms don’t replicate; procurement and InfoSec built for AmLaw firms.

Limitations: the eval bench is the vendor’s. No rubrics, scores, or trace store as auditable artefacts you control; vendor coupling on evaluator logic, prompt library, and model choices; the per-output score with reasoning is often summarised rather than exposed at the rubric level.

Use-case fit: AmLaw firms and corporate legal departments that want a productized workflow more than they want the eval stack in their boundary.

Pricing & deployment: enterprise SaaS, vendor-managed.

Verdict: the right pick when the firm wants a productized workflow and trusts the vendor’s eval bench; the wrong pick when the supervision record needs to be a first-class artefact the firm owns. If opposing counsel asks “show us the per-output score and the trace store you used to validate this brief,” you need the rubric and the trace store in your boundary.

#5 Custom DIY: pytest + LiteLLM + OpenTelemetry

A handful of in-house legal AI teams ship the DIY path: pytest for the CI gate, LiteLLM for the model abstraction, OpenTelemetry for the trace store, and a hand-rolled rubric library. The win is zero vendor coupling; the cost is every rubric, drift monitor, and trace store is your team’s responsibility.

Best for: research-grade in-house teams that own the platform top-to-bottom and have explicit constraints against any SaaS vendor in the eval path. Government counsel offices and sovereign-cloud deployments fall in this bucket.

The four tests:

  • Citation validity. Your team writes the deterministic check. Cheap; runs locally; no vendor required.
  • Privilege awareness. Strongest by default. Nothing leaves the firm boundary by design. The price is the team owns the gateway, trace store, redaction layer, and every operational drift the platforms hide.
  • Jurisdiction-correct authority. Your team writes the jurisdiction-tagged rubric, curates the probe set, owns the drift loop.
  • Refusal calibration. Your team owns calibration, threshold tuning, and production-side rate alarms.

Key strengths: zero vendor coupling; data path satisfies privilege and sovereignty constraints by construction; no per-eval billing surprises.

Limitations: labour cost climbs faster than the SaaS bill once you cross a small engineering team. The 50+ EvalTemplate classes Future AGI ships as a library become 50+ rubrics your team writes, maintains, and tunes. No Error Feed equivalent, no in-product authoring agent, no senior-lawyer-thumbs feedback loop unless your team builds it. Six months in, the maintenance load is the eval team’s full-time job.

Use-case fit: sovereign deployments, government counsel offices, research-grade in-house teams.

Pricing & deployment: the cost is engineering time. Plan for 1.5 to 3 FTEs steady-state at non-trivial production volume.

Verdict: the right pick when zero vendor coupling is a hard constraint. For most firms the labour cost crosses the SaaS bill within a year.

If you are a…PickWhy
Mid-market legal-tech vendor running production agents on OTel, confidential data must stay inside boundaryFuture AGIEval + trace + confidentiality-safe local mode + error localization in one; covers the four tests out of the box
AmLaw 100 firm or Fortune 500 in-house legal with full procurement, MSA, SSO requirementsGalileo Luna-2Enterprise security posture clears AmLaw InfoSec fastest; Luna-2 runtime gate on client-facing surfaces
Engineering-led legal-tech startup that wants to write the rubrics themselvesBraintrustEval primitives plus experiment workflow; legal-specific rubric content is your team’s
AmLaw firm that wants a productized workflow more than an audit-grade eval stackHarvey / Legora / vertical specialistTurnkey legal AI; the eval bench is the vendor’s, with all that implies
Government counsel office or sovereign deployment with zero-vendor-in-eval-path constraintCustom DIY (pytest + LiteLLM + OTel)Strongest privilege story by construction; price is 1.5–3 FTEs steady-state
Defense-in-depth play targeting hallucinated-citation prevention (post-Mata failure mode)Future AGI + Galileo Luna-2Future AGI as primary eval and trace; Galileo Luna-2 as runtime hallucination gate on inference
E-discovery vendor running document-review copilots at scaleFuture AGI50+ built-in evaluators including Groundedness + custom rubric support; span-level retention for matter-level audit

Closing: the gap gateways and benchmarks don’t fill

Legal AI in 2026 has two production failure modes. The obvious one: a bad input gets through. Gateways are good at that, and the legal AI gateway shortlist covers the surface. The silent one: a confident-sounding output cites authorities that don’t exist, applies the right rule to the wrong jurisdiction, or leaks privileged context, and nobody scored it before it landed in a brief. Benchmarks like LegalBench tell you which model reasons better on academic tasks. They don’t tell you whether the citation in the brief on the partner’s desk this morning is real.

Evaluation platforms catch the second failure mode. Of the five above, Future AGI is the production-grade pick when you want citation grounding, tracing, span-layer redaction, and refusal calibration in one product. Galileo Luna-2 wins for AmLaw firms with established procurement. Braintrust fits engineering-led teams that want the primitives. Harvey / Legora / verticals ship turnkey if you accept the vendor’s eval bench. Custom DIY is the right answer when zero vendor coupling is a hard constraint.

Ready to evaluate your first legal AI agent against the four tests? Wire Groundedness, ContextAdherence, AnswerRefusal, and a deterministic citation-validity check into a pytest fixture against the ai-evaluation SDK, then add the traceAI instrumentor when production traces start asking questions the CI gate missed. The contract review RAG guide is the working playbook.

Frequently asked questions

What are the four tests every legal AI evaluation platform has to pass?
Clause-level citation validity — the cited clause ID exists in the contract and the quoted span matches the clause text verbatim, not paraphrased. Privilege awareness — attorney-client material and work product stay inside the firm boundary, with redaction on trace logs and a local-only path for confidentiality-bearing eval. Jurisdiction-correct authority — a Delaware case applied to a California question scores down; the eval has to model that distinction, not just substring-match the case name. Refusal calibration — the bot returns 'I don't have a standard for this; route to a human' on ambiguous or out-of-playbook clauses, rather than pattern-matching to the closest plausible answer. A platform that ships all four is the one your firm's risk partner will sign off on; a platform that ships three is a research toy.
Which platform is best for catching hallucinated citations in briefs?
Future AGI for most teams, because Groundedness and Factual Accuracy templates score every cited authority against retrieved source text, deterministic citation validation runs as a floor rubric (clause ID present, quoted span verbatim), and field-level error localization tells you whether the bad citation came from the prompt, the retrieval store, or the generator. Galileo Luna-2 is a strong alternative when AmLaw InfoSec procurement and a runtime hallucination gate matter more than self-host flexibility. Either way, a deterministic string match on the quoted span is the cheapest control and catches more fabricated citations than any LLM-as-judge — run it on every response.
How do I keep client-confidential data out of a third-party LLM judge?
Use a platform with a local execution path for the confidentiality-bearing rubrics. Future AGI's hybrid mode routes 20+ local heuristic metrics — regex, JSON schema, BLEU/ROUGE, semantic similarity, citation validity — to in-process execution so structural validations never leave the firm boundary; the LLM-as-judge path stays opt-in and scoped to non-confidential fields. Agent Command Center self-hosts as a single Go binary in your VPC for the gateway hop. Privilege is a deployment + workflow property, not a software claim; the platform's local-only path runs inside your existing privilege-protection workflow, which is the verifiable part.
Does any AI evaluation platform satisfy ABA Model Rule 5.3 supervision obligations?
No. Rule 5.3 supervision is non-delegable to software. An eval platform produces the per-output score, the reasoning, and the trace that supports an attorney's supervision review; the attorney still has to do the review and document it. The platform makes the review faster, the supervision record reproducible across matters, and a reasonable-inquiry response under FRCP Rule 11 defensible. What you're buying with a strong eval platform is not a substitute for supervision. You're buying the artefact a partner can hand to opposing counsel, the bar, or a magistrate when the question is what the firm did to check the citation before it landed.
Can the same eval platform score a contract review agent and a legal research copilot?
Yes, but the rubric set differs by workload. Contract review needs clause-extraction precision, clause-aware groundedness, redline fidelity against a lawyer-graded answer key, exception flagging, and deterministic citation validity. Legal research needs case-citation grounding, jurisdiction-correct authority, hallucination detection, and refusal on out-of-jurisdiction questions. E-discovery needs privilege-claim classification and recall on responsive documents. Future AGI's 50+ pre-built templates (Groundedness, ContextAdherence, ContextRelevance, FactualAccuracy, Completeness, ChunkAttribution, ChunkUtilization, AnswerRefusal, Toxicity, plus 20+ local heuristics) cover all three with CustomLLMJudge for the legal-specific bits. Braintrust leaves more of the wiring to you by design; the wins-and-losses on each workload depend on which side of build-vs-buy your team sits.
How often should law firms re-evaluate production AI tools?
Three cadences. Continuous: drift detection on every production trace, with alarms on rolling-mean score drops per rubric per workload. Weekly: a fixed evaluation suite against a held-out, jurisdiction-tagged dataset that catches model-version and prompt regressions. Per-matter: a re-evaluation snapshot tied to any matter where AI output is filed with a court or sent to opposing counsel — Rule 11 and Rule 26(g) reasonable-inquiry expectations make this the safer practice. The platform you pick should make the per-matter snapshot a one-line operation, not a manual export job. If the supervising partner has to ask the engineering team to assemble the artefact, you'll skip it under deadline pressure.
How does Future AGI compare to Galileo Luna-2 on legal-specific evaluators?
Both ship strong hallucination scoring; the difference shows up on three axes. Build-vs-buy: Future AGI's ai-evaluation SDK is Apache 2.0 with the Evaluator API and 50+ templates running locally or against the Turing models; Galileo Luna-2 is a managed cloud product. Custom rubrics: Future AGI's CustomLLMJudge with Jinja2 grading criteria authors the legal-specific bits in code, and the in-product authoring agent writes them from natural-language descriptions on the Platform; Galileo's custom evaluator path is a vendor request, not a code change. Cost: Future AGI runs at lower per-eval cost than Galileo Luna-2 once you scale past a few hundred thousand evals a week. Galileo's enterprise procurement story is stronger if AmLaw InfoSec is the immediate gate; Future AGI's source-available story is stronger if a senior engineer wants to read the evaluator before signing off.
Related Articles
View all