Skip to content

Further reading

Background material to understand the ideas Meridian builds on. These are external references; Meridian is not affiliated with them. Links are provided for orientation — verify current URLs, as they change over time.

Change gates and change management

  • ITIL 4 — Change Enablement (Axelos). The discipline of controlling changes to reduce risk while keeping flow. Meridian's RFC lifecycle (DRAFT → BLOCKED | APPROVED | OVERRIDDEN → SUPERSEDED) is a lightweight, automated take on change enablement. https://www.axelos.com/certifications/itil-service-management
  • "Accelerate" — Forsgren, Humble, Kim. The DORA research on what actually makes change safe and fast; argues for automated controls over heavyweight approval boards. https://itrevolution.com/product/accelerate/
  • DORA State of DevOps reports. Annual data on deployment frequency, change-fail rate, and the role of automated checks. https://dora.dev/

DevSecOps and shifting security left

Static analysis and rule authoring

Risks of AI-generated code

  • Stanford / academic studies on AI code-assistant security. Research has repeatedly found developers using AI assistants can produce less secure code while feeling more confident — the core motivation for a blocking gate. (Search: "Do Users Write More Insecure Code with AI Assistants?")
  • NIST AI Risk Management Framework (AI RMF 1.0). Governance framework for AI systems, relevant when AI is in your development toolchain. https://www.nist.gov/itl/ai-risk-management-framework
  • OWASP Top 10 for LLM Applications. Risk categories for systems that use LLMs (including code-generation tooling). https://owasp.org/www-project-top-10-for-large-language-model-applications/

Audit trails and WORM storage

Meridian itself

If a link is stale, search the title — these are all well-known, stable references.

Vocabulary & Shared Terminology

Writing precise rule messages and prompts matters — especially for Gate 3 (LLM Review), which uses the rule message as context. Using established terminology activates rich knowledge in the LLM reviewer without requiring verbose descriptions.

  • Semantic Anchors — curated catalog of 46+ well-defined terms (Clean Architecture, SOLID, DDD, OWASP, ITIL, etc.) that serve as shared vocabulary between developers and LLMs. When writing Meridian rule messages or RFC commit messages, drawing from this vocabulary makes Gate 3 reviews sharper and self-documenting for any developer reading the finding later.