Blog

2026.07.31

Thailand AI Implementation 2026: Where Japan’s Playbook Breaks

Thailand AI Implementation 2026: Where Japan's Playbook Breaks

Take the way things already work at the Japanese parent company and drop it into the Thai subsidiary. In plenty of areas, that works fine. But when it comes to AI implementation in Thailand, this “just port it over” approach stalls with remarkable consistency. The approval templates, the vendor selection criteria, the training design — the things that worked in Japan turn out to rest on assumptions that do not hold locally. And the place where it stalls is almost always the same, and almost never because the technology is hard.

There are five places where it breaks: language (data), regulation (legal and tax), infrastructure (data residency), people (hire, train, or outsource), and cost. These five are issues that, inside Japan, you either never have to think about or that resolve themselves automatically. Which is precisely why the successful Japanese playbook contains no record of how they were handled. The team importing the playbook stalls without ever being able to see what is missing from it.

This article works through each of those five, showing where the Japanese assumption breaks and what you actually have to decide when it does — using sourced figures and a model calculation with every step of the arithmetic exposed.

Let me be explicit about scope up front. The implementation process itself (the Phase 0 to Phase 4 roadmap) is covered in how to implement generative AI and what it costs, and the measurement methodology is covered in measuring AI results and designing ROI. This article does not repeat either. It takes on exactly one question: when the country changes, which parts of that process stop working?

Where Thailand Actually Stands on AI Adoption

What the official survey data shows

There is reasonably solid public research on Thailand’s digital transformation and AI usage: “Readiness for the Application of AI Technology for Digital Services in 2024,” produced by ETDA (the Electronic Transactions Development Agency) and NSTDA (the National Science and Technology Development Agency).

Start with the methodology. Between July and September 2024, 3,758 organizations were contacted and 580 responded — a response rate of 580 ÷ 3,758 = approximately 15.4%. Keep that sample size in mind; it matters later when we put this next to Japanese survey data.

The results:

Indicator20232024
Organizations actually using AI15.2%17.8%
Organizations planning to adopt56.6%73.3%

You need to read this on two separate scales, because the multiple you get depends entirely on whether you measure the increase in points or the rate of growth.

Increase in points: usage is 17.8 − 15.2 = 2.6 points; planning is 73.3 − 56.6 = 16.7 points
Ratio of the gaps = 16.7 ÷ 2.6 = approximately 6.4x
Rate of growth: usage is 17.8 ÷ 15.2 = about 1.17x (+17.1%); planning is 73.3 ÷ 56.6 = about 1.30x (+29.5%)
Ratio of the rates = 29.5% ÷ 17.1% = approximately 1.7x

Measured in points, the planning side moved roughly 6.4 times as far. Measured as a growth rate, the planning side moved about 1.7 times as fast. On either scale, intent is accumulating faster than execution — that conclusion holds regardless. But “6.4x” and “1.7x” describe different quantities, so if you carry these into an internal deck, always state which scale you used.

What this describes is a rapidly growing pool of organizations that have not moved yet but intend to. The reasonable reading is that your customers and competitors may all start moving at once next year.

The top barriers reported were talent shortage, concerns about data quality, and insufficient funding to acquire or develop the technology. Two of the five issues in this article — people and cost — show up in the survey as leading obstacles. The top three areas where generative AI implementation is furthest along were product and service development, marketing/sales/customer service, and production processes. For manufacturers, the presence of production processes in that list is the significant part.

The market size outlook

This comes from a different source using a different method, but there is also a market forecast. According to a white paper produced by TDRI together with ETDA and SAP, Thailand’s AI market is projected to grow from 48 billion baht in 2024 to 130 billion baht in 2030, at a compound annual growth rate of 18%.

A quick consistency check: 130 ÷ 48 = approximately 2.71x. Spread over six years (2024 to 2030), the sixth root of 2.71 is about 1.18 — an annual rate of roughly 18%, matching the published CAGR. The forecast is internally consistent.

That said, market size is not a basis for your own investment decision. Read it here as nothing more than “supply is expanding, so you will have more vendors to choose from.” How to choose among them is covered in how to select a system development company in Thailand.

Why you must not compare this directly with Japan’s 34.5%

This deserves its own subsection. Do not put Thailand’s 17.8% next to Japan’s 34.5% generative AI usage rate and conclude that “Thailand is at half of Japan.”

The Japanese figure comes from Teikoku Databank’s “Survey on Corporate Trends in Generative AI” (March 2026), which found that 34.5% of companies use generative AI in their operations — 46.5% among large enterprises and 32.4% among SMEs.

These two numbers are not comparable, for three reasons:

Axis of comparisonThailand (ETDA / NSTDA)Japan (Teikoku Databank)
Technology in scopeAI in generalGenerative AI specifically
Point in timeJuly–September 2024March 2026
Population and method3,758 organizations contacted, 580 respondedA different corporate trends methodology

The technology in scope differs (all AI versus generative AI), the timing differs by more than eighteen months, and both the sampling frame and the response rate differ. Dividing two numbers that differ on all three dimensions produces a ratio that means nothing.

The practical implication is this: the most dangerous idea here is “Thailand is behind, so the playbook that worked in Japan will work here.” All five of the issues in this article arise regardless of whether a country is ahead or behind. The language problem does not disappear as adoption rises. Neither does the regulatory difference, the data residency constraint, or the structure of the labor market.

The five issues covered here

Here is the structure of what follows:

IssueThe Japanese assumptionWhere it breaks in Thailand
1. LanguageFeed it Japanese and it worksThai has no spaces between words, which affects both token consumption and search accuracy
2. RegulationCheck the data protection law and the guidelinesOn top of the PDPA, a draft AI Act is in progress. Local representatives for foreign providers and joint liability are live issues
3. InfrastructureOf course there is a domestic cloud regionThe options only came together across 2025 and 2026 — and residency is not the same thing as legal compliance
4. PeopleIT department or head office takes care of itA shortage of roughly 70,000 digital professionals. You have to decide between hiring, training, and outsourcing first
5. CostBuild the business case around domestic subsidies and tax breaksBOI incentives and depa’s 200% deduction cannot be combined. Low hourly labor cost means labor savings do not pay
Thailand AI Implementation 2026: Where Japan's Playbook Breaks - figure 1

Issue 1: Thai as a Data Constraint

No spaces between words — everything starts here

In Thai, there are no spaces between words. A sentence is written as one continuous string of characters. That single fact ripples through AI implementation in more ways than most teams expect.

Japanese does not use spaces either, but Japanese gives you a clue: the script switches between kanji, hiragana, and katakana. Thai offers no such signal. So before you can do search or keyword extraction, you need a preprocessing step called word segmentation. When a search setup that works fine at the Japanese parent company is ported over and produces poor results on Thai documents, this is usually why.

For companies that also operate in Vietnam, one addition: spaces in Vietnamese separate syllables, not words. For example, máy nén khí (air compressor) is written as three separate syllables but is a single word semantically. The naive assumption that “whitespace gives you tokens” fails in Thai and in Vietnamese alike.

Tokenization efficiency — the language question that lands on your invoice

Language differences affect more than accuracy. They affect cost.

In the report on Typhoon, the Thai-specialized large language model released by SCB 10X (part of the SCBX group), the initial Typhoon-7B was described as achieving state-of-the-art results among open-source models on Thai benchmarks, with Thai-language performance comparable to GPT-3.5, and 2.62x tokenization efficiency.

Translate that 2.62x into operational terms. A tokenization efficiency of 2.62x means that compared with a general-purpose multilingual tokenizer, representing the same Thai text requires roughly 1 ÷ 2.62 = about 38% as many tokens. Put the other way around: a tokenizer not optimized for Thai may consume 2.62 times as many tokens for the same content.

Most generative AI APIs bill by token. For workloads that process large volumes of Thai documents, choosing a model is choosing an invoice. If you take the per-item API cost you calculated in Japanese and simply multiply it by your Thai document volume, your estimate will be badly wrong.

One caveat: 2.62x is a report about Typhoon’s tokenizer, not a guarantee about what any other vendor will bill you. Take a few dozen representative Thai documents from your own operations and measure actual token counts against each candidate model. That is half a day to a day of work.

