
Fundamentals
In the simplest terms, Explainable AI (XAI) for SMBs is about making artificial intelligence Meaning ● AI empowers SMBs to augment capabilities, automate operations, and gain strategic foresight for sustainable growth. understandable and transparent for small to medium-sized businesses. Imagine you’re using a new software to help you decide which customers are most likely to buy your product. This software uses AI, but traditionally, AI can be like a black box ● you see the output (a list of customers), but you don’t know why the AI chose those specific customers. Explainable AI Meaning ● XAI for SMBs: Making AI understandable and trustworthy for small business growth and ethical automation. changes that.
It’s like opening up that black box and seeing the gears and levers inside. It shows you how the AI arrived at its decisions, making it clear and understandable, even if you’re not a tech expert.
For a small business owner, or an employee in an SMB, this transparency is crucial. It’s not just about trusting the technology blindly; it’s about understanding it enough to use it effectively and responsibly. Think about a local bakery using AI to predict ingredient demand. If the AI suggests ordering a massive amount of flour, the baker needs to understand why.
Is it based on historical data, upcoming holidays, or a sudden trend? XAI provides these insights, allowing the baker to make informed decisions, not just follow opaque AI recommendations.

Why Should SMBs Care About Explainable AI?
You might be thinking, “AI sounds complicated enough, why do I need to worry about ‘explainable’ AI?” For SMBs, the reasons are actually quite practical and directly tied to business success. It boils down to trust, control, and better business outcomes.
- Building Trust and Confidence ● When you understand how an AI system works, you’re more likely to trust its recommendations. For SMBs, where resources are often limited, and every decision counts, trust in the tools you use is paramount. If your marketing AI suggests a new campaign strategy, understanding the reasoning behind it allows you to confidently invest your marketing budget.
- Improving Decision-Making ● XAI doesn’t just give you answers; it gives you insights. By understanding the factors AI considers important, SMBs can gain a deeper understanding of their own business. For example, an e-commerce SMB using XAI might discover that customer reviews mentioning “fast shipping” are a stronger predictor of repeat purchases than price alone. This insight can then inform operational improvements.
- Ensuring Compliance and Ethical Use ● As AI becomes more prevalent, regulations around its use are also emerging. In some industries, explaining AI-driven decisions, especially those affecting customers or employees, is becoming a legal requirement. Furthermore, ethical considerations are crucial for SMBs building a positive brand reputation. XAI helps ensure fairness and transparency in AI Meaning ● Transparency in AI, within the SMB context, signifies making AI systems' decision-making processes understandable and explainable to stakeholders, including employees, customers, and regulatory bodies. applications, avoiding unintended biases or discriminatory outcomes.
- Facilitating Learning and Improvement ● XAI isn’t just about understanding the AI; it’s about learning from it. By examining the explanations provided by AI, SMBs can identify areas for improvement in their processes, data collection, and even business strategy. If an AI-powered inventory system consistently overestimates demand for a particular product, understanding why can reveal issues with data input or seasonal fluctuations not properly accounted for.
Explainable AI for SMBs Meaning ● AI for SMBs signifies the strategic application of artificial intelligence technologies tailored to the specific needs and resource constraints of small and medium-sized businesses. demystifies complex technology, making it accessible and beneficial for everyday business operations, fostering trust and informed decision-making.

Simple Examples of XAI in SMB Operations
Let’s look at some concrete examples of how XAI can be applied in different areas of an SMB. These are simplified scenarios to illustrate the fundamental concepts.

XAI in Marketing
Imagine a small online clothing boutique using AI to personalize email marketing campaigns. Without XAI, the boutique might just send out generic emails based on broad customer segments. With XAI, the AI can explain why it’s recommending a specific product to a particular customer. For example:
- Explanation ● “This customer has previously purchased blue dresses and viewed similar items in the ‘summer collection’.”
- Actionable Insight ● The boutique can now tailor the email with a personalized message highlighting new blue dresses in their summer collection, increasing the chances of a sale.

XAI in Sales
A local hardware store uses AI to prioritize sales leads. Instead of randomly calling potential customers, the AI ranks leads based on their likelihood to convert. XAI can provide explanations like:
- Explanation ● “This lead is ranked high because they recently visited the ‘power tools’ section of our website and downloaded a brochure on cordless drills.”
- Actionable Insight ● The sales team can now focus their efforts on high-potential leads and tailor their approach based on the customer’s demonstrated interests, leading to more efficient sales processes.

