Ying Hang Seah
I build software systems and design products.
Building something new.
About
I am working on creator collaboration at Roblox.
Prior to joining Roblox, I started Tym, a code collaboration
startup which was then
acquired by Roblox. I am passionate in technology and how it can be applied to the physical
world, including climate tech.
I majored in Computer Science (Bachelors) and Management Science & Engineering (Masters) at Stanford.
Before that, I served in the Singapore Army Intelligence Battalion as a logistic personnel.
Growing up in Singapore, I enjoy trying foods from different cultures and hiking in nature (to burn off
those calories).
Portfolio
Research
Projects
Work Experience
Tym
The current code development experience heavily relies on git, despite the fact that git was build for a
different era.
Git is a decentralized version control tool designed for open source projects with low frequency
collaboration while most companies collaborate at a high frequency using a centralized source of truth.
That’s why we built Tym - a reimagination of the code development stack with real-time collaboration.
We raised a pre-seed from Neo and Ovo in 2021.
As of July 2022, Tym has joined Roblox where we will have the opportunity to continue to pursue the same
mission on a much larger scale!
Check it out here!
Mockup of our product
Demo of our live-coding product. Share your Tym link with anyone and you can instantly collaborate with
them on a VSCode-based editor. Built in 4 months.
Hyperdrive
An automated filesystem.
Filesystems today view documents as files to be stored and retrieved later. But documents serve a
greater purpose
- as stores of information to perform tasks. An automated filesystem should understand the
intent and content of a document and automatically execute actions on behalf of the user.
This can be saving a downloaded file in the right directory with a human-understandable name. This can
be extracting
information from your receipts and automatically filing expense claims. This can be parsing your
invoices to log
them in your accounting software.
With an automated filesystem, users will be able to accelerate their workflows and conserve their mental
energy for greater work.
As the first step, I've built out a document extraction system that is capable of extracting fields of
interest from documents
as part of my independent research.
[GitHub]
Here are some snapshot of the system I've built:
Mockup of hyperdrive document extraction UI
Document extraction OCR
Heatmap of extraction function