Typhoon has moved on from the original 7B: Typhoon 1.5 and 1.5X introduced 8B and 70B versions, followed by the Typhoon 2 series. The pretrained versions are distributed free on Hugging Face under the Apache 2.0 license, so the barrier to testing them in your own environment is low. Other Thai-language models include OpenThaiGPT and the WangchanX family (LLaMa3-8b-WangchanX-sft-Demo).

Getting AI to read Thai forms and drawings

What actually causes trouble in a Thai factory is not conversation — it is documents. Supplier quotations, government filings, internal work instructions, handwritten daily reports from the shop floor. They exist in Thai, and they exist on paper or as PDFs.

SCB 10X has also released Typhoon OCR, an open vision-language model built specifically for extracting text from Thai documents. For Thai forms where general-purpose OCR performs poorly, having another option matters.

The important thing here is sequencing. Converting Thai documents into text is the step *before* AI, not AI itself. Connecting internal documents to an LLM so staff can search and get answers is covered in building RAG on factory knowledge — but even RAG can do nothing if the source documents cannot be extracted as text in the first place.

This is usually the very first place the Japanese playbook stalls. In Japan, the documents already existed in Word and Excel, so text conversion was never a step at all. So it does not appear in the procedure document. It is only when the playbook lands locally that someone discovers the system cannot read the source material.

Three design decisions

Given the Thai language constraint, there are three things you have to decide in practice.

First, decide up front what must never be translated. Equipment model numbers, internal abbreviations, chemical names, part numbers. If AI translates or paraphrases these, the shop floor can no longer cross-reference them. The minimum standard is a terminology dictionary with an explicit “do not translate” list.

Second, decide which language is the source of truth. Do you author in Japanese and translate into Thai for distribution, or author in Thai and translate into Japanese for the parent company? If both are treated as authoritative, you will get inconsistencies on every update. Operating design for multilingual environments is also discussed in rolling out a multilingual chatbot.

Third, measure your actual Thai processing volume before choosing a pricing model. As described above, token counts vary by language and by tokenizer. Whether you are on per-seat or usage-based pricing makes a large difference for departments that handle a lot of Thai.

Issue 2: Regulation — Thailand’s Draft AI Act and the PDPA

Fact check first: Thailand’s AI law has not been enacted

Let me state this plainly. As of 31 July 2026, Thailand’s AI law has not been enacted.

You will find English-language web articles using phrasing like “Thailand AI Law now in effect.” That does not mean the draft discussed here has become law. If you quote articles like that in an internal briefing, you will have to issue a correction later.

Here is the actual state of play. ETDA published a new draft of the “Act on Artificial Intelligence” on 2 July 2026, with a public hearing period of approximately 30 days expected. For background: in June 2025 a public hearing was held on consolidating two separate drafts into one, and ETDA has continued revising since. This article is being published squarely within that consultation window. “Not yet decided” is the correct understanding of the current position.

Four provisions that will bite once it is decided

That said, “it is not decided yet, so we do not need to think about it” is the wrong conclusion. Parts of the draft go directly to contracts and the allocation of liability when a Japanese-owned factory rolls out a foreign SaaS product internally.

ProvisionWhat the draft saysImpact on a Japanese-owned factory
Three risk tiersClassification into prohibited AI systems, high-risk AI systems, and designated AI systems (which may require notification or authorization). Draws on the risk-based structure of the EU AI Act while adding Thailand-specific elementsWhich tier your use case falls into determines which procedures apply
Local representative for foreign providersWhere a foreign AI provider supplies a deployer or user in Thailand, appointment of a coordinator or authorized representative in Thailand would be requiredIf you plan a company-wide rollout of a foreign SaaS product, whether the provider has that structure may become a procurement requirement
Disclosure of AI-generated contentAI-generated or AI-modified content touching national security, elections, investment, food or pharmaceutical efficacy claims, impersonation, or illegal activity would have to be disclosed as AI-generatedDirectly relevant to PR and marketing asset generation. Product efficacy claims warrant particular care
Joint liabilityA proposal to impose joint and several strict liability for damages, regardless of intent or negligence“That’s the vendor’s problem” may not hold. Liability clauses in your contracts need review

Of these, the one that bites first in practice is the local representative requirement for foreign providers. When you plan an enterprise-wide rollout of a foreign SaaS product, whether that provider has a presence in Thailand is not a legal obligation today — but it is worth tracking as a contract renewal risk.

Do not conflate the types of penalty

The draft contemplates administrative fines of 1 million to 5 million baht, depending on the nature of the violation. These are administrative fines, not criminal penalties.

The same caution applies to the Thai PDPA (Personal Data Protection Act), which is already in force. The PDPA provides for both administrative fines (up to 5 million baht) and criminal penalties (imprisonment), but these are two separate mechanisms. Writing “a PDPA breach means a fine of up to 5 million baht and imprisonment” as a single statement in an internal briefing is not accurate. Set out separately which provisions can attract which.

The commencement schedule if it passes

If the act passes, commencement would be phased. Core provisions would take effect immediately on publication, while provisions on risk management would take effect 180 days later.

180 days is roughly six months. In operational terms:

  • Core provisions (definitions, scope, baseline obligations) take effect the moment the act is published. There is no preparation window.
  • The practical risk management requirements (internal governance, records, assessments) get roughly six months of grace.
  • Which means that “we’ll start preparing once the law exists” may not be fast enough for the core provisions.

So what you should be doing now is not legal compliance work — it is an inventory. Which AI services are you using, for which business processes, from which vendors, under what contracts? Without that list, you will not even know what to check when the law is settled. And an inventory is not wasted effort regardless of whether the bill passes.

What to settle first on the PDPA side

Separately from the AI Act’s progress, PDPA compliance is an obligation right now. Three questions come up in every generative AI rollout:

  1. Which personal data may be entered into AI, on which lawful basis? Employee data, customer data, contact details for people at your suppliers — the basis differs for each.
  2. How do you guarantee, contractually, that inputs are not used for model training? Sometimes this is a service setting you can toggle; sometimes it has to be written into the contract.
  3. How do you handle cross-border transfers? This ties directly into the data residency discussion in Issue 3.

Settle these three before you choose a tool. If you select a tool without them settled, you will end up redoing the selection.

Issue 3: Infrastructure — Data Residency Options Fell Into Place in 2026

What changed between 2025 and 2026

“We’re worried about the PDPA.” “Our parent company’s data policy blocks anything leaving the country.” A significant number of projects in Thailand were stalled on those grounds. That premise changed over 2025 and 2026.

AWS launched the AWS Asia Pacific (Thailand) Region on 8 January 2025, giving customers with data residency requirements the ability to store data inside Thailand. AWS has said it plans to invest more than US$5 billion in Thailand, supporting an average of 11,000 full-time equivalent jobs per year and adding an estimated US$10 billion to Thailand’s GDP.

Google Cloud launched its Bangkok region on 21 January 2026. It comprises three zones, allows designated data to be stored and processed within Thailand, and applies multiple layers of encryption by default. What matters most operationally is that Vertex AI, Gemini models, Imagen, Veo, and Gemini Enterprise are available from the local region. This is not the “cloud is domestic but the AI features are only in a foreign region” situation.

Google’s own estimate is that this will generate 1.4 trillion baht (US$41 billion) in economic value for Thailand over five years and support an average of 130,000 jobs annually. The company also reported that 86% of Thais are interested in additional training to use AI more effectively, and that technology spending could be optimized by more than 20%. Hold on to that 86% — it becomes useful in the talent section below.

“There is a local region” does not mean “we are PDPA compliant”

This is the single most important point in this section.

Having a region inside Thailand and using it in a way that complies with the PDPA are two different things.

Lawfulness is not determined by where the data physically sits. It is determined by your lawful basis for processing (consent, contractual necessity, legitimate interest, and so on) and by your contractual arrangements. Choosing a local region does not automatically resolve any of the following:

  • What is your lawful basis for entering employee personal data into an AI system?
  • How are data subjects being notified?
  • How are processor obligations defined with each party you engage — cloud provider, systems integrator, AI vendor?
  • Where are logs and intermediate data stored, and who can access them?
  • Could engineers outside Thailand view the data during support work?

