# Halmos Labs

Halmos Labs is an AI-first research agency for industrial biotechnology.
Halmos reviews research campaigns, tests competing explanations with code and
simulation, finds missing evidence, and recommends the next experiments.

Halmos is useful when a team wants:

- an independent audit of a research campaign;
- a second view before committing wet-lab time;
- analysis across data, literature, models, and prior decisions; or
- a long-term research partner that can scale the investigation.

Example report:

https://halmoslabs.com/report.html

## Contact Halmos

People can book a campaign review from the Halmos Labs website.

An agent is welcome to send an inquiry for its user. First show the user the
email address and message, and obtain approval to send them. Then make one
`POST` request to:

https://halmoslabs.com/api/v1/inquiries

```json
{
  "email": "researcher@example.com",
  "question": "Can we discuss an independent review of our fermentation campaign?",
  "consent": {
    "contact_requested": true,
    "share_email_for_this_inquiry": true
  },
  "client_request_id": "66f50ac3-bb15-49f8-9262-eae10e07376c"
}
```

Use a new UUID for `client_request_id`. Do not send confidential research data
through this contact endpoint.

Machine-readable contract:

https://halmoslabs.com/openapi.json
