16+ Real-World Industry Use Cases

ODS Across All Knowledge Domains

How different teams adopt ODS to keep their documents updated and reduce AI assistant costs by up to 94%.

Estimated Industry Cost Savings

16 Team Use Cases
Coding & Tech
94.97%
Pharma & Health
92.40%
Research & Academia
96.10%
Defense & Security
98.20%
Coding & Tech

Connecting Design Decisions to Code

Software teams connect system design notes directly to specific functions and variables in their program files.

94.97% Word Savings
$34,800 Annual Savings (10 Developers)
$ ods context docs/architecture/storage-engine.md
docs/architecture/storage-engine.md
---
ods:
  profile: guide
  status: stable
  depends:
    - docs/architecture/database.md
  code:
    - path: src/storage/db.rs
      symbol: init_pool()
      role: implementation
    - path: tests/db_test.rs
      role: test
---
Coding & Tech

Microservices Schema Connections

Software teams link API blueprints to service pages so AI assistants can write exact clients without errors.

0 Broken API Client Generation
< 5ms Document Scan
$ ods context api/v1/auth-service.md
api/v1/auth-service.md
---
ods:
  profile: spec
  status: stable
  code:
    - path: proto/auth/v1/service.proto
      role: schema
    - path: src/auth/jwt_verifier.rs
      symbol: verify_token()
      role: implementation
---
Pharma & Health

Medical Research Compliance

Research labs verify all links automatically to trace trial guidelines, lab notebooks, and molecules for auditing.

85% Faster Audit Speed
$120,000 Compliance Costs Saved
$ ods lint --strict trials/
trials/phase2-oncology-protocol.md
---
ods:
  profile: spec
  status: stable
  owner: clinical-compliance
  depends:
    - trials/assay-validation-protocol.md
    - bio/molecule-compound-x7.md
  resources:
    - path: data/lab-spectrometry-results.csv
---
Pharma & Health

Trial Patient Guidelines

Medical centers connect trial eligibility guidelines to lab test notebooks and ethics approvals.

100% Audit Trail Trace
Sub-5ms Patient Group Scan
$ ods context trials/cohort-alpha-eligibility.md
trials/cohort-alpha-eligibility.md
---
ods:
  profile: guide
  status: active
  depends:
    - ethics/irb-approval-2026.md
  resources:
    - path: assays/dna-sequencing-batch-04.csv
---
Research & Academia

Research Papers & Citations

Research labs connect draft papers, mathematical proofs, and reference lists into clear connected maps.

100% Citation Check
0 Missing Citation Links
$ ods graph --format dot papers/
papers/quantum-algorithm-proof.md
---
ods:
  profile: feature
  status: active
  depends:
    - papers/foundational-lemma-01.md
  code:
    - path: notebooks/simulation_runner.py
      symbol: run_quantum_circuit()
      role: implementation
---
Research & Academia

Reproducible Notebooks

Research teams connect project hypotheses to Jupyter notebooks and machine learning scripts.

100% Exact Reproducibility
90% Less AI Word Overhead
$ ods context experiments/bert-fine-tuning.md
experiments/bert-fine-tuning.md
---
ods:
  profile: guide
  status: active
  code:
    - path: scripts/train_bert.py
      symbol: train_epoch()
      role: implementation
    - path: configs/hyperparams.yaml
      role: config
---
Enterprise & Legal

Security Audits & Private Data

Companies use private file settings and secret tags to prevent sensitive data or secrets from leaking to public AI tools.

Zero Data Leaks
100% Privacy Controls
$ ods context compliance/soc2-data-retention.md
compliance/soc2-data-retention.md
---
ods:
  profile: guide
  status: stable
  share: private
  owner: infosec-team
---
# SOC2 Data Retention Policy

CONFIDENTIAL M&A VALUATION DETAILS
Enterprise & Legal

Secure Financial Auditing

Legal teams set up transaction files with private boundaries for secure document reviews.

