# Experiments · subagentlegal

> Anthropic research publications, indexed and filterable.

Canonical URL: https://www.subagentlegal.com/customize/experiments
Last verified: 2026-05-19

## What this page is

- Static index of publications from anthropic.com/research
- Filterable by category and date

## Replay demo on this page

### Diligence-grid

> _Legal-risk triage for a B2B SaaS acquisition_

**Model:** `claude-haiku-4-5`  
**Cassette:** `cassettes/legal/diligence-grid.har.json`  
**Replay URL:** [https://www.subagentlegal.com/api/v1/replay/legal/diligence-grid](https://www.subagentlegal.com/api/v1/replay/legal/diligence-grid)  
**Tokens spent on replay:** 0

**Stream live**

```bash
curl https://www.subagentlegal.com/api/v1/replay/legal/diligence-grid
```

**Prompt**

```
Summarize three legal risks for a B2B SaaS acquisition: data privacy, IP assignment, open-source license obligations.
```

**Response (replayed verbatim from the cassette)**

```
1. Data privacy: the target processes EU-resident PII without a documented Article 28 processor agreement, exposing the acquirer to GDPR successor liability.
2. IP assignment: three current contractors lack signed IP assignment clauses, leaving the ownership chain on two core libraries unverifiable at closing.
3. Open-source license obligations: the platform statically links to GPL-3 components without commensurate source-disclosure controls, creating a potential copyleft contamination claim.
```