
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Sat, 11 Jul 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/benchmarks/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals.en</guid>
    <title>Separating Signal from Noise When You Evaluate AI Coding Models — Why SWE-bench Got Shaky</title>
    <link>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals.en</link>
    <description>OpenAI&#39;s evals team argues that SWE-bench Verified, the most widely used coding benchmark, no longer gives meaningful signal because of contamination and design flaws. Look at benchmarks through two axes — signal (the power to separate better models from worse ones) and noise (the run-to-run wobble in scores) — and much of the leaderboard turns out to be standing on noise. This post lays out how contamination, harness differences, unscoreable tasks, and overfitting inflate scores, and why a team picking a coding assistant should evaluate on its own tasks rather than the leaderboard — the eval-first principle.</description>
    <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm-evaluation</category><category>coding-benchmarks</category><category>swe-bench</category><category>benchmarks</category><category>ai-coding</category><category>signal-vs-noise</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals.ja</guid>
    <title>AI コーディングモデルの評価で信号とノイズを見分ける — SWE-bench が揺らいだ理由</title>
    <link>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals.ja</link>
    <description>OpenAI の評価チームは、最も広く使われるコーディングベンチマークである SWE-bench Verified が、汚染と設計上の欠陥のためにもはや意味のある信号を与えないと指摘します。信号（モデルを見分ける力）とノイズ（実行ごとに揺れる変動）という二つの軸で見直すと、リーダーボードの順位の多くがノイズの上に立っていることが分かります。汚染・ハーネスの差・採点不能な課題・過学習がどのようにスコアを膨らませるかを整理し、チームがコーディングアシスタントを選ぶ際にリーダーボードではなく自分の課題で評価すべき理由を、eval-first の原則とともに説明します。</description>
    <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm-evaluation</category><category>coding-benchmarks</category><category>swe-bench</category><category>benchmarks</category><category>ai-coding</category><category>signal-vs-noise</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals</guid>
    <title>AI 코딩 모델 평가에서 신호와 잡음 가려내기 — SWE-bench가 흔들리는 이유</title>
    <link>https://www.youngju.dev/blog/2026-07-11-signal-noise-coding-evals</link>
    <description>OpenAI 평가팀은 가장 널리 쓰이는 코딩 벤치마크인 SWE-bench Verified가 오염과 설계 결함 탓에 더 이상 의미 있는 신호를 주지 못한다고 밝혔습니다. 신호(모델을 가려내는 힘)와 잡음(실행마다 흔들리는 변동)이라는 두 축으로 다시 보면, 리더보드 순위의 상당수가 잡음 위에 서 있습니다. 오염·하네스 차이·채점 불가능한 과제·과적합이 어떻게 점수를 부풀리는지 정리하고, 팀이 코딩 어시스턴트를 고를 때 리더보드가 아니라 자기 과제로 평가해야 하는 이유를 eval-first 원칙과 함께 설명합니다.</description>
    <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm-evaluation</category><category>coding-benchmarks</category><category>swe-bench</category><category>benchmarks</category><category>ai-coding</category><category>signal-vs-noise</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/ai/2026-03-17-llm-tool-calling-embedding-benchmark-deep-dive.en</guid>
    <title>LLM, Tool Calling &amp; Embedding Benchmarks Deep Dive: What Each Benchmark Actually Measures</title>
    <link>https://www.youngju.dev/blog/ai/2026-03-17-llm-tool-calling-embedding-benchmark-deep-dive.en</link>
    <description>Complete analysis of major AI benchmarks — MMLU, HellaSwag, HumanEval, BFCL, MTEB, RAGAS and more. Understand exactly what each benchmark measures, score interpretation, limitations, and which benchmarks to use for your use case.</description>
    <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm</category><category>benchmarks</category><category>mmlu</category><category>mteb</category><category>bfcl</category><category>embedding</category><category>tool-calling</category><category>document-parsing</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/llm/2026-03-07-llm-evaluation-benchmarks-mmlu-humaneval-custom-evals.en</guid>
    <title>LLM Evaluation Production Guide: From MMLU Benchmarks to Custom Evaluation Pipelines</title>
    <link>https://www.youngju.dev/blog/llm/2026-03-07-llm-evaluation-benchmarks-mmlu-humaneval-custom-evals.en</link>
    <description>A comprehensive guide to LLM evaluation covering major benchmarks like MMLU and HumanEval, building custom evaluation pipelines, statistical significance testing, automated CI/CD evaluation workflows, and production monitoring strategies.</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm</category><category>evaluation</category><category>benchmarks</category><category>mmlu</category><category>humaneval</category><category>custom-evals</category><category>ml-ops</category><category>2026-03</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/llm/2026-03-07-llm-evaluation-benchmarks-mmlu-humaneval-custom-evals.ja</guid>
    <title>LLM評価プロダクションガイド：MMLUベンチマークからカスタム評価パイプラインまで</title>
    <link>https://www.youngju.dev/blog/llm/2026-03-07-llm-evaluation-benchmarks-mmlu-humaneval-custom-evals.ja</link>
    <description>MMLUやHumanEvalなどの主要ベンチマークの理解から、カスタム評価パイプラインの構築、統計的有意性検定、CI/CD自動評価ワークフロー、プロダクション監視戦略まで、LLM評価を網羅的に解説する実践ガイドです。</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>llm</category><category>evaluation</category><category>benchmarks</category><category>mmlu</category><category>humaneval</category><category>custom-evals</category><category>ml-ops</category><category>2026-03</category>
  </item>

    </channel>
  </rss>