That last one gets overlooked constantly. Even if storage is domestic, a support pathway that lets someone outside Thailand view the data requires a separate assessment.

Work through the data residency question in this order:

StepWhat to decideThe common mistake
1Classify the data you will handle (personal data? sensitive? trade secret?)Discussing “company data” as a single undifferentiated blob
2Determine the lawful basis for each classStarting a feature-by-feature tool comparison before the basis is settled
3Based on that, determine required storage location and contract termsStopping at “it’s a local region, so we’re fine”
4Lock it down in contracts (DPAs etc.) and verify logs and access pathsUsing service defaults without reading the contract
5Translate it into internal policy and trainingWriting the policy and never telling the shop floor

Reconciling this with the parent company’s data policy

There is an issue specific to Japanese-owned subsidiaries worth naming. Even after you clear the Thai PDPA, the parent company’s global policy can still stop you. They are separate standards, judged by separate people.

The usual sequence: the local entity evaluates a tool, checks with Thai legal, concludes it is fine, escalates to headquarters — and IT or security at headquarters sends it back with “it’s not on the group’s approved tools list.” It is not unusual for this round trip to consume a full fiscal quarter or more (that is what we have observed working locally).

The fix is straightforward: confirm the head office approval process within the first 30 days. In the 90-day decision sequence later in this article, that is the very first step.

Issue 4: Hire, Train, or Outsource — Choosing Your AI Talent Model

What is happening in Thailand’s digital talent market

Start with the numbers.

IndicatorFigure
Shortage of digital professionals in ThailandApproximately 70,000
Share of in-demand digital roles that cannot be filled by entry-level domestic talent3 out of 4
Salary growth trend for 20264.7% (annual)
Increase obtained by holders of in-demand technical skills when changing employer15–30% (a one-off increase per move)
Monthly salary for a data scientist in BangkokBroadly in the 60,000–120,000 baht range

The comparison that matters most in practice is 4.7% versus 15–30% — but these are quantities of different dimensions. 4.7% is an annual salary growth trend; 15–30% is the uplift from a single job change. You cannot simply divide one by the other and say “X times faster.” To divide them, convert to years:

15% ÷ 4.7%/year = approximately 3.2 years’ worth
30% ÷ 4.7%/year = approximately 6.4 years’ worth

In other words, one job change delivers the same uplift as staying put for three to six years. Shortages are reported to be most severe — and the premium highest — in cloud, AI/ML, and cybersecurity.

The practical conclusion follows: “hire AI talent and keep them in house” is likely to cost more than you assume. Internal salaries advance at 4.7% a year while an external market offers three to six years’ worth of uplift in a single move. Retaining someone means competing with that market continuously.

Treat the salary range with care. I have given 60,000–120,000 baht per month for a Bangkok data scientist, but methodologies differ between research firms, and some compilations put annual compensation at roughly 910,000 baht. That works out to 910,000 ÷ 12 = about 75,800 baht per month, toward the lower half of the range. Treat it as a range, not as a settled market rate.

Convert it to an hourly rate and the picture becomes clear

Let me convert that salary range into the hourly labor rate used later in this article. Assume 240 working days a year at 8 hours a day, so 1,920 hours annually.

60,000 baht/month × 12 = 720,000 baht/year → 720,000 ÷ 1,920 = 375 baht/hour
120,000 baht/month × 12 = 1,440,000 baht/year → 1,440,000 ÷ 1,920 = 750 baht/hour

Meanwhile, Thailand’s minimum wage is 337–400 baht per day, varying by province, and as of July 2026 it has still not been unified nationwide. Dividing 400 baht per day by 8 hours gives 50 baht per hour.

375 ÷ 50 = 7.5x
750 ÷ 50 = 15x

One AI specialist’s hourly cost is 7.5 to 15 times the hourly rate derived from the minimum wage. That multiple connects directly to the cost discussion later. If you hire AI talent in order to “cut time on the floor,” the cost of the person doing the cutting is 7.5 to 15 times the cost of the time being cut.

The decision criteria for the three options

With that established, here is how the hire / train / outsource choice breaks down:

OptionWhen it fitsMain riskThailand-specific caveat
Hire (bring in a dedicated specialist)AI is core to the business and must be built in house continuously. You need someone to own standardization across multiple sitesWhile internal salaries advance at 4.7% a year, the market offers three to six years’ worth of uplift per job change. A one-person team creates key-person riskThe salary level you set at hire may not keep pace with the market on internal increases alone
Train (develop existing staff)Domain knowledge is the source of value. The target process is specific to your company and opaque to outsidersIt becomes a side job on top of their real work, so time is scarce. Training quality depends on internal resourcesSurvey data puts interest in additional training among Thais at 86%. Motivation may not be the binding constraint
Outsource (go external)Launch phase. You have not yet settled what to build. You need specialist expertise in areas like regulation or Thai language processingKnow-how does not stay in house. Pick the wrong partner and you start overFew partners understand both Thai language processing and the local regulatory environment

In most cases the realistic answer is a combination of all three: outsource the launch, train existing staff to run it, and hire only if and when you reach the standardization stage.

What to decide first if you choose “train”

The figure Google Cloud reported — 86% of Thais interested in additional training to use AI more effectively — suggests that motivation may not be the binding constraint. In practice, what causes problems in AI training for local staff is rarely enthusiasm. It is these three things.

First, the language of the material. Hand out English-only material and you open a gap between the people who can follow it and the people who cannot. You need Thai material, or at minimum the exercises built in Thai.

Second, how concrete the target work is. General “what is generative AI” training scores well on the post-session survey and is unused by the following week. It only sticks if participants bring real artifacts from their own work and process them on the spot.

Third, an explicit statement of what is permitted. Because of the PDPA question, if you do not write down what may and may not be entered, the most conscientious people will simply stop using it. Listing only prohibitions makes everyone stop, so the trick is to lead with concrete examples of what is allowed.

Training design for manufacturing is covered in generative AI training for manufacturers. This article stops at the decision criteria for the three options.

Issue 5: Cost — Why BOI and depa Break the Japanese Business Case

Thailand has no simple “AI adoption subsidy”

In Japan, it is standard practice to build the business case around AI and DX subsidies and tax incentives. Thailand has incentive schemes too, but the structure is quite different, and combining them is restricted. Write the business case without knowing this and finance will send it back. There are three main schemes to know.

BOI “Smart and Sustainable Industry”

Among the incentives offered by the BOI (Board of Investment) is “Smart and Sustainable Industry,” aimed at upgrading existing factories. The point to get right is that the corporate income tax exemption is capped at 50% as the baseline.

The cap rises to 100% only where both of the following conditions are met:

  1. Automation or robotics are introduced into the production line; and
  2. at least 30% of the value of the machinery being upgraded is sourced from Thailand’s domestic automation industry.

You will see materials asserting an unconditional “100% exemption under BOI.” That is wrong. And because BOI incentive structures differ by category, you also cannot line this up against application-count statistics from other categories and draw conclusions.

Royal Decree No. 802 (depa’s 200% digital deduction)

There is a scheme allowing Thai SMEs to deduct 200% of their spending on digital technology adoption. But five conditions come attached.

ConditionDetail
Cap300,000 baht per accounting period
VendorOnly vendors registered in the depa Thailand Digital Catalog
SME criteriaPaid-up capital of 5 million baht or less AND annual revenue of 30 million baht or less
Combination restrictionNot available to businesses receiving corporate income tax exemption under BOI, targeted industry, or EEC schemes
DeadlineQualifying expenditure must occur by 31 December 2027

Most Japanese-owned factories in Thailand hold BOI incentives. Which means a business case built on the premise that “the depa 200% deduction makes the real cost lighter” collapses immediately for a BOI-privileged entity. This happens frequently on the ground.

The SME criteria also get overlooked. Paid-up capital of 5 million baht or less and annual revenue of 30 million baht or less is a fairly small profile for a manufacturing site. Many Japanese-owned manufacturing subsidiaries are likely to exceed it, so check your own most recent paid-up capital and revenue figures. And with the cap at 300,000 baht per accounting period, even if you satisfy every condition, a large system investment cannot be run through this scheme in full.

