Skip to content
View JadeKim042386's full-sized avatar

Organizations

@Pseudo-Lab @boostcampaitech2 @fresh-trash-project @SPIResarchGroup

Block or report JadeKim042386

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

Juyoung Kim β€” backend engineer, plant-data and ML tooling

Email Tech blog Profile views


Featured work

Context Graph β€” ask your notes, get the line

A Claude Code plugin. Notes pile up, and a single check turns into reading a whole file β€” 289,000 characters to catch up on one thread, on the set I built it against. This turns that around: you ask in your own words and get back the statement itself, with the file and line it sits on.

  • 🧠 No language model in the build. The relations are already written by hand β€” - supersedes [[...]] β€” so they are copied, never guessed
  • ⚑ 0.11 s to rebuild 182 documents, byte-identical on every run
  • πŸ”— Walks the lineage of a decision: which one replaced which, in order
  • 🩺 Every build scores itself and checks sampled answers against the source line
  • πŸ”’ 100% local Β· Python standard library only Β· MIT
context-graph repository

Python No LLM calls Deterministic MIT

Projects

Project Period Where State
🧩 Claude Code plugin context-graph 2026.08 ~ Personal Active
🌐 Web service Freshtrash Backend 2024.03 ~ 2024.07 Freshtrash Team Closed
🌐 Web service My3D · My3D-BACKEND 2023.08 ~ 2024.04 Personal Paused
πŸ“± Flutter app pomotimer 2023.04 ~ 2023.06 Personal Deployed
πŸ‘οΈ Computer vision Food Web Service 2021.11 ~ 2021.12 Boostcamp AI Tech Closed
πŸ† AI competitions Image Classification Β· Object Detection Β· Semantic Segmentation Β· Model Optimization 2021.08 ~ 2021.12 Boostcamp AI Tech Closed

Skills

Language

Backend

Frontend & app

Data & ML

Infra & DevOps

Testing & tools


GitHub

Public repositories, stars earned and followers Languages by code size

Background

Certificates
Name Date Organization
Engineer Information Processing 2024.07.18 Human Resources Development Service of Korea
AIDE Level-1 2023.02.07 Korea Artificial Intelligence Association Qualification Center
TensorFlow Developer 2021.08.16 ~ 2024.08.16 TensorFlow
Industrial Engineer Machinery Design 2017.11.24 Human Resources Development Service of Korea
Industrial Engineer Computer Aided Manufacturing 2017.07.14 Human Resources Development Service of Korea
Craftsman Information Equipment Operation 2017.04.26 Human Resources Development Service of Korea
Craftsman Information Processing 2017.02.15 Human Resources Development Service of Korea
History
Task Period Where
Plumbing design 2018.01 ~ 2018.12 SK hynix β€” MF project
Plumbing design 2018.12 ~ 2019.03 SK hynix β€” Wuxi project
3D modeling 2019.07 ~ 2019.11 Air quality control systems (desulfurization, denitrification)
3D modeling 2019.11 ~ 2020.07 Thermoelectric power plant
Skid design 2021.01 ~ 2021.05 Kurita β€” Y7 project
Computer vision track 2021.08 ~ 2021.12 Boostcamp AI Tech
OCR R&D 2022.03 ~ 2023.03 zezedu

Pinned Loading

  1. Pseudo-Lab/All-About-ViT Pseudo-Lab/All-About-ViT Public

    HTML 4

  2. SPIResarchGroup/CAD-ML_For_Automatic_Design SPIResarchGroup/CAD-ML_For_Automatic_Design Public

    Jupyter Notebook 4

  3. boostcampaitech2/final-project-level3-cv-17 boostcampaitech2/final-project-level3-cv-17 Public

    final-project-level3-cv-17 created by GitHub Classroom

    Jupyter Notebook 2 3

  4. context-graph context-graph Public

    A knowledge map over your markdown and HTML documents β€” ask a question, get the statement and the file:line it was copied from. Built by copying the structure you already wrote, never inferred by a…

    Python 1