Skip to content
View hung-ng's full-sized avatar

    Highlights

    • Pro

    Block or report hung-ng

    Block user

    Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

    You must be logged in to block users.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    hung-ng/README.md

    Hi, I'm Kylan 👋

    AI Engineer building agentic systems, multimodal pipelines, and the evals that keep them reliable. Full-stack from a Next.js frontend down to backend and infra, with a distributed-systems background underneath.

    I like taking things from idea to shipped product — most of what's pinned below, I built end to end.

    Python · Go · TypeScript · FastAPI · Next.js · Docker

    📫 LinkedIn · kylannguyen.jobs@gmail.com

    Pinned Loading

    1. TinyCortexTinyCortexPublic

      Real-time neural guitar amp modeler for Apple Silicon — 10.7K-param TCN in Metal GPU kernels, ~5.8ms latency at 44.1kHz, zero runtime allocations. Swift/SwiftUI + PyTorch training.

      Swift

    2. swindlefishswindlefishPublic

      Win-probability curve calibrated to human play — held-out log-loss 0.575 vs Lichess's 0.738, re-validated on 4M off-corpus positions. Static review app runs Stockfish in a Web Worker, no backend.

      TypeScript

    3. boxboxboxboxPublic

      F1 live timing in your terminal — a Rust TUI streaming positions, gaps, tires, mini-sectors, race control, and a live track map from the official F1 feed. Live + replay of archived sessions.

      Rust

    4. distributed-task-queue-systemdistributed-task-queue-systemPublic

      Distributed task queue in Go — RabbitMQ + Postgres, at-least-once delivery, dead-letter queue, saga compensation, and job-dependency graphs (sequential/parallel/diamond) with a live WebSocket dashb…

      Go

    5. ai-travel-plannerai-travel-plannerPublic

      Conversational travel planner — RAG over 14+ data sources (ChromaDB, GPT-4.1-nano), FastAPI + Next.js 14, top-k retrieval with conversation summarization.

      Python