Data & AI Platform Engineer · Seoul, Korea
I build the infrastructure that moves data at scale — streaming ingestion, lakehouse storage,
distributed query engines — and the LLM agents that make it usable.
Currently at SK Telecom, on a petabyte-scale data platform.
⚡ Streaming lakehouse pipelines
Kafka → Flink → Iceberg ingestion for high-volume sensor and process data, sustaining roughly 3M records/sec into a petabyte-scale lake. Benchmarked Iceberg against Hudi across insert, upsert, query and maintenance workloads before committing to the table format; built out the Flink Kubernetes Operator deployment, and Spark (Scala) maintenance jobs — compaction, sorting, snapshot expiry — orchestrated on Airflow.
🔎 Query engine performance
A 100+ node Trino cluster fields 300+ queries per minute, individual queries scanning terabytes. Most of the wins came from the storage side — partition strategy, sort order, compaction cadence — and the rest from the query side: pushdown improvements and approximate aggregations where exactness wasn't required. This architecture was the subject of my Trino Summit 2023 talk.
☸️ Multi-tenant runtime on Kubernetes
A self-service platform that provisions per-user Spark and StarRocks clusters on demand, operating thousands of them concurrently: custom operators and CRDs, a Java/Spring orchestration service, Helm packaging, ArgoCD GitOps, and Prometheus/OpenSearch observability. Running an OLAP engine as a multi-tenant service — rather than as one shared cluster — is where most of my engine-internals work comes from.
🤖 Agents for platform operations
An agent that consumes query history and cluster state snapshots off Kafka, diagnoses resource, configuration and query-level problems, and proposes concrete fixes — applied only after human approval. Deterministic rules and cost models do the heavy lifting; the model handles classifying unseen symptoms, correlating signals, and rewriting queries.
🧠 Domain-expert agents
A knowledge-graph-driven agent for operational troubleshooting, structured as graph selection → graph traversal → path evaluation: LLM-based graph selection to cover the gaps in vector similarity search, hierarchical filtering over a partitioned graph, parallel sub-agents that traverse branches and prune infeasible paths early, self-correcting tool-call loops, and a final helpfulness/groundedness evaluation that picks or aggregates the answer path. Includes Text-to-SQL over Oracle and Postgres, and on-prem inference tuning with vLLM (speculative decoding, prefix caching).
🎯 Domain-specialized LLM
Fine-tuned SK Telecom's A.X foundation model (32B) with DeepSpeed and TRL into an HR-domain assistant, reaching ~90% of the then-SOTA general model's quality on evaluations scored by domain experts — at a fraction of the serving cost.
Fixes to the query engines, catalogs and operators we run in production.
| Project | Merged PR | Area | Fix |
|---|---|---|---|
| Apache Polaris | #5247 | Auth | Turn a transient metastore outage during authentication into a retryable 503 rather than a permanent 500 |
| Apache Polaris | #5363 | Auth | Return one generic 503 so an unauthenticated caller cannot tell which internal lookup failed |
| Apache Polaris | #5361 | Persistence | Add the missing grant index to the CockroachDB schema, so permission checks stop scanning every grant in the realm |
| StarRocks | #78722 | Query execution | Clamp UTF-8 character stepping to the value's own bytes, stopping an out-of-bounds read that returned other rows' data |
| 2023 — present | SK Telecom Data Platform | Streaming lakehouse at petabyte scale · query runtime as a multi-tenant Kubernetes service · LLM agents and domain fine-tuning |
| 2022 — 2023 | KFTC Korea Financial Telecommunications & Clearings Institute · Data Analytics | Real-time fraud detection on open banking traffic, peaks of 500K TPS · batch ETL landing hundreds of millions of rows across thousands of tables daily · nationwide ATM and branch data service spanning 38 institutions |
| 2019 — 2021 | Samsung Research Data Analytics Lab | Household clustering over 100M+ device logs — graph construction, Louvain clustering, day-over-day cluster tracking. Rebuilt a single-node pipeline on Spark: 2 hours → 30 minutes |
B.S. in Information Systems, Hanyang University
| Streaming & batch | |
| Lakehouse & query | |
| AI & LLM | |
| Platform | |
| Languages |
LinkedIn · shyundev@gmail.com · shyun9417@sk.com · earlier work, archived at github.com/sahyle9417 and gitlab.com/sahyle9417

