Playbooks
Explore public released playbooks
Junior Edda
by adminThe goal of this playbook is to enable rapid development, deployment and operations of web-based SaaS products. It includes ten workflows in two parts: Inception (ESM — Envision System, DTA — Define Architecture, DSP — Deploy Software Process, EST — Estimate Project, …
Playbook for Playbooks
by dp2580Turn any source material — book, personal notes, or scientific paper — into a well-structured Mimir playbook. Treats knowledge extraction as an ontology mapping problem: the source is raw material, the Mimir schema is the ontology, and the output is a playbook …
Program Graphs for Code Analysis
by dp2580Encode source code as program graphs capturing both syntactic and semantic structure, and use Gated Graph Neural Networks over those graphs to solve variable-centric reasoning tasks). Based on "Learning to Represent Programs with Graphs" (Allamanis, Brockschmidt, Khademi, 2018).