Amorn Apichattanakul

Where deep mobile and applied AI converge.

Staff Mobile Engineer ยท Flutter GDE ยท Deep learning since 2018

Shipping on-device AI (LiteRT) to 4M+ users at KBTG.

Impact & Recognition

๐Ÿ‘ฅ Leading Mobile Guild (60+ Engineers)
๐Ÿš€ Serving 4M+ Users at Scale
๐Ÿ›ก๏ธ Zero Downtime Strategy (Privacy Manifests/OS Updates)
๐Ÿง  Pioneering On-Device AI (FaceLiveness/Native performance QR)
๐ŸŽ™๏ธ International Tech Speaker (DevFest & Google I/O)
๐Ÿ† Flutter GDE (Google Developer Expert)

Snapshot

Mobile Depth

15 years in mobile

iOS ยท Android ยท Flutter

Staff @ KBTG ยท 4M+ users

Applied AI

Deep Learning since 2018

Stanford/Coursera ยท credential โ†—

Flutter GDE ยท Dec 2022

In Production

LiteRT shipped to 4M+ users

Real-time face liveness

On-device, privacy-preserving

About Amorn

Two Long Tracks.
One Convergence.

Amorn Apichattanakul - Staff Mobile Engineer and applied-AI practitioner

I've been a mobile engineer for 15 years. I began studying deep learning in 2018 (Deep Learning Specialization, Stanford/Coursera) โ€” well before the on-device AI wave. That preparation is now shipping in production: LiteRT face liveness on 4M+ users at KBTG, where I serve as Head of the Mobile Guild (60+ engineers) and lead a team of ~10 mobile engineers in a 3,000-person tech organization.

My work sits where mobile and AI meet โ€” not as a job pivot, but as a deliberate, multi-year alignment. I lead by setting architectural standards (Flutter-Native hybrid strategy, security, observability) while staying hands-on with the code that proves them. Three principles guide that work:

  • Mobile mastery, end-to-end. Flutter, iOS (Swift), and Android (Kotlin) โ€” fluent in all three. I pick the right tool for the constraint, not by preference.
  • Applied AI in production, not in demos. On-device LiteRT, generative models, and emerging frameworks โ€” shipped, measured, and tuned for real device variance. Privacy stays on the device.
  • Architecture that scales โ€” and ships. Defining the standards (Clean Architecture, CI/CD, Privacy Manifests) AND writing the code that proves them. Governance without execution doesn't move millions of users.

This is the work I've been quietly preparing for. If it intersects with what you're building, I'm always up for a conversation.

Skills

Strategic & Governance

Mobile Guild Leadership Hybrid Architecture Strategy Security Protocols Observability (Firebase/Analytics) Engineering Mentorship

Advanced R&D (AI)

On-Device Inference (LiteRT) Generative AI Integration Edge ML Optimization Prompt Engineering Face Liveness & Native performance QR

Core Engineering

Flutter & Dart iOS (Swift & Objective-C) Android (Kotlin & Java) CI/CD (GitLab/Fastlane) System Design Performance Profiling

Featured Work

On-Device Face Liveness with LiteRT ยท KBTG

๐Ÿ“… 2022 โ€“ Present ๐Ÿ‘ฅ 4M+ users ยท Flutter app
โ–ธโ†“40% latency โ–ธโ†“30% memory โ–ธZero server round-trips for biometric data

For a high-security financial app, we needed real-time face liveness running entirely on-device โ€” no biometric data leaving the phone, no server-call latency. Since 2022, I've led the integration and ongoing optimization of LiteRT face liveness: architecting iOS/Android bridges via platform channels, tuning inference across device variance, and coordinating across data science, mobile, and security teams.

Result: production on-device AI processing sensitive biometric data locally, holding real-time detection accuracy across millions of daily authentications.

App Performance Optimization ยท KBTG

๐Ÿ“… 2023 โ€“ Present ๐Ÿ‘ฅ Staff Mobile Engineer & Team Lead
โ–ธFastest biometric login in the industry โ–ธโ†“40% launch time โ–ธโ†“60% API calls

A financial app serving millions needed enterprise-grade performance under strict transaction security and volatile network conditions across diverse devices. I architected a high-performance optimistic-loading architecture โ€” executing flows instantly while resilient fallback callbacks catch transactional anomalies and securely enforce safety policies (logging the user out on critical mismatches). I also directed the optimization of biometric security loops by eliminating redundant platform-channel context handshakes.