XAI in Customer Service
A small software company uses AI chatbots to handle basic customer inquiries. When a customer asks about troubleshooting a specific issue, XAI can help the chatbot provide more helpful and understandable responses.
- Explanation ● “Based on your description, the issue seems to be related to ‘network connectivity’. Common solutions include restarting your router and checking your internet connection.”
- Actionable Insight ● By providing explanations, the chatbot can guide customers more effectively and resolve issues faster, improving customer satisfaction and reducing the workload on human support staff.
These examples, while basic, illustrate the core value of XAI for SMBs ● it transforms AI from a mysterious tool into a transparent and understandable asset that empowers businesses to make smarter decisions and improve their operations across various functions.

Intermediate
Building upon the fundamentals, we now delve into a more intermediate understanding of Explainable AI for SMBs. At this level, we move beyond the basic ‘what’ and ‘why’ of XAI and explore the ‘how’ ● the methodologies, practical implementation strategies, and the specific benefits SMBs can realize by strategically adopting explainable AI solutions. We’ll also address some of the challenges and considerations that SMBs need to be aware of when venturing into this domain.
Intermediate understanding of XAI for SMBs involves recognizing that it’s not just about making AI understandable for understanding’s sake. It’s about leveraging this transparency to achieve tangible business outcomes. It’s about integrating XAI into existing workflows and processes to enhance efficiency, improve customer experiences, and gain a competitive edge. For an SMB, this means moving from simply knowing that AI can help to understanding how to make AI work effectively and transparently within their specific business context.

Key XAI Techniques Relevant to SMBs
While the world of AI is vast and complex, certain XAI techniques are particularly relevant and accessible for SMBs. These techniques often strike a balance between providing meaningful explanations and being computationally feasible for businesses with limited resources.
- Decision Trees and Rule-Based Systems ● These are inherently explainable models. Decision trees visually represent the decision-making process as a series of branching rules, making it easy to follow the logic. Rule-based systems explicitly define rules that the AI follows, offering complete transparency. For SMBs, these models are relatively simple to implement and understand, making them suitable for tasks like credit scoring, customer segmentation, and basic predictive analytics.
- Linear Regression and Logistic Regression with Feature Importance ● These statistical models, while foundational, can be made explainable by highlighting the importance of each input feature in the model’s prediction. Techniques like feature coefficients in linear regression and odds ratios in logistic regression quantify the impact of each variable, providing insights into what factors are driving the AI’s output. SMBs can use these for sales forecasting, marketing response modeling, and understanding the drivers of customer churn.
- LIME (Local Interpretable Model-Agnostic Explanations) ● LIME is a powerful technique that can explain the predictions of any machine learning model, even complex ‘black box’ models. It works by approximating the complex model locally around a specific data point with a simpler, interpretable model (like linear regression). This allows SMBs to understand why a particular prediction was made for a specific customer or situation, even if the underlying AI model is complex. LIME is valuable for explaining individual customer recommendations, fraud alerts, or risk assessments.
- SHAP (SHapley Additive ExPlanations) ● SHAP, based on game theory, provides a more comprehensive and consistent way to explain model predictions. It calculates the contribution of each feature to the prediction for each instance, offering both local (individual prediction) and global (overall model behavior) explanations. While computationally more intensive than LIME, SHAP provides more robust and reliable explanations, particularly useful for critical decisions like loan approvals or employee performance evaluations in SMBs.
- Attention Mechanisms in Neural Networks (for Specific Applications) ● For SMBs using more advanced AI like natural language processing (NLP) or image recognition, attention mechanisms in neural networks can offer a degree of explainability. Attention mechanisms highlight the parts of the input (e.g., words in a sentence, regions in an image) that the AI model focuses on when making a prediction. This can be useful for understanding why an AI chatbot responded in a certain way or why an image recognition system classified an image as belonging to a particular category. However, the explainability here is still more limited compared to simpler models.
Intermediate XAI for SMBs focuses on practical techniques like decision trees, LIME, and SHAP, enabling businesses to understand and trust AI-driven insights Meaning ● AI-Driven Insights: Actionable intelligence from AI analysis, empowering SMBs to make data-informed decisions for growth and efficiency. for better decision-making.

Practical Applications of XAI for SMB Growth and Automation
Moving beyond the techniques, let’s explore how SMBs can practically apply XAI to drive growth and automate key processes. The focus here is on actionable strategies and real-world scenarios.

