Seunghyun Ryu · 류승현

I make the paperwork
nobody wants to touch
answer itself — with AI.

I work on grounded RAG and faithfulness/abstention eval — getting AI to cite a real source, or honestly say "i don't know," on the high-stakes, slow-to-read documents that bottleneck teams. Proof is public and IP-clean. Deep & reliable over fast.

Public proof

Shipped in the open, and adversarially reviewed.

cite · abstain github ↗

ProvenanceBench

A faithfulness + justified-abstention benchmark for regulated docs: a correct refusal is a first-class pass, scored only for the right reason. I ran three systems, including a real LLM — and showed the default RAG metric returns NaN for a correct refusal. Offline; every gold label adversarially verified against the corpus.

benchmark justified abstention regulated RAG
cite · refuse github ↗

cite-or-refuse

A documentation Q&A system with one rule: cite a real source, or honestly refuse — and refusal scores as a first-class eval. Before publishing, an adversarial review caught it confidently answering questions it had no source for; I found the root cause and fixed it. 11/11 eval cases pass, 20 offline tests, no API key.

grounded RAG refusal-as-eval LLM-as-Judge
local · 0 deps live demo ↗ github ↗

promptprint

A Claude Code / Codex companion that measures the one thing nothing else does: how you ask — and how that's changing. A recurring, local check that ends with what to fix next — skills to build from the work you keep re-explaining — not a one-time vanity card. "Nothing leaves your machine" is verifiable in the code.

developer tool local-first Claude Code

How I work

Refusing to guess is a feature, not a gap.

01

Evidence first

Claims are made only from retrieved, cited sources — never from the words a question happens to share. Absence of evidence is reported, not papered over.

02

Human approval gate

Anything irreversible — sending, modifying infra, exposing data — waits for a person to review and approve. The system drafts; the human decides.

03

Clear data boundaries

Proof lives on public, synthetic data. Company systems and customer data stay private. The method is the point — so the evidence stays reproducible.

Experience

Four years close to production.

Cloud Engineer 2025 — present
Site Reliability Engineer 2023 — 2025
Site Reliability Engineer 2022 — 2023
Site Reliability Engineer 2022

Toolbox

What I reach for.

AI   grounded RAG · evals & LLM-as-Judge · MCP / agents
Platform   Kubernetes · GCP · CI/CD · reliability
Build   Python · TypeScript · infra-as-code