Skip to content
View Paradox07127's full-sized avatar

Highlights

  • Pro

Block or report Paradox07127

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
Paradox07127/README.md

Taijia Liang

AI Engineer · LLM Agents — Retrieval — Local Inference

M.S. Computer Science, NYU '26 · New York, NY

Email LinkedIn

English · 简体中文

I build systems where the language model is one component among many — retrieval, evaluation
harnesses, GPU data paths, sandboxed tool execution. Most of what I ship runs locally:
on-device inference, no data leaving the machine.

🔍 Open to Fall 2026 internships and new-grad roles starting Jan 2027.

🛠 Building

Loomscreen  ·  Wallpaper Engine scenes on macOS

Swift Metal MIT

An independent Metal renderer for Wallpaper Engine scenes — not affiliated with Wallpaper Engine. Also plays video and sandboxed web-page wallpapers, with each connected display running its own source. Menu-bar first, with playlists, scheduled rotation, and auto-pause on full-screen, game windows, occlusion, and battery. No accounts, no telemetry. Lite and Pro are split at compile time (#if LITE_BUILD) rather than by hiding UI.

Analyst-Copilot  ·  local-first agent platform for data analysis

Python FastAPI React DuckDB Docker

Deterministic profiling and validation come first; LLM workflows extend those facts under constraints. Every claim in a generated report is backed by a claim ledger and checked by hard validators, and open-ended Python analysis runs isolated in a sandbox. Pydantic-typed artifacts end to end, DuckDB for multi-table join discovery and validation.

Urban-Dossier  ·  fully-offline NYC neighborhood intelligence

vLLM RAPIDS Python Award

Click anywhere on a map of New York and get a data-driven dossier on safety, transit, amenities, and building conditions — scored against the city, trended over time, narrated by an on-device LLM, with no cloud calls. One vLLM stack co-tenants Nemotron-30B (NVFP4) and Qwen3-Embedding-4B on a single DGX Spark GB10 alongside a ~30 GiB cuDF/cuVS dataset cache, while cuML DBSCAN clusters incident hotspots across 17 NYC open-data sources.

Clinical-Simulator  ·  AI clinical training platform

TypeScript MediaPipe Vite Award

Two training modules for medical students. An AI patient you interview from first question to final diagnosis, scored on a 6-dimension rubric with live coverage tracking. And camera-based CPR practice — MediaPipe pose tracking at 33 landmarks / 30 fps, compression detection from wrist-motion peaks, scored on 7 dimensions against the full 30:2 BLS protocol.

rag-agent  ·  hybrid-retrieval agent for vehicle QA

Milvus BGE-M3 Role

I owned hybrid retrieval — BGE-M3 dense + sparse over Milvus, SQLite FTS, and web search — and a 5-metric evaluation harness covering tool recall/precision, parallel-call correctness, keyword hit rate, and hallucination, which regression-tests every change.

💼 Experience

AI Engineering Intern — China-ASEAN Information Harbor  ·  Jan – Mar 2026

Shipped production Dify workflows extracting structured fields from customs and certificate documents (image + PDF), and built an internal RAG assistant — intent recognition, multimodal extraction, tool routing — over a local corpus with zero external data egress.

⚙️ Stack

Languages

Python TypeScript Swift SQL C++ Java

AI / ML

PyTorch Transformers LangChain Milvus OpenAI

Inference / GPU

vLLM CUDA RAPIDS TensorRT llama.cpp

Backend / Data

FastAPI React DuckDB Docker AWS

Hardware

DGX Spark Jetson ESP32

Virginia Tech · B.S. Computer Science · 2021 – 2024

Pinned Loading

  1. macos-wallpaperengine macos-wallpaperengine Public

    Wallpaper Engine scenes on macOS, rendered natively with Metal. Also plays video and web-page live wallpapers across every connected display.

    Swift 2

  2. Analyst-Copilot Analyst-Copilot Public

    Local-first agent platform for exploratory data analysis. Deterministic profiling and evidence-validated LLM reports, with open-ended Python analysis isolated in a sandbox.

    Python

  3. Urban-Dossier Urban-Dossier Public

    Click any point on a NYC map for a data-driven neighborhood dossier on safety, transit, amenities and housing — narrated by an on-device LLM, fully offline on DGX Spark. Spark Hack NYC 2026 (NVIDIA).

    Python

  4. guochenmeinian/rag-agent guochenmeinian/rag-agent Public

    An intelligent QA system built to learn RAG and Agent

    Python 2

  5. Clinical-Simulator Clinical-Simulator Public

    AI training platform for medical students: interview an AI patient scored on a 6-dimension rubric, and practice CPR with camera-based MediaPipe pose tracking. Cornell AI Hackathon Grand Prize.

    TypeScript 2