<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>ML Notes — English</title>
<link>https://notes.iwase.dev/en/</link>
<atom:link href="https://notes.iwase.dev/en/index.xml" rel="self" type="application/rss+xml"/>
<description>Machine learning and deep learning research notes (English edition)</description>
<generator>quarto-1.10.18</generator>
<lastBuildDate>Sat, 08 Aug 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Harness Optimization</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/harness-optimization/</link>
  <description><![CDATA[ 





<p>An LLM agent’s behavior is not determined when its model is selected. What enters context, how tools are provided, when outputs are verified, and how the agent recovers from failure all matter. Even with the same model, the surrounding execution system changes which tasks it can solve, its cost, and its failure modes. This book calls that execution system, comprising prompts, memory, control flow, validators, and recovery logic, an <strong>executable harness</strong>.</p>
<p>Can the harness itself be improved from execution records and evaluations without changing the model? This book treats edits to prompts, workflows, memory, and runtime code as a single optimization loop. It generates candidate updates from failures, identifies real improvements under limited budgets and noisy evaluations, and carries only verified changes forward to the next execution. The goal is not for the agent merely to change. The goal is to make that change a reproducible, reliable improvement.</p>



 ]]></description>
  <category>LLM</category>
  <category>AI Agent</category>
  <guid>https://notes.iwase.dev/en/harness-optimization/</guid>
  <pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/harness-optimization/images/dgm-concept.png" medium="image" type="image/png" height="40" width="144"/>
</item>
<item>
  <title>Small Recursive Reasoning Models</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/recursive-reasoning/</link>
  <description><![CDATA[ 





<p>A distinct line of reasoning models uses small neural networks that are recursively unrolled at test time. These models seek to trade parameter count for iterative computation and have been studied on structured tasks such as Sudoku and ARC-AGI.</p>
<p>This book examines recursive reasoning models through their technical foundations, prior art, empirical evaluation, and critiques. It also connects them to latent reasoning, test-time scaling, implementation choices, and open problems.</p>



 ]]></description>
  <category>Deep Learning</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/en/recursive-reasoning/</guid>
  <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/recursive-reasoning/images/gram-overview.png" medium="image" type="image/png" height="48" width="144"/>
</item>
<item>
  <title>Reliable Reasoning</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/reliable-reasoning/</link>
  <description><![CDATA[ 





<p>Research on making Large Language Model (LLM) reasoning more reliable expanded rapidly in 2025–2026. This book connects methods that use external signals to improve or evaluate reasoning rather than treating longer generation alone as evidence of progress.</p>
<p>It organizes the literature around training-side signals, inference-side signals, and structural approaches, with particular attention to capability gains, correctness estimation, and the allocation of inference compute.</p>



 ]]></description>
  <category>LLM</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/en/reliable-reasoning/</guid>
  <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/reliable-reasoning/images/rlvr-yue2025-overview.png" medium="image" type="image/png" height="68" width="144"/>
</item>
<item>
  <title>Diffusion Language Models</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/dllm/</link>
  <description><![CDATA[ 





<p>Diffusion Language Models (DLLM) bring the ideas behind the diffusion models that succeeded in image generation into language modeling. Recent years have seen large-scale implementations such as LLaDA and Dream, alongside commercial-grade systems including Mercury and Gemini Diffusion. This book consolidates the key references needed to understand modern DLLMs, integrating the taxonomy presented in the Li et al.&nbsp;2025 survey, and systematically covers formulation, sampling, the correspondence with continuous diffusion, adaptation from AR models, derivative discrete models, hybrid architectures, inference acceleration, guidance, post-training, multimodal extensions, and downstream applications.</p>



 ]]></description>
  <category>LLM</category>
  <category>Generative Model</category>
  <guid>https://notes.iwase.dev/en/dllm/</guid>
  <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/dllm/images/dllm.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>One-Step Generation</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/one-step-generation/</link>
  <description><![CDATA[ 





<p>Between 2025 and 2026, methods that overcome the multi-step inference of diffusion models and Flow Matching to <strong>generate high-quality images with a single network evaluation (1-NFE)</strong> have been rapidly advancing. This series curates four papers driving this field, tracing the technical evolution from extensions of Flow Matching to entirely new paradigms.</p>



 ]]></description>
  <category>Deep Learning</category>
  <category>Generative Model</category>
  <guid>https://notes.iwase.dev/en/one-step-generation/</guid>
  <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/one-step-generation/images/one-step-generation.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>Molmo2</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/molmo2/</link>
  <description><![CDATA[ 





<p>Molmo2 (Multimodal Open Language Model 2) is a fully open Vision-Language Model (VLM) family developed by the Allen Institute for AI and the University of Washington. Its defining capability is <strong>video grounding</strong>: identifying when and where an event or object appears within a video.</p>
<p>This book examines the open data pipeline, model family, and grounding evaluations behind that capability, including the reported comparisons with proprietary systems.</p>
<p><a href="https://arxiv.org/abs/2601.10611">Paper</a> · <a href="https://github.com/allenai/molmo2">Code</a> · <a href="https://playground.allenai.org">Demo</a></p>



 ]]></description>
  <category>VLM</category>
  <guid>https://notes.iwase.dev/en/molmo2/</guid>
  <pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/molmo2/images/molmo2.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>Olmo 3</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/en/olmo-3/</link>
  <description><![CDATA[ 





<p>Olmo 3 is a family of state-of-the-art, fully-open language models at the 7B and 32B parameter scales developed by the Allen Institute for AI (AI2). This release includes the entire Model Flow, i.e., the full lifecycle of the family of models, including every stage, checkpoint, data point, and dependency used to build it.</p>
<p><strong>Paper</strong>: <a href="https://arxiv.org/abs/2512.13961">arXiv:2512.13961</a></p>



 ]]></description>
  <category>LLM</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/en/olmo-3/</guid>
  <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/en/olmo-3/images/olmo-3.png" medium="image" type="image/png" height="76" width="144"/>
</item>
</channel>
</rss>