Result: the fastest biometric login speed in the financial industry, with a flawless compliance record and zero security breaches.

Mobile Platform Standards & Governance ยท KBTG

๐Ÿ“… 2019 โ€“ Present ๐Ÿ‘ฅ Head of Mobile Guild (60+ engineers)
โ–ธ60+ engineers governed โ–ธZero downtime through major platform shifts โ–ธEnterprise scale

Scaling mobile architecture standards for 60+ engineers within a 3,000-person tech organization, while keeping a financial super-app stable for a massive user base. As Head of the Mobile Guild, I define the Flutter-Native Hybrid Strategy and core technical standards, act as the primary technical authority on complex architectural decisions, and own the CI/CD and observability infrastructure (Firebase, Analytics) that lets the org move fast safely.

Result: standardized coding practices, reduced technical debt, and a "Zero Downtime" strategy that absorbed major platform shifts (e.g., Privacy Manifests) without service interruption.

Current R&D

Where the next wave of on-device intelligence is heading.

Generative AI on Mobile

On-device LLMs for cross-platform Flutter apps โ€” Gemini Nano, MediaPipe LLM Inference, and lightweight open models. Personalized assistants without server dependencies, with privacy preserved on the device. Exploring quantization, prompt engineering for small models, and integration paths.

Flutter & Flash: AI Mascot on the Edge โ€” talk โ†—

Agent-to-UI (A2UI) with GenUI

AI-driven UI generation in Flutter. Streaming widgets from agents instead of rendering static screens. A new paradigm for adaptive interfaces.

A2UI: GenUI with Flutter โ€” talk โ†—

On-Device ML Optimization

Pushing LiteRT performance further โ€” quantization-aware training, hardware-accelerated inference (Metal / NNAPI), and model-size reduction for production constraints.

On-Device AI with LiteRT โ€” talk โ†—
Community & Evangelism

Sharing what production-scale mobile and AI engineering actually looks like.

3.5+ yrs as Flutter GDE
20+ talks delivered
39+ articles on Medium
150K+ reads on Medium
Google I/O Connect GDG DevFest Build with AI Tech Campus Flutter Mekong

More Talks

Build with AI Bangkok โ€” A2UI GenUI with Flutter talk slide TALK

Feb 18, 2026

A2UI: GenUI with Flutter

Exploring Agent-to-UI (A2UI) architectures using dynamic Generative UI (GenUI) in Flutter. AI agents that stream, construct, and render customized UI widgets in real-time.

View Slides โ†’ Watch on YouTube โ†’
Amorn presenting AI Mascot with Flutter and Gemini Nano TALK

Nov 23, 2025

Flutter & Flash: AI Mascot on the Edge

On-device AI using Gemini Nano to create an AI-powered mascot on edge devices. Flutter integration with on-device AI for personalized experiences without server dependencies.

View Slides โ†’
Amorn presenting Flutter and Native integration TALK

Jul 26, 2025

The Power Couple: Flutter & Native

Why choose between native and Flutter when you can use both? Flutter's Add-to-App feature for seamlessly integrating Flutter modules into existing iOS and Android projects.

View Slides โ†’

Selected Articles from Medium

ARTICLE

Mar 24, 2026

One Size Fits None: Adaptive, Context-Aware UI in Flutter with GenUI and A2UI

In 2023, when Gemini was first released, we were amazed AI could answer questions we couldn't even find on Google. By 2026, we've grown tired of just reading.

Read on Medium โ†’
ARTICLE

Dec 3, 2025

Beyond Static: Building AI-Powered Personalized Mascots in Flutter with Firebase and Gemini

Have you ever looked at your app's mascot, that friendly face guiding your users, and thought, "wouldn't it be amazing if it couldโ€ฆ change?"

Read on Medium โ†’
ARTICLE

Dec 15, 2023

Implementing Face Liveness Detection in Flutter With High Performance

Continuing my previous article on Face Liveness Detection in Flutter โ€” enhancing performance with a native approach instead of Flutter workarounds for image transfer.

Read on Medium โ†’

Founded and lead Flutter Mekong โ€” a regional community of 300 developers across Southeast Asia, sharing architectural patterns, security practices, and on-device AI strategies derived from production work.

๐Ÿ“š View All My Articles on Medium

Let's Connect

Open to interesting conversations about mobile, on-device AI, and where they meet.

benamorn@gmail.com