The BOI’s 200% deduction for human resource development

What *is* usable in a BOI project, on the other hand, is the 200% deduction on training expenses. BOI projects allow a 200% deduction on training costs, and it is also used toward qualifying for additional exemption years under merit-based incentives. AI-related training can fall within scope.

There is a cost design implication here.

For a BOI-privileged entity, the incentive on “buying software” is hard to use, but the incentive on “developing people” may well be available.

That feeds directly into the hire / train / outsource choice from the previous section. If the incentive structure leans toward “train,” it may be rational to weight your cost structure toward the training side as well.

Whether you can actually apply it depends on the content and conditions of your specific BOI project. Confirm with your BOI coordinator and your accounting firm. All this article can tell you is that it is worth checking.

Thailand AI Implementation 2026: Where Japan's Playbook Breaks - figure 2

The order in which to test eligibility

Reordered as a decision sequence, the three schemes look like this:

StepWhat to checkIf yesIf no
1Do you receive corporate income tax exemption under BOI, targeted industry, or EEC schemes?The depa 200% deduction is unavailable. Check the BOI 200% training deduction insteadGo to 2
2Is paid-up capital 5 million baht or less AND annual revenue 30 million baht or less?Go to 3Outside the scope of the depa 200% deduction
3Is your intended vendor registered in the depa Thailand Digital Catalog?Consider applying it within the 300,000 baht per accounting period capConsider switching to a registered vendor, or decide without the scheme
4Does the expenditure fall on or before 31 December 2027?There is room to apply itOutside the deadline

Run these four steps before you choose a system. The answer to step 1 determines how much freedom you have in step 3. Under BOI, depa registration is not a selection criterion at all; if you are non-BOI and meet the SME criteria, whether a vendor is registered becomes a real selection criterion.

Six Places Japanese-Owned Factories Get Stuck

How do the five issues above actually surface on the ground? Here are six failure modes we see repeatedly.

Pattern 1: The tool the parent company uses cannot be used locally

Head office mandates “use the group standard.” Then either the data is stored outside Thailand and local legal puts the decision on hold, or the tool has no Thai UI and cannot handle Thai documents, so local staff cannot use it.

The real problem is that head office’s selection criteria contain no columns for “language” and “data residency.” Head office implicitly assumes a Japanese-language environment and a domestic data center, so those columns simply do not exist in the evaluation sheet.

The fix is to ask head office to add two columns: “supported languages (Thai, Vietnamese)” and “ability to select a data storage region.” Those two columns alone tell you in advance whether a tool can be deployed to overseas sites.

Pattern 2: The Thai documents are unreadable, but the AI discussion proceeds anyway

Everyone agrees on “let’s start by making internal documents searchable.” Then it emerges that a substantial share of the target documents are Thai on paper or as scanned PDFs, with no extractable text. The project turns out to start with “document digitization” rather than “AI implementation,” and timeline and cost balloon.

The fix is to actually pull a sample of the target documents at the planning stage — 50 is enough. Just counting them by language and by format (Word / Excel / PDF / scan / paper) lets you size the preprocessing work. That is half a day to a day of effort.

Pattern 3: The project stalls waiting for a PDPA decision

Someone asks legal “is this use case OK under the PDPA?” and the project stops there. It stops not because legal is dragging its feet, but because the question is too coarse to answer. Nobody can answer “may we use generative AI?”

The fix is to break the question down to the level of data × purpose. Make it specific — “may we input attendance data containing employee names, for summarization purposes, into a service hosted in the domestic region?” — and legal can decide. Breaking the question down to a decidable granularity is the business side’s job, not legal’s.

Pattern 4: You rolled it out and local staff do not use it

Accounts were issued. Training was delivered. Still nobody uses it. Check the logs and you find usage for the first two weeks and zero afterward. The cause is usually one of these:

  • The permitted scope is vague, so the most conscientious people avoid it
  • The training was general, and nobody can see how it applies to their own work
  • The UI and materials exist only in Japanese or English, so reading takes too long
  • Their manager does not use it

The fix is to narrow to a single target process and train on real artifacts from that process. And for the first month, track not the number of users in the logs but the number of cases of that process actually handled with AI. User counts are easy to inflate; case counts do not lie. For the training design itself, see generative AI training for manufacturers.

Pattern 5: You cannot find a partner, or you pick the wrong one

Thai language processing, local regulation, and manufacturing domain knowledge. Few partners have all three. The usual pattern: a Japanese vendor gets stuck on local regulation and Thai language, while a local vendor gets stuck coordinating with the Japanese head office.

The fix is to hand over real Thai material early in the selection process and have them work on it. Give them a few of your actual Thai forms and ask for text extraction and summarization. That single exercise tells you, with reasonable accuracy, whether they can handle the work. Selection criteria generally are covered in how to select a system development company in Thailand.

Pattern 6: You cannot articulate the result, so there is no budget next year

The pilot worked. The shop floor says it is more convenient. But there is no number you can put in the deck for head office, and next year’s budget does not materialize.

This is the most common of the six. The cause is not having measured the before state. Asking “how many minutes did you save?” after the fact produces no answer when there is nothing to compare against.

The fix is to spend the two weeks before rollout doing nothing but measuring. The number of cases in the target process, the time per case, and — if any of it is outsourced — the amount paid. Measure those three and you will be able to articulate the result afterward. The design of measurement itself is covered in measuring AI results and designing ROI.

Model Calculation: Company-Wide Rollout (A) vs. One Department First (B)

From here on, let me build decision material out of numbers. Everything below is a model calculation using assumed values. These are not quotations and not actuals. Read it as a template you substitute your own figures into. Every step of the arithmetic is shown.

Break the cost into four layers

Vendors slice their quotations differently, which makes comparison hard. For comparability, break the upfront investment into these four layers:

LayerNameContents
Layer 1Data preparationInventory and text conversion of Thai documents, terminology dictionary, classification of target data
Layer 2Implementation and integrationConnection to internal systems, permission design, workflow templates
Layer 3Training and adoptionInitial training, Thai-language materials, internal guidelines
Layer 4Regulatory workPDPA lawful basis analysis, data residency verification, DPA and other contracts, policy revisions

Annual running cost sits outside those four layers. It has three components: licenses (per-seat or usage-based), vendor maintenance and improvement, and internal operational management effort (converted to money).

Three formulas do the work (3-year and 5-year ROI are calculated as “(annual net benefit × years − investment) ÷ investment”):

Investment = Layer 1 + Layer 2 + Layer 3 + Layer 4 (upfront only)
Annual net benefit = annual benefit − annual running cost
Payback period = investment ÷ annual net benefit

Including annual running cost in the investment figure as well would double-count it, so annual running cost appears only on the denominator side, inside annual net benefit, and never inside the investment figure. The methodology of measurement itself — how to define the investment, how to set indicators, how to avoid double counting — is covered in measuring AI results and designing ROI. Here I simply adopt those definitions and look at one thing only: what happens when you plug in Thailand-specific values (50 baht/hour labor rate, per-seat licensing, and a Layer 4 that does not exist in Japan).

Shared assumptions (all assumed values)

So you can substitute your own numbers, here are all the assumed values used in the calculation. Replace the values in this table with your actual figures and every calculation that follows reproduces directly.

