Automating production of university-entrance English study material 2026.06 ~ now
- Built a pipeline that parses sentence structure and generates translations and commentary
- Built a tool that extracts headwords and classifies vocabulary
- Moved the work to a review-first workflow by generating drafts automatically, cutting turnaround time by 80%
R&D on automated legal document analysis for lawyers 2026.04 ~ 2026.05
- Designed and implemented an AI workflow: statute search → evidence extraction → answer generation
- Cut input token cost by 75% with disk and context caching that avoids repeat LLM calls
- Added LangFuse-based tracking of token usage and cost per request and per model
- Ported a minimal Korean Law MCP server and put it into use
Improving hybrid search quality (rank fusion) over legal documents 2026.04 ~ 2026.05
- Built a quantitative evaluation harness against a BM25 baseline
- Optimized rank fusion weights, doubling top-result relevance (RBO@10 up 67%)
- Cut latency by over 20% with no loss in vector search quality