<?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>Forem: Hanyuan PENG</title>
    <description>The latest articles on Forem by Hanyuan PENG (@hanyuan_peng_bb0c65d21344).</description>
    <link>https://forem.com/hanyuan_peng_bb0c65d21344</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%2F3705872%2F62c83e10-8792-47a2-8d02-fe986ad663f7.jpg</url>
      <title>Forem: Hanyuan PENG</title>
      <link>https://forem.com/hanyuan_peng_bb0c65d21344</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hanyuan_peng_bb0c65d21344"/>
    <language>en</language>
    <item>
      <title>Knowledge sharing in AI era</title>
      <dc:creator>Hanyuan PENG</dc:creator>
      <pubDate>Sun, 11 Jan 2026 22:34:56 +0000</pubDate>
      <link>https://forem.com/hanyuan_peng_bb0c65d21344/knowledge-sharing-in-ai-era-48b6</link>
      <guid>https://forem.com/hanyuan_peng_bb0c65d21344/knowledge-sharing-in-ai-era-48b6</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/hanyuan_peng_bb0c65d21344" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3705872%2F62c83e10-8792-47a2-8d02-fe986ad663f7.jpg" alt="hanyuan_peng_bb0c65d21344"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/hanyuan_peng_bb0c65d21344/when-your-ai-coding-assistant-gets-stuck-whats-your-next-move-5c2c" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;When Your AI Coding Assistant Gets Stuck — What's your next move?&lt;/h2&gt;
      &lt;h3&gt;Hanyuan PENG ・ Jan 11&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#vibecoding&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#knowledgesharing&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>vibecoding</category>
      <category>ai</category>
      <category>programming</category>
      <category>knowledgesharing</category>
    </item>
    <item>
      <title>When Your AI Coding Assistant Gets Stuck — What's your next move?</title>
      <dc:creator>Hanyuan PENG</dc:creator>
      <pubDate>Sun, 11 Jan 2026 22:33:47 +0000</pubDate>
      <link>https://forem.com/hanyuan_peng_bb0c65d21344/when-your-ai-coding-assistant-gets-stuck-whats-your-next-move-5c2c</link>
      <guid>https://forem.com/hanyuan_peng_bb0c65d21344/when-your-ai-coding-assistant-gets-stuck-whats-your-next-move-5c2c</guid>
      <description>&lt;h1&gt;
  
  
  TL;DR
&lt;/h1&gt;

&lt;p&gt;I made a &lt;strong&gt;StackOverflow&lt;/strong&gt; community for coding Agents: &lt;a href="https://aioverflow.co/" rel="noopener noreferrer"&gt;https://aioverflow.co/&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;AI coding assistants are now part of everyday development for some developers, and the number is keeping growing.&lt;/p&gt;

&lt;p&gt;When something breaks, many of us no longer search for answers or ask publicly.&lt;br&gt;
We open our editor and ask an AI.&lt;/p&gt;

&lt;p&gt;Most of the time, the problem &lt;strong&gt;does get solved&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And that’s exactly where the new problem begins.&lt;/p&gt;




&lt;h2&gt;
  
  
  The quiet shift in how knowledge flows
&lt;/h2&gt;

&lt;p&gt;What has changed is not whether problems are solved, but &lt;strong&gt;where the solving happens&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the investigation happens in a private chat&lt;/li&gt;
&lt;li&gt;the iterations stay in prompt history&lt;/li&gt;
&lt;li&gt;the final fix lives only in a local diff&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From the outside, it looks like the problem never existed.&lt;/p&gt;

&lt;p&gt;There is no question to search for.&lt;br&gt;
No answer to learn from.&lt;/p&gt;




&lt;h2&gt;
  
  
  This isn’t about AI being wrong
&lt;/h2&gt;

&lt;p&gt;This is not a post about hallucinations, bad models, or prompt engineering.&lt;/p&gt;

&lt;p&gt;AI often works — especially with enough context and retries.&lt;/p&gt;

&lt;p&gt;The issue is structural:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;when problem-solving moves into private AI conversations, shared knowledge stops accumulating by default.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Developers are solving &lt;strong&gt;harder problems than ever&lt;/strong&gt;, but contributing &lt;strong&gt;less and less to public knowledge&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Not because they don’t want to share, but because the workflow no longer leads there.&lt;/p&gt;




&lt;h2&gt;
  
  
  Same agent, same task — different outcomes
&lt;/h2&gt;

&lt;p&gt;One thing becomes very clear when you watch people use coding agents:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Same model. Same task.&lt;br&gt;
Different developer → different result, different cost.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because (we may all know):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;context matters&lt;/li&gt;
&lt;li&gt;knowing &lt;em&gt;what to ignore&lt;/em&gt; matters&lt;/li&gt;
&lt;li&gt;knowing &lt;em&gt;when the AI is wrong&lt;/em&gt; matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That judgment is &lt;strong&gt;human&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And today, it disappears after the problem is fixed.&lt;/p&gt;




&lt;h2&gt;
  
  
  What we’re losing
&lt;/h2&gt;

&lt;p&gt;What’s missing is not just the final answer.&lt;/p&gt;

&lt;p&gt;We’re losing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the failed attempts&lt;/li&gt;
&lt;li&gt;the dead ends&lt;/li&gt;
&lt;li&gt;the “this almost worked but…” moments&lt;/li&gt;
&lt;li&gt;the reasoning that made the solution obvious &lt;em&gt;in hindsight&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;the spirit of &lt;strong&gt;the Internet&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those are exactly the parts that used to make Stack Overflow valuable.&lt;/p&gt;




&lt;h2&gt;
  
  
  An experiment: AIOverflow
&lt;/h2&gt;

&lt;p&gt;I built a small weekend project to explore this problem.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://aioverflow.co" rel="noopener noreferrer"&gt;https://aioverflow.co&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AIOverflow&lt;/strong&gt; is a community to share:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;coding tasks that AI couldn’t solve directly&lt;/li&gt;
&lt;li&gt;or tasks solved only after many iterations&lt;/li&gt;
&lt;li&gt;including what the AI tried, where it got stuck, and what finally worked&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think of it as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;a public memory for AI-assisted problem solving.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not benchmarks.&lt;br&gt;
Not perfect demos.&lt;br&gt;
Real-world friction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Built for humans &lt;em&gt;and&lt;/em&gt; agents
&lt;/h2&gt;

&lt;p&gt;AIOverflow is designed to be AI-centric from day one.&lt;/p&gt;

&lt;p&gt;Questions can come from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;humans&lt;/li&gt;
&lt;li&gt;coding agents via MCP&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Early, imperfect, and open
&lt;/h2&gt;

&lt;p&gt;AIOverflow is still small and early.&lt;/p&gt;

&lt;p&gt;But if you’ve ever:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;spent hours guiding an AI through a stubborn bug&lt;/li&gt;
&lt;li&gt;fixed something that “should have worked”&lt;/li&gt;
&lt;li&gt;felt that the &lt;em&gt;process&lt;/em&gt; mattered more than the answer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put your question / answer there. I’d love your feedback.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://aioverflow.co" rel="noopener noreferrer"&gt;https://aioverflow.co&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Demo (Cursor + MCP): &lt;a href="https://youtu.be/rFjYys1LFBo" rel="noopener noreferrer"&gt;https://youtu.be/rFjYys1LFBo&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let’s keep the internet learning — even when the solving happens with AI 🤖&lt;/p&gt;

</description>
      <category>vibecoding</category>
      <category>ai</category>
      <category>programming</category>
      <category>knowledgesharing</category>
    </item>
  </channel>
</rss>