CategoryItemValueNote
OverallScopeOne Japanese-owned factory site in Thailand
OverallAdministrative and technical staff (AI users)150 peopleDenominator for Scenario A
OverallWorking days per year240 days20 days/month × 12 months
OverallHourly labor rate50 baht/hourMinimum wage of 400 baht per day ÷ 8 hours. A deliberately low-end assumption
OverallRealization rate50%The share of time saved that actually converts to money. Applied to Benefits 1 and 3
Benefit 1Time saved per dayA: 30 min company average / B: 60 min / 2nd department: 50 min / remaining 110 people: 20 minAssumes effect is concentrated by department. The 20 min figure is used in the self-check
Benefit 2Outsourced translation and interpretation40,000 baht/month company-wideSplit: B 20,000 / 2nd dept 12,500 / others 7,500
Benefit 2Share brought in house60%A conservative coefficient that already accounts for realization
Benefit 2Out-of-pocket cost from quality and delivery issues400,000 baht/year company-wideSplit: B 250,000 / 2nd dept 150,000
Benefit 2Reduction rate on the above15%A conservative coefficient that already accounts for realization
Benefit 3Equipment incidents600 per year company-wideSplit: B 360 / 2nd dept 240
Benefit 3Information search time saved per incident20 minutesAssumes line downtime shortens by exactly that amount
Benefit 3Contribution margin per hour of line downtime800 bahtVaries enormously by industry
CostPer-seat license500 baht per person per month6,000 baht/person/year
CostInitial training unit cost2,000 baht per personBooked in Layer 3
CostVendor maintenance and improvementA: 120,000/year / B: 60,000/year / 2nd dept increment: 20,000/year
CostInternal operational management effortA: 3,600 hours/year / B: 1,200 hours/year / 2nd dept increment: 200 hours/year
CostConversion rate for internal management effort50 baht/hourSame rate as the benefit side. When you flex the rate in sensitivity analysis, flex the cost side at the same time

A note on the hourly rate. Thailand’s minimum wage is 337–400 baht per day, set by province, and I have assumed a location where 400 baht per day applies, giving 400 ÷ 8 = 50 baht/hour. In a province at 337 baht per day it would be 337 ÷ 8 = about 42 baht/hour, so this calculation sits at the high end of the minimum-wage-derived range.

Note also that the people whose time AI actually frees up are administrative and technical staff, not line operators, and their hourly cost is normally higher than a minimum-wage-derived rate. This calculation deliberately uses a low rate — the point is to find a structure that works even at a low rate. I show the effect of raising it in the sensitivity analysis, but when I do, I flex not only the benefit side but the conversion rate for internal management effort as well. It is the same staff time.

Check the per-person math first (this determines the whole conclusion)

Before getting into large numbers, check the arithmetic for one person: against a 6,000 baht annual license, how much labor saving do you get?

Time saved per dayNominal hours saved per year (240 days)After 50% realizationValue (at 50 baht/hour)Versus the 6,000 baht license
20 min80 hours40 hours2,000 baht−4,000 baht
30 min120 hours60 hours3,000 baht−3,000 baht
45 min180 hours90 hours4,500 baht−1,500 baht
60 min240 hours120 hours6,000 baht±0 baht
90 min360 hours180 hours9,000 baht+3,000 baht

Let me expand one row:

30 min × 240 days = 7,200 minutes = 120 hours
120 hours × 50% realization = 60 hours
60 hours × 50 baht = 3,000 baht/year/person
License: 500 baht/month × 12 = 6,000 baht/year/person
Net = 3,000 − 6,000 = −3,000 baht/year/person

Even saving 30 minutes a day, the labor saving comes to exactly half the license fee. And that is before booking a single baht of the four-layer upfront investment.

Here is the break-even:

Required hourly rate: 6,000 baht ÷ 60 hours = 100 baht/hour (twice the 50 baht minimum-wage-derived rate)
Required time saved: 6,000 ÷ 50 baht = 120 hours (effective) → at 50% realization, 240 nominal hours → 240 hours × 60 min ÷ 240 days = 60 minutes per day

To recover the license fee alone through labor savings, you need either an hourly rate of 100 baht or 60 minutes saved per day. That is the foundation of this article’s entire conclusion.

Scenario A: company-wide rollout (150 people)

Upfront investment (Layers 1–4)

LayerBreakdownAmount (baht)Share
Layer 1 Data preparationThai document inventory, text conversion, terminology dictionary400,00025.0%
Layer 2 Implementation and integrationInternal system connections, permission design, templates600,00037.5%
Layer 3 Training and adoptionTraining 150 × 2,000 = 300,000 / Thai materials 100,000400,00025.0%
Layer 4 Regulatory workPDPA analysis, residency verification, contracts, policy revisions200,00012.5%
Total investment1,600,000100%

Annual running cost

Licenses: 150 people × 6,000 baht = 900,000 baht/year
Vendor maintenance and improvement: 120,000 baht/year
Internal operational management: 3,600 hours/year × 50 baht/hour (same rate as the benefit side) = 180,000 baht/year
Total = 900,000 + 120,000 + 180,000 = 1,200,000 baht/year

Annual benefit

I split the benefit into three, so the decision does not rest on labor savings alone.

Benefit 1 (labor savings), assuming a company-wide average of 30 minutes a day
150 people × 30 min × 240 days = 1,080,000 minutes = 18,000 hours
18,000 hours × 50% realization = 9,000 hours
9,000 hours × 50 baht = 450,000 baht/year

Note that Benefit 2 already has realization built into its conservative coefficients — a 60% in-housing rate and a 15% reduction rate — so the 50% realization applied to Benefits 1 and 3 is not applied again. This avoids discounting twice.

Benefit 2 (out-of-pocket cost reduction)
Outsourced translation and interpretation: 40,000 baht/month × 12 = 480,000 baht/year, at 60% brought in house = 288,000 baht/year
Out-of-pocket cost from quality and delivery issues (re-inspection, rework, expedited shipping): 400,000 baht/year × 15% reduction = 60,000 baht/year
Benefit 2 total = 288,000 + 60,000 = 348,000 baht/year

Benefit 3 assumes that “information search during an equipment incident is 20 minutes shorter per incident, and line downtime shortens by exactly that amount.” For processes where that equation does not hold — for instance where the equipment keeps running during the search — treat Benefit 3 as zero.

Benefit 3 (uptime and throughput)
Information search during equipment incidents: 20 min saved × 600 incidents/year = 12,000 minutes = 200 hours
200 hours × 50% realization = 100 hours
100 hours × 800 baht contribution margin = 80,000 baht/year

Total annual benefit = 450,000 + 348,000 + 80,000 = 878,000 baht/year
Annual net benefit = 878,000 − 1,200,000 = −322,000 baht/year

Negative. All three benefits combined do not reach the annual running cost. The 1,600,000 baht upfront investment never even enters the payback conversation (with a negative denominator, payback period is undefined).

The benefit mix is: Benefit 1 at 450,000 ÷ 878,000 = about 51.3%, Benefit 2 at 348,000 ÷ 878,000 = about 39.6%, and Benefit 3 at 80,000 ÷ 878,000 = about 9.1%.

Scenario B: one department first (20 people)

Narrow to the single department where the effect is concentrated (assume quality assurance). Because this department’s work centers on moving documents back and forth between Thai and Japanese, assume 60 minutes saved per person per day. Since the break-even calculated above was exactly 60 minutes a day, this is a department where the labor saving exactly equals the license fee — in other words, a department that breaks even on labor savings alone. (The full picture, including out-of-pocket savings and uptime gains, follows.)

Upfront investment (Layers 1–4)

LayerBreakdownAmount (baht)Share
Layer 1 Data preparationDocuments for the target department only100,00025.0%
Layer 2 Implementation and integrationStandard features, minimal integration120,00030.0%
Layer 3 Training and adoptionTraining 20 × 2,000 = 40,000 / materials 20,00060,00015.0%
Layer 4 Regulatory workPDPA analysis, contracts, policy revisions120,00030.0%
Total investment400,000100%

Now look at Layer 4. The headcount fell from 150 in A to 20 in B — a factor of 7.5 — but the regulatory cost only fell from 200,000 baht to 120,000 baht, a factor of 1.67. Per person:

A: 200,000 ÷ 150 people = about 1,333 baht/person
B: 120,000 ÷ 20 people = 6,000 baht/person (about 4.5x A)

Regulatory cost does not scale with headcount. PDPA lawful basis analysis, data residency verification, and contract execution are not the kind of work that gets cheaper because it covers 20 people instead of 150. This is the cost of starting small — and it is the cost that rolling out to further departments, discussed below, exists to dilute.

Annual running cost

Licenses: 20 people × 6,000 baht = 120,000 baht/year
Vendor maintenance and improvement: 60,000 baht/year
Internal operational management: 1,200 hours/year × 50 baht/hour (same rate as the benefit side) = 60,000 baht/year
Total = 240,000 baht/year

