<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gongsheng Li</title>
    <description>The latest articles on DEV Community by Gongsheng Li (@alcholiclg).</description>
    <link>https://dev.to/alcholiclg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3634824%2Fb78ccc79-bb30-4ba1-83ca-90a190e43421.jpeg</url>
      <title>DEV Community: Gongsheng Li</title>
      <link>https://dev.to/alcholiclg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alcholiclg"/>
    <language>en</language>
    <item>
      <title>Rethinking My Deep-Research Agent Workflow — Should We Move Beyond Static Trees?</title>
      <dc:creator>Gongsheng Li</dc:creator>
      <pubDate>Fri, 28 Nov 2025 14:41:19 +0000</pubDate>
      <link>https://dev.to/alcholiclg/rethinking-my-deep-research-agent-workflow-should-we-move-beyond-static-trees-2eac</link>
      <guid>https://dev.to/alcholiclg/rethinking-my-deep-research-agent-workflow-should-we-move-beyond-static-trees-2eac</guid>
      <description>&lt;p&gt;I’m reevaluating a deep-research workflow I built earlier and would love some advice.&lt;/p&gt;

&lt;p&gt;My previous design used a static tree workflow (fixed width/depth, node = search → extract → summarize → generate follow-ups), similar to GitHub’s popular deep-research repo. But newer projects like deer-flow and open_deep_research seem to favor a different style:&lt;br&gt;
clear multi-agent roles + dynamic tool-call loops instead of a fixed search tree.&lt;/p&gt;

&lt;p&gt;I’m trying to understand:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is moving from static workflows to tool-call loops the current trend? What are the concrete advantages, and is it worth refactoring?&lt;/li&gt;
&lt;li&gt;How do you evaluate these systems? From output alone it’s hard to tell which is “better,” and static workflows are still very popular. Is there actually a meaningful performance gap today?&lt;/li&gt;
&lt;li&gt;For a practical open-source project, what principles guide iteration? If the goal isn’t just scoring well on benchmarks (e.g., HLE), how would you think about evolving a deep-research agent?
Any thoughts or experience would be really helpful. Thanks!&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