Enhanced Customer Relationship Management (CRM)
XAI can significantly enhance CRM systems for SMBs. Instead of just storing customer data, XAI can provide insights into customer behavior and preferences, along with explanations. For example:
- Scenario ● An SMB uses AI to predict customer churn.
- XAI Explanation ● “This customer is predicted to churn because their engagement with our website has decreased by 30% in the last month, and they have not opened our marketing emails recently.”
- Actionable Strategy ● The SMB can proactively reach out to this customer with a personalized offer or address their potential concerns, reducing churn and improving customer retention.

Optimized Marketing Campaigns
XAI can revolutionize marketing for SMBs by making campaigns more targeted and effective. By understanding why certain marketing messages resonate with specific customer segments, SMBs can optimize their campaigns for better ROI.
- Scenario ● An SMB runs an online advertising campaign.
- XAI Explanation ● “Customers who clicked on this ad and subsequently made a purchase were primarily interested in ‘eco-friendly’ products and were located in urban areas.”
- Actionable Strategy ● The SMB can refine their ad targeting to focus on these specific demographics and interests, improving ad performance and reducing wasted ad spend.

Streamlined Operations and Supply Chain
XAI can be applied to optimize various operational aspects of an SMB, from inventory management to supply chain logistics. Transparency in AI-driven recommendations is crucial for operational efficiency.
- Scenario ● An SMB uses AI to forecast product demand.
- XAI Explanation ● “The predicted increase in demand for product ‘X’ is based on seasonal trends, recent social media buzz, and competitor stock levels.”
- Actionable Strategy ● The SMB can adjust their inventory levels and production schedules based on these explained forecasts, minimizing stockouts and optimizing resource allocation.

Improved Risk Management and Fraud Detection
For SMBs dealing with financial transactions or sensitive data, XAI can enhance risk management Meaning ● Risk management, in the realm of small and medium-sized businesses (SMBs), constitutes a systematic approach to identifying, assessing, and mitigating potential threats to business objectives, growth, and operational stability. and fraud detection Meaning ● Fraud detection for SMBs constitutes a proactive, automated framework designed to identify and prevent deceptive practices detrimental to business growth. systems. Understanding why an AI system flags a transaction as potentially fraudulent is crucial for accurate and fair risk assessment.
- Scenario ● An SMB uses AI to detect fraudulent transactions.
- XAI Explanation ● “This transaction is flagged as potentially fraudulent because it originates from an unusual location, involves a high transaction value, and deviates from the customer’s typical spending patterns.”
- Actionable Strategy ● The SMB can implement a multi-factor authentication process or manually review the transaction, mitigating fraud risks while maintaining customer trust Meaning ● Customer trust for SMBs is the confident reliance customers have in your business to consistently deliver value, act ethically, and responsibly use technology. through transparent processes.
These applications demonstrate that XAI is not just a theoretical concept but a practical tool that SMBs can leverage to achieve tangible improvements in customer engagement, operational efficiency, and risk management, ultimately contributing to sustainable growth Meaning ● Sustainable SMB growth is balanced expansion, mitigating risks, valuing stakeholders, and leveraging automation for long-term resilience and positive impact. and automation.