Per-person annual running cost is 240,000 ÷ 20 = 12,000 baht/person, which is 50% higher than A’s 1,200,000 ÷ 150 = 8,000 baht/person. At small scale, the fixed costs of maintenance and management do not get diluted.

Annual benefit

Benefit 1 (labor savings)
20 people × 60 min × 240 days = 288,000 minutes = 4,800 hours
4,800 hours × 50% realization = 2,400 hours
2,400 hours × 50 baht = 120,000 baht/year

That 120,000 baht is exactly equal to the 120,000 baht license cost. Which means that even in the department where the effect is most concentrated, labor savings do nothing more than pay the license fee.

Benefit 2 (out-of-pocket cost reduction)
This department’s share of outsourced translation: 20,000 baht/month × 12 = 240,000 baht/year × 60% brought in house = 144,000 baht/year
This department’s share of quality and delivery costs: 250,000 baht × 15% = 37,500 baht/year
Benefit 2 total = 181,500 baht/year

Benefit 3 (uptime and throughput)
Equipment incidents this department is involved in: 360/year × 20 min = 7,200 minutes = 120 hours
120 hours × 50% realization = 60 hours
60 hours × 800 baht = 48,000 baht/year

Total annual benefit = 120,000 + 181,500 + 48,000 = 349,500 baht/year
Annual net benefit = 349,500 − 240,000 = 109,500 baht/year

Payback period = 400,000 ÷ 109,500 = approximately 3.7 years
3-year ROI = (109,500 × 3 − 400,000) ÷ 400,000 = −17.9%
5-year ROI = (109,500 × 5 − 400,000) ÷ 400,000 = +36.9%

Negative at three years, positive at five. The benefit mix is: Benefit 1 at 120,000 ÷ 349,500 = about 34.3%, Benefit 2 at 181,500 ÷ 349,500 = about 51.9%, Benefit 3 at 48,000 ÷ 349,500 = about 13.7%. The largest benefit is not labor savings — it is out-of-pocket cost reduction.

Expanding: the second department and the fall in marginal cost

Now extend B’s results to a second department (assume production engineering, 20 people, 50 minutes saved per day). What matters here is the fall in marginal cost.

Additional upfront investment

LayerBreakdownAmount (baht)Share
Layer 1 Data preparationDepartment-specific documents only. Terminology dictionary and OCR settings reused60,00035.3%
Layer 2 Implementation and integrationIntegration approach already established. Additional templates only40,00023.5%
Layer 3 Training and adoptionTraining 20 × 2,000 = 40,000 / materials revision 10,00050,00029.4%
Layer 4 Regulatory workPolicies and contracts already executed. Scope amendment only20,00011.8%
Total additional investment170,000100%

Compare upfront investment per person:

B (first department): 400,000 ÷ 20 people = 20,000 baht/person
2nd department: 170,000 ÷ 20 people = 8,500 baht/person
Reduction: 1 − 8,500 ÷ 20,000 = 57.5% lower

For the same headcount, the second department’s upfront investment is 42.5% of the first department’s (a 57.5% reduction). The main driver is Layer 4. Regulatory work drops from 120,000 to 20,000 because the lawful basis analysis, the contracts, and the policies are all reusable once written. The same applies to the Layer 1 terminology dictionary and the Layer 2 integration approach.

Additional annual running cost

Licenses: 20 people × 6,000 = 120,000 baht/year
Incremental vendor maintenance: 20,000 baht/year
Incremental internal operational management: 200 hours/year × 50 baht/hour (same rate as the benefit side) = 10,000 baht/year
Total = 150,000 baht/year

The increments for maintenance and management are small because the operating model already exists. But licenses scale strictly with headcount, so they do not fall. That is the cost that expansion does not make cheaper.

Additional annual benefit

Benefit 1: 20 people × 50 min × 240 days = 240,000 minutes = 4,000 hours × 50% = 2,000 hours × 50 baht = 100,000 baht/year
Benefit 2: outsourced translation 12,500/month × 12 = 150,000 × 60% = 90,000 / quality costs 150,000 × 15% = 22,500 → total 112,500 baht/year
Benefit 3: equipment incidents involving this department 240/year × 20 min = 4,800 minutes = 80 hours × 50% = 40 hours × 800 baht = 32,000 baht/year
Total additional benefit = 100,000 + 112,500 + 32,000 = 244,500 baht/year
Additional net benefit = 244,500 − 150,000 = 94,500 baht/year
Payback on the additional investment = 170,000 ÷ 94,500 = approximately 1.8 years

Taken on its own, the second department pays back in about 1.8 years — far faster than the first department’s roughly 3.7 years, because the first department already paid for the regulatory work and the foundation.

The cumulative view

Cumulative upfront investment = 400,000 + 170,000 = 570,000 baht
Cumulative annual net benefit = 109,500 + 94,500 = 204,000 baht/year
Cumulative payback = 570,000 ÷ 204,000 = approximately 2.8 years
3-year ROI = (204,000 × 3 − 570,000) ÷ 570,000 = +7.4%
5-year ROI = (204,000 × 5 − 570,000) ÷ 570,000 = +78.9%

The first department alone gave a 3-year ROI of −17.9%; extending to a second department turns that into +7.4%. Understand rolling out to further departments as a way to dilute the regulatory and foundation costs you already paid, not as a way to add more benefit — get that framing right and you will not mis-design the program.

The three cases side by side

ItemA: company-wide (150)B: one department (20)B + 2nd dept (40)
Upfront investment1,600,000 baht400,000 baht570,000 baht
Upfront investment per personabout 10,667 baht20,000 baht14,250 baht
Annual running cost1,200,000 baht/year240,000 baht/year390,000 baht/year
Total annual benefit878,000 baht/year349,500 baht/year594,000 baht/year
Annual net benefit−322,000 baht/year109,500 baht/year204,000 baht/year
Payback periodNot calculable (net benefit is negative)about 3.7 yearsabout 2.8 years
5-year ROINegative+36.9%+78.9%

The investment ratio is 1,600,000 ÷ 400,000 = 4.0x, while the annual benefit ratio is 878,000 ÷ 349,500 = about 2.5x. The headcount ratio is 150 ÷ 20 = 7.5x, so multiplying headcount by 7.5 multiplies benefit by only 2.5. That is the consequence of sweeping in everyone, including the people for whom the effect is thin.

Self-check: does the bottom-up total match the company average?

Scenario A’s Benefit 1 was set at 450,000 baht on the assumption of a 30-minute company-wide average. Let me build it up department by department instead.

First department (20 people × 60 min): 120,000 baht
2nd department (20 people × 50 min): 100,000 baht
Remaining 110 people (assume 20 min/day): 110 × 20 min × 240 days = 528,000 minutes = 8,800 hours × 50% = 4,400 hours × 50 baht = 220,000 baht
Bottom-up total = 120,000 + 100,000 + 220,000 = 440,000 baht

Check the weighted average time saved as well:

(20 × 60 min + 20 × 50 min + 110 × 20 min) ÷ 150 people = 4,400 minutes ÷ 150 = about 29.3 min/day

Bottom-up gives 440,000 baht and the weighted average is about 29.3 minutes, which tells us that Scenario A’s assumption of a 30-minute average and 450,000 baht is slightly optimistic. The difference is 10,000 baht. But even on the optimistic assumption, Scenario A’s annual net benefit is negative (−322,000 baht), so this gap does not change the conclusion. Substituting the more realistic 440,000 baht makes net benefit −332,000 baht — slightly worse.

Let me also confirm that Benefits 2 and 3 reconcile between the bottom-up and company-wide figures:

ItemFirst dept2nd deptOthersBottom-up totalScenario A value
Outsourced translation (monthly)20,00012,5007,50040,00040,000
In-housing benefit on translation (annual)144,00090,00054,000288,000288,000
Quality cost reduction (annual)37,50022,500060,00060,000
Equipment incidents (annual)3602400600600
Benefit 3 (annual)48,00032,000080,00080,000

Benefits 2 and 3 reconcile.

Sensitivity analysis: which assumptions move the conclusion?

