CapabilityD/01
Playbook guardrails.
Index your company's drafting guidelines and SiloDraft checks every clause against them as you type — liability limits, governing law, indemnities — flagging deviations inline with the playbook position attached.
RAG · FTS5 · RRF→
CapabilityD/02
On-device clause generator.
Select any clause and generate drafting alternatives — Aggressive, Balanced, or Friendly — offline, using local Gemma models through mlx-lm on your Apple Silicon GPU. No prompt ever leaves the machine.
Gemma · mlx-lm→
CapabilityD/03
Clause-level redlining.
Compare a counter-party counterproposal against your draft side-by-side, clause by clause, with clear visual diffs and risk analysis — so you see exactly what moved and what it costs you.
compare · diff · risk→
CapabilityD/04
OCR ingestion.
Import scanned PDFs and image-based contracts using on-device Apple Vision OCR. The paper agreement someone faxed in 2009 becomes editable, searchable text without ever being uploaded.
Apple Vision · on-device→
CapabilityD/05
Drafting canvas.
A rich-text editor built for contracts: inline risk highlights directly in the text and a negotiation sidebar that keeps flags, playbook positions, and clause alternatives one glance away.
rich text · inline risk→
CapabilityD/06
One-click secure export.
Export a clean DOCX for opposing counsel, Markdown for your own records, or an annotated risk-summary PDF report for the deal team — to a folder you choose, never to a server.
DOCX · Markdown · PDF→
CapabilityD/07
First-run weights.
The Gemma model weights download once from Hugging Face or ModelScope with live progress. After that, every compliance check, clause draft, and redline compare is fully offline.
one-time · local→
CapabilityD/08
One local process tree.
A SwiftUI host boots a bundled FastAPI backend on loopback (127.0.0.1:8765) and renders the editor in a WKWebView from that same origin. No browser, no server, no port open to your network.
SwiftUI · FastAPI · same-origin→