Tuesday, May 5, 2026

How to implement artificial intelligence in your company

  • aplicacion - banner 728px

In the corporate world, artificial intelligence has ceased to be an aspirational concept and has become a concrete tool for efficiency and competitive advantage. At a high managerial level, there is a conviction that artificial intelligence is transforming their business and they must get on that wave. After visiting many clients in different Latin American countries, I can say that the when is now, the unanswered questions these executives have are, where and how to start? My vision is that the starting point should not be a megaproject that encompasses the entire organization, but a specific, measurable use case with a tangible impact on a business area.

The starting point

In the world of technology, everything starts with a specific use case. It's not about transforming the entire organization overnight, but about identifying a concrete situation where artificial intelligence can generate a significant and measurable improvement. For example, in a service company, implementing an AI model that automatically manages frequently asked questions can reduce response times and free up human agents for higher-value tasks. This type of initiative is limited, measurable, and with visible results in weeks, which makes it an excellent first step. From there, the organization gains confidence, experience, and metrics that allow it to scale towards more sophisticated scenarios, such as the personalization of the customer experience, demand prediction, or logistics optimization. The essential thing is to start with a success case, consolidate learning, and then gradually expand to new fronts. To achieve this, it is key to form a multidisciplinary team, considering people from technology, business, and management control, led by a Chief AI Officer (CAIO), who acts as a bridge between the business strategy and the technological implementation. In this journey, data is the most valuable input: without quality, consistency, and governance, no artificial intelligence model will be able to produce reliable results. Therefore, before choosing a use case, senior management must assess whether it has sufficient and good quality data, and whether the infrastructure and talent exist to transform it into actionable intelligence. The technological decision: LLM vs. SLM Once the use case has been chosen, the inevitable discussion turns to the technological architecture. Here, two approaches appear: Large Language Models (LLMs), capable of processing information on a large scale with sophisticated results, and Small Language Models (SLMs), which are lighter, more economical, and easier to train with specific company data. The LLMs offer power and versatility, but they bring with them higher computing costs and confidentiality concerns when they rely on external providers. In contrast, SLMs can be run in more controlled environments, even on-premises, with predictable costs and trained in more reduced contexts, but deeply relevant to the organization. The decision should not be binary. A hybrid strategy can leverage the scale of an LLM for general tasks (summaries, broad content generation) and a specialized SLM for critical functions with sensitive data (financial processes, customer information, internal operations). The Cybersecurity Angle In cybersecurity, the LLM vs. SLM discussion becomes critical. SLMs are manageable, but running them on-prem or in private clouds implies an additional responsibility: securing the entire stack that supports them. This includes protecting the hardware, the training and inference data pipelines, the exposed APIs, and the update mechanisms. In practice, this means integrating them with Zero Trust, EDR/NDR, robust IAM, network segmentation, and end-to-end encryption solutions. Without this scaffolding, an SLM can turn into an attack vector instead of a defense. The LLMs, on the other hand, can rarely be deployed in an organization's private cloud. Large providers (such as OpenAI or Anthropic, Gemini, xAI) offer them under an "as a Service" model, without access to the base model. The alternative is to use open source LLMs (LLaMA 3, Falcon, Mistral) on their own GPU clusters in private or hybrid infrastructures, with high hardware and maintenance costs. When consumed as a service in the public cloud, LLMs introduce the problem of information leakage: every time data is sent, there is a risk that sensitive information will be retained or indirectly used in future training. Even if the provider claims anonymization, compliance with strict regulations (GDPR, HIPAA, PCI-DSS) is not always guaranteed. In fact, there have already been documented incidents where employees leaked confidential customer data by using it in public LLMs.

Practical Strategy

  1. SLM on-prem or private cloud: trained with internal data and protected with a robust cybersecurity stack.
  2. Public LLMs as a service: restrict their use to non-critical cases, applying data sanitization policies before the query.
  3. Open source LLMs in private clouds: intermediate path for regulated sectors, although with significant investment in infrastructure and talent.
In the corporate world, artificial intelligence has ceased to be an aspirational concept and has become a concrete tool for efficiency and competitive advantage. At a high managerial level, there is a conviction that artificial intelligence is transforming their business and they must get on that wave. After visiting many clients in different Latin American countries, I can say that the when is now, the unanswered questions these executives have are, where and how to start? My vision is that the starting point should not be a megaproject that encompasses the entire organization, but a specific, measurable use case with a tangible impact on a business area.

The starting point