(1) Doubling the hourly labor rate (to 100 baht/hour)

Administrative and technical staff normally cost more per hour than the minimum-wage-derived rate. Let me assume double.

Flex both sides here. The “internal operational management” inside annual running cost is the time of the same internal staff whose hours Benefit 1 frees up. Doubling the rate on the benefit side while leaving the cost side at 50 baht/hour tilts the calculation in your favor. If you double the rate, the internal management cost doubles too.

A (with the cost side flexed)
Benefit 1: 450,000 → 900,000 / Total annual benefit = 900,000 + 348,000 + 80,000 = 1,328,000
Internal operational management: 3,600 hours/year × 100 baht = 180,000 → 360,000
Annual running cost = 900,000 + 120,000 + 360,000 = 1,380,000
Annual net benefit = 1,328,000 − 1,380,000 = −52,000 baht/year (still negative)

B (with the cost side flexed)
Benefit 1: 120,000 → 240,000 / Total annual benefit = 240,000 + 181,500 + 48,000 = 469,500
Internal operational management: 1,200 hours/year × 100 baht = 60,000 → 120,000
Annual running cost = 120,000 + 60,000 + 120,000 = 300,000
Annual net benefit = 469,500 − 300,000 = 169,500 baht/year
Payback = 400,000 ÷ 169,500 = approximately 2.4 years (improved from about 3.7 years at 50 baht/hour)

Even on a higher rate assumption, the company-wide rollout (A) does not reach positive net benefit. Only the single-department case (B) improves, from about 3.7 years to about 2.4 years. Raising the rate in A adds 450,000 baht to Benefit 1, but simultaneously adds 180,000 baht to internal management cost, so the net improvement is only 270,000 baht — not enough to fill the original −322,000 baht hole (−322,000 + 270,000 = −52,000).

A calculation that raises only the benefit-side rate will always draw this question. If a quotation or business case does not state the conversion rate used on the cost side, check that first.

(2) Lowering the realization rate from 50% to 30% (Scenario B)

Benefit 1: 4,800 hours × 30% = 1,440 hours × 50 baht = 72,000 baht
Benefit 3: 120 hours × 30% = 36 hours × 800 baht = 28,800 baht
Benefit 2 stays at 181,500 baht, because the conservative 60% in-housing and 15% reduction coefficients already account for realization
Total annual benefit = 72,000 + 181,500 + 28,800 = 282,300 baht/year
Annual net benefit = 282,300 − 240,000 = 42,300 baht/year
Payback = 400,000 ÷ 42,300 = approximately 9.5 years

Dropping the realization rate by 20 points stretches payback from about 3.7 years to about 9.5 years — more than 2.5 times longer.

(3) Setting Benefit 2 (out-of-pocket cost reduction) to zero (Scenario B)

Total annual benefit = 120,000 + 48,000 = 168,000 baht/year
Annual net benefit = 168,000 − 240,000 = −72,000 baht/year

Negative. Without out-of-pocket cost reduction, even Scenario B — the most favorable case — does not pay back.

What this calculation tells us

Across three cases and three sensitivity tests, the conclusion is consistent. Under these assumptions (50 baht/hour labor rate, 500 baht/month per seat), labor savings alone do not pay back an AI investment. Saving 30 minutes a day yields 3,000 baht a year against a 6,000 baht license — half. Break-even requires either 100 baht/hour or 60 minutes a day saved, and even that only covers the license, contributing nothing at all to the four upfront layers. And when the rate is raised to 100 baht/hour with the cost-side conversion flexed in step, the company-wide rollout still fails to reach positive net benefit.

Making it work requires adding three things: (1) uptime and throughput gains, (2) marginal cost reduction through rolling out to further departments, and (3) reduction of out-of-pocket costs tied to quality and delivery. Item (3) in particular accounted for about 51.9% of annual benefit in Scenario B, and zeroing it pushed net benefit negative. The company-wide rollout does not work. One department first gives about 3.7 years; extending to a second gives about 2.8 years. That sequence is the only one where payback is in sight.

What is presented here is a template for making a decision. For how to design the indicators and substitute measured values, see measuring AI results and designing ROI.

Thailand AI Implementation 2026: Where Japan's Playbook Breaks - figure 3

A 90-Day Decision Sequence

Finally, here is the sequence for reaching a decision within 90 days. This covers only what to decide and in what order. The implementation roadmap that follows the decision (Phase 0 through Phase 4) is set out in how to implement generative AI and what it costs, so refer to that.

PeriodWhat to decideWhat you hold at the end
Days 1–30Fix the constraintsHead office approval process, classification of target data, the real state of Thai documents, actual current outsourcing spend, measured baseline task times
Days 31–60Fix what is legally and contractually possiblePDPA lawful bases, data residency requirements, BOI/depa eligibility, an inventory of AI services in use
Days 61–90Approve the pilot department and the investmentRationale for the chosen department, a quotation with Layer 4 as a separate line item, BOI/depa determination, the expansion premise

Days 1–30: fix the constraints

This period is deliberately not about choosing. Do not start comparing tools yet. There are five things to settle.

  • Confirm the head office approval process. Is there a list of group standard tools? What is the application route and lead time for a tool that is not on it? Skip this and you tend to lose a substantial block of time later on.
  • Classify the target data. Does it contain personal data? Is it sensitive? Is it a trade secret? Without this classification you cannot make PDPA determinations in the next 30 days.
  • Measure the real state of Thai documents. Sample 50 documents from the target process and count them by language and by format. This is where the scale of Layer 1 becomes visible.
  • Get the actual outsourcing spend. Monthly translation and interpretation cost, and what you actually pay because of quality and delivery problems. These two are the basis for Benefit 2. Without them, the investment does not stand up.
  • Measure baseline task times before rollout. Record the number of cases and the time per case for just two weeks. Essential if you want to articulate the result later.

Days 31–60: fix what is legally and contractually possible

  • Determine PDPA lawful bases at the level of data × purpose. Break “may we use generative AI?” down into “may we put this data, for this purpose, into this service?” before handing it to legal.
  • Determine your data residency requirement. Do you need a Thailand region, or are encryption plus contractual terms sufficient? Bearing in mind that a local region is not the same as legal compliance, work all the way down to the contract clauses.
  • Determine BOI/depa eligibility. Use the four steps described above. Under BOI, the depa 200% deduction is unavailable; check instead whether the 200% training deduction applies, with your BOI coordinator and your accounting firm.
  • Build the AI service inventory. Which services, used by which departments, under which contracts. If the draft AI Act passes, the verification work cannot start without this table.
  • Give candidate partners real Thai material. Hand over a few of your actual Thai forms and have them process them. One round tells you what they can handle.

Days 61–90: approve the pilot department and the investment

There are four decisions here. General practice on obtaining quotations and setting indicators is covered in measuring AI results and designing ROI and how to implement generative AI and what it costs; what follows is limited to items that only arise at a Thai site.

  • Pick one pilot department. The criteria: heavy document traffic between Thai and Japanese, outsourcing costs actually being incurred, and a target process that can be narrowed to exactly one. Company-wide rollout is not on the list of options.
  • Require Layer 4 (regulatory work) as a separate line item in the quotation. PDPA lawful basis analysis, data residency verification, and contract execution either do not arise or are already done for a domestic Japanese rollout, so they exist as a work item neither in the Japanese playbook nor in head office’s quotation template. If you do not name it explicitly, nobody quotes for it and the cost simply happens anyway. In the model calculation, this layer reached 6,000 baht per person in Scenario B.
  • State the BOI/depa determination in the approval document. Write it out fully — for example, “as a BOI-privileged entity, the depa 200% deduction does not apply; applicability of the 200% training deduction is under confirmation.” Leave this blank and finance will send it back, every time.
  • State the expansion premise in the approval document. The first department alone will most likely show a negative 3-year ROI. If you do not write into the initial approval that the design only works once you reach a second department, you will be assessed a year later as “not delivering results.”

Frequently Asked Questions

Q1. How much does AI implementation cost in Thailand?

