Wednesday, May 6, 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

Bibi reveals that her sensual look is to conquer Santiago Matías

Santo Domingo,- South Korean participant Bibi surprised the audience of the reality show Planeta Alofoke by confessing live on air that her more sensual and daring style change aims to get the attention of businessman Santiago Matías. During primetime this Tuesday, Matías invited her to sit next to him to directly ask her what had […]

Costa Rican priest sentenced to 15 years in prison in the United States for sexual abuse of a minor

The Canyon County District Court, in the state of Idaho, United States, sentenced Costa Rican priest Robert Francisco Méndez Esquivel, to 15 years in prison after pleading guilty to a felony count of sexual assault against a minor. The sentence was handed down on April 29th by Judge Vandervelde, who established a unified sentence of 15 […]

Vitaly Sánchez and Dj Shakirax new members of Planeta Alofoke

Santo Domingo.-The renowned communicator and actress Vitaly Sánchez and DJ Merlin Heredia Vólquez, better known as DJ Shakirax, were announced as the new members of the reality show Planeta Alofoke. The information was revealed this Tuesday night during mission #7 of the successful digital project. As part of their entry into the reality show, Vitaly […]

The President of Guatemala appoints the replacement for the Attorney General sanctioned by the US and the EU

Guatemala City.- Guatemala's President, Bernardo Arévalo de León, on Tuesday chose lawyer Gabriel Estuardo García Luna as the new Attorney General and head of the Public Ministry for the 2026-2030 period, replacing Consuelo Porras Argueta, sanctioned for corruption by the United States and the European Union. The decision, transcendental for the fight against corruption during […]

People en Español mourns the passing of Dominican journalist Yolaine Díaz

New York.- People en Español magazine expressed its deep sorrow over the death of Dominican journalist Yolaine Díaz, who lost her life in the tragic fire that occurred in a residential building in New York, where her mother and pet also died. Through an emotional statement released on its social media, the media outlet highlighted […]

¡IShowSpeed steps on Dominican soil and his presence is already felt in the country!

Santo Domingo. – Various sources and circulating records confirm the arrival in the country of the streamer American IShowSpeed, one of the most influential figures in digital entertainment globally. The content creator, known for his high-energy live streams, viral reactions, and international tours, is said to have arrived in Dominican territory in the last few […]