IntelligentRouteX
An intelligent routing system exploring AI-driven planning beyond shortest-path algorithms. Proposed as a scientific paper; the manuscript is not written yet.
Research · Proposed paper · AI · Routing · Optimization

10/01/2004
I'm a software engineer who builds from the ground up — across software, AI, systems, and product.
Unfamiliar problems are fine. I learn by building, go deep, and iterate until it's real enough to put in someone's hands.
Engineering is taking an idea out of your head and into the world.
Think it. Ship it.
Education
2022 — 2026
Bachelor of Science in Information Technology
University of Information Technology
Vietnam National University, Ho Chi Minh City
Experience
Internship
Dec 2025 — Jul 2026
Worked with engineering teams to build AI-powered products, enterprise software, and prototypes for real-world business needs, from requirements and architecture to implementation.
Contributed to full-stack development, AI integration, automation, and product experimentation across recruitment, customer support, content intelligence, and internal business systems.
Toolkit
Full stack, systems, and applied AI.
language I ship in
typed UI and APIs
component systems
App Router, production apps
APIs and services
scripts, AI backends, tooling
solid backend and existing systems
performance-critical work
relational data
document data when the shape keeps moving
cache, queues, fast ephemeral state
auth, hosting, managed app backend
realtime NoSQL documents
reproducible environments
version control, review, history
build, test, ship on repeat
production cloud I actually ship on
object storage for files and assets
S3-compatible storage on Cloudflare
edge compute, close to the user
CDN in front of the app
who can touch what
shipping with AI in the loop
design features around large language models
instructions that hold up in production
retrieval over my own data
text into vectors you can search
pgvector and similarity retrieval
multi-step work, tools, not one-shot prompts
models that hit APIs and code
chunk, clean, and index source data
measure quality before it ships
stay on-policy when the model drifts
Selected work
An intelligent routing system exploring AI-driven planning beyond shortest-path algorithms. Proposed as a scientific paper; the manuscript is not written yet.
Research · Proposed paper · AI · Routing · Optimization
Reverse-engineered a mobile navigation system, reconstructed its protocols, and built an ESP32 dashboard that reads navigation data from an iPhone.
Research · ESP32 · Embedded · Networking · Protocols
An AI support agent that retrieves knowledge and takes tool actions — beyond a chatbot, toward autonomous workflows.
Internship · AI Agents · RAG · Full Stack
An AI recruitment platform: CV parsing, job-requirement analysis, and matching beyond keyword search.
Internship · AI · NLP · Resume Parsing
Turns daily information and trends into content ideas, scripts, and a publishing roadmap.
Internship · AI · Content Intelligence · Full Stack
A live e-commerce site for a 3D printing shop: catalog, customer flow, and sales.
Production · Full Stack · E-commerce
AI engineering on reliable, efficient intelligent systems — model capabilities and the layer that makes them hold up.
Research · AI · Engineering · Systems
Lossless context optimization for AI coding agents. SACS uses semantic code graphs and AST causal slicing so the agent only gets the context it needs.
Hackathon · Agents · Context · AST · Tokens