In the world of technology, everything starts with a specific use case. It's not about transforming the entire organization overnight, but about identifying a concrete situation where artificial intelligence can generate a significant and measurable improvement. For example, in a service company, implementing an AI model that automatically manages frequently asked questions can reduce response times and free up human agents for higher-value tasks. This type of initiative is limited, measurable, and with visible results in weeks, which makes it an excellent first step. From there, the organization gains confidence, experience, and metrics that allow it to scale towards more sophisticated scenarios, such as the personalization of the customer experience, demand prediction, or logistics optimization. The essential thing is to start with a successful case, consolidate learning, and then gradually expand to new fronts. To achieve this, it is key to form a multidisciplinary team, considering people from technology, business, and management control, led by a Chief AI Officer (CAIO), who acts as a bridge between the business strategy and the technological implementation. In this journey, data is the most valuable input: without quality, consistency, and governance, no artificial intelligence model will be able to produce reliable results. Therefore, before choosing a use case, senior management must assess whether it has sufficient and good quality data, and whether the infrastructure and talent exist to transform it into actionable intelligence. The technological decision: LLM vs. SLM Once the use case is chosen, the inevitable discussion revolves around the technological architecture. Here, two approaches emerge: Large Language Models (LLMs), capable of processing information on a large scale with sophisticated results, and Small Language Models (SLMs), which are lighter, more economical, and easier to train with specific company data. LLMs offer power and versatility, but they come with higher computing costs and confidentiality concerns when relying on external providers. In contrast, SLMs can be run in more controlled environments, even on-premises, with predictable costs and trained in more reduced contexts, but deeply relevant to the organization. The decision should not be binary. A hybrid strategy can leverage the scale of an LLM for general tasks (summaries, broad content generation) and a specialized SLM for critical functions with sensitive data (financial processes, customer information, internal operations). The angle of cybersecurity In cybersecurity, the LLM vs. SLM discussion becomes critical. SLMs are manageable, but running them on-prem or in private clouds implies an additional responsibility: securing the entire stack that supports them. This includes protecting the hardware, the training and inference data pipelines, the exposed APIs, and the update mechanisms. In practice, this means integrating them with Zero Trust solutions, EDR/NDR, robust IAM, network segmentation, and end-to-end encryption. Without this scaffolding, an SLM can turn into an attack vector instead of a defense. LLMs, on the other hand, can rarely be deployed in an organization's private cloud. Large providers (such as OpenAI or Anthropic, Gemini, xAI) offer them under an "as a Service" model, without access to the base model. The alternative is to use open source LLMs (LLaMA 3, Falcon, Mistral) on your own GPU clusters in private or hybrid infrastructures, with high hardware and maintenance costs. When consumed as a service in the public cloud, LLMs introduce the problem of information leakage: every time data is sent, there is a risk that sensitive information will be retained or indirectly used in future training. Even if the provider claims anonymization, compliance with strict regulations (GDPR, HIPAA, PCI-DSS) is not always guaranteed. In fact, there have already been documented incidents where employees leaked confidential customer data by using it in public LLMs. Practical Strategy SLM on-prem or private cloud: trained with internal data and protected with a robust cybersecurity stack.
Public LLMs as a service: restrict their use to non-critical cases, applying data sanitization policies before the query.
Open source LLMs in private clouds: intermediate path for regulated sectors, although with significant investment in infrastructure and talent.

In the spotlight

  • aplicacion - banner 300px

  • banner altices 300x250 junio 2025

Explore more

"Women Who Inspire" announces recognition of outstanding Dominican woman in its third edition

Santo Domingo. – The “Mujeres que Inspira” award, an initiative that was born in 2024 with the purpose of exalting the talent, dedication and legacy of Dominican women, will celebrate its third edition on June 23 at the Teatro de Casa San Pablo. During a press meeting, communicator Emelyn Balderas highlighted that this award seeks […]

Marco Rubio, on the reward for Diosdado Cabello: "U.S. policy has not changed"

Washington.- U.S. Secretary of State Marco Rubio stated this Tuesday that his country's policy "has not changed" when asked if the reward for the capture of Venezuela's Interior Minister, Diosdado Cabello, remains in place. "The United States policy on this issue has not changed and when it does, we will let you know," responded the […]

Licey will transform Quisqueya area with new VIP zone for fans

Santo Domingo.– The Athletic Club Licey announced a renovation plan for the Quisqueya Juan Marichal Stadium that includes the creation of an exclusive space aimed at improving the experience of its followers. The initiative contemplates the enabling of a VIP zone with more comfortable seats and differentiated services, specially designed for the corporate public and […]

National Treasury integrates 1,109 services in Sirite and exceeds RD 9,366 million in collections

Santo Domingo.- Since the Treasury Revenue Collection System (Sirite) began its operations 1,109 available services have been incorporated for citizens, for total collections of RD 9,366,739,403 until April of this year, reported the national treasurer, when leading a mass of thanksgiving for the 97th anniversary of the institution, in which he presented the main management achievements.  Luis Rafael Delgado Sánchez precisely […]

Suspect in Trump assassination attempt charged with fourth count of assaulting an agent

Washington .- A U.S. grand jury indicted Cole Allen on Tuesday, suspected of attempting to assassinate U.S. President Donald Trump, on a fourth charge of assault on an agent with a deadly weapon during the White House Correspondents' Dinner. About Allen, three charges already weighed: one for attempting to assassinate the president, which could lead […]

Public Health requests Sisalril to evaluate the inclusion of Risdiplam in social security for patients with muscular atrophy

Santo Domingo.– The Minister of Health, Víctor Atallah, formally requested the Superintendency of Health and Labor Risks (Sisalril), to conduct an actuarial study to evaluate the inclusion of the drug Risdiplam (Evrysdi) in the Essential Medicines Catalog of the Health Services Plan (PDSS), as a therapeutic alternative for patients diagnosed with spinal muscular atrophy (SMA). […]