Submitted:
23 January 2025
Posted:
24 January 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
- Section 2 provides background knowledge
- Section 3 details our language analysis methodology for framework integration
- Section 4 presents the computational architecture supporting this integration
- Section 5 demonstrates the approach through two case studies
- Section 6 provides empirical validation
- Section 7 discusses related work
- Section 8 discusses implications and future directions
2. Background
2.1. The 6C Framework as an Analytical Classification Tool
- = Offensive Strength: The ability to proactively shape and influence the strategic landscape.
- = Defensive Strength: The resilience to respond effectively to adversarial actions or challenges.
- = Relational Capacity: The ability to manage and leverage relationships with external stakeholders.
- = Potential Energy: The availability and strategic deployment of resources.
- = Temporal Availability: The strategic use of time and timing in decision-making.
- = Contextual Fit: The degree to which decisions align with the strategic context, ensuring they are well-informed and relevant.
2.2. The Thirty-Six Stratagems: Crystallized Decision Patterns
- Stratagems for winning advantageous positions
- Stratagems for confrontation
- Stratagems for attack
- Stratagems for creating confusion
- Stratagems for gaining ground
- Stratagems for desperate situations
2.3. Additional Strategic Frameworks
SWOT Analysis
- Strengths: Internal capabilities and resources that provide competitive advantages
- Weaknesses: Internal limitations that may hinder strategic objectives
- Opportunities: External factors or trends that could benefit the organization
- Threats: External challenges that could negatively impact performance
Porter’s Five Forces
- Competitive Rivalry: Intensity of competition among existing players
- Supplier Power: Bargaining power of suppliers
- Buyer Power: Bargaining power of customers
- Threat of New Entrants: Ease with which new competitors can enter
- Threat of Substitution: Availability of alternative products or services
2.4. Semantic Analysis in Strategic Text Processing
- Vector Space Representations: We encode strategic concepts using word embeddings and sentence transformers, building on methods such as BERT [9], Sentence-BERT [10], that excel in capturing contextual nuances. These techniques enable mathematical operations on semantic meaning and allow us to compare entire passages or phrases in a high-dimensional embedding space.
- Topic Modeling (Optional): We can also apply Latent Dirichlet Allocation (LDA) and related approaches [11] to identify high-level themes in strategic texts (e.g., “alliances,” “resource optimization”). Although not the core driver in our current implementation, such thematic analysis can support explainability by highlighting relevant topics that link to each framework parameter or stratagem.
- Semantic Similarity Metrics: Using cosine similarity or similar measures, we quantify relationships between vectors representing framework parameters and stratagem patterns. In our implementation with the Thirty-Six Stratagems, this objectively measures how well each stratagem aligns with specific 6C parameters (e.g., Offensive Strength, Relational Capacity).
- Preprocessing (if needed) and Concept Extraction: In scenarios where texts are unstructured, we may apply standard NLP techniques (tokenization, chunking, domain ontology extraction). However, this step becomes straightforward if frameworks like 6C or Porter’s Five Forces are already delineated.
- Creating vector representations of framework parameters and heuristic patterns;
- Computing similarity matrices to link frameworks (e.g., 6C) with heuristics (e.g., Thirty-Six Stratagems);
- Identifying significant semantic connections and ranking them for further interpretation.
2.5. Kullback–Leibler Divergence
Why KL Divergence?
- Interpretability: It offers a straightforward interpretation of the “cost” of using an approximate distribution, aligning well with our need to validate semantic analysis against expert annotations.
- Directionality: Its asymmetric nature suits our context, where we specifically care about how well our approximate distributions match expert distributions, rather than vice versa.
- Established Usage: Its widespread adoption in machine learning and information theory provides a well-tested foundation for measuring distributional differences.
Usage in This Study
2.6. Gamification of Strategic Decision-Making
- Exploration of different strategic scenarios;
- Testing of various decision combinations;
- Immediate feedback on potential outcomes;
- Gradual learning from simulated experiences.
3. Language Analysis Methodology
3.1. Vector Space Representation
3.2. Semantic Similarity Computation
3.3. Distribution Discovery
3.4. Stratagem Selection Algorithm
| Algorithm 1: Stratagem Selection |
|
3.5. Semantic Validation
- Cross-Validation: We compare parameter–heuristic distributions generated by multiple embedding approaches (e.g., different Transformer models, dimensionality settings). If the mappings remain consistent across these variations, it indicates resilience against model-specific biases or hyperparameter choices.
- Perturbation Analysis: We introduce small textual modifications (e.g., synonyms, minor paraphrasing) to heuristic descriptions or framework definitions and observe whether the resulting distributions change drastically. A stable mapping under such perturbations implies that the system captures deeper semantic relationships rather than overfitting to exact word forms.
- Expert Review: We invite experts knowledgeable about both the analytic framework (e.g., 6C) and the heuristics (e.g., the Thirty-Six Stratagems) to label how strongly each heuristic aligns with each parameter. By comparing these expert judgments to algorithmic outputs, we can detect alignment or uncover conceptual mismatches (see Section 3.3 for details on KL divergence).
- is the cross-validation score, reflecting consistency across embedding variants,
- is the stability score, derived from perturbation analysis,
- is the expert agreement score, capturing how closely the system’s outputs align with expert annotations,
- , , and are weighting parameters that can be tuned (e.g., through trials or domain priorities).
3.5.1. Validation Example
Cross-Validation:
- BERT-base:
- RoBERTa:
- Sentence-BERT:
Perturbation Analysis:
- Original: "Use Allies’ Resources"
- Variant 1: "Leverage Partnership Assets"
- Variant 2: "Utilize Collaborative Resources"
Expert Review:
- Expert 1: 0.55
- Expert 2: 0.60
- Expert 3: 0.58
4. Computational Architecture
- Strategic Data Input Layer: Users interact with a structured graphical environment (the context editor) to input competitive intelligence data, market information, and other relevant strategic details. This environment supports both quantitative data and qualitative descriptions, with workflow states managing data validation and format requirements. Detailed implementation specifications are provided in Appendix A.4.
-
Semantic Analysis Engine: This component processes input data using the methodology described in Section 3. Specifically, it:
- Creates vector representations of strategic situations
- Computes semantic similarities with framework parameters
- Maps situations to relevant heuristic patterns
- Generates initial parameter distributions
- Framework Integration Layer: The system translates semantic analysis results into the chosen analytical framework’s parameters. This layer ensures that framework-agnostic analysis can be mapped to specific strategic tools while maintaining consistent evaluation metrics across frameworks.
- Strategic Processing Core: The main engine applies framework-specific weightings, evaluates strategic options, matches situations with relevant heuristics, and generates preliminary recommendations. The processing core incorporates conversation state information to produce context-appropriate guidance.
-
LLM Integration Layer: The system interfaces with LLMs through standardized APIs to transform technical analysis into actionable insights. The architecture constrains LLM tasks via predefined templates to ensure structured, safe, and consistent outputs. Key functions include:
- Translation of semantic similarities into natural language explanations
- Contextualization of framework-heuristic matches
- Generation of both executive summaries and detailed reports
- Template-based validation mechanisms for generated content
- Report Generation and Visualization: The final layer produces comprehensive strategic analysis reports, visual representations of strategic options, and detailed implementation recommendations. These outputs integrate data from all prior steps, including scenario parameters, semantic analysis scores, and LLM-generated commentaries.
- Flexibility: Supports multiple strategic frameworks and heuristic sets
- Scalability: Handles increasing complexity in strategic analysis
- Safety: Constrains LLM use to well-defined tasks
- Reproducibility: Ensures consistent analysis and recommendations
5. Case Studies
- A contemporary scenario of competing innovation pathways in the automotive industry
- A historical competition in the personal computer market
5.1. Semantic Analysis of the Hydrogen vs. Electric Competition in the Automotive Industry
5.1.1. Parameter Analysis
| Parameter | HydrogenEngines | ElectricEngines |
|---|---|---|
| Defensive Strength | 3.25 | 4.0 |
| Offensive Strength | 3.75 | 4.2 |
| Relational Capacity | 3.60 | 4.5 |
| Potential Energy | 4.00 | 4.8 |
| Time Availability | 3.20 | 4.3 |
| Context Fit | 3.80 | 4.6 |
5.1.2. Stratagem Semantic Analysis
- is the weight of parameter i in stratagem j,
- is the set of terms in the textual description of stratagem j,
- is the semantic similarity between term t and parameter i.
5.1.3. Situation-Stratagem Matching
5.1.4. Strategic Recommendations
-
Primary Strategy: Indirect Positioning
- Stratagem 16 (Illusory Ways Out): Create paths leading ElectricEngines into complacency or unproductive markets, while HydrogenEngines solidifies niches such as freight and heavy-duty applications.
- Alignment Score: 6.03
-
Supporting Strategy: Target Vulnerable Segments
- Stratagem 15 (Lure into Unfavorable Env.): Exploit EV weaknesses (e.g., limited mileage in heavy-duty use) by focusing hydrogen tech where EVs are less dominant.
- Alignment Score: 5.72
-
Alliances and Borrowed Influence
- Stratagem 24 (Use Allies’ Resources) & Stratagem 3 (Act Through an Ally): Establish partnerships with governments, energy sectors, and logistics enterprises to co-develop hydrogen infrastructure and coordinate policy support.
- Alignment Scores: 5.68, 5.56
-
Discreet Development Efforts
- Stratagem 1 (Acting Unnoticed): Invest quietly in R&D, infrastructure, and lobbying until hydrogen-based solutions are ready for large-scale deployment.
- Alignment Score: 5.41
5.1.5. Implementation Pathways
5.2. Semantic Analysis of the Commodore–Apple Market Competition
5.2.1. Parameter Analysis
| Parameter | Commodore | Apple |
|---|---|---|
| Offensive Strength | 3.5 | 4.0 |
| Defensive Strength | 3.0 | 3.5 |
| Relational Capacity | 2.8 | 3.8 |
| Potential Energy | 3.0 | 4.2 |
| Time Availability | 3.5 | 4.0 |
| Context Fit | 2.9 | 4.0 |
5.2.2. Stratagem Semantic Analysis
5.2.3. Situation-Stratagem Matching
5.2.4. Strategic Recommendations
-
Primary Strategy: Core Capability Development
- Focus on product innovation and user-interface development
- Directly counter Apple’s market differentiators
- Alignment Score: 0.85
-
Supporting Strategy: Resource Optimization
- Reallocate development resources toward high-potential product lines
- Streamline less profitable divisions
- Alignment Score: 0.82
-
Tactical Implementation
- Launch targeted product-development campaigns
- Invest in market positioning
- Seek out strategic partnerships
5.2.5. Implementation Pathways
5.3. Cross-Case Analysis
-
Domain Adaptation:
- In the automotive domain, the semantic analysis highlighted indirect positioning and alliances as critical.
- In the PC domain, a focus on core capabilities and resource allocation emerged as priorities.
-
Recurring Patterns:
- Even across distinct industries, resource optimization, partnership development, and strategic positioning are repeatedly identified as success factors.
- Specific stratagems (e.g., alliance-building) have wide applicability, provided the correct parameter alignment exists.
-
Implementation Pathways:
- Both studies exhibit primary and supporting strategies, tactical steps, and cross-strategy synergies.
- Clear alignment scores lend transparency to why certain recommendations are prioritized over others.
-
Framework-Heuristic Integration:
- In the automotive sector, the integrated approach effectively linked 6C parameters (e.g., Potential Energy, Context Fit) with heuristics emphasizing deception and alliance.
- In the PC sector, the same pipeline tied Offensive Strength and Potential Energy to historically proven guidelines about capturing core strengths and leveraging limited resources.
5.4. Enhanced Understanding through LLM Reporting
- Generate Summaries: Provide executive overviews for stakeholders, focusing on the highest-scoring tactics.
- Explain Reasoning: Offer narrative justifications for why certain stratagems align well with particular parameters.
- Highlight Potential Risks: Enumerate conditions or assumptions that might invalidate certain recommendations.
5.5. Implementation Insights
-
Text Processing Nuances:
- Industry-specific jargon can alter semantic similarity calculations.
- Historical data enriches pattern recognition but may require separate preprocessing.
-
Pattern Matching Consistency:
- Similar strategic patterns recur, such as positioning, resource optimization, or alliance-building.
- Modest parameter differences can push one stratagem over another in the ranking.
-
Validation and Context:
- Historical (Commodore–Apple) outcomes offer tangible lessons in how lacking a suitable strategy might lead to missed market opportunities.
- Contemporary contexts (hydrogen vs. electric) show how real-time data can inform flexible, AI-assisted decisions.
5.6. Extended Analysis Reports
6. Empirical Validation
6.1. Experimental Setup
-
Framework Integration: Testing with three analytical frameworks:
- 6C Framework (primary test case)
- SWOT Analysis
- Porter’s Five Forces
- Framework-Stratagem Integration: Testing the integration of the Thirty-Six Stratagems with each analytical framework
- Cross-Framework Consistency: Evaluating recommendation stability across frameworks
6.2. Results
6.2.1. Framework Integration Performance
- High coverage (> 0.80) across all frameworks
- Strong consistency in parameter mapping
- Declining but still robust performance with more complex frameworks
6.2.2. Stratagem Integration Performance
6.3. Discussion
- Integration Capability: The system successfully integrates the Thirty-Six Stratagems with diverse analytical frameworks while maintaining high semantic accuracy.
- Scalability: Performance remains robust when adapting to new frameworks, with only modest degradation in accuracy.
- Efficiency: Significant reduction in integration time compared to manual approaches while maintaining expert-level accuracy.
- Performance slightly decreases with more complex frameworks
- Expert validation remains valuable for novel framework combinations
- System requires initial training data for optimal performance
6.4. Further Considerations on Scalability
7. Related Work
7.1. Recommender Systems and Decision Support
7.2. Strategy Tools and Decision-Support Platforms
7.3. AI-Assisted Decision Making and Centaurian Systems
8. Conclusion
8.1. Key Contributions
- Recommender-System Architecture: A novel design that reframes strategic knowledge as “items” for recommendation, enabling context-aware and content-based matching between analytical parameters and decision heuristics.
- Semantic Integration Framework: A systematic methodology for connecting different frameworks (e.g., 6C, SWOT) with heuristic sets (e.g., the Thirty-Six Stratagems, OODA loops) via vector embeddings and semantic similarity scores.
- Computational Implementation: A flexible architecture combining deep NLP pipelines, heuristic mapping, and AI-assisted reporting. This includes a gamified simulation layer that allows users to explore strategic scenarios in an interactive manner.
- Generality Across Domains: Evidence from multiple case studies (e.g., hydrogen vs. electric automotive competition, the Commodore–Apple rivalry) illustrating that the approach can scale to diverse strategic contexts, from business to technology.
8.2. Practical Implications
- Enriched Decision Support: Merges quantitative analysis (framework-based) with qualitative insight (heuristics), fostering more balanced strategic decisions.
- Scalable Knowledge Transfer: Translates textual frameworks and heuristics into easily comparable vector forms, reducing the reliance on domain-specific expertise.
- Efficient Recommendations: Automates the matching process between high-level strategy parameters and heuristics, accelerating scenario analysis and cutting down on manual mapping.
- Human-Centric AI Integration: Constrains large language models to explain and synthesize, thereby strengthening, rather than replacing, human strategists—a monotonic centaur approach.
8.3. Limitations and Future Work
-
Semantic Processing:
- More advanced domain adaptation techniques for industry-specific terminology
- Improved context modeling over longer textual inputs and time horizons
- Inclusion of dynamic scenario elements (e.g., real-time data streams)
-
Framework Integration:
- Investigations into additional strategic tools (e.g., VRIO, PESTLE)
- Automated detection of framework-specific factors or sub-parameters
- Potential integration of quantitative indicators (e.g., financial metrics)
-
Validation and User Studies:
- Systematic cross-domain evaluations in different organizational contexts
- Longitudinal studies to assess real-world adoption and impact on decision outcomes
- Usability research on the simulation environment and LLM-based explanations
8.4. Future Directions
- Organizational-Specific Heuristics and Simple Rules: One promising avenue is to extract decision-making rules that are specific, idiosyncratic, and intrinsic to organizations, in accordance with the idea of “simple rules” for strategic decision-making [5]. Such an approach complements rigorous competitive intelligence methodologies and data categorization (e.g., 6C, SWOT, Porter’s Five Forces). As discussed by [26], these rules must be grounded in a careful, data-driven study of the organization’s context. Moreover, they evolve over time as managers refine or replace them in response to market feedback, thus preserving a crucial balance between flexibility and discipline. The linguistic integration shown in this paper could be extended to continuously capture and validate such company-specific heuristics, turning them into iteratively updated recommendations that—despite their distinctiveness—remain anchored in well-established strategic frameworks.
- Translating Other Classic Texts into Practical Heuristics: Another promising direction is to apply the same semantic-linguistic methodology to interpret classic strategic works beyond the Thirty-Six Stratagems, such as Sun Tzu’s Art of War, Machiavelli’s The Prince, and Chanakya’s Arthashastra. These writings are replete with historically influential ideas that have shaped corporate strategy discourse, while also offering pragmatic precepts for decision-making. However, adapting their older, metaphor-rich language to contemporary business contexts can be challenging. By systematically mapping their conceptual guidance onto structured frameworks (e.g., the 6C approach or Porter’s Five Forces), practitioners could more readily extract actionable insights from these time-honored sources.
- Enhanced Semantic Analysis: Incorporating temporally aware embeddings or knowledge graphs to capture evolving strategic conditions and context shifts. Additionally, integrating domain-specific ontologies and specialized corpora could help bridge lexical gaps when dealing with complex frameworks or emerging business models (e.g., improving coverage of platform economics terminology for Porter’s Five Forces analysis).
- Multi-Framework Orchestration: Supporting concurrent usage of multiple frameworks and heuristic sets, allowing the system to recommend which framework is best suited under particular conditions.
- Adaptive Feedback Loops: Leveraging user interactions and outcomes data to dynamically refine the heuristic matching process, evolving from a static pipeline to an adaptive learning system.
- Extended Gamification and Scenario Planning: Deepening the simulation features to facilitate scenario planning and “what-if” analyses, potentially integrating advanced gamification interfaces.
-
Domain Adaptation: Developing systematic approaches to incorporate domain-specific knowledge, including:
- Integration of specialized business ontologies
- Automated extraction of domain terminology from sector-specific corpora
- Dynamic updating of semantic models as new business concepts emerge
This could enhance framework coverage and consistency in rapidly evolving domains such as digital technology and platform businesses. - Balancing Criterion: Exploring a regularization mechanism that sets the total weight of each parameter (across all heuristics) to be constant, ensuring that no single parameter dominates the overall mapping. This approach would help mitigate potential biases introduced by the text corpus or the embedding model, thus promoting more balanced parameter coverage.
8.5. Concluding Remarks
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A. Technical Details and Supplementary Information
Appendix A.1. Mathematical Foundations
Appendix A.1.1. Vector Space Calculations
- is the vector representation of text t
- w represents individual words or phrases
- is the embedding vector for word w
- is the weight assigned to word w
Appendix A.2. Semantic Analysis
Appendix A.2.1. Similarity Calculations
Appendix A.2.2. Kullback-Leibler Divergence Calculations
Appendix A.3. Algorithm Implementation
Appendix A.3.1. Selection Process Details
Appendix A.4. System Architecture Details
Appendix A.4.1. Workflow Definitions
Appendix A.4.2. Conversation Management
Appendix A.4.3. Component Interactions
Appendix A.4.4. LLM Integration
Appendix A.5. Validation Analysis
- The vectors representing parameters and heuristics generally have much higher dimensionality (e.g., hundreds of embedding components) rather than the 3D vectors shown here.
- Expert reviews may involve more participants (e.g., five or more) to ensure broader consensus, whereas we show a three-expert sample below for didactic clarity.
Appendix A.5.1. Perturbation Analysis
Appendix A.5.2. Cross-Validation Results
Model Comparison
Expert Ratings
- Expert 1: 0.55
- Expert 2: 0.60
- Expert 3: 0.58
Appendix A.5.3. Framework-Specific Implementation
Step 1: Text Preprocessing
Step 2: Vector Representation
Step 3: Framework-Specific Adjustments
References
- Mintzberg, H. Strategy Safari: A Guided Tour Through the Wilds of Strategic Management; Simon and Schuster: New York, NY, 2005. [Google Scholar]
- Hirt, M.; Willmott, P. Strategic principles for competing in the digital age. McKinsey & Company article. 2014. Available online: https://www.mckinsey.com/business-functions/strategy-and-corporate-finance/our-insights/strategic-principles-for-competing-in-the-digital-age.
- Taylor, P. The Thirty-Six Stratagems: A modern interpretation of a strategy classic; Infinite Success, Infinite Ideas, 2013. [Google Scholar]
- von Senger, H.; Gubitz, M. The Book of Stratagems: Tactics for Triumph and Survival; Viking, 1991. [Google Scholar]
- Eisenhardt, K.M.; Sull, D.N. Strategy as Simple Rules. Harvard Business Review 2001, 79, 106–116. [Google Scholar] [PubMed]
- Helms, M.; Nixon, J. Exploring SWOT analysis – where are we now? : A review of academic research from the last decade. Journal of Strategy and Management - J Econ Manag Strat 2010, 3, 215–251. [Google Scholar] [CrossRef]
- Porter, M.E. The Five Competitive Forces That Shape Strategy. Harvard Business Review 2008, 86, 78–93. [Google Scholar]
- Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention is All you Need. In Proceedings of the Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems 2017, Long Beach, CA, USA, December 4-9, 2017; Guyon, I., von Luxburg, U., Bengio, S., Wallach, H.M., Fergus, R., Vishwanathan, S.V.N., Garnett, R., Eds.; 2017; pp. 5998–6008. [Google Scholar]
- Devlin, J.; Chang, M.; Lee, K.; Toutanova, K. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In Proceedings of the Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL-HLT 2019, Minneapolis, MN, USA, June 2-7, 2019; Volume 1 (Long and Short Papers). Burstein, J., Doran, C., Solorio, T., Eds.; Association for Computational Linguistics, 2019; pp. 4171–4186. [Google Scholar] [CrossRef]
- Reimers, N.; Gurevych, I. Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. In Proceedings of the Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, EMNLP-IJCNLP 2019; Hong Kong, China, November 3-7, 2019, Inui, K., Jiang, J., Ng, V., Wan, X., Eds.; Association for Computational Linguistics, 2019; pp. 3980–3990. [Google Scholar] [CrossRef]
- Blei, D.M. Probabilistic topic models; ACM: New York, NY, USA, 2012; Vol. 55, pp. 77–84. [Google Scholar] [CrossRef]
- Di Pilla, P.; Pareschi, R.; Salzano, F.; Zappone, F. Listening to what the system tells us: Innovative auditing for distributed systems. Frontiers in Computer Science 2023, 4. [Google Scholar] [CrossRef]
- Cover, T.M.; Thomas, J.A. Elements of Information Theory; John Wiley & Sons: Hoboken, NJ, USA, 2006. First published 7 April 2005. [Google Scholar] [CrossRef]
- Liang, T.P. Recommendation systems for decision support: An editorial introduction. Decision Support Systems 2008, 45, 385–386, SpecialIssueClusters. [Google Scholar] [CrossRef]
- Kulkarni, S.; Rodd, S.F. Context Aware Recommendation Systems: A review of the state of the art techniques. Computer Science Review 2020, 37, 100255. [Google Scholar] [CrossRef]
- Petruzzelli, A.; Musto, C.; Laraspata, L.; Rinaldi, I.; de Gemmis, M.; Lops, P.; Semeraro, G. Instructing and Prompting Large Language Models for Explainable Cross-domain Recommendations. In Proceedings of the 18th ACM Conference on Recommender Systems, RecSys 2024, Bari, Italy, October 14-18, 2024; Noia, T.D., Lops, P., Joachims, T., Verbert, K., Castells, P., Dong, Z., London, B., Eds.; ACM, 2024; pp. 298–308. [Google Scholar] [CrossRef]
- Yang, T.; Chen, L. Unleashing the Retrieval Potential of Large Language Models in Conversational Recommender Systems. In Proceedings of the 18th ACM Conference on Recommender Systems, RecSys 2024, Bari, Italy, October 14-18, 2024; Noia, T.D., Lops, P., Joachims, T., Verbert, K., Castells, P., Dong, Z., London, B., Eds.; ACM, 2024; pp. 43–52. [Google Scholar] [CrossRef]
- Ross, R.G. Principles of the Business Rule Approach; Addison-Wesley Professional: Boston, MA, 2003. [Google Scholar]
- Schoemaker, P. Scenario Planning. In The Palgrave Encyclopedia of Strategic Management; 2016; pp. 1–9. [Google Scholar] [CrossRef]
- Dean, M. Scenario Planning: A Literature Review Technical report, ResearchGate Preprint. 2019. [CrossRef]
- Challco, G.; Bittencourt, I.; Reis, M.; Santos, J.; Isotani, S. Gamiflow: Towards a Flow Theory-Based Gamification Framework for Learning Scenarios. In Artificial Intelligence in Education. Posters and Late Breaking Results, Workshops and Tutorials, Industry and Innovation Tracks, Practitioners, Doctoral Consortium and Blue Sky; 2023; pp. 415–421. [Google Scholar] [CrossRef]
- Pareschi, R. Beyond Human and Machine: An Architecture and Methodology Guideline for Centaurian Design. Sci 2024, 6. [Google Scholar] [CrossRef]
- Saghafian, S.; Idan, L. Effective generative AI: The human-algorithm centaur. arXiv 2024, arXiv:2406.10942 2024. [Google Scholar]
- Pareschi, R. Centaur Art: The Future of Art in the Age of Generative AI, 1st ed.; Springer: Cham, 2024; pp. X, 91. [Google Scholar] [CrossRef]
- Pareschi, R. Abductive reasoning with the GPT-4 language model: Case studies from criminal investigation, medical practice, scientific research. Sistemi intelligenti, Rivista quadrimestrale di scienze cognitive e di intelligenza artificiale 2023, 435–444. [Google Scholar] [CrossRef]
- Sull, D.; Eisenhardt, K.M. Simple Rules: How to Thrive in a Complex World; Houghton Mifflin Harcourt, 2015. [Google Scholar]



| Stratagem | Score (EFF) | Key Alignment | Implementation Focus |
|---|---|---|---|
| 16: Illusory Ways Out | 6.03 | Offensive (3.75) | Misleading EV sector |
| 15: Lure into Unfavorable Env. | 5.72 | Potential (4.0) | Exploit EV limitations |
| 24: Use Allies’ Resources | 5.68 | Relational (3.6) | Infrastructure partnerships |
| 3: Act Through an Ally | 5.56 | Offensive (3.75) | Indirect policy influence |
| 1: Acting Unnoticed | 5.41 | Context Fit (3.8) | Quiet tech development |
| Stratagem | Score | Key Alignment | Implementation Focus |
|---|---|---|---|
| Capture Core (18) | 0.85 | Offensive (3.5) | Product innovation |
| Resource Focus (11) | 0.82 | Potential (3.0) | Strategic allocation |
| Alliance Building (23) | 0.78 | Time (3.5) | Partnership development |
| Framework | Coverage | Consistency | Adaptability |
|---|---|---|---|
| 6C Framework | 0.89 | 0.92 | 0.87 |
| SWOT | 0.85 | 0.88 | 0.84 |
| Porter’s Five Forces | 0.82 | 0.85 | 0.81 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).