<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/rss+xml" href="https://feeds.transistor.fm/daily-paper-cast-test" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Daily Paper Cast (Test)</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/daily-paper-cast-test</itunes:new-feed-url>
    <description>About 10 AI papers every day.</description>
    <copyright>© 2026 Jingwen Liang, Gengyu Wang</copyright>
    <podcast:guid>35d9acd4-da21-5930-aa85-ebca9b2c9e3b</podcast:guid>
    <podcast:locked>yes</podcast:locked>
    <language>en</language>
    <pubDate>Tue, 11 Aug 2026 22:46:05 -0700</pubDate>
    <lastBuildDate>Tue, 11 Aug 2026 22:46:09 -0700</lastBuildDate>
    <image>
      <url>https://img.transistorcdn.com/phuZg_mabGd7_5ME440HIMW8sZQTUfTy6g9JZV65Mpc/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS83OTYw/ZDc5MDAwNGI2YTFh/ZmUyYjJjMmI3NjJj/ZWJmNy5qcGc.jpg</url>
      <title>Daily Paper Cast (Test)</title>
    </image>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
    <itunes:image href="https://img.transistorcdn.com/phuZg_mabGd7_5ME440HIMW8sZQTUfTy6g9JZV65Mpc/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS83OTYw/ZDc5MDAwNGI2YTFh/ZmUyYjJjMmI3NjJj/ZWJmNy5qcGc.jpg"/>
    <itunes:summary>About 10 AI papers every day.</itunes:summary>
    <itunes:subtitle>About 10 AI papers every day..</itunes:subtitle>
    <itunes:keywords></itunes:keywords>
    <itunes:owner>
      <itunes:name>Jingwen Liang, Gengyu Wang</itunes:name>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>100</itunes:episode>
      <podcast:episode>100</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">94147018-ff08-4cb5-bc7b-b291fa6b69c8</guid>
      <link>https://share.transistor.fm/s/bed6a01d</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 295 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 295 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 22:46:05 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/bed6a01d/2bb38e71.mp3" length="5243370" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>324</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 295 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/bed6a01d/transcript.srt" type="application/x-subrip" rel="captions"/>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>99</itunes:episode>
      <podcast:episode>99</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">42423fbd-1d97-41bf-ac01-0f46bcd9bb84</guid>
      <link>https://share.transistor.fm/s/2e2f9543</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 266 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 266 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 22:42:08 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/2e2f9543/91c7c647.mp3" length="4440025" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>274</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 266 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/2e2f9543/transcript.srt" type="application/x-subrip" rel="captions"/>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>98</itunes:episode>
      <podcast:episode>98</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b9a34b79-485e-4564-91b9-75bcd50969b4</guid>
      <link>https://share.transistor.fm/s/f135c470</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 282 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 282 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 21:32:27 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/f135c470/158cacee.mp3" length="4090219" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>252</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 282 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>97</itunes:episode>
      <podcast:episode>97</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3177f57b-d52c-4db1-8601-5464bedb7275</guid>
      <link>https://share.transistor.fm/s/eb889c74</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 257 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 257 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 21:29:29 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/eb889c74/d67f2615.mp3" length="3478301" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>214</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 257 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>96</itunes:episode>
      <podcast:episode>96</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">0b12c8a4-51c8-498d-921e-a456b996bc27</guid>
      <link>https://share.transistor.fm/s/85008d8e</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 239 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 239 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 15:08:58 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/85008d8e/122502ea.mp3" length="3713194" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>229</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 239 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>95</itunes:episode>
      <podcast:episode>95</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1745db4a-9f3f-4303-93b5-35a30e0c45f8</guid>
      <link>https://share.transistor.fm/s/2e48ee83</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 181 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 181 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 14:38:39 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/2e48ee83/4a291e25.mp3" length="5047764" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>312</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 181 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>94</itunes:episode>
      <podcast:episode>94</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">eb3a3c10-6835-4486-9962-296af57a2125</guid>
      <link>https://share.transistor.fm/s/38676efa</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 14:35:37 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/38676efa/a680a646.mp3" length="3978598" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>245</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>93</itunes:episode>
      <podcast:episode>93</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">51709cce-271d-446f-8236-a00893dde642</guid>
      <link>https://share.transistor.fm/s/22c15516</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 180 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 180 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 14:32:47 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/22c15516/63bf776f.mp3" length="4588845" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>283</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 180 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>92</itunes:episode>
      <podcast:episode>92</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">24548262-3ad2-48cc-a02b-c0c11f9e9958</guid>
      <link>https://share.transistor.fm/s/2115a6a2</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 13:34:07 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/2115a6a2/250e0207.mp3" length="5302275" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>328</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 238 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>91</itunes:episode>
      <podcast:episode>91</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1e731455-f204-40a2-89b8-13d292473d78</guid>
      <link>https://share.transistor.fm/s/4e855359</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 171 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 171 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 13:30:28 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/4e855359/3f1cb5e3.mp3" length="3143542" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>193</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 171 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>90</itunes:episode>
      <podcast:episode>90</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">994a1b5d-0d24-4a2a-a6cf-23a79cd2a1f7</guid>
      <link>https://share.transistor.fm/s/577d71d1</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 237 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 237 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 13:28:22 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/577d71d1/88e813df.mp3" length="4580877" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>283</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 237 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>89</itunes:episode>
      <podcast:episode>89</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1ab5e263-49a3-4ed7-b0f6-1c6858b5e68d</guid>
      <link>https://share.transistor.fm/s/8f399793</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 170 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 170 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 13:25:13 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/8f399793/e9f461d0.mp3" length="4867623" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>301</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 170 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>88</itunes:episode>
      <podcast:episode>88</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">96097dc2-2a51-45d8-80ff-70d4bf7d7a3c</guid>
      <link>https://share.transistor.fm/s/2e887ff9</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>作者:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>标题:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>摘要:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>作者:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>标题:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>摘要:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 12:51:13 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/2e887ff9/68108301.mp3" length="14893602" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>927</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>作者:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>标题:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>摘要:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</title>
      <itunes:episode>87</itunes:episode>
      <podcast:episode>87</podcast:episode>
      <itunes:title>BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">42ec80a8-ad2e-4f50-8442-dc3ce3f7ceda</guid>
      <link>https://share.transistor.fm/s/a8d5354b</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 12:48:35 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/a8d5354b/0ded348f.mp3" length="4486001" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>277</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 235 | cs.NE, cs.AI, cs.LG, stat.ML</p>

            <p><strong>Authors:</strong><br>
            Björn Engdahl, Adrian Kosowski, Jan Chorowski, Zuzanna Stamirowska, Przemysław Uznański, Junlin Jiang, Rohan Phadke, Remigiusz Kinas, Richard Zhong</p>

            <p><strong>Title:</strong><br>
            BDH-CQ: In-Context Learning with Recurrent Latent Reasoning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09888v1">http://arxiv.org/abs/2608.09888v1</a></p>

            <p><strong>Abstract:</strong><br>
            We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</title>
      <itunes:episode>86</itunes:episode>
      <podcast:episode>86</podcast:episode>
      <itunes:title>Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1fceaa17-911e-4412-90a1-78380f9da5eb</guid>
      <link>https://share.transistor.fm/s/bdb61609</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 164 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 164 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2026 12:45:26 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/bdb61609/a893b337.mp3" length="5271372" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>326</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 164 | cs.LG, cs.CL</p>

            <p><strong>Authors:</strong><br>
            Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Kuss Koo, Jaron Lee, Andrew Lei, Alexy Li, Dawn Li, Lucian Li, Ray Li, Ricardo Li, Smith Li, Theo Li, Allen Lin, Elliot Lin, Fan Lin, Chen Ling, Kairus Liu, Kieran Liu, Logan Liu, Neo Liu, Xiang Liu, Yuxin Lu, Maeve Luo, Pony Ma, Verity Niu, Cole Qiao, Guian Qiu, Vince Qu, Sentry, Niko Song, Vincent Wang, Bo Wu, Rio Yang, Evelyn Ye, Fiona Ye, Ina Ye, Regis Ye, Josh Ying, Atlas Zeng, Danney Zeng, Salmon Zhan, Anya Zhang, Di Zhang, Mia Zhang, Sueky Zhang, Wei Zhao, Ada Zhou, Adrian Zhou, Yuhua Zhou, Juno Zhu, Murphy Zhuang</p>

            <p><strong>Title:</strong><br>
            Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.09819v1">http://arxiv.org/abs/2608.09819v1</a></p>

            <p><strong>Abstract:</strong><br>
            Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>85</itunes:episode>
      <podcast:episode>85</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">96f95f71-b4d1-482d-842a-28c0c01e334c</guid>
      <link>https://share.transistor.fm/s/2552a268</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 11:36:06 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/2552a268/b98b4356.mp3" length="3197469" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>196</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>84</itunes:episode>
      <podcast:episode>84</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">083817e7-7c02-45c2-b66c-94aebaf41dba</guid>
      <link>https://share.transistor.fm/s/a7a5f1cb</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 11:33:02 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/a7a5f1cb/03fdc29c.mp3" length="4927416" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>305</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</title>
      <itunes:episode>83</itunes:episode>
      <podcast:episode>83</podcast:episode>
      <itunes:title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c04ed99a-6ce3-41a5-ae7a-51febb63cc3b</guid>
      <link>https://share.transistor.fm/s/eb052c32</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:43:42 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/eb052c32/4387fb26.mp3" length="14941697" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>930</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>82</itunes:episode>
      <podcast:episode>82</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">f7ffa77c-ad84-4d20-8e81-70726aa8a791</guid>
      <link>https://share.transistor.fm/s/fa2d9d5b</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:41:15 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/fa2d9d5b/cd198cca.mp3" length="2769897" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>170</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 30 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>81</itunes:episode>
      <podcast:episode>81</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b1d21e72-7024-4bef-af91-0353fc75a2d2</guid>
      <link>https://share.transistor.fm/s/25d9a721</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:38:54 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/25d9a721/85166289.mp3" length="4214796" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>260</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>80</itunes:episode>
      <podcast:episode>80</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">0bf05c25-077d-4d55-a4f9-f3ff65c4d042</guid>
      <link>https://share.transistor.fm/s/ef4119fa</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:15:15 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/ef4119fa/ea4d83ee.mp3" length="4556673" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>281</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>79</itunes:episode>
      <podcast:episode>79</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a1f09574-9315-475a-bb41-fab657ab161a</guid>
      <link>https://share.transistor.fm/s/c8d98991</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:12:21 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/c8d98991/8ef4fcb5.mp3" length="3213784" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>197</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</title>
      <itunes:episode>78</itunes:episode>
      <podcast:episode>78</podcast:episode>
      <itunes:title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">98b2c5dd-198c-4797-9ad8-29489f09f8ad</guid>
      <link>https://share.transistor.fm/s/8685aafb</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 10:01:20 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/8685aafb/88bfab04.mp3" length="17017700" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>1060</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>77</itunes:episode>
      <podcast:episode>77</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5e92f607-e9cd-493f-8afd-c2ecf51096d9</guid>
      <link>https://share.transistor.fm/s/e19bc4b1</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 09:59:28 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/e19bc4b1/1125f777.mp3" length="4684150" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>289</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 29 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>76</itunes:episode>
      <podcast:episode>76</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">dba74a90-62a4-4770-a20a-5de56d09fb95</guid>
      <link>https://share.transistor.fm/s/60a74c0d</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 09:56:34 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/60a74c0d/59cc66bf.mp3" length="4958345" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>306</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 28 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</title>
      <itunes:episode>75</itunes:episode>
      <podcast:episode>75</podcast:episode>
      <itunes:title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6c651978-121f-40c8-a312-26bfdb95b181</guid>
      <link>https://share.transistor.fm/s/413a747e</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:29:17 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/413a747e/0a27a798.mp3" length="13585001" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>846</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 33 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>74</itunes:episode>
      <podcast:episode>74</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">4a3dfe27-3862-4291-b6c7-f4569d12cacc</guid>
      <link>https://share.transistor.fm/s/796bf837</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:27:23 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/796bf837/b8321257.mp3" length="4711736" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>291</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>73</itunes:episode>
      <podcast:episode>73</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">9cb5437b-5ff3-4b89-8d00-d7d827c55feb</guid>
      <link>https://share.transistor.fm/s/746bef9f</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:24:14 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/746bef9f/62222316.mp3" length="3487129" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>215</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</title>
      <itunes:episode>72</itunes:episode>
      <podcast:episode>72</podcast:episode>
      <itunes:title>From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">370dbeb7-3446-451d-9f63-ea496d9f2ccf</guid>
      <link>https://share.transistor.fm/s/d336ced7</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 0 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 0 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:17:09 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/d336ced7/9db32d7f.mp3" length="18034594" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>1124</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 0 | cs.AI, cs.LG</p>

            <p><strong>作者:</strong><br>
            Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu, Pin Gao, Ye Luo, Hongyuan Zha, Dacheng Tao, Benyou Wang, Lin William Cong</p>

            <p><strong>标题:</strong><br>
            From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.06020v1">http://arxiv.org/abs/2608.06020v1</a></p>

            <p><strong>摘要:</strong><br>
            Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an implementation roadmap for building economic world models as generative engines in which heterogeneous agents act, interact, adapt, and co-evolve with markets and institutions, thereby producing economic dynamics from the inside. We organize EWM systems into a six-level capability ladder, from fixed rule-based agent worlds to adaptive and LLM-based agent worlds, self-evolving agents, evolving institutional worlds, and sim-to-real economic twins aligned with real observations. A systematic literature survey across these levels reveals that existing work remains concentrated in lower-level agent and simulation environments, while systems with self-evolving agents, endogenous institutions, persistent empirical alignment, and validated economic mechanisms remain rare. By translating the EWM agenda into an implementation blueprint, this paper aims to accelerate the development of the next generation of economic simulation environments that can serve as high-fidelity sandboxes for human decision-makers and as training, planning, evaluation, and safety substrates for AI agents. We release a curated paper list and related resources to support future research.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>71</itunes:episode>
      <podcast:episode>71</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">9c8cc4e8-d899-4938-b2c0-45af1f740b80</guid>
      <link>https://share.transistor.fm/s/10aa4fcb</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:11:26 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/10aa4fcb/9fda23dc.mp3" length="4389489" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>271</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>70</itunes:episode>
      <podcast:episode>70</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a276f24c-aed8-46dd-b6f3-2c41045784b2</guid>
      <link>https://share.transistor.fm/s/b756dcf0</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:07:59 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/b756dcf0/6bf2eab8.mp3" length="4072272" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>251</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</title>
      <itunes:episode>69</itunes:episode>
      <podcast:episode>69</podcast:episode>
      <itunes:title>SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5982bd1f-61e4-4aa4-9c8c-2e1737a1d24f</guid>
      <link>https://share.transistor.fm/s/95dc2550</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:06:00 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/95dc2550/fb693d9e.mp3" length="4414985" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>273</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CL, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03573v2">http://arxiv.org/abs/2608.03573v2</a></p>

            <p><strong>Abstract:</strong><br>
            Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</title>
      <itunes:episode>68</itunes:episode>
      <podcast:episode>68</podcast:episode>
      <itunes:title>Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">add9adb6-a085-406f-a9c5-58c2bea16bbe</guid>
      <link>https://share.transistor.fm/s/53fe1780</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </content:encoded>
      <pubDate>Mon, 10 Aug 2026 08:01:59 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/53fe1780/5ff23ce5.mp3" length="3891714" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>240</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 27 | cs.CV</p>

            <p><strong>Authors:</strong><br>
            Kejian Zhu, Zhuoran Jin, Dongqi Huang, Hongbang Yuan, Yupu Hao, Kang Liu, Jun Zhao</p>

            <p><strong>Title:</strong><br>
            Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.03571v2">http://arxiv.org/abs/2608.03571v2</a></p>

            <p><strong>Abstract:</strong><br>
            Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning</title>
      <itunes:episode>67</itunes:episode>
      <podcast:episode>67</podcast:episode>
      <itunes:title>AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a5a092f5-de4c-47ce-8a23-eeedfcef70cb</guid>
      <link>https://share.transistor.fm/s/e9719a0c</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 85 | cs.AI, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu, Jie Wu, Zhengzhou Cai, Yueqing Sun, Ziang Ye, Linji Hao, Qi Gu, Xunliang Cai, Yongliang Shen, Yujiu Yang</p>

            <p><strong>Title:</strong><br>
            AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.05987v1">http://arxiv.org/abs/2608.05987v1</a></p>

            <p><strong>Abstract:</strong><br>
            Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, providing denser supervision, but it remains unclear how such local signals should represent sequential credit. We propose AgentOPSD, a critic-free, recursive method for turn-level credit assignment in agentic reinforcement learning. AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space. This yields a principled reweighting scheme that converts sparse outcome supervision into turn-level credit signals and identifies pivotal turns through the marginal belief revision between consecutive states. The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts. We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA using Qwen2.5 models at two scales (3B and 7B). AgentOPSD outperforms GRPO and strong self-distillation baselines, achieving 89.1% success on ALFWorld with Qwen2.5-7B. Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 85 | cs.AI, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu, Jie Wu, Zhengzhou Cai, Yueqing Sun, Ziang Ye, Linji Hao, Qi Gu, Xunliang Cai, Yongliang Shen, Yujiu Yang</p>

            <p><strong>Title:</strong><br>
            AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.05987v1">http://arxiv.org/abs/2608.05987v1</a></p>

            <p><strong>Abstract:</strong><br>
            Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, providing denser supervision, but it remains unclear how such local signals should represent sequential credit. We propose AgentOPSD, a critic-free, recursive method for turn-level credit assignment in agentic reinforcement learning. AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space. This yields a principled reweighting scheme that converts sparse outcome supervision into turn-level credit signals and identifies pivotal turns through the marginal belief revision between consecutive states. The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts. We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA using Qwen2.5 models at two scales (3B and 7B). AgentOPSD outperforms GRPO and strong self-distillation baselines, achieving 89.1% success on ALFWorld with Qwen2.5-7B. Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.</p>
            ]]>
      </content:encoded>
      <pubDate>Sun, 09 Aug 2026 17:15:20 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/e9719a0c/30950727.mp3" length="4424157" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>273</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 85 | cs.AI, cs.LG</p>

            <p><strong>Authors:</strong><br>
            Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu, Jie Wu, Zhengzhou Cai, Yueqing Sun, Ziang Ye, Linji Hao, Qi Gu, Xunliang Cai, Yongliang Shen, Yujiu Yang</p>

            <p><strong>Title:</strong><br>
            AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2608.05987v1">http://arxiv.org/abs/2608.05987v1</a></p>

            <p><strong>Abstract:</strong><br>
            Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, providing denser supervision, but it remains unclear how such local signals should represent sequential credit. We propose AgentOPSD, a critic-free, recursive method for turn-level credit assignment in agentic reinforcement learning. AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space. This yields a principled reweighting scheme that converts sparse outcome supervision into turn-level credit signals and identifies pivotal turns through the marginal belief revision between consecutive states. The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts. We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA using Qwen2.5 models at two scales (3B and 7B). AgentOPSD outperforms GRPO and strong self-distillation baselines, achieving 89.1% success on ALFWorld with Qwen2.5-7B. Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models</title>
      <itunes:episode>66</itunes:episode>
      <podcast:episode>66</podcast:episode>
      <itunes:title>OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">80e8535f-4ef8-4654-a4a5-557783d442d6</guid>
      <link>https://share.transistor.fm/s/d4d5816d</link>
      <description>
        <![CDATA[
            <p>🤗 Upvotes: 67 | cs.AI, cs.CL, cs.CV</p>

            <p><strong>Authors:</strong><br>
            Qiushi Sun, Kanzhi Cheng, Yian Wang, Bowen Yang, Hang Yan, Liheng Chen, Fangzhi Xu, Zichen Ding, Nuo Chen, Jialin Cao, Xingdong Gong, Zehao Li, Kaiming Jin, Xinfeng Yuan, Zhoumianze Liu, Jingyang Gong, Zhangyue Yin, Jiahui Gao, Zhiyong Wu, Tianbao Xie, Jianbing Zhang, Ben Kao, Lingpeng Kong</p>

            <p><strong>Title:</strong><br>
            OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2607.28609v2">http://arxiv.org/abs/2607.28609v2</a></p>

            <p><strong>Abstract:</strong><br>
            Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to vision-language models (VLMs) as judges of CUA trajectories. But a fundamental question has long gone unexamined: are these VLM judges reliable enough? To study it systematically, we introduce OSReward, a realistic, high-quality benchmark that evaluates VLM judges on CUA trajectories. The trajectories come from diverse agent backbones executing human-verified instructions across platforms, and are then rigorously labeled with ground-truth verdicts through multi-stage human annotation. Building on it, we derive OSReward-Hard, a challenge set concentrating genuinely hard cases, and OSReward-Multi for fine-grained efficiency and alignment scoring. The most comprehensive evaluation of VLM judges to date finds even state-of-the-art models fall short of an ideal judge, sharing a systematic leniency bias that mislabels failed runs as successes. The few reliable enough to trust are too expensive to run at scale, while affordable open models trail far behind. To close this gap, we construct and release OS-Shepherd-100K, an open corpus of reasoning-annotated trajectory judgments for the CUA community. On it, we train OS-Shepherd (9B and 35B), open reward models that supply low-cost, stable, and reliable reward signals, matching commercial judges at 30-60x lower cost than the frontier. Extensive analyses further inform the design of reliable CUA reward at scale. Our code, benchmark, dataset, and model checkpoints are available at https://os-copilot.github.io/OSReward-Home/.</p>
            ]]>
      </description>
      <content:encoded>
        <![CDATA[
            <p>🤗 Upvotes: 67 | cs.AI, cs.CL, cs.CV</p>

            <p><strong>Authors:</strong><br>
            Qiushi Sun, Kanzhi Cheng, Yian Wang, Bowen Yang, Hang Yan, Liheng Chen, Fangzhi Xu, Zichen Ding, Nuo Chen, Jialin Cao, Xingdong Gong, Zehao Li, Kaiming Jin, Xinfeng Yuan, Zhoumianze Liu, Jingyang Gong, Zhangyue Yin, Jiahui Gao, Zhiyong Wu, Tianbao Xie, Jianbing Zhang, Ben Kao, Lingpeng Kong</p>

            <p><strong>Title:</strong><br>
            OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2607.28609v2">http://arxiv.org/abs/2607.28609v2</a></p>

            <p><strong>Abstract:</strong><br>
            Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to vision-language models (VLMs) as judges of CUA trajectories. But a fundamental question has long gone unexamined: are these VLM judges reliable enough? To study it systematically, we introduce OSReward, a realistic, high-quality benchmark that evaluates VLM judges on CUA trajectories. The trajectories come from diverse agent backbones executing human-verified instructions across platforms, and are then rigorously labeled with ground-truth verdicts through multi-stage human annotation. Building on it, we derive OSReward-Hard, a challenge set concentrating genuinely hard cases, and OSReward-Multi for fine-grained efficiency and alignment scoring. The most comprehensive evaluation of VLM judges to date finds even state-of-the-art models fall short of an ideal judge, sharing a systematic leniency bias that mislabels failed runs as successes. The few reliable enough to trust are too expensive to run at scale, while affordable open models trail far behind. To close this gap, we construct and release OS-Shepherd-100K, an open corpus of reasoning-annotated trajectory judgments for the CUA community. On it, we train OS-Shepherd (9B and 35B), open reward models that supply low-cost, stable, and reliable reward signals, matching commercial judges at 30-60x lower cost than the frontier. Extensive analyses further inform the design of reliable CUA reward at scale. Our code, benchmark, dataset, and model checkpoints are available at https://os-copilot.github.io/OSReward-Home/.</p>
            ]]>
      </content:encoded>
      <pubDate>Sun, 09 Aug 2026 17:10:58 -0700</pubDate>
      <author>Jingwen Liang, Gengyu Wang</author>
      <enclosure url="https://media.transistor.fm/d4d5816d/0e889fd6.mp3" length="3872468" type="audio/mpeg"/>
      <itunes:author>Jingwen Liang, Gengyu Wang</itunes:author>
      <itunes:duration>239</itunes:duration>
      <itunes:summary>
        <![CDATA[
            <p>🤗 Upvotes: 67 | cs.AI, cs.CL, cs.CV</p>

            <p><strong>Authors:</strong><br>
            Qiushi Sun, Kanzhi Cheng, Yian Wang, Bowen Yang, Hang Yan, Liheng Chen, Fangzhi Xu, Zichen Ding, Nuo Chen, Jialin Cao, Xingdong Gong, Zehao Li, Kaiming Jin, Xinfeng Yuan, Zhoumianze Liu, Jingyang Gong, Zhangyue Yin, Jiahui Gao, Zhiyong Wu, Tianbao Xie, Jianbing Zhang, Ben Kao, Lingpeng Kong</p>

            <p><strong>Title:</strong><br>
            OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models</p>

            <p><strong>Arxiv:</strong><br>
            <a href="http://arxiv.org/abs/2607.28609v2">http://arxiv.org/abs/2607.28609v2</a></p>

            <p><strong>Abstract:</strong><br>
            Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to vision-language models (VLMs) as judges of CUA trajectories. But a fundamental question has long gone unexamined: are these VLM judges reliable enough? To study it systematically, we introduce OSReward, a realistic, high-quality benchmark that evaluates VLM judges on CUA trajectories. The trajectories come from diverse agent backbones executing human-verified instructions across platforms, and are then rigorously labeled with ground-truth verdicts through multi-stage human annotation. Building on it, we derive OSReward-Hard, a challenge set concentrating genuinely hard cases, and OSReward-Multi for fine-grained efficiency and alignment scoring. The most comprehensive evaluation of VLM judges to date finds even state-of-the-art models fall short of an ideal judge, sharing a systematic leniency bias that mislabels failed runs as successes. The few reliable enough to trust are too expensive to run at scale, while affordable open models trail far behind. To close this gap, we construct and release OS-Shepherd-100K, an open corpus of reasoning-annotated trajectory judgments for the CUA community. On it, we train OS-Shepherd (9B and 35B), open reward models that supply low-cost, stable, and reliable reward signals, matching commercial judges at 30-60x lower cost than the frontier. Extensive analyses further inform the design of reliable CUA reward at scale. Our code, benchmark, dataset, and model checkpoints are available at https://os-copilot.github.io/OSReward-Home/.</p>
            ]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
