<?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: 尤煒立</title>
    <description>The latest articles on DEV Community by 尤煒立 (@_01370e9a4eacc43fbc48b).</description>
    <link>https://dev.to/_01370e9a4eacc43fbc48b</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4102190%2F4c2df441-2c86-4324-928b-db12b8669d2a.png</url>
      <title>DEV Community: 尤煒立</title>
      <link>https://dev.to/_01370e9a4eacc43fbc48b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_01370e9a4eacc43fbc48b"/>
    <language>en</language>
    <item>
      <title>Why LLMs Fail at Project Scheduling (CPM) and How We Fixed It with Graph Theory published: true tags: python, ai, architecture, productivity</title>
      <dc:creator>尤煒立</dc:creator>
      <pubDate>Mon, 31 Aug 2026 06:10:58 +0000</pubDate>
      <link>https://dev.to/_01370e9a4eacc43fbc48b/why-llms-fail-at-project-scheduling-cpm-and-how-we-fixed-it-with-graph-theory-published-true-22mp</link>
      <guid>https://dev.to/_01370e9a4eacc43fbc48b/why-llms-fail-at-project-scheduling-cpm-and-how-we-fixed-it-with-graph-theory-published-true-22mp</guid>
      <description>&lt;h1&gt;
  
  
  Why LLMs Fail at Project Scheduling (CPM) and How We Fixed It with Graph Theory
&lt;/h1&gt;

&lt;p&gt;If you have ever tried asking ChatGPT or Claude to generate a 120-task master construction schedule, you noticed three fatal flaws:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Broken Dependency Loops: Tasks that depend on each other cyclically.&lt;/li&gt;
&lt;li&gt;Calendar Blindness: Scheduling concrete curing over national holiday shutdowns.&lt;/li&gt;
&lt;li&gt;Output Friction: Outputting raw text instead of native Microsoft Project (.mpp).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here is how we solved this problem using a decoupled AI Agent Skill and a deterministic graph engine in Python.&lt;/p&gt;

&lt;h3&gt;
  
  
  Decoupled Architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Semantic Parsing (LLM) -&amp;gt; Deterministic CPM Engine (Kahn's Algorithm) -&amp;gt; Native .mpp Export.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Try the Web Demo &amp;amp; Samples
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Web Demo: &lt;a href="https://lead-pm-landing.vercel.app" rel="noopener noreferrer"&gt;https://lead-pm-landing.vercel.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/kentyu0922/pmp-lead-pm-scheduler" rel="noopener noreferrer"&gt;https://github.com/kentyu0922/pmp-lead-pm-scheduler&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Early Bird (50% OFF code: EARLYBIRD): &lt;a href="https://kentyu.gumroad.com/l/pmp-lead-pm-scheduler/EARLYBIRD" rel="noopener noreferrer"&gt;https://kentyu.gumroad.com/l/pmp-lead-pm-scheduler/EARLYBIRD&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