Challenges and Considerations for SMB XAI Implementation
While the benefits of XAI for SMBs are significant, it’s important to acknowledge the challenges and considerations that SMBs might face during implementation. Being aware of these potential hurdles is crucial for successful adoption.
Challenge Data Availability and Quality |
Description XAI, like all AI, relies on data. SMBs may have limited data or data of inconsistent quality. |
SMB-Specific Impact Reduced accuracy and reliability of XAI models. Difficulty in generating meaningful explanations. |
Mitigation Strategies Focus on collecting relevant data, even if in smaller quantities. Prioritize data cleaning and preprocessing. Start with simpler XAI techniques that are less data-intensive. |
Challenge Technical Expertise and Resources |
Description Implementing and maintaining XAI solutions requires technical skills that SMBs may lack in-house. |
SMB-Specific Impact High initial investment in hiring or training. Potential reliance on external consultants. Ongoing maintenance and updates can be challenging. |
Mitigation Strategies Consider cloud-based XAI platforms that offer user-friendly interfaces and pre-built models. Partner with AI service providers specializing in SMB solutions. Focus on upskilling existing staff through online courses and workshops. |
Challenge Cost of Implementation |
Description Developing and deploying XAI solutions can be costly, especially for SMBs with tight budgets. |
SMB-Specific Impact Financial strain on limited resources. Potential for delayed ROI if implementation costs are not carefully managed. |
Mitigation Strategies Prioritize XAI applications with clear and immediate ROI. Explore open-source XAI tools and libraries. Adopt a phased implementation approach, starting with pilot projects and scaling gradually. |
Challenge Complexity of Explanation |
Description Even with XAI, explaining complex AI models can be challenging for non-technical users within SMBs. |
SMB-Specific Impact Misinterpretation of explanations. Lack of trust if explanations are not easily understood. Difficulty in translating explanations into actionable insights. |
Mitigation Strategies Focus on using XAI techniques that generate human-readable explanations (e.g., decision trees, rule-based systems). Provide training to SMB staff on interpreting XAI outputs. Visualize explanations whenever possible to enhance understanding. |
Challenge Ethical and Bias Considerations |
Description AI models, even explainable ones, can inherit biases from the data they are trained on, leading to unfair or discriminatory outcomes. |
SMB-Specific Impact Reputational damage if biased AI decisions are made. Legal and regulatory risks in certain industries. Erosion of customer trust. |
Mitigation Strategies Implement rigorous data auditing and bias detection techniques. Regularly monitor XAI model outputs for fairness and equity. Ensure human oversight and intervention in critical AI-driven decisions. |
Addressing these challenges proactively is crucial for SMBs to successfully leverage the power of Explainable AI and realize its full potential for growth and automation. Strategic planning, careful resource allocation, and a focus on practical, user-friendly solutions are key to navigating these considerations.

Advanced
At an advanced level, Explainable AI for SMBs transcends a mere technological adaptation; it represents a paradigm shift in how small to medium-sized businesses can strategically leverage artificial intelligence. It’s not simply about making AI understandable, but about critically examining the epistemological implications of AI adoption within the unique operational and resource constraints of SMBs. This necessitates a rigorous, research-informed perspective that considers not only the technical aspects of XAI but also its broader socio-economic and organizational impacts on the SMB landscape.
From an advanced standpoint, the meaning of Explainable AI for SMBs is deeply intertwined with the principles of Algorithmic Accountability, Organizational Transparency, and Human-AI Collaboration. It’s about moving beyond the black-box nature of traditional AI and fostering a symbiotic relationship between human expertise and machine intelligence within the SMB context. This requires a nuanced understanding of the diverse perspectives, multi-cultural business aspects, and cross-sectorial influences that shape the adoption and impact of XAI in SMBs globally.
Scholarly, Explainable AI for SMBs is a paradigm shift towards algorithmic accountability Meaning ● Taking responsibility for algorithm-driven outcomes in SMBs, ensuring fairness, transparency, and ethical practices. and human-AI collaboration, demanding rigorous research and nuanced understanding of its socio-economic impacts.

Redefining Explainable AI for SMBs ● An Advanced Perspective
Drawing upon reputable business research and data points, we can redefine Explainable AI for SMBs from an advanced perspective, focusing on its core tenets and implications:

Explainable AI for SMBs ● A Multi-Faceted Definition
Explainable AI for SMBs is not a monolithic concept but rather a multi-faceted construct encompassing several key dimensions:
- Transparency as a Strategic Imperative ● For SMBs, transparency in AI is not just an ethical consideration but a strategic imperative. In resource-constrained environments, trust in AI systems is paramount. XAI provides the necessary transparency to build this trust, enabling SMB owners and employees to confidently adopt and utilize AI-driven insights. Research in organizational trust highlights that transparency is a key antecedent to trust, particularly in contexts where uncertainty is high, as is often the case with new technology adoption Meaning ● Technology Adoption is the strategic integration of new tools to enhance SMB operations and drive growth. in SMBs (Mayer, Davis, & Schoorman, 1995).
- Interpretability for Actionable Insights ● The goal of XAI in SMBs is not just to understand how AI works but to derive actionable insights that can drive business improvements. Interpretability, therefore, becomes crucial. Explanations must be presented in a format that is readily understandable by SMB personnel, regardless of their technical expertise. This aligns with research on sensemaking in organizations, which emphasizes the importance of interpretable information for effective decision-making (Weick, 1995).
- Contextual Relevance and Domain Specificity ● XAI solutions for SMBs must be contextually relevant and domain-specific. Generic XAI approaches may not adequately address the unique challenges and opportunities faced by SMBs in different sectors. Advanced research in industry-specific AI applications underscores the need for tailored solutions that consider the specific nuances of each business domain (Porter & Millar, 1985).
- Scalability and Affordability ● From an SMB perspective, XAI solutions must be scalable and affordable. Complex and computationally expensive XAI techniques may be impractical for SMBs with limited budgets and IT infrastructure. Research on technology adoption in SMBs Meaning ● Strategic integration of digital tools to boost SMB efficiency and growth, tailored to their unique needs. consistently highlights cost and scalability as key barriers to entry (Thong, 1999).
- Ethical Alignment and Bias Mitigation ● Scholarly, XAI for SMBs must prioritize ethical alignment and bias mitigation. SMBs, often operating with closer community ties, have a heightened responsibility to ensure fairness and equity in their AI applications. Research in algorithmic fairness and ethics in AI emphasizes the importance of proactively addressing bias in AI systems to prevent discriminatory outcomes (Barocas & Selbst, 2016).