Understand the structure of the cost before the amount. The upfront investment splits into four layers — data preparation, implementation and integration, training and adoption, and regulatory work — and separately from those, an annual running cost (licenses, maintenance, internal management effort) recurs every year. In this article’s model calculation (all assumed values), a 20-person single-department pilot was set at 400,000 baht upfront and 240,000 baht per year running, while a 150-person company-wide rollout was set at 1,600,000 baht upfront and 1,200,000 baht per year. Actual figures vary widely with the target process and document volume. What to decide first is not the amount — it is which department to start with.

Q2. How should I choose an AI company in Bangkok?

Outsourcing AI development in Thailand requires three things at once: Thai language processing, local regulation (the PDPA, and eventually the AI Act), and manufacturing domain knowledge. Few companies have all three. Early in the selection process, hand over a few of your own Thai forms and have them actually perform text extraction and summarization. That single exercise tells you with reasonable accuracy whether they can do the work. Selection criteria in general are covered in how to select a system development company in Thailand.

Q3. Can AI handle Thai-language documents?

Yes, but you need a preprocessing step. Thai has no spaces between words, so search and keyword extraction require word segmentation. And if the target documents exist on paper or as scanned PDFs, the project starts with text conversion. Open models built specifically for extracting text from Thai documents, such as Typhoon OCR, have been released, so the options are expanding. Note also that a Thai-optimized model has been reported with 2.62x tokenization efficiency, meaning the same content requires roughly 38% as many tokens (1 ÷ 2.62). Under usage-based pricing, that flows straight through to your invoice. But since this is a report about one specific model’s tokenizer, measure it on your own documents.

Q4. Has Thailand’s AI law already come into force?

As of 31 July 2026, it has not been enacted. ETDA published a new draft of the “Act on Artificial Intelligence” on 2 July 2026, and a public hearing of approximately 30 days is expected. Some web articles use phrasing implying it is in force; that does not mean this draft has become law. If it passes, commencement would be phased, with core provisions taking effect immediately on publication and risk management provisions taking effect 180 days later. Because the core provisions may come with no preparation window, it is worth building your inventory of AI services in use now. The administrative fines contemplated are 1 million to 5 million baht; these are not criminal penalties.

Q5. How should I start AI training for local staff?

Motivation may not be the binding constraint. Research cited by Google Cloud puts the figure at 86% of Thais interested in additional training to use AI more effectively. The problems tend to be elsewhere: (1) the language of the material — English-only opens a comprehension gap; (2) how concrete the content is — general training goes unused by the following week, so have people practice on real artifacts from their own work; and (3) an explicit statement of what is permitted — listing only prohibitions makes everyone stop, so lead with concrete examples of what is allowed. Note also that in a BOI project, the 200% deduction on training expenses may be available. For training design in detail, see generative AI training for manufacturers.

Q6. Can I use the same approach at a Vietnamese site?

The framework of five issues carries over, but the contents have to be refilled country by country. Language deserves particular care. Vietnamese does use spaces, but they separate syllables, not words. For example, máy nén khí (air compressor) is written as three syllables but is a single word semantically. Concluding that “there are spaces, so we do not need segmentation” is a mistake. On regulation, data residency, the talent market, and cost, the figures in this article are Thailand’s. Reuse the framework; re-source the numbers for each country.

Q7. When rolling out generative AI at an overseas site, what should I change in the Japanese head office playbook?

Mainly three things. First, add two columns to the tool evaluation sheet: supported languages, and whether the data storage region can be selected. In a Japanese evaluation sheet these two are implicit assumptions, so the columns do not exist. Second, replace the hourly labor rate in the cost calculation with the local actual. Labor savings calculated at a Japanese hourly rate do not hold in Thailand. Third, create regulatory work (Layer 4) as a separate cost line. PDPA lawful basis analysis, data residency verification, and contract execution either do not arise or are already done for a domestic Japanese rollout, so they exist as a work item nowhere in the Japanese playbook.

Q8. Wouldn’t a company-wide rollout be cheaper through bulk purchasing?

No. In the model calculation, multiplying headcount by 7.5 (from 20 to 150) multiplied annual benefit by only about 2.5, and annual net benefit went negative. Two reasons. First, per-seat licensing scales perfectly with headcount, so including people for whom the effect is thin adds only cost. Second, the effect is heavily concentrated by department, so averaging misrepresents reality. Regulatory and foundation costs, by contrast, do not scale with headcount. That is exactly why paying them once in one department and diluting them across the second and subsequent departments is the advantageous sequence. In the calculation, per-person upfront investment for the second department was 42.5% of the first department’s — a 57.5% reduction.

Summary

Take the AI playbook that works at the Japanese parent company and drop it into a Thai site, and the assumptions break in five places.

1. Language. Thai has no spaces between words, so search requires word segmentation. If the documents are on paper or scanned PDFs, an entire text conversion step gets added. Differences in tokenization efficiency flow straight through to usage-based charges, so measure on your own documents before choosing a pricing model.

2. Regulation. Thailand’s AI law is not enacted as of 31 July 2026, but there are four things to know. Beyond which of the three risk tiers (prohibited / high-risk / designated) your use case falls into, the local representative requirement for foreign providers, the disclosure obligation for AI-generated content, and joint liability would all bear directly on contracts and the allocation of liability if the act passes. Since core provisions are proposed to take effect immediately on publication, what you should be building now is not a compliance program but an inventory of AI services in use. And keep PDPA administrative fines and criminal penalties separate in your analysis.

3. Infrastructure. AWS launched on 8 January 2025 and Google Cloud on 21 January 2026, so data residency options inside Thailand are now in place. But having a local region is not the same as PDPA compliance. Lawfulness is determined by your processing basis and your contracts. On top of that, clearing Thai legal does not stop the parent company’s global policy from blocking you, so confirm the head office approval process in the first 30 days.

4. People. Thailand is short roughly 70,000 digital professionals, and 3 out of 4 in-demand digital roles cannot be filled by entry-level domestic talent. The salary growth trend is 4.7% a year, while holders of in-demand skills gain 15–30% from a single job change. That works out to one move delivering three to six years’ worth of internal salary growth (15 ÷ 4.7 = about 3.2 years, 30 ÷ 4.7 = about 6.4 years). Treat hire / train / outsource as a combination, with outsource the launch, train for operations as the default shape.

5. Cost. The BOI “Smart and Sustainable Industry” corporate income tax exemption is capped at 50% as the baseline; it rises to 100% only where automation is introduced and at least 30% of the value of the machinery being upgraded is sourced from Thailand’s domestic automation industry. The depa 200% deduction is capped at 300,000 baht per accounting period, limited to registered vendors, subject to SME criteria — and unavailable under BOI. In a BOI project, the 200% deduction on training expenses may be available instead.

And the model calculation points to one conclusion. Under these assumptions (50 baht/hour labor rate, 500 baht/month per seat), labor savings alone do not pay back an AI investment. Saving 30 minutes a day yields 3,000 baht a year against a 6,000 baht license — half of it. Making it work requires adding three things: uptime and throughput gains, marginal cost reduction through rolling out to further departments, and reduction of out-of-pocket costs tied to quality and delivery. Set out-of-pocket cost reduction to zero and even the most favorable case — one department first — flips to negative net benefit. Company-wide rollout does not work; one department first gives about 3.7 years, and extending to a second gives about 2.8 years. That sequence is the only one where payback is in sight.

What to do in the first 30 days is not compare tools. It is to fix these five things: the head office approval route, the classification of your target data, the real state of your Thai documents, the actual outsourcing spend you are paying today, and measured baseline task times.

TOMAS TECH supports IT implementation for Japanese-owned manufacturers from our base in Bangkok, Thailand. Taking an inventory across the five issues in this article, surveying the real state of your Thai documents, confirming which incentive schemes apply, organizing costs into the four layers — these are things we can work through with you, informed by local conditions. We are glad to start from “we are not at the tool selection stage yet, but we would like to work out what to check first.” You can reach us through our contact form.

References

Sources referenced in this article:

Thailand’s AI Act (draft, not enacted)

AI adoption in Thailand and market size

Japanese comparison figure (not directly comparable, different methodology)

Cloud regions in Thailand

Thai large language models and OCR

Thai talent market and salaries

BOI investment incentives