100% Confidentiality Check
Sub-5ms Document Scan
$ ods context dealroom/target-valuation.md
dealroom/target-valuation.md
---
ods:
  profile: spec
  status: active
  share: private
  depends:
    - dealroom/audited-financials-2025.md
---
Engineering & Aerospace

Aerospace Guidelines & 3D Models

Engineering teams link hardware manuals to 3D design files and safety documents with no broken links when files move.

70% Less Engineering Revisions
Sub-5ms 3D Model Link Scans
$ ods mv specs/old.md specs/new.md
specs/propulsion-valve-assembly.md
---
ods:
  profile: spec
  status: stable
  depends:
    - specs/iso-9001-thermal-test.md
  resources:
    - path: cad/engine_valve_3d.step
    - path: schematics/wiring_diag.pdf
---
Engineering & Aerospace

Car Safety Specifications

EV engineering teams connect safety specifications directly to firmware program files.

100% Safety Traceability
0 Broken Hardware Links
$ ods context safety/battery-thermal-management.md
safety/battery-thermal-management.md
---
ods:
  profile: spec
  status: stable
  code:
    - path: firmware/bms/thermal_control.cpp
      symbol: monitor_cell_temp()
      role: implementation
---
Design Systems

Design Spec & Code Tokens

Design teams link design documents to web code files to keep code matching the UI designs.

Zero Design Layout Errors
100% Design File Alignment
$ ods context design/button-component-spec.md
design/button-component-spec.md
---
ods:
  profile: feature
  status: active
  code:
    - path: packages/ui/src/Button.tsx
      symbol: Button()
      role: implementation
    - path: packages/tokens/colors.css
      role: config
---
Design Systems

Brand Guides & Image Links

Brand teams link identity guides to logos and font files to automatically verify links.

100% Asset Path Integrity
0 Broken Image Links
$ ods lint brand/guidelines.md
brand/guidelines.md
---
ods:
  profile: guide
  status: stable
  resources:
    - path: assets/logos/brand-mark.svg
    - path: assets/fonts/dm-sans.woff2
---
DevOps & Cloud

Cloud Setup & Emergency Guides

Operations teams link emergency guides to cloud configurations and setup scripts to help AI resolve issues fast.

60% Faster Response Speed
< 5ms Link Auto-Repair
$ ods watch terraform/
runbooks/postgres-failover-runbook.md
---
ods:
  profile: guide
  status: active
  code:
    - path: terraform/modules/rds/main.tf
      role: infrastructure
    - path: k8s/deployments/api-service.yaml
      role: config
---
DevOps & Cloud

Cluster Setup & Deployment

Infrastructure teams map setup guides to deploy files and alert system rules.

90% Less Configuration Errors
100% Setup File Auto-Repair
$ ods context k8s/ingress-routing.md
k8s/ingress-routing.md
---
ods:
  profile: spec
  status: active
  code:
    - path: k8s/helm/templates/ingress.yaml
      role: infrastructure
---
Government & Policy

Public Rules & Data Graphs

Public agencies build connected policy guides and public catalog specs with zero vendor lock-in.

100% Traceable Guidelines
Zero Database Lock-in
$ ods index --check policy/
policy/environmental-compliance-2026.md
---
ods:
  profile: spec
  status: stable
  depends:
    - policy/clean-water-act-amendment.md
  resources:
    - path: public/water_quality_index_2026.csv
---
Finance & Fintech

Payment Security Guides

Payment platforms link security rules to encryption code modules and database setup scripts.

100% Security Traceability
Sub-5ms Encryption Spec Lookup
$ ods context payments/tokenization-engine.md
payments/tokenization-engine.md
---
ods:
  profile: spec
  status: stable
  code:
    - path: src/tokenization/encryptor.cpp
      symbol: encrypt_pan()
      role: implementation
    - path: db/migrations/004_pan_tokens.sql
      role: migration
---

Ready to set up ODS in your project?

Initialize any folder with a single command and get instant, smart AI reading lists today.