Cross-Sectorial Business Influences and Long-Term Consequences
The meaning and impact of Explainable AI for SMBs are further shaped by cross-sectorial business influences and the potential long-term consequences of its adoption. Let’s analyze the influence of the Financial Services Sector as a critical example.

In-Depth Business Analysis ● Financial Services Sector Influence on XAI for SMBs
The financial services sector, with its stringent regulatory requirements and emphasis on risk management, exerts a significant influence on the development and adoption of Explainable AI, particularly for SMBs. This influence manifests in several key ways:

Regulatory Pressure and Compliance
The financial services industry is heavily regulated, with increasing scrutiny on the use of AI in decision-making processes, especially those affecting consumers and businesses. Regulations like the General Data Protection Regulation (GDPR) in Europe and similar frameworks globally mandate transparency and explainability in automated decision-making. This regulatory pressure cascades down to SMBs, particularly those operating in or interacting with the financial services sector.
For instance, SMBs seeking loans or financial services may be required to use XAI-compliant systems to ensure transparency in their financial data processing. Advanced research in regulatory technology (RegTech) highlights the growing convergence of regulation and technology, driving the demand for explainable and auditable AI systems (Arner, Barberis, & Buckley, 2015).

Risk Management and Auditability
Financial institutions are inherently risk-averse and require robust risk management frameworks. Explainable AI aligns with these frameworks by providing audit trails and justifications for AI-driven decisions. This is particularly crucial in areas like credit scoring, loan approvals, and fraud detection, where SMBs often rely on financial services. The need for auditability in AI systems, driven by the financial sector, influences the types of XAI techniques that are prioritized and adopted by SMBs.
Techniques like decision trees and rule-based systems, which offer inherent auditability, become more attractive compared to black-box neural networks. Research in risk management in AI emphasizes the importance of explainability for effective risk assessment and mitigation (Bhatnagar, 2018).

Customer Trust and Financial Inclusion
In the financial services sector, customer trust is paramount. Explainable AI can enhance customer trust by providing transparency into how financial decisions are made, particularly those affecting SMBs. For example, if an SMB loan application is rejected by an AI-powered system, providing a clear and understandable explanation based on XAI principles can mitigate customer dissatisfaction and maintain trust.
Furthermore, XAI can contribute to financial inclusion by ensuring that AI-driven financial services are fair and unbiased, benefiting underserved SMB segments. Research in financial inclusion and technology highlights the potential of AI to democratize access to financial services, but also the risks of algorithmic bias and exclusion if transparency and explainability are not prioritized (Claessens, Ratnovski, & Weber, 2018).

Technological Innovation and Investment
The financial services sector is a major driver of technological innovation in AI, including XAI. Significant investments are being made in developing and deploying XAI solutions within financial institutions. This innovation spills over to the SMB sector, as financial technology (FinTech) companies develop XAI-powered tools and platforms that are accessible and affordable for SMBs.
The financial sector’s demand for XAI drives the development of user-friendly XAI tools and frameworks that SMBs can readily adopt. Research in FinTech innovation highlights the role of financial institutions in shaping the technological landscape and influencing the adoption of new technologies by SMBs (Philippon, 2016).

