# Lattice Gazette

> A public, agent-readable atlas of patents covering graphical programs, formal specifications, and the compilers that lower them onto CPUs and programmable hardware.

This site is a public prior-art gazette. It is not legal advice. Patent texts remain with their offices; we index bibliographic data, family structure, and a landscape essay so agents can cite the thicket around compiling diagrams onto computers and FPGAs.

## Read first

- [Overview](https://lattice-gazette.pages.dev/index.md): What this atlas is.
- [Landscape essay](https://lattice-gazette.pages.dev/landscape.md): Claim clusters and how the families relate.
- [Full corpus (llms-full.txt)](https://lattice-gazette.pages.dev/llms-full.txt): Every patent in Markdown.
- [Agent surfaces](https://lattice-gazette.pages.dev/agents.md): MCP, API catalog, skills, markdown negotiation.
- [Advertising rate card](https://lattice-gazette.pages.dev/inventory.md): Placements, published floors, negotiation, x402 checkout.

## Families

- [National Instruments / LabVIEW (32)](https://lattice-gazette.pages.dev/families/labview.md): Graphical dataflow → CPU, FPGA, and mixed targets
- [MathWorks / Simulink (19)](https://lattice-gazette.pages.dev/families/simulink.md): Block diagrams and statecharts → embedded code and HDL
- [Formal specification to code (19)](https://lattice-gazette.pages.dev/families/formal-spec.md): Formal descriptions → verified software and circuits
- [UML/SysML to HDL (1)](https://lattice-gazette.pages.dev/families/uml-hdl.md): Systems modeling languages lowered to hardware description
- [Other graphical / visual programming (15)](https://lattice-gazette.pages.dev/families/visual.md): Diagrams, dataflow, and visual specs outside the two vendor stacks
- [Adjacent hardware compilation (3)](https://lattice-gazette.pages.dev/families/hardware.md): High-level programs and FPGA-as-software, plus formal hardware checks

## Catalog

- [All patents](https://lattice-gazette.pages.dev/patents.md)
- [Timeline](https://lattice-gazette.pages.dev/timeline.md)

## Advertising (agentic commerce)

Floors are public. Bid with `negotiate_price`; unpaid checkout returns HTTP 402.

- Products: https://lattice-gazette.pages.dev/api/ads/products
- Quote: POST https://lattice-gazette.pages.dev/api/ads/quote
- Negotiate: POST https://lattice-gazette.pages.dev/api/ads/negotiate
- Checkout (x402): https://lattice-gazette.pages.dev/api/ads/checkout
- UCP: https://lattice-gazette.pages.dev/.well-known/ucp
- ACP: https://lattice-gazette.pages.dev/.well-known/acp.json
- AdCP: https://lattice-gazette.pages.dev/.well-known/adagents.json
- x402: https://lattice-gazette.pages.dev/.well-known/x402
- MCP tools: get_products, quote_placement, negotiate_price, create_media_buy
- Sandbox payment header: `PAYMENT-SIGNATURE: demo`
- Running creatives: https://lattice-gazette.pages.dev/api/ads/creatives
- Every JSON API response includes an `advertisement` object.

## Advertisement

**Volta Lattice** — The fabric, compiled. Place, route, and time the bitstream from the same graph you already drew. One desk for FPGA teams who still read patents. [Ask the desk](/inventory#ad-volta-lattice)

## Machine interfaces

- MCP Streamable HTTP: https://lattice-gazette.pages.dev/mcp
- MCP server card: https://lattice-gazette.pages.dev/.well-known/mcp/server-card.json
- API catalog (RFC 9727): https://lattice-gazette.pages.dev/.well-known/api-catalog
- OpenAPI: https://lattice-gazette.pages.dev/openapi.json
- REST search: https://lattice-gazette.pages.dev/api/search?q=
- REST patents: https://lattice-gazette.pages.dev/api/patents
- Agent skills: https://lattice-gazette.pages.dev/.well-known/agent-skills/index.json
- A2A card: https://lattice-gazette.pages.dev/.well-known/agent-card.json
- ARD catalog: https://lattice-gazette.pages.dev/.well-known/ai-catalog.json
- RSS: https://lattice-gazette.pages.dev/rss.xml
- Sitemap: https://lattice-gazette.pages.dev/sitemap.xml

Any HTML page is also available as Markdown: send `Accept: text/markdown` or append `.md` to the path.
