metadata.json
{
"version": "1.0.0",
"organization": "ISB Knowledge Repository",
"date": "April 2026",
"abstract": "Business technology covering AI/ML/LLMs, data science and analytics, cloud infrastructure, emerging technologies, digital transformation, agile development, product management, and cybersecurity.",
"rulesCount": 54,
"source": "Indian School of Business MBA Curriculum",
"license": "MIT"
}rules/_sections.md
# Sections Index
This file indexes all rule files in this domain. Scan this first, then load specific rule files as needed.
## 1. Artificial Intelligence & Machine Learning (ai)
**Impact:** CRITICAL
**Files:** 8 rule files
- `ai-ai-fundamentals.md` — AI Fundamentals [CRITICAL]
- `ai-neural-networks.md` — Neural Networks [MEDIUM]
- `ai-natural-language-processing-nlp.md` — Natural Language Processing (NLP) [MEDIUM]
- `ai-generative-ai-and-large-language-models-llms.md` — Generative AI and Large Language Models (LLMs) [CRITICAL]
- `ai-reinforcement-learning-rl.md` — Reinforcement Learning (RL) [CRITICAL]
- `ai-agentic-ai.md` — Agentic AI [CRITICAL]
- `ai-ai-business-applications.md` — AI Business Applications [CRITICAL]
- `ai-ai-ethics-and-governance.md` — AI Ethics and Governance [CRITICAL]
## 2. Data Science & Analytics (data)
**Impact:** CRITICAL
**Files:** 5 rule files
- `data-data-as-strategic-asset.md` — Data as Strategic Asset [HIGH]
- `data-data-governance-framework.md` — Data Governance Framework [HIGH]
- `data-data-architecture.md` — Data Architecture [CRITICAL]
- `data-analytics-maturity-model.md` — Analytics Maturity Model [HIGH]
- `data-product-analytics.md` — Product Analytics [MEDIUM]
## 3. Cloud Computing & Infrastructure (cloud)
**Impact:** CRITICAL
**Files:** 9 rule files
- `cloud-cloud-service-models.md` — Cloud Service Models [CRITICAL]
- `cloud-deployment-models.md` — Deployment Models [MEDIUM]
- `cloud-cloud-economics.md` — Cloud Economics [MEDIUM]
- `cloud-migration-strategies.md` — Migration Strategies [CRITICAL]
- `cloud-serverless-computing.md` — Serverless Computing [HIGH]
- `cloud-web-apps-and-saas-architecture.md` — Web Apps and SaaS Architecture [MEDIUM]
- `cloud-databases-and-data-infrastructure.md` — Databases and Data Infrastructure [MEDIUM]
- `cloud-apis-and-integration.md` — APIs and Integration [MEDIUM]
- `cloud-cybersecurity.md` — Cybersecurity [MEDIUM]
## 4. Emerging & Advanced Technologies (emerging)
**Impact:** MEDIUM
**Files:** 5 rule files
- `emerging-blockchain-and-web3.md` — Blockchain and Web3 [MEDIUM]
- `emerging-quantum-computing.md` — Quantum Computing [MEDIUM]
- `emerging-edge-computing.md` — Edge Computing [MEDIUM]
- `emerging-internet-of-things-iot.md` — Internet of Things (IoT) [MEDIUM]
- `emerging-extended-reality-arvr.md` — Extended Reality (AR/VR) [MEDIUM]
## 5. Digital Innovation & Transformation (digital)
**Impact:** CRITICAL
**Files:** 6 rule files
- `digital-technology-adoption-lifecycle.md` — Technology Adoption Lifecycle [MEDIUM]
- `digital-disruptive-innovation.md` — Disruptive Innovation [CRITICAL]
- `digital-digital-transformation.md` — Digital Transformation [HIGH]
- `digital-digital-strategy.md` — Digital Strategy [CRITICAL]
- `digital-digital-business-models.md` — Digital Business Models [CRITICAL]
- `digital-5-digital-transformation.md` — 5 DIGITAL TRANSFORMATION [HIGH]
## 6. Agile Development & Product Management (agile)
**Impact:** CRITICAL
**Files:** 9 rule files
- `agile-agile-fundamentals.md` — Agile Fundamentals [CRITICAL]
- `agile-scrum-framework.md` — Scrum Framework [HIGH]
- `agile-user-stories-and-prioritization.md` — User Stories and Prioritization [MEDIUM]
- `agile-alternative-methodologies.md` — Alternative Methodologies [HIGH]
- `agile-product-management-essentials.md` — Product Management Essentials [MEDIUM]
- `agile-product-analytics-deep-dive.md` — Product Analytics Deep Dive [MEDIUM]
- `agile-blockchain-and-web3-additional-details.md` — Blockchain and Web3 (Additional Details) [MEDIUM]
- `agile-cloud-economics-and-cost-optimization.md` — Cloud Economics and Cost Optimization [MEDIUM]
- `agile-serverless-and-edge-computing.md` — Serverless and Edge Computing [MEDIUM]
## 7. Operating Approach (operating)
**Impact:** CRITICAL
**Files:** 8 rule files
- `operating-connecting-technology-to-business-value.md` — Connecting Technology to Business Value [CRITICAL]
- `operating-explaining-technical-concepts-in-business-terms.md` — Explaining Technical Concepts in Business Terms [CRITICAL]
- `operating-evaluating-roi-and-implementation-timelines.md` — Evaluating ROI and Implementation Timelines [CRITICAL]
- `operating-considering-organizational-capability.md` — Considering Organizational Capability [HIGH]
- `operating-data-as-strategic-asset.md` — Data as Strategic Asset [HIGH]
- `operating-balancing-innovation-with-operational-efficiency.md` — Balancing Innovation with Operational Efficiency [MEDIUM]
- `operating-build-vs-buy-vs-partner-decisions.md` — Build vs Buy vs Partner Decisions [CRITICAL]
- `operating-ethical-implications-of-technology.md` — Ethical Implications of Technology [CRITICAL]
## 8. Security & Governance (security)
**Impact:** MEDIUM
**Files:** 4 rule files
- `security-incident-response.md` — Incident Response [MEDIUM]
- `security-insider-threats-and-monitoring.md` — Insider Threats and Monitoring [MEDIUM]
- `security-cyber-insurance.md` — Cyber Insurance [MEDIUM]
- `security-security-culture-building.md` — Security Culture Building [MEDIUM]
rules/agile-agile-fundamentals.md
---
## title: "Agile Fundamentals"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: agile, fundamentals, leadership, marketing, quantitative, technology
**Agile Manifesto values**:
1. **Individuals and interactions** over processes and tools
2. **Working software** over comprehensive documentation
3. **Customer collaboration** over contract negotiation
4. **Responding to change** over following a plan
**Agile vs Waterfall**:
- **Waterfall**: Plan everything upfront → Design → Development → Testing → Release. Extensive documentation. Changes costly; minimize them. Feedback only at end. Works for well-understood projects with fixed requirements.
- **Agile**: Short cycles of requirements, design, development, testing, release. Working software over documentation. Changes expected and accommodated. Frequent feedback. Works for uncertain requirements and fast-changing markets.
rules/agile-alternative-methodologies.md
---
## title: "Alternative Methodologies"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: alternative, methodologies, technology
**Kanban**: Visualize work as items flowing through columns (To-Do → In Progress → Done). Pull-based; continuous flow; no fixed sprints. Limit work in progress (WIP) to reveal bottlenecks and force focus. Better for maintenance and unknown scope. Kanban vs Scrum: Kanban = continuous flow; Scrum = sprint cycles. Many teams use "Scrumban" combining both.
**SAFe (Scaled Agile Framework)**: Multi-team agile for enterprises. Organizes teams into Programs, Programs into Trains. Heavy governance. Addresses scaling challenges (portfolio management, cross-team coordination, shared standards, architecture planning).
**MVP (Minimum Viable Product)**: Release earliest version delivering core value to early users. Solves core problem with minimal scope, rapid to build. NOT: buggy incomplete product, demo, final feature-complete product. Benefits: fast market entry, validated learning, reduced risk, resource efficiency. Example: food delivery app MVP is browse restaurants, place order, text confirmation. NOT: ratings, reservations, loyalty programs.
**Iterative Development**: Deliver value incrementally. Each iteration: build features, gather feedback, improve. Enables learning what customers actually want.
**DevOps Principles**: Break silos between development and operations. Automate deployments, monitoring, feedback. Enable rapid, reliable releases. Supports agile benefits.
**CI/CD**:
- **Continuous Integration**: Developers integrate frequently (multiple daily), automated tests run immediately. Catches issues early. Prevents accumulation of difficult-to-merge changes.
- **Continuous Deployment**: Automation deploys validated code to production. Can be fully automated or gated. Enables rapid iteration.
**Team Practices**:
- **Test-driven development**: Write tests before code. Ensures quality.
- **Code review**: Peer review before merging. Improves quality and knowledge sharing.
- **Refactoring**: Improve code quality continuously. Prevents technical debt.
- **Pair programming**: Two developers on complex tasks. Knowledge sharing and quality.
**Metrics**:
- **Velocity**: Story points completed per sprint. Provides capacity planning.
- **Cycle time**: Time from "In Progress" to completion. Indicates flow efficiency.
- **Burndown charts**: Visual tracking of sprint progress.
- **Customer satisfaction**: Most important ultimately.
rules/agile-blockchain-and-web3-additional-details.md
---
## title: "Blockchain and Web3 (Additional Details)"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: additional, blockchain, details, finance, technology
**Consensus Mechanisms**:
- **Proof-of-Work (PoW)**: Nodes solve puzzles to validate. Bitcoin. Secure (51% attack), energy-intensive (140 TWh annually), slow (7 tx/sec).
- **Proof-of-Stake (PoS)**: Validators stake capital. Ethereum 2.0. Energy-efficient (99.95% less), faster (~12 sec finality), concentration risk.
- **Alternatives**: Delegated PoS, Proof of Authority, Practical Byzantine Fault Tolerance.
**Smart Contracts**: Programs that execute automatically when conditions met. Ethereum pioneered. Risks: bugs (immutable = no fixes), front-running attacks.
**DeFi (Decentralized Finance)**: Financial services via smart contracts. Automated market makers (AMMs), lending protocols, yield farming, derivatives. Risks: smart contract bugs, liquidation spirals, regulatory uncertainty, impermanent loss.
**NFTs**: Unique digital assets. Verified ownership/scarcity. Hype-driven markets; most lack fundamental value. Utility NFTs (game items, access) more sustainable. Tokenization of real assets (fractional ownership, 24/7 trading, instant settlement) promising but regulatory/custody challenges.
**Enterprise Use Cases**: Supply chain transparency, multi-party settlement (reduces intermediaries), identity verification.
**Limitations**: Scalability trilemma (Bitcoin 7 tx/sec vs Visa 65K), storage (Bitcoin 500GB+), user experience (key management, gas fees), regulatory uncertainty.
**Strategic Framework**: Blockchain makes sense when multiple parties need transparent/immutable records AND current intermediaries add significant cost/friction. NOT for single-authority systems or when immutability unnecessary.
rules/agile-cloud-economics-and-cost-optimization.md
---
title: "Cloud Economics and Cost Optimization"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: cloud, cost, economics, optimization, technology
---
**Cost Drivers**: Compute (primary), storage, data transfer (egress charges), managed services.
**Optimization Tactics**:
- **Right-sizing**: Monitor utilization; downsize 30-40% without impact. 20-40% savings.
- **Reserved instances**: Commit 1-3 years; 30-70% discounts. Good for predictable workloads.
- **Spot instances**: Unused capacity at 70-90% discount. Can be terminated; good for fault-tolerant.
- **Scheduling**: Stop non-production during off-hours. 30-50% savings.
- **FinOps culture**: Allocate costs to business units, monthly reviews, reward efficiency. Without discipline, costs grow 20-30% annually.
**Lock-in Mitigation**:
- **Use open standards**: Kubernetes, SQL (portable vs NoSQL), standard APIs
- **Avoid proprietary services**: Use managed services cautiously; understand portability
- **Infrastructure-as-code**: Terraform (cloud-agnostic)
- **Containerization**: Kubernetes enables movement
- **API abstraction**: Reduce cloud-specific dependencies
**Note**: Some lock-in acceptable given cost/performance/feature benefits. Question is not "is there lock-in?" but "is cost of lock-in justified?"
rules/agile-product-analytics-deep-dive.md
---
## title: "Product Analytics Deep Dive"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: analytics, deep, dive, product, quantitative, technology
**Metrics Funnel**: Users Acquired → Activated → Engaged → Retained → Monetized.
**Key Metrics**:
- **MAU/DAU**: Monthly/daily active users. Baseline reach; high MAU with low DAU indicates weak engagement.
- **Activation**: % completing key actions showing they "get" product. Benchmark: 30-40%.
- **Engagement**: Session frequency, duration, feature adoption, action frequency.
- **Power Users**: Top 10-20% generating 80%+ value. Often best advocates and upsell targets.
- **Retention**: % returning at subsequent periods. Healthy: 40%+ at 4 weeks, curve flattening.
- **Churn**: % discontinuing use. Critical periods: Week 1-2 (not for them), Month 2-3 (post-trial), seasonal.
**Funnel Analysis**: Track through sequential stages. Identify biggest drop-offs. Prioritize by: (Drop Rate × Downstream Value) × Improvement Potential.
**Cohort Analysis**: Group by signup date, behavior, or feature adoption. Reveals product improvement impact and patterns predictive of retention.
**A/B Testing**:
- **Hypothesis**: Specific prediction about impact (strong: "Button red vs gray increases sign-ups 10%")
- **Metrics**: Primary (optimizing), Secondary (unintended consequences), Guardrail (cannot decrease)
- **Sample Size**: Rule of thumb: 10,000 users per variant for 10% improvement
- **Test Duration**: Full week cycles minimum 1-2 weeks for day-of-week variation
- **Significance**: P-value < 0.05 = 95% confident not due to chance
- **Pitfalls**: Multiple comparisons (inflates false positives), novelty effect (users click new just because different), segment interactions (winning variant differs by segment)
**North Star Metric**: Single metric representing customer value aligned with business. Characteristics: leads to long-term success, influenced by product improvements, understandable, measurable.
**PLG Metrics** (Product-Led Growth):
- Free-to-paid conversion: 10-15% benchmark
- Time to paid conversion: How quickly users upgrade
- Upgrade rate: % upgrading to higher tier
- Free trial completion: 50%+ target
- **Viral Coefficient** = (Invites per User) × (Conversion Rate). V<1 requires continuous acquisition; V>1 = exponential growth.
**Northstar and GAME Framework**:
- **Top-down (NSM)**: Start with business vision → Northstar metric → Other metrics ladder into it
- **Bottom-up (GAME)**: Goals (user and business) → Actions (to achieve) → Measures (track actions) → Evaluations (correct measures?)
rules/agile-product-management-essentials.md
---
title: "Product Management Essentials"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: essentials, management, marketing, product, quantitative
---
**Core Role**: Product manager sits between customers, engineering, business, and design. Translates business objectives and customer needs into product roadmap. Owns strategy, roadmap, and success metrics. NOT project manager (focuses on schedule/resources) or architect (focuses on system design). Focuses on *what* to build and *why*.
**Key Responsibilities**: Customer discovery, market analysis, prioritization, roadmap, requirements specification, stakeholder management, success metrics, launch strategy.
**Product Lifecycle**:
1. **Discovery and Validation**: Understand if customers want product. Market research, customer interviews, prototypes. Goal: build conviction before investing.
2. **Build/MVP Phase**: Minimum viable product with least effort. Focus on speed and learning, not perfection.
3. **Growth and Optimization**: After product-market fit, focus on acquiring more customers, reducing churn, improving monetization. Data-driven metrics (activation, retention, engagement, expansion, churn, referral).
4. **Maturity**: Established product. Focus profitability, stability, long-tail needs. New features may slow.
5. **Decline**: Usage falls; technology/market shift. Decisions: revitalize, harvest, or discontinue.
**Requirements Gathering**: User stories ("As [user], I want [capability] so that [benefit]"). Use cases (workflows with happy path and edge cases). Acceptance criteria (when done). Priority relative to others. Dependencies.
**Product Vision and Strategy**: Long-term destination (where, why). Strategy articulates competitive positioning and how you'll win. Cascades to roadmap and priorities.
**Roadmap Creation**: Multi-quarter plan of features/initiatives. Balance clarity with flexibility for market changes. Theme-based (high level), feature-based (detailed), or problem-based ("outcome roadmap") formats. Good roadmaps: honest about uncertainty, show priority, include time for bugs/debt, flexible, balance new features/maintenance/efficiency. Typical split: 50% new features, 30% bugs/debt, 20% performance/quality.
**Feature Prioritization**:
- **RICE Scoring**: (Reach × Impact × Confidence) / Effort. Score each; higher = build first.
- **Value vs Effort Matrix**: 2x2 (high value/low effort = quick wins; high value/high effort = plan; low value/high effort = avoid).
- **Weighted Scoring (WSJF)**: Weight business value, time criticality, risk reduction, effort. Calculate (Value + Criticality + Risk) / Effort.
- **MoSCoW**: Must-have, Should-have, Could-have, Won't-have. Clarifies scope and negotiation.
- **Kano Model**: Basic needs (must-be; dissatisfaction if missing, neutral if present), Performance (satisfaction scales with quality), Delighters (unknown to customer; delight if present), Indifferent (no difference). Over-invest in basic yields diminishing returns. Delighters create advantage.
- **Story Mapping**: Arrange stories across releases to ensure end-to-end value. MVP in Release 1; enhancements in Release 2.
**Product Metrics**: Define success measures aligned with business (activation rate, retention, revenue, NPS, engagement). Measure feature impact; guide prioritization. Northstar metric: single metric representing customer value aligned with business model. Examples: Slack (Message volume), Airbnb (Nights booked), Netflix (Engagement hours).
**Product-Market Fit Measurement**: When product resonates with market. Indicators: high retention (users keep using), strong word-of-mouth (low CAC), willingness to pay, small team can scale revenue. Startup's primary job.
**High-Tech Product Characteristics**: High complexity (small changes cascade), rapid obsolescence (cutting-edge becomes obsolete in 2-3 years), high R&D costs, network effects (more users = more valuable, winner-take-most), platform dependency (depends on OS/cloud changes), rapid feature arms race (competitors copy), quality as table stakes. Requires: strong product strategy, fast development velocity, continuous customer engagement, sustainable economics, proactive platform management.
---
rules/agile-scrum-framework.md
---
## title: "Scrum Framework"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: framework, frameworks, marketing, scrum, technology
**Scrum Framework**: Sprint cycles (1-4 weeks), defined roles, ceremonies, artifacts. Most structured agile approach.
**Roles**:
- **Product Owner**: Represents customer, maintains prioritized backlog, defines requirements, accepts work.
- **Scrum Master**: Facilitates processes, removes blockers, shields team, coaches in practices.
- **Development Team**: Cross-functional (5-9 people), self-organizing, accountable for working software.
**Sprint Cycle** (2-week example):
- **Sprint Planning** (4 hours): Product owner presents backlog; team discusses and commits to sprint goal.
- **Daily Standup** (15 minutes): What completed? What next? What's blocking? Identifies blockers for Scrum Master.
- **Sprint Execution**: Team pulls work, maintains working software, adapts as learned.
- **Sprint Review** (2 hours): Demonstrate completed work; gather feedback.
- **Sprint Retrospective** (1.5 hours): Reflect on how team worked; generate improvements.
**Backlogs**:
- **Product Backlog**: Prioritized list of all desired features, fixes. Owned by product owner.
- **Sprint Backlog**: Items committed for current sprint with task breakdown.
- **Definition of Done**: Criteria for "complete" (unit tested, code reviewed, documented).
rules/agile-serverless-and-edge-computing.md
---
title: "Serverless and Edge Computing"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: computing, edge, serverless, technology
---
**Serverless (Function-as-a-Service)**: AWS Lambda, Google Cloud Functions. Pay per execution, auto-scale zero to thousands. Ideal for event-driven, variable-load. NOT for long-running processes (hours+), tight latency (<100ms), complex stateful workflows.
**Edge Computing**: Process closer to source (devices, local servers) not centralized cloud. Lower latency (real-time), reduced bandwidth, better privacy, offline capability. Examples: IoT edge gateways, CDN nodes, 5G mobile edge. Challenges: distributed management, heterogeneous hardware.
rules/agile-user-stories-and-prioritization.md
---
title: "User Stories and Prioritization"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: marketing, prioritization, stories, technology, user
---
**User Stories**: Describe features from user perspective. Format: "As a [user role], I want [capability], so that [benefit]."
Examples:
- "As a customer, I want to filter products by color, so that I can find items I like"
- "As an admin, I want to export reports as CSV, so that I can analyze data in Excel"
Structure: Title, Description, Acceptance criteria (testable conditions), Story points (complexity estimate), Dependencies, Acceptance.
**Feature Prioritization Frameworks**:
- **RICE**: Reach (# users affected) × Impact (user value) ÷ Effort (engineering time) = Priority score. Balances value and cost.
- **MoSCoW**: Categorize as Must-have, Should-have, Could-have, Won't-have. Clarifies scope and negotiation.
- **Value vs Effort Matrix**: Plot features (high-value/low-effort = quick wins; low-value/high-effort = avoid).
rules/ai-agentic-ai.md
---
## title: "Agentic AI"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: agentic, frameworks, technology
**Agentic systems** operate autonomously, breaking complex tasks into subtasks, using tools, and iterating until goals are met.
Unlike traditional models (input → output), agents can:
- **Plan**: Break goal into steps
- **Use tools**: Call APIs, search databases, run code
- **Reflect**: Evaluate progress, adjust strategy
- **Iterate**: Complete subtasks, combine results
**Agent Loop**:
1. Plan—LLM decides what step to take
2. Act—Execute action (API call, query, calculation)
3. Observe—Get feedback on action
4. Reflect—Update understanding based on feedback
5. Repeat—Continue until goal achieved
**Agent Frameworks**: ReAct pattern (Reasoning + Acting), tool use with decision logic. Agent requires access to tools, planning capability, and error recovery mechanisms. Challenges: hallucination (generating false information), context limits (can't process very long documents), cost (LLM API calls expensive at scale).
**Example**: Financial analysis agent given "Analyze whether company X is a good investment." Agent might: search for financial statements, calculate key metrics, research industry trends, analyze competitor performance, synthesize into recommendation. Customer support agent routes to appropriate team, retrieves documentation, drafts responses. Sales agent researches prospects, schedules meetings, logs interactions. Agentic AI represents frontier of practical AI deployment.
rules/ai-ai-business-applications.md
---
## title: "AI Business Applications"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: applications, business, marketing, technology
**Sales & Marketing**:
- **Lead scoring**: Predict which prospects likely to buy
- **Churn prediction**: Identify at-risk customers for retention efforts
- **Personalization**: Recommend products, customize website experience
- **Email optimization**: Subject lines, send times, content optimization
**Operations**:
- **Demand forecasting**: Predict product demand for inventory planning
- **Quality control**: Image recognition detecting manufacturing defects
- **Predictive maintenance**: Predict equipment failure before it happens
- **Scheduling**: Optimize workforce scheduling and resource allocation
**Finance**:
- **Credit risk**: Predict loan defaults
- **Fraud detection**: Identify suspicious transactions
- **Algorithmic trading**: Automated trading strategies
- **Financial forecasting**: Revenue, expense, cash flow projections
**Customer Service**:
- **Chatbots**: Respond to common questions 24/7
- **Sentiment analysis**: Identify frustrated customers for escalation
- **Categorization**: Route tickets to appropriate teams
- **Summary generation**: Summarize interactions for agents
**Product & Strategy**:
- **Feature recommendation**: What features should we build next?
- **Pricing optimization**: What price maximizes revenue?
- **Text analytics**: Analyze customer feedback, reviews, surveys
- **Competitive intelligence**: Monitor competitor activity
rules/ai-ai-ethics-and-governance.md
---
title: "AI Ethics and Governance"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: behavioral, ethics, governance, leadership, technology
---
**Fairness**: Algorithms trained on historical data perpetuate historical discrimination. Hiring datasets biased toward demographics, loan default data reflecting past discrimination. Detecting bias requires examining training data, testing performance across demographic groups, building fairness constraints.
**Transparency and Explainability**: Neural networks are "black boxes"—we know outputs but not reasoning. Problematic for high-stakes decisions (medical diagnosis, loan approval, criminal justice). Explainable AI (XAI) methods help interpret decisions.
**Privacy**: Training AI requires data often containing sensitive information. GDPR limits data usage. Differential privacy adds noise protecting individuals while keeping data useful for training.
**Accountability**: When AI makes harmful decision, who's responsible? Legal frameworks still evolving.
**Environmental Impact**: AI and crypto are energy-intensive. Consider efficiency, renewable energy sourcing, sustainable alternatives.
**AI Implementation Roadmap**:
1. **Problem definition**: Can this problem be solved with AI? Is labeled training data available? Is 75% accuracy useful or does it need 99%?
2. **Data assessment**: Do you have sufficient quantity and quality? Is data representative of real-world cases?
3. **Baseline and benchmarking**: What's simple rule performance? Can AI beat this meaningfully?
4. **Model selection**: Start simple (logistic regression), move complex only if needed.
5. **Evaluation on holdout data**: Never evaluate on training data; use separate test set.
6. **Bias audit**: Test across demographic groups; monitor fairness.
7. **Deployment and monitoring**: In production, continuously monitor performance. Data shifts; models degrade.
8. **Feedback loop**: Collect predictions and actual outcomes; retrain and improve.
---
rules/ai-ai-fundamentals.md
---
title: "AI Fundamentals"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: fundamentals, technology
---
**Artificial Intelligence (AI)** is a broad umbrella term for machines that perform tasks requiring human intelligence: decision-making, pattern recognition, language understanding, and learning from experience.
**Machine Learning (ML)** is a subset of AI where systems improve at tasks through experience with data, rather than explicit programming. Instead of hard-coding rules, you provide data and let algorithms find patterns.
**Deep Learning** uses neural networks—layered mathematical structures inspired by biological neurons—to find patterns in large datasets. Deep learning powers breakthroughs in image recognition, language understanding, and game-playing AI.
rules/ai-generative-ai-and-large-language-models-llms.md
---
title: "Generative AI and Large Language Models (LLMs)"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: frameworks, generative, language, large, models, quantitative, technology
---
**Generative AI** creates new content: text, images, code, audio. Works by predicting the next token (word/image patch) based on previous tokens, iterating to generate coherent output.
**LLMs** are trained on vast text corpora to predict the next word. Applications:
- **Text generation**: Writing emails, reports, creative content
- **Question answering**: Answering user questions based on provided documents
- **Summarization**: Condensing long text
- **Code generation**: Writing or debugging code
- **Translation and paraphrasing**
**Transformer Architecture Components**:
- **Attention Mechanism**: Allows model to focus on relevant parts of input. Each word attends to other words, weighting their importance. Captures long-range dependencies and enables parallel processing.
- **Multi-Head Attention**: Multiple attention mechanisms running in parallel, each focusing on different aspects, enabling learning multiple types of relationships.
- **Feed-Forward Network**: Dense layers between attention mechanisms applying non-linear transformations.
- **Positional Encoding**: Adds position information to embeddings, essential since attention mechanism is order-agnostic.
**Stacked Layers**: Transformers stack many identical blocks. Early layers learn character-level patterns and grammar. Middle layers learn semantic relationships and abstract concepts. Later layers learn task-specific patterns and reasoning. Depth enables learning increasingly abstract patterns.
**Pre-Training and Fine-Tuning**:
- **Pre-training** uses self-supervised learning: given previous tokens, predict next token. Weights updated via backpropagation across billions of parameters. Training data is enormous and diverse (Internet text, Wikipedia, books, articles, code).
- **Emergent Capabilities** arise with scale: small models can't do math or coding; medium models handle simple tasks; large models reason, write code, explain concepts. Scaling laws show predictable improvements with more data/parameters.
- **Fine-tuning**: Taking a pre-trained model and training further on specialized data. A general LLM fine-tuned on legal documents becomes better at legal analysis. Requires less data and compute than training from scratch.
- **Instruction Fine-Tuning**: Train on examples of task + correct output, converting model to instruction-following assistant.
- **Reinforcement Learning from Human Feedback (RLHF)**: Humans rank outputs by quality; train reward model to predict quality; update model to maximize reward. Enables models like ChatGPT aligned with human values.
**Major LLM Models**:
- **GPT Series (OpenAI)**: GPT-4 (8+ trillion parameters, text and image), GPT-3.5 (175 billion parameters, cost-effective). Decoder-only architecture; strong at generation and storytelling.
- **BERT (Google)**: Bidirectional; attends to context before and after. Encoder-only; excellent for classification and understanding tasks.
- **Llama (Meta)**: Open-source, commercially usable, competitive with closed models. Enables fine-tuning without API dependency.
**Prompt Engineering**: The art of writing prompts to get desired outputs. Small wording changes yield large output differences. Techniques:
- **Specificity**: Be precise about desired output format and constraints.
- **Few-shot examples**: Provide input-output examples; models learn patterns without retraining.
- **Chain-of-thought**: Ask model to reason step-by-step for complex problems.
- **System prompts**: Set behavior without examples ("You are a customer service representative. Be friendly and professional.").
- **Structured output**: Specify desired format (JSON, bullet points) for downstream integration.
**Limitations and Risks**:
- **Hallucination**: LLMs generate plausible-sounding but false information. They've learned statistical patterns, not true facts. For critical applications (medical advice, legal interpretation), require human review.
- **Bias**: Training data reflects historical biases. Models perpetuate discrimination in hiring, lending, criminal justice. Audit for bias; diversify training data; use human oversight.
- **Token limits**: Context window constrains how much information LLMs can process at once.
- **Cost**: LLM API calls expensive at scale.
**Retrieval-Augmented Generation (RAG)**: Extend LLM knowledge without fine-tuning. Instead of LLM generating from training data (risk of hallucination), retrieve relevant documents and let LLM cite them.
- Store documents in searchable database (embeddings database)
- User asks question → retrieve relevant documents
- Pass documents to LLM along with question
- Model answers based on retrieved context, citing sources
- Enables current information, domain expertise, fact grounding, transparency
- Reduces hallucinations by providing sources and grounding answers
- Internal knowledge base Q&A, customer support with company-specific info, research assistants with academic literature, legal document analysis
**Example**: Customer support agent. Traditional: LLM generates answer from training data (might be wrong). RAG: Retrieve company's return policy, LLM answers based on actual policy (accurate).
rules/ai-natural-language-processing-nlp.md
---
## title: "Natural Language Processing (NLP)"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: frameworks, language, marketing, natural, nlp, processing, technology
**NLP Tasks**:
- **Sentiment analysis**: Determine if customer review is positive or negative. Critical for brand monitoring.
- **Named entity recognition**: Extract people, places, products from text. Used in contract analysis, news monitoring.
- **Text classification**: Categorize emails as urgent/spam/sales; prioritize customer issues; classify disease symptoms.
- **Machine translation**: Translate text preserving meaning.
- **Question answering**: Systems that read documents and answer questions about them.
**Word Embeddings** convert words into numerical vectors. Words with similar meanings have similar vectors, enabling algorithms to understand semantic relationships. The famous property: "King - Man + Woman ≈ Queen."
**Transformers and LLMs** revolutionized NLP. They process text in parallel (unlike RNNs) and use attention mechanisms—focusing on relevant parts of input. Models like GPT-3, GPT-4 are transformer-based, pre-trained on billions of words, then fine-tuned for specific tasks.
rules/ai-neural-networks.md
---
title: "Neural Networks"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: networks, neural, technology
---
A neural network is a mathematical structure with layers of interconnected nodes. Each connection has a weight that gets adjusted during training to minimize prediction error.
**Types of Neural Networks**:
- **Artificial Neural Networks (ANN)**: Simplest form with input → hidden → output layers. Good for tabular data and predicting continuous values or categories.
- **Convolutional Neural Networks (CNNs)**: Specialized for images and spatial data. Use convolutional layers detecting local patterns (edges, textures) and build to complex features (faces, objects). Power computer vision: medical imaging, autonomous vehicle perception, quality control inspection.
- **Recurrent Neural Networks (RNNs)**: Handle sequential data where order matters: time series, text, audio. Have memory—previous inputs influence current predictions. LSTMs (Long Short-Term Memory networks) remember information over longer sequences. Used for stock price prediction, equipment failure forecasting, speech recognition.
- **Transformers**: Modern architecture revolutionizing NLP and beyond. Use attention mechanisms focusing on relevant parts of input. Process all elements simultaneously (unlike RNNs). Capture long-range dependencies and enable scalable training on massive datasets. Foundation for GPT, BERT, and large language models.
**Activation Functions** introduce non-linearity enabling networks to learn complex patterns:
- **ReLU (Rectified Linear Unit)**: Output = max(0, x). Most common; fast to compute, prevents vanishing gradients.
- **Sigmoid**: Output between 0 and 1; interpretable as probability but slows learning.
- **Tanh**: Output between -1 and 1; similar to sigmoid with slightly better properties.
- **Softmax**: Used in output layer for multi-class classification; outputs probability distribution.
**Training Process**:
1. Forward pass: Move data through network to produce predictions
2. Calculate loss: Measure how wrong predictions are
3. Backward pass (backpropagation): Compute how much each weight contributed to loss
4. Gradient descent: Iteratively adjust weights to minimize loss
rules/ai-reinforcement-learning-rl.md
---
title: "Reinforcement Learning (RL)"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: learning, reinforcement, technology
---
**RL** trains algorithms through trial-and-error with reward signals. Teach game-playing AI by rewarding wins, penalizing losses; it learns strategy through millions of games.
**Deep Q-Networks (DQN)** combine deep learning with RL. Achieved superhuman performance in games (Atari, Go). Business applications:
- **Algorithmic trading**: Agents learn optimal trading strategies from simulated market trading
- **Portfolio management**: Optimize asset allocation to maximize risk-adjusted returns
- **Supply chain optimization**: Routing, inventory, resource allocation
- **Recommendation systems**: Learn user preferences through interaction feedback
rules/cloud-apis-and-integration.md
---
title: "APIs and Integration"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: apis, integration, quantitative, technology
---
**API (Application Programming Interface)**: Set of rules allowing programs to communicate and share data. Don't need to build everything yourself; integrate third-party services.
**REST APIs**: Most common web integration pattern. Client sends HTTP request specifying action (GET, POST, PUT, DELETE), resource, parameters. Server responds with data (JSON).
**Webhooks**: Reverse of API; instead of your app asking provider, provider sends data to your app when event happens. Example: Customer makes purchase via Stripe; Stripe sends webhook with details; your app processes (send receipt, update inventory). Benefits: Real-time, no constant polling.
**Authentication and Rate Limiting**:
- **API authentication**: API key (simple, less secure) or OAuth (redirect to provider's login, secure)
- **Rate limiting**: Provider limits requests per minute/hour preventing abuse
rules/cloud-cloud-economics.md
---
title: "Cloud Economics"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: cloud, economics, technology
---
**Pay-for-what-you-use** vs upfront CapEx. Right-sizing instances prevents overpaying. Reserved instances for predictable workloads offer discounts. Spot instances for non-critical workloads are cheapest but can be interrupted.
rules/cloud-cloud-service-models.md
---
title: "Cloud Service Models"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: cloud, frameworks, models, service, technology
---
**IaaS (Infrastructure-as-a-Service)**: Rent compute, storage, networking (AWS EC2, Google Compute Engine). Highest flexibility, requires most management.
**PaaS (Platform-as-a-Service)**: Rent development/deployment environment (Heroku, Google App Engine). Less infrastructure management, some vendor lock-in.
**SaaS (Software-as-a-Service)**: Rent complete applications (Salesforce, Slack, Microsoft 365). Minimal management, least customization.
rules/cloud-cybersecurity.md
---
title: "Cybersecurity"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: cybersecurity, frameworks
---
**Threat Landscape**: External threats (hackers, cybercriminals, nation-states), internal threats (disgruntled employees, negligence). Increasing sophistication and frequency of attacks.
**Security Frameworks**:
- **NIST Cybersecurity Framework**: Identify → Protect → Detect → Respond → Recover. Assess and improve security programs.
- **ISO 27001**: International standard for information security management. Auditable certification demonstrates commitment.
**Common Attack Vectors**:
- **Phishing**: Deceptive emails/messages stealing credentials or implanting malware. Social engineering, hard to prevent completely.
- **Ransomware**: Malware encrypting files; attacker demands payment. Devastating to operations; spread via phishing.
- **Supply Chain Attacks**: Compromise software vendors or dependencies distributing malware at scale. Hard to detect; affects many organizations.
- **Insider Threats**: Employees or contractors with legitimate access misusing it. Require access controls and monitoring.
**Zero Trust Architecture**: Don't trust anyone by default, even inside network. Verify every access request (who, what, where, when, why). Use least privilege (minimal permissions needed). Continuous monitoring.
**Security Governance**: Define policies (acceptable use, incident response), assign roles (CISO, security team), conduct regular assessments, board/executive oversight.
**Incident Response**: Preparation → detection → containment → eradication → recovery → lessons learned.
**Data Privacy Regulations**:
- **GDPR (EU)**: Requires consent for data collection, data subject rights (access, deletion, portability), breach notification in 72 hours, privacy by design. Applies to any organization processing EU residents' data.
- **CCPA (California)**: US residents have privacy rights (know what's collected, deletion, opt-out of sale). Enforcement ramping up.
- **DPDPA (India)**: Similar to GDPR for Indian residents. Personal, sensitive, critical data categories.
- **Sector-Specific**: HIPAA (healthcare), PCI DSS (payment cards), GLBA (financial services).
---
rules/cloud-databases-and-data-infrastructure.md
---
title: "Databases and Data Infrastructure"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: data, databases, infrastructure, technology
---
**Relational Databases**: Structured data storage. Data organized in tables (rows/columns). SQL queries retrieve, filter, join. Examples: PostgreSQL, MySQL, SQL Server. Use: structured data, transactional consistency, complex queries.
**NoSQL Databases**: Flexible data storage for unstructured (documents, logs, JSON). Data stored as documents instead of tables. No fixed schema. Scales horizontally. Examples: MongoDB, DynamoDB, Firebase. Use: unstructured data, high scale, variable schema.
**Data Warehouses and Lakes**:
- **Data Warehouse**: Centralized repository of structured data (from multiple sources) optimized for analysis (OLAP queries)
- **Data Lake**: Centralized repository of raw data (structured and unstructured)
**ETL and Data Integration**: Extract (from sources), Transform (clean, standardize), Load (into warehouse). Move data from applications into central warehouse enabling analysis.
rules/cloud-deployment-models.md
---
title: "Deployment Models"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: deployment, frameworks, models, technology
---
**Public Cloud**: Shared infrastructure, multi-tenant, lowest cost, highest privacy risk. Examples: AWS, Google Cloud, Azure.
**Private Cloud**: Dedicated infrastructure, single tenant, higher cost, more control. On-premise or dedicated provider.
**Hybrid Cloud**: Combine public and private; critical workloads in private, variable in public. Requires complex orchestration.
**Multi-Cloud**: Use multiple providers avoiding vendor lock-in, optimizing cost, leveraging strengths. Increased complexity.
rules/cloud-migration-strategies.md
---
## title: "Migration Strategies"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: finance, leadership, migration, quantitative, strategies, technology
**Lift-and-Shift**: Move applications as-is (minimal changes, faster migration).
**Replatform**: Minor optimizations during migration (leverage some cloud benefits).
**Refactor**: Redesign for cloud (serverless, microservices, maximize benefits). Most effort but best long-term value.
**Repurchase**: Replace on-premise software with SaaS (e.g., on-premise ERP → Salesforce).
rules/cloud-serverless-computing.md
---
title: "Serverless Computing"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: computing, entrepreneurship, serverless, technology
---
Pay only for code execution, not running servers (AWS Lambda, Google Cloud Functions). Automatic scaling, reduced ops burden; cold start latency trade-off. Ideal for event-driven, variable-load workloads.
rules/cloud-web-apps-and-saas-architecture.md
---
title: "Web Apps and SaaS Architecture"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: apps, architecture, frameworks, saas, technology, web
---
**Building Blocks**:
- **Frontend**: User interface. Built with HTML, CSS, JavaScript. Frameworks: React, Vue, Angular.
- **Backend**: Server-side logic. Languages: Python, JavaScript (Node), Java. Frameworks: Django, Express, Flask.
- **Database**: Persistence layer storing data.
- **API**: Connection between frontend and backend.
**Common Architectures**:
- **Monolithic**: All code in single application. Simple but hard to scale.
- **Microservices**: Application split into small, independent services. Complex but scalable and resilient.
- **Serverless**: Don't manage servers; write functions; cloud provider handles scaling. Example: AWS Lambda.
rules/data-analytics-maturity-model.md
---
## title: "Analytics Maturity Model"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: analytics, frameworks, maturity, model
**Level 1: Descriptive Analytics** — "What happened?"
- Standard reports, dashboards, historical analysis
- Tools: Tableau, Looker, Power BI
**Level 2: Diagnostic Analytics** — "Why did it happen?"
- Root cause analysis, cohort analysis, trend decomposition
- Requires deeper statistical knowledge
**Level 3: Predictive Analytics** — "What will happen?"
- Forecasting, propensity models, churn prediction
- Requires data science capabilities and reliable historical data
**Level 4: Prescriptive Analytics** — "What should we do?"
- Optimization, recommendation engines, automated decisions
- Highest complexity; requires integration with business processes
Most companies struggle at Levels 2-3. Focus on building strong foundations (data quality, infrastructure) before pursuing advanced capabilities.
rules/data-data-architecture.md
---
title: "Data Architecture"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: architecture, data, technology
---
**Modern Data Stack**:
```
Data Sources → Ingestion → Data Lake/Warehouse →
Transformation → Analytics/BI → Consumption (Apps, Reports, ML)
```
**Cloud Data Warehouses** (Snowflake, BigQuery, Redshift):
- Separate compute and storage for cost efficiency
- Native support for unstructured data
- Built-in analytics and ML capabilities
**Data Lakes vs Data Warehouses**:
- Lakes store raw data; warehouses store structured, processed data
- Modern approach: lakehouse platforms combining benefits
- Medallion architecture (bronze → silver → gold) ensures data quality progression
**ELT vs ETL**:
- **ELT**: Load raw data first, transform in warehouse (faster, flexible)
- **ETL**: Transform before loading (more control, higher latency)
- Modern stacks favor ELT for agility
rules/data-data-as-strategic-asset.md
---
title: "Data as Strategic Asset"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: asset, data, frameworks, marketing, quantitative, strategic, technology
---
Data enables:
- **Real-time decision-making**: Moving from retrospective analysis to predictive insights
- **Personalization at scale**: Understanding individual customer preferences
- **Operational efficiency**: Identifying bottlenecks through process analytics
- **Innovation**: Testing hypotheses, accelerating experimentation cycles
- **Risk mitigation**: Early detection of fraud, anomalies, market shifts
**Data Maturity Levels**:
| Level | Characteristics | Time Horizon |
|---|---|---|
| **Reactive** | Post-hoc reporting; answer historical questions | Months |
| **Active** | Real-time dashboards; monitoring key metrics | Days |
| **Predictive** | Forecasting and scenario modeling | Weeks ahead |
| **Prescriptive** | Automated recommendations; decision support | Proactive |
rules/data-data-governance-framework.md
---
title: "Data Governance Framework"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: data, framework, frameworks, governance, leadership, operations, technology
---
**Core Pillars**:
1. **Data Ownership and Stewardship**: Assign clear accountability for data quality. Distinguish business owner (strategy) from data custodian (management). Establish data stewardship committees across functions.
2. **Quality Standards**: Define completeness, accuracy, timeliness, consistency metrics. Implement validation rules at source and during integration. Create data quality scorecards by domain.
3. **Access Control and Privacy**: Role-based access control (RBAC) ensures least-privilege access. Data classification (public, internal, confidential, restricted). Audit trails track who accessed what and when.
4. **Metadata Management**: Business glossaries define data elements consistently. Lineage tracking shows how data flows. Catalog systems help users discover and understand available data.
**Governance Operating Model**: Combine centralized standards and distributed responsibility. Central: standards, architecture, compliance oversight. Distributed: domain data teams own their data quality.
rules/data-product-analytics.md
---
## title: "Product Analytics"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: analytics, product, quantitative, technology
**Metrics Funnel**:
```
Users Acquired → Users Activated → Users Engaged → Users Retained → Users Monetized
```
**Core Engagement Metrics**:
- **Monthly Active Users (MAU) and Daily Active Users (DAU)**: Number of unique users in product at least once per month/day. Baseline measure of reach; critical for fundraising. High MAU with low DAU indicates weak engagement.
- **Activation**: Users completing key actions indicating they "get" the product (profile setup, first transaction, first message, first report). Activation Rate: % of sign-ups completing activation. Target: 30-40%.
- **Engagement**: Users actively using product. Metrics: Session Frequency (sessions per week), Session Duration (avg time per session), Feature Adoption (% using feature), Action Frequency (key actions per week).
- **Power Users**: Top 10-20% by engagement generating 80%+ of value. Often best advocates and upsell targets.
**Retention Analysis**:
Group users by signup date and track % returning at subsequent periods. Healthy retention: 40%+ retained at 4 weeks, curve flattening (stable engaged users), improvement with newer cohorts. Unhealthy: <20% at 4 weeks (product-market fit issues), steep decline weeks 4-12 (engagement problems).
**Churn**: Inverse of retention; % of users discontinuing use. Critical periods: Week 1-2 (users realizing not for them), Month 2-3 (after initial trial), seasonal patterns.
**Funnel Analysis**: Track users through sequential stages toward conversion. Identify biggest drop-offs; prioritize by impact: (Drop Rate × Downstream Value) × Improvement Potential.
**Cohort Analysis**: Group users by signup date, behavior, or feature adoption. Reveals product improvement impact and behavioral patterns predictive of retention. Example: Users adopting Feature A show better retention, indicating its value.
**A/B Testing**:
- **Hypothesis**: Specific prediction about impact. Strong hypothesis: "Changing button from gray to red increases sign-ups 10%."
- **Metrics**: Primary (optimizing), Secondary (unintended consequences), Guardrail (cannot decrease)
- **Sample Size**: 10,000 users per variant detects 10% improvement
- **Test Duration**: Run full week cycles to capture day-of-week variation; minimum 1-2 weeks
- **Statistical Significance**: P-value < 0.05 means 95% confident results not due to chance
- **Pitfalls**: Multiple comparisons inflates false positives; novelty effect; segment interactions
**North Star Metric**: Single metric representing customer value aligned with business model. Characteristics: leads to long-term success, influenced by product improvements, understandable, measurable. Examples: Slack (Message volume), Airbnb (Nights booked), Netflix (Engagement hours).
**Product-Led Growth Metrics**:
- **Free-to-Paid Conversion**: % of free users converting to paid (10-15% benchmark)
- **Time to Paid Conversion**: How quickly users upgrade (faster = better)
- **Upgrade Rate**: % upgrading to higher tier
- **Free Trial Completion**: % completing trial (50%+ target)
- **Viral Coefficient**: New users each user brings = (Invites per User) × (Conversion Rate). V>1 = exponential growth.
---
rules/digital-5-digital-transformation.md
---
title: "5 DIGITAL TRANSFORMATION"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: digital, frameworks, leadership, quantitative, technology, transformation
---
**Definition**: Holistic rethinking of business models, operations, and culture enabled by digital technologies. Not just technology adoption but fundamental business change.
**Digitization vs Digitalization vs Transformation**:
- **Digitize**: Automate existing manual processes with digital tools (paper forms → online forms). Efficiency gains only.
- **Digitalize**: Optimize business processes with data insights and new workflows (data-driven inventory, personalized marketing).
- **Transform**: Fundamentally reimagine business model (taxi company → ride-sharing platform; changes industry structure).
**Digital Maturity Levels**:
1. **Initial**: Minimal digital presence, legacy systems, no data strategy
2. **Defined**: Digital strategy articulated, data warehouse exists, some automation, roadmap planned
3. **Managed**: Digital capabilities embedded, real-time analytics, agile standard, regular experimentation
4. **Optimized**: Continuous improvement, AI/ML drive decisions, ecosystem/platform model, continuous innovation
**Change Management for Digital**: Technology easy; change hard. Biggest barrier is organizational resistance. Address through: communicating vision, involving people early, investing in training, celebrating wins, being realistic about timeline (2-5 years).
**Legacy System Modernization**:
- **Lift and shift**: Move to cloud without changing. Cheaper short-term, expensive long-term. Doesn't capture cloud benefits.
- **Re-platforming**: Rewrite on modern architecture. Large effort, significant benefits.
- **Strangler pattern**: Build new capabilities in parallel, gradually shift traffic. Lower risk than rip-and-replace.
- **Hybrid approach**: Keep legacy for stable commodity functions, build new for competitive advantage. Integration layer connects.
**Key Technologies**: Cloud computing, IoT, big data/analytics, blockchain, APIs, platforms.
**From Digital-Native Advantages**:
- **Products to platforms**: Shift from selling products to enabling platforms where customers co-create value
- **Channels to experiences**: Reimagine end-to-end customer experience (not just website/app)
- **Silos to integration**: Integrate sales/operations/finance data for unified view
- **Analog to digital first**: Start digital-first, decide what analog makes sense
**Omnichannel Strategy**: Seamless experience across physical, web, mobile, social. Customer moves fluidly between channels with consistent information. Traditional: channel silos. Digital: integrated.
**Personalization at Scale**: AI analyzes behavior, infers preferences, personalizes for millions. Customer data platforms unify data from all sources.
**Digital Transformation Pitfalls**: Technology for technology's sake, underestimating change management, incremental thinking (5-10% efficiency vs 2-5x transformation), misaligned incentives, ignoring customers, underestimating data gravity (moving large datasets expensive and time-consuming).
---
rules/digital-digital-business-models.md
---
title: "Digital Business Models"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: business, digital, frameworks, models, technology
---
**Platform**: Facilitate transactions/interactions between parties (Airbnb, Uber, Amazon Marketplace). Monetize through commissions, subscriptions, or data.
**Marketplace**: Aggregator model connecting buyers and sellers (eBay, Upwork). Revenue from transaction fees.
**Subscription**: Recurring revenue model (Netflix, Spotify, SaaS). Predictable revenue, requires retention focus.
**Freemium**: Free basic tier, paid premium (Dropbox, Slack). Acquire users cheaply, convert subset to paying.
**SaaS (Software-as-a-Service)**: Cloud-delivered software (Salesforce, HubSpot). Reduces friction vs on-premise, enables rapid updates, supports scaling.
---
rules/digital-digital-strategy.md
---
title: "Digital Strategy"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: digital, frameworks, strategy, technology
---
**Digital Business Models**: Multi-directional value flow in ecosystem vs traditional linear flow.
- **Platform model (Marketplace)**: Amazon (sellers + buyers + Amazon facilitates). More sellers → More products → More buyers → More sellers (network effects). Value: efficient matching, convenience, lower prices.
- **Subscription model**: Netflix (monthly fee for unlimited content). Value: recurring revenue, predictable cash flow, customer lifetime value, usage data.
- **Freemium model**: Spotify (free tier with ads; paid tier). Value: large free user base, convert small % to paid.
- **Data-driven model**: Google (free search, ads from search data). Value: own data about user intent, sell targeted ads.
- **Creator economy model**: YouTube, TikTok (creators make content, platform distributes, takes commission). Value: network of creators attracts viewers; viewers attract advertisers.
**Platform Business Models**: Company creates ecosystem where buyers and sellers interact. Examples: Uber (drivers + passengers), Airbnb (hosts + guests), App stores (developers + users). Advantages: scale without owning inventory, network effects, high margins. Challenges: chicken-egg problem (need both sides), competition, regulatory.
**Digital-First Business Models**: Design assuming digital as primary channel. Enables rapid iteration and scale. Examples: Netflix (streaming), Uber (transportation), DoorDash (food delivery).
**Ecosystem Thinking**: Understand business within connected network (suppliers, customers, complementors, platforms). At center: your company. Around it: partners, customers, complementors creating integrated value. Apple ecosystem (developers + accessories + users). Google ecosystem (devices + apps + users). Alibaba ecosystem (sellers + buyers + logistics).
**API Economy**: Expose business capabilities via APIs to partners and developers. Creates revenue streams, extends reach, fosters innovation. Modern digital strategy often API-first.
**Data Monetization**: Treat data as strategic asset. Collect deliberately for competitive advantage. Direct: sell data to third parties. Indirect: use data to improve products, increase prices, attract advertisers. Example: Google uses search data to improve search → More valuable → Charge more for ads. Privacy-data trade-off critical: regulations (GDPR) limit collection, but data valuable for personalization and targeting.
**Data as Strategic Asset in Digital Era**: Successful digital companies obsessively use data. Google understands search behavior. Netflix understands viewing patterns. Starbucks understands purchase history and location. Companies lacking data strategy lag competitors.
**Disruption Dynamics**: Digital natives enter at low end (ignored by incumbents), improve gradually, move upstream, compete with incumbents who too slow to respond (bound by legacy costs). Retail: Amazon disrupted brick-and-mortar. Transportation: Uber disrupted taxis. Hospitality: Airbnb disrupted hotels. Media: Netflix disrupted cable. Why incumbents struggle: innovator's dilemma (profitable business model resists cannibalization), cost structure legacy (high fixed costs can't match), organization inertia (slow decision-making, misaligned incentives, resistant culture).
rules/digital-digital-transformation.md
---
title: "Digital Transformation"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: digital, frameworks, leadership, quantitative, technology, transformation
---
**Definition**: Holistic rethinking of business models, operations, and culture enabled by digital technologies. Not just technology adoption but fundamental business change.
**Digital Maturity Assessment**: Evaluate current state: technology infrastructure, data capabilities, skills, processes, culture. Establish baseline before transformation.
**Transformation Roadmap**:
- **Digitize**: Automate existing manual processes with digital tools (paper forms → online forms). Efficiency gains only.
- **Digitalize**: Optimize business processes with data insights and new workflows (data-driven inventory, personalized marketing).
- **Transform**: Fundamentally reimagine business model (taxi company → ride-sharing platform, shifts industry structure).
**Change Management for Digital**: Transformations fail more often due to people/culture than technology. Critical: executive alignment, clear vision, change communication, training, celebrating early wins, addressing resistance, measuring progress.
**Common Failure Patterns**: Treating transformation as IT project; lack of executive sponsorship; underestimating change management; technical-first approach; siloed initiatives.
rules/digital-disruptive-innovation.md
---
title: "Disruptive Innovation"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: disruptive, innovation, marketing, technology
---
**Core Insight**: Disruption isn't about making a *better* product in traditional sense. It's about serving customers who were previously underserved—either because existing products too expensive, too complicated, or too feature-rich. Netflix entered with mail-order DVDs, initially worse than Blockbuster in every traditional way (slower, smaller selection), but better for customers who valued convenience. Blockbuster couldn't match Netflix because entire business model (real estate, inventory, late fees) depended on old system.
**Sustaining Innovation**: Improving existing products for existing customers along dimensions they care about. Incremental improvements, extensions. Doesn't threaten incumbents; they excel at this.
**Disruptive Innovation**: New technology/model serving underserved segments. Typically begins with worse performance on metrics customers care most about, but brings advantages they didn't know they needed. Often lower-cost, simpler, initially lower-performance. Eventually displaces incumbents.
- **Low-End Disruption**: Cheaper alternative (Southwest Airlines vs full-service carriers; Uber/Lyft vs taxis) that overshot customers (those with more functionality than they need). Captures mainstream by focusing on price and core value.
- **New-Market Disruption**: Creates entirely new markets serving non-consumers (motorcycles in 1950s created transportation for people who couldn't afford cars; smartphones created mobile app market).
**Why Incumbents Miss Disruption**:
- **Rational inattention**: Disruptive offerings appear as low-margin, low-quality to established companies. Math doesn't work within existing business model.
- **Organizational structure**: Systems, incentives, culture optimized for current market. Cannibalizing that market is internally irrational.
- **Customer focus paradox**: Listening to profitable customers keeps you optimizing for them, not disruption at market edges.
**Innovator's Dilemma**: Incumbents' rational processes maximizing current profitability prevent adopting disruptive innovations early. They focus on sustaining innovation for existing customers. If incumbent cannibalizes core business with disruption, revenue drops initially. If incumbent ignores disruption, competitors take share. Either way loses.
**Value Chain Disruption**: Not just product level. Amazon disrupted retail by removing physical store. Apple disrupted music distribution by digital ecosystem. Tesla disrupted automotive manufacturing by eliminating transmission/spark plugs and designing differently.
**Incumbent Response Strategies**: Create separate divisions with own business model/metrics (hard but sometimes works), acquire startups, establish venture arms, segment different customers with different responses, embrace disruption even if cannibalizes core business, accept retreat to defensible niches. Success rare because organizational structures required to defend core business inherently prevent disruption response.
rules/digital-technology-adoption-lifecycle.md
---
title: "Technology Adoption Lifecycle"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: adoption, lifecycle, marketing, technology
---
**Rogers' Diffusion of Innovation Curve**: Population segments adopt innovations at different rates:
- **Innovators (2.5%)**: Risk-takers, accept high risk, technically sophisticated, enjoy experimentation. Early tech adopters who seek novel solutions.
- **Early Adopters (13.5%)**: Opinion leaders, more connected to community than innovators. Evaluate carefully, adopt before majority. Integrate innovation with existing practices.
- **Early Majority (34%)**: Pragmatists, require proof and peer validation. Adopt after benefits proven. Driven by documented evidence and training/support.
- **Late Majority (34%)**: Skeptics, pressured by peers to adopt. Adopt only when proven and easy. Risk-averse, need significant training and support.
- **Laggards (16%)**: Resistors, traditional and conservative. Adopt only when necessary, often later or never.
**S-Curves**: New technologies follow S-shaped growth: slow early adoption, rapid middle growth, maturation plateau. Understanding position on curve informs investment timing. Critical mass concept: threshold where network effects take over (before: slow; at: acceleration; after: self-sustaining).
**Crossing the Chasm (Moore)**: Gap between Early Adopters (tolerate roughness, focus on potential, accept immature products) and Early Majority (demand reliability, complete solutions, proven benefits). Many technologies die here. Gap exists because fundamentally different customer types. Cross by:
- Redefine positioning (shift from visionary to pragmatic)
- Focus market segment (choose most receptive early majority segment)
- Build complete solution (not point solution; include services, integration, training)
- Create reference customers (make them successful even at your cost; document success story)
- Build ecosystem (partnerships, integration with existing systems, training/support)
rules/emerging-blockchain-and-web3.md
---
## title: "Blockchain and Web3"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: blockchain, technology
**Distributed Ledger Fundamentals**: Blockchain is distributed ledger where records (blocks) are linked cryptographically and replicated across many nodes. No central authority, immutability (tampering evident), transparency (all participants see transactions).
**Consensus Mechanisms**:
- **Proof-of-Work (PoW)**: Solve computational puzzles to validate blocks (Bitcoin). Secure but energy-intensive (~140 TWh annually); slower (7 tx/second).
- **Proof-of-Stake (PoS)**: Validators lock capital for validation right (Ethereum 2.0). Energy-efficient (99.95% less than PoW), faster finality, concentration risk.
**Smart Contracts**: Programmable agreements automatically executing when conditions met. Ethereum pioneered this. Risks: bugs, immutability means no fixes, front-running attacks.
**Decentralized Finance (DeFi)**: Financial services (lending, borrowing, trading, insurance) without banks, powered by smart contracts. Risks: smart contract bugs, liquidation spirals, regulatory uncertainty.
**NFTs (Non-Fungible Tokens)**: Unique digital assets on blockchain (art, collectibles, real estate deeds). Verified ownership and scarcity. Hype-driven markets, sustainability concerns, copyright disputes.
**Enterprise Blockchain Use Cases**: Supply chain transparency (origin of goods), multi-party settlement (reduces intermediaries), digital identity verification.
**Limitations**: Scalability (Bitcoin 7 tx/sec vs Visa 24k tx/sec), environmental impact, regulatory uncertainty, user experience (key management complexity), solution-in-search-of-problem for many use cases.
rules/emerging-edge-computing.md
---
title: "Edge Computing"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: computing, edge, technology
---
Moving computation and storage closer to data source (devices, local servers) rather than centralized cloud. Benefits: lower latency, reduced bandwidth, better privacy. Use cases: autonomous vehicles, IoT, real-time analytics. Challenges: distributed management, heterogeneous hardware.
rules/emerging-extended-reality-arvr.md
---
title: "Extended Reality (AR/VR)"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: extended, reality, technology
---
- **Augmented Reality (AR)**: Digital content overlaid on physical world. Applications: furniture visualization, repair guidance, navigation.
- **Virtual Reality (VR)**: Immersive digital environments. Applications: training, entertainment, design visualization.
Challenges: hardware cost, motion sickness, content creation. Growing enterprise adoption in training and design.
---
rules/emerging-internet-of-things-iot.md
---
title: "Internet of Things (IoT)"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: internet, iot, technology, things
---
Network of connected devices collecting and sharing data. Applications: smart homes, industrial sensors, wearables, connected vehicles. Challenges: security (billions of endpoints), data management (massive volume), interoperability (many standards).
rules/emerging-quantum-computing.md
---
## title: "Quantum Computing"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: computing, quantum
Early-stage technology using quantum bits (qubits) instead of classical bits. Qubits can exist in superposition (0, 1, or both). Potential for exponential speedups on specific problems: cryptography, drug discovery, optimization.
Current state: Research and early experimentation; practical business applications years away. Threat to current encryption; focus on quantum-resistant cryptography.
rules/operating-balancing-innovation-with-operational-efficiency.md
---
title: "Balancing Innovation with Operational Efficiency"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: balancing, efficiency, innovation, marketing, operational, quantitative, technology
---
**Allocate resources thoughtfully**: 70-80% to core business, 10-20% to innovation/optimization, 5-10% to exploration.
**Create safety for experimentation**: pilot programs, innovation labs, dedicated budgets. Accept some failures as learning costs.
**Monitor market signals**: customer feedback, competitor moves, emerging technologies. Pivot or double-down based on signals.
**Operationalize successful innovations**: when pilot succeeds, integrate into core operations, standardize, scale.
rules/operating-build-vs-buy-vs-partner-decisions.md
---
## title: "Build vs Buy vs Partner Decisions"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: build, buy, decisions, partner, strategy
**Build**: Proprietary advantage if core to strategy, full control; higher cost and timeline; requires talent retention.
**Buy**: Faster time-to-market, reduced risk; vendor lock-in risk; ongoing licensing costs; limited customization.
**Partner**: Share risk and investment, access expertise; dependency on partner; requires clear contracts and governance.
**Decision criteria**: Strategic importance (core vs support), competitive advantage (differentiation or commodity), speed-to-market, cost, talent availability, scalability.
Many solutions are hybrid: buy foundation (SaaS), customize with API integrations, build differentiating modules.
rules/operating-connecting-technology-to-business-value.md
---
title: "Connecting Technology to Business Value"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: business, connecting, technology, value
---
**Always ask**: "What business problem does this technology solve?" Technology adoption should start with business needs, not hype.
**Avoid technology for technology's sake**. Shiny new tools (blockchain, AI) are tempting but must solve real problems cost-effectively vs alternatives.
**Articulate ROI clearly**: cost savings, revenue growth, risk reduction, competitive advantage. Quantify benefits where possible; acknowledge softer benefits (brand, culture).
**Match technology choice to organizational maturity and capability**. Selecting sophisticated tool the team can't maintain creates debt.
rules/operating-considering-organizational-capability.md
---
title: "Considering Organizational Capability"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: capability, considering, leadership, organizational, technology
---
**Skills gaps are real constraints**. Can your team learn new technology, or do you need external support? Hire, train, or partner.
**Process maturity matters**. Agile transformation won't work if project management discipline is lacking. Fix foundational issues first.
**Culture shapes adoption**. Hierarchical, risk-averse culture struggles with agile. Top-down cultures resist data democratization.
**Change fatigue is real**. Can your organization absorb another transformation? Stack changes strategically.
rules/operating-data-as-strategic-asset.md
---
title: "Data as Strategic Asset"
impact: HIGH
impactDescription: "Important concept frequently tested in cases"
tags: asset, data, leadership, marketing, operations, strategic, technology
---
**Treat data like other strategic assets** (intellectual property, brand): inventory, govern, protect, monetize.
**Build data infrastructure before analytics use cases**. Invest in quality, governance, accessibility. Poor infrastructure constrains analytics maturity.
**Data democratization**: make data accessible to decision-makers. Reduces bottlenecks, empowers decisions, improves trust.
**Balance privacy and data use**. Aggressive collection erodes trust. Transparent practices and genuine user benefit build trust.
rules/operating-ethical-implications-of-technology.md
---
## title: "Ethical Implications of Technology"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: behavioral, ethical, frameworks, implications, technology
**AI Bias**: Training data reflects historical biases. Models perpetuate discrimination. Audit for bias, diversify training data, use human oversight.
**Privacy**: Data collection often exceeds expectations. Transparent practices, minimize collection, strong protection, respect autonomy.
**Environmental Impact**: AI, crypto are energy-intensive. Consider efficiency, renewable sourcing, sustainable alternatives.
**Security and Safety**: Insecure systems harm users. Invest in security, responsible disclosure, incident response.
**Digital Inclusion**: Technology access divides follow socioeconomic lines. Consider accessibility (disabilities), language support, offline alternatives.
**Worker Impact**: Automation displaces workers. Transition support, reskilling programs, ethical labor practices.
**Concentration of Power**: Platforms concentrating market power. Monopoly concerns, fair third-party access.
**Governance**: Establish ethics committees, include diverse stakeholders, publish commitments, measure impact, decline misaligned business.
---
rules/operating-evaluating-roi-and-implementation-timelines.md
---
title: "Evaluating ROI and Implementation Timelines"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: evaluating, implementation, leadership, quantitative, roi, technology, timelines
---
**Be realistic about duration**. Factor in vendor selection, procurement, integration, testing, training, change management. Most projects take longer than expected.
**Identify hidden costs**: integration with existing systems, ongoing training, maintenance, licenses, infrastructure, change management.
**Model costs and benefits over realistic timeframe** (often 3-5 years). Include payback period and break-even analysis.
**Build in flexibility**: pilot before full rollout, phase implementation, preserve exit options.
**Establish KPIs before implementation** to measure actual vs projected benefits. Many projects lack post-implementation reviews.
rules/operating-explaining-technical-concepts-in-business-terms.md
---
title: "Explaining Technical Concepts in Business Terms"
impact: CRITICAL
impactDescription: "Core MBA framework, foundational to domain"
tags: business, concepts, entrepreneurship, explaining, technical, technology, terms
---
**Translate technical language into business impact**. Instead of "deploy containerized microservices on Kubernetes," say "modular software architecture enabling independent scaling and faster releases."
**Use analogies**. APIs are like restaurant menus (interfaces defining what's available). Machine learning is like pattern recognition (spotting trends in data to make predictions).
**Focus on business outcomes**: time-to-market, cost, risk, competitive advantage. Avoid jargon unless audience is technical.
**Provide decision frameworks**, not just options. "Here are 3 cloud strategies and how they trade cost vs control."
rules/security-cyber-insurance.md
---
## title: "Cyber Insurance"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: cyber, insurance, marketing, quantitative, technology
**First-Party Coverage**: Incident response, business interruption, data recovery, crisis management.
**Third-Party Coverage**: Legal liability, regulatory defense, customer notification, credit monitoring.
**Considerations**: Review exclusions, deductibles, coverage limits, risk questionnaire. Insurance not substitute for security; increasingly requires security hygiene standards.
rules/security-incident-response.md
---
title: "Incident Response"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: incident, response, technology
---
**Incident Classification**:
- **Severity 1 (Critical)**: Widespread system outage, data breach affecting thousands
- **Severity 2 (High)**: Single system compromise, data breach affecting hundreds
- **Severity 3 (Medium)**: Anomalous activity, attempted compromise
- **Severity 4 (Low)**: Policy violations, unsuccessful attacks
**Response Phases**:
1. **Preparation**: IR team identified, communication protocols, detection systems, regular drills
2. **Detection and Analysis**: Identify anomaly, assess scope/severity, determine attack vector, establish timeline
3. **Containment**: Isolate affected systems, preserve evidence, prevent deepening access
4. **Eradication**: Remove attacker access, patch vulnerabilities, close attack vectors
5. **Recovery**: Restore systems from clean backups, verify integrity, monitor for compromise
6. **Post-Incident Review**: Timeline reconstruction, root cause analysis, lessons learned, process improvements
**Communication**: Immediate (within 1 hour) to board/CEO/legal. Regulatory/customer notification timelines vary. Media strategy if reputation affected.
**Note**: Average breach detection time is 207 days. Prevention is far cheaper than response.
rules/security-insider-threats-and-monitoring.md
---
## title: "Insider Threats and Monitoring"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: insider, monitoring, quantitative, technology, threats
**High-Risk Roles**: DBAs, finance/HR staff, departing employees, contractors.
**Mitigation**:
- **Access control**: Least-privilege access, separation of duties, periodic reviews
- **Monitoring**: User behavior analytics, DLP (data loss prevention) tools, file integrity monitoring
- **HR alignment**: Exit procedures (immediate access revocation), background checks, security training, employee assistance
rules/security-security-culture-building.md
---
title: "Security Culture Building"
impact: MEDIUM
impactDescription: "Supporting concept that enhances domain understanding"
tags: building, culture, leadership, security, technology
---
**Leadership Commitment**: Quarterly board discussion, executive dashboards, performance compensation tied to security, CEO emphasis.
**Awareness Training**: Annual foundational, role-specific specialized, monthly phishing simulations, new hire training.
**Reporting Channels**: Encourage reporting without fear, anonymous hotlines, recognition programs, rapid feedback on reports.
---
SKILL.md
---
name: technology
description: >-
Use this skill whenever the user asks about digital transformation, technology strategy, AI, machine learning, data science, software product management, technology disruption, digital business models, cloud strategy, data infrastructure, analytics, big data, innovation, technology roadmaps, tech stack, automation, emerging technologies, generative AI, LLMs, blockchain, cybersecurity, agile development, disruptive innovation, technology adoption lifecycle.
license: MIT
metadata:
author: ISB-Knowledge-Repository
version: "1.0.0"
---
# ISB Technology
Compact router for isb technology domain knowledge. Scan the priority table below, then load specific rule files from `rules/` as needed.
## Priority Table
| Priority | Section | Files | Key Concepts |
|----------|---------|-------|-------------|
| CRITICAL | Artificial Intelligence & Machine Learning | 8 | Agentic AI, AI Business Applications, AI Ethics and Governance |
| HIGH | Data Science & Analytics | 5 | Analytics Maturity Model, Data Architecture, Data as Strategic Asset |
| MEDIUM | Cloud Computing & Infrastructure | 9 | APIs and Integration, Cloud Economics, Cloud Service Models |
| MEDIUM | Emerging & Advanced Technologies | 5 | Blockchain and Web3, Edge Computing, Extended Reality (AR/VR) |
| HIGH | Digital Innovation & Transformation | 6 | 5 DIGITAL TRANSFORMATION, Digital Business Models, Digital Strategy |
| HIGH | Agile Development & Product Management | 9 | Agile Fundamentals, Alternative Methodologies, Blockchain and Web3 (Additional Details) |
| MEDIUM | Operating Approach | 8 | Balancing Innovation with Operational Ef, Build vs Buy vs Partner Decisions, Connecting Technology to Business Value |
| MEDIUM | Security & Governance | 4 | Cyber Insurance, Incident Response, Insider Threats and Monitoring |
## Quick Reference by Category
### Artificial Intelligence & Machine Learning (`ai-*`)
- [[rules/ai-agentic-ai.md|Agentic AI]]
- [[rules/ai-ai-business-applications.md|AI Business Applications]]
- [[rules/ai-ai-ethics-and-governance.md|AI Ethics and Governance]]
- [[rules/ai-ai-fundamentals.md|AI Fundamentals]]
- [[rules/ai-generative-ai-and-large-language-models-llms.md|Generative AI and Large Language Models (LLMs)]]
- [[rules/ai-natural-language-processing-nlp.md|Natural Language Processing (NLP)]]
- [[rules/ai-neural-networks.md|Neural Networks]]
- [[rules/ai-reinforcement-learning-rl.md|Reinforcement Learning (RL)]]
### Data Science & Analytics (`data-*`)
- [[rules/data-analytics-maturity-model.md|Analytics Maturity Model]]
- [[rules/data-data-architecture.md|Data Architecture]]
- [[rules/data-data-as-strategic-asset.md|Data as Strategic Asset]]
- [[rules/data-data-governance-framework.md|Data Governance Framework]]
- [[rules/data-product-analytics.md|Product Analytics]]
### Cloud Computing & Infrastructure (`cloud-*`)
- [[rules/cloud-apis-and-integration.md|APIs and Integration]]
- [[rules/cloud-cloud-economics.md|Cloud Economics]]
- [[rules/cloud-cloud-service-models.md|Cloud Service Models]]
- [[rules/cloud-cybersecurity.md|Cybersecurity]]
- [[rules/cloud-databases-and-data-infrastructure.md|Databases and Data Infrastructure]]
- [[rules/cloud-deployment-models.md|Deployment Models]]
- [[rules/cloud-migration-strategies.md|Migration Strategies]]
- [[rules/cloud-serverless-computing.md|Serverless Computing]]
- [[rules/cloud-web-apps-and-saas-architecture.md|Web Apps and SaaS Architecture]]
### Emerging & Advanced Technologies (`emerging-*`)
- [[rules/emerging-blockchain-and-web3.md|Blockchain and Web3]]
- [[rules/emerging-edge-computing.md|Edge Computing]]
- [[rules/emerging-extended-reality-arvr.md|Extended Reality (AR/VR)]]
- [[rules/emerging-internet-of-things-iot.md|Internet of Things (IoT)]]
- [[rules/emerging-quantum-computing.md|Quantum Computing]]
### Digital Innovation & Transformation (`digital-*`)
- [[rules/digital-5-digital-transformation.md|5 DIGITAL TRANSFORMATION]]
- [[rules/digital-digital-business-models.md|Digital Business Models]]
- [[rules/digital-digital-strategy.md|Digital Strategy]]
- [[rules/digital-digital-transformation.md|Digital Transformation]]
- [[rules/digital-disruptive-innovation.md|Disruptive Innovation]]
- [[rules/digital-technology-adoption-lifecycle.md|Technology Adoption Lifecycle]]
### Agile Development & Product Management (`agile-*`)
- [[rules/agile-agile-fundamentals.md|Agile Fundamentals]]
- [[rules/agile-alternative-methodologies.md|Alternative Methodologies]]
- [[rules/agile-blockchain-and-web3-additional-details.md|Blockchain and Web3 (Additional Details)]]
- [[rules/agile-cloud-economics-and-cost-optimization.md|Cloud Economics and Cost Optimization]]
- [[rules/agile-product-analytics-deep-dive.md|Product Analytics Deep Dive]]
- [[rules/agile-product-management-essentials.md|Product Management Essentials]]
- [[rules/agile-scrum-framework.md|Scrum Framework]]
- [[rules/agile-serverless-and-edge-computing.md|Serverless and Edge Computing]]
- [[rules/agile-user-stories-and-prioritization.md|User Stories and Prioritization]]
### Operating Approach (`operating-*`)
- [[rules/operating-balancing-innovation-with-operational-efficiency.md|Balancing Innovation with Operational Efficiency]]
- [[rules/operating-build-vs-buy-vs-partner-decisions.md|Build vs Buy vs Partner Decisions]]
- [[rules/operating-connecting-technology-to-business-value.md|Connecting Technology to Business Value]]
- [[rules/operating-considering-organizational-capability.md|Considering Organizational Capability]]
- [[rules/operating-data-as-strategic-asset.md|Data as Strategic Asset]]
- [[rules/operating-ethical-implications-of-technology.md|Ethical Implications of Technology]]
- [[rules/operating-evaluating-roi-and-implementation-timelines.md|Evaluating ROI and Implementation Timelines]]
- [[rules/operating-explaining-technical-concepts-in-business-terms.md|Explaining Technical Concepts in Business Terms]]
### Security & Governance (`security-*`)
- [[rules/security-cyber-insurance.md|Cyber Insurance]]
- [[rules/security-incident-response.md|Incident Response]]
- [[rules/security-insider-threats-and-monitoring.md|Insider Threats and Monitoring]]
- [[rules/security-security-culture-building.md|Security Culture Building]]
## Usage
1. **Scan this SKILL.md** to identify relevant sections
2. **Read `rules/_sections.md`** for the full index with impact levels
3. **Load specific rule files** from `rules/` directory as needed
4. Each rule file is self-contained with one concept, examples, and formulas