Long-Term Business Outcomes for SMBs in the XAI Era
The long-term business outcomes for SMBs in the era of Explainable AI are profound and transformative. By strategically adopting XAI, SMBs can achieve:
- Enhanced Competitiveness ● XAI empowers SMBs to compete more effectively with larger enterprises by leveraging AI-driven insights with transparency and trust. This levels the playing field and allows SMBs to innovate and optimize their operations with sophisticated AI tools, previously accessible only to large corporations. Research in SMB competitiveness and technology adoption underscores the strategic advantage that technology can provide to SMBs in increasingly competitive markets (Levy & Powell, 2000).
- Sustainable Growth and Scalability ● XAI facilitates sustainable growth by enabling data-driven decision-making across all aspects of the SMB, from marketing and sales to operations and finance. The transparency and interpretability of XAI insights allow SMBs to scale their operations efficiently and adapt to changing market conditions with agility. Research in SMB growth Meaning ● SMB Growth is the strategic expansion of small to medium businesses focusing on sustainable value, ethical practices, and advanced automation for long-term success. strategies highlights the importance of data-driven decision-making and operational efficiency Meaning ● Maximizing SMB output with minimal, ethical input for sustainable growth and future readiness. for sustainable growth (Storey, 1994).
- Improved Customer Relationships and Loyalty ● XAI enhances customer relationships by enabling personalized and transparent interactions. SMBs can build stronger customer loyalty by demonstrating fairness and transparency in their AI-driven customer service, marketing, and product recommendations. Research in customer relationship management Meaning ● CRM for SMBs is about building strong customer relationships through data-driven personalization and a balance of automation with human touch. emphasizes the importance of trust and transparency in building long-term customer loyalty (Morgan & Hunt, 1994).
- Increased Operational Efficiency and Cost Reduction ● XAI contributes to increased operational efficiency by optimizing processes and resource allocation. By understanding the explanations behind AI-driven recommendations, SMBs can identify areas for improvement and streamline their operations, leading to cost reductions and improved profitability. Research in operational efficiency in SMBs highlights the role of technology in optimizing processes and reducing costs (Raymond & Bergeron, 2000).
- Enhanced Innovation and Adaptability ● XAI fosters a culture of innovation within SMBs by empowering employees to understand and interact with AI systems effectively. This promotes experimentation and learning, enabling SMBs to adapt quickly to new challenges and opportunities in the rapidly evolving business landscape. Research in innovation in SMBs emphasizes the importance of organizational learning and adaptability for sustained innovation (Tidd, Bessant, & Pavitt, 2005).
In conclusion, from an advanced perspective, Explainable AI for SMBs is not merely a technological trend but a fundamental shift in how SMBs can operate and compete in the 21st century. The influence of sectors like financial services, coupled with the long-term business outcomes, underscores the strategic importance of XAI for SMB growth, automation, and sustainable success. Further research is needed to explore the nuanced challenges and opportunities of XAI adoption across diverse SMB sectors and global contexts, ensuring that the benefits of explainable AI are equitably distributed and contribute to a more inclusive and transparent business ecosystem.
References (Example – Add More Reputable Sources) ●
- Arner, D. W., Barberis, J. N., & Buckley, R. P. (2015). The evolution of FinTech ● A new post-crisis paradigm?. Georgetown Journal of International Law, 47(2), 271-319.
- Barocas, S., & Selbst, A. D. (2016). Big data’s disparate impact. California Law Review, 104(3), 671-732.
- Bhatnagar, S. (2018). Artificial intelligence in banking. Springer.
- Claessens, S., Ratnovski, L., & Weber, R. A. (2018). Fintech disruption and bank behavior. Journal of Financial Intermediation, 35, 1-16.
- Levy, M., & Powell, P. (2000). Information systems strategy for small and medium sized enterprises ● An organisational perspective. The Journal of Strategic Information Systems, 9(1), 63-84.
- Mayer, R. C., Davis, J. H., & Schoorman, F. D. (1995). An integrative model of organizational trust. Academy of Management Review, 20(3), 709-734.
- Morgan, R. M., & Hunt, S. D. (1994). The commitment-trust theory of relationship marketing. Journal of Marketing, 58(3), 20-38.
- Philippon, T. (2016). The FinTech opportunity. National Bureau of Economic Research.
- Porter, M. E., & Millar, V. E. (1985). How information gives you competitive advantage. Harvard Business Review, 63(4), 149-160.
- Raymond, L., & Bergeron, F. (2000). SME information systems and business performance ● A contingency perspective. Electronic Markets, 10(4), 189-201.
- Storey, D. J. (1994). Understanding the small business sector. Routledge.
- Thong, J. Y. L. (1999). An integrated model of information technology adoption in small businesses. Journal of Management Information Systems, 15(4), 187-214.
- Tidd, J., Bessant, J., & Pavitt, K. (2005). Managing innovation ● Integrating technological, market and organizational change. John Wiley & Sons.
- Weick, K. E. (1995). Sensemaking in organizations. Sage publications.