<?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: LikelyYou</title>
    <description>The latest articles on DEV Community by LikelyYou (@likelyyoumybae).</description>
    <link>https://dev.to/likelyyoumybae</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%2F3801100%2F8cc4a4d9-fed2-4954-8fd2-6a69433251d8.png</url>
      <title>DEV Community: LikelyYou</title>
      <link>https://dev.to/likelyyoumybae</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/likelyyoumybae"/>
    <language>en</language>
    <item>
      <title>I built a local-first Canvas LMS agent workflow for Codex and Claude Code users</title>
      <dc:creator>LikelyYou</dc:creator>
      <pubDate>Sun, 05 Jul 2026 10:09:19 +0000</pubDate>
      <link>https://dev.to/likelyyoumybae/i-built-a-local-first-canvas-lms-agent-workflow-for-codex-and-claude-code-users-5fkl</link>
      <guid>https://dev.to/likelyyoumybae/i-built-a-local-first-canvas-lms-agent-workflow-for-codex-and-claude-code-users-5fkl</guid>
      <description>&lt;p&gt;&lt;a href="https://canvas-pilot.likelyou.com/articles/workflow-layer-above-canvas-mcp" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have been building Canvas Pilot, a local-first Canvas LMS AI agent for recurring coursework workflows.&lt;/p&gt;

&lt;p&gt;The main idea is not "another Canvas API wrapper." Canvas MCP servers and Canvas API clients can help an agent see Canvas. Canvas Pilot is the workflow layer above that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scan Canvas assignments into an approval plan&lt;/li&gt;
&lt;li&gt;stop before execution&lt;/li&gt;
&lt;li&gt;let the student approve selected work&lt;/li&gt;
&lt;li&gt;route approved items into recurring course workflows&lt;/li&gt;
&lt;li&gt;produce review-ready drafts, result files, and REPORT.md&lt;/li&gt;
&lt;li&gt;keep private course data and drafts local&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why workflow memory matters
&lt;/h2&gt;

&lt;p&gt;Many courses repeat the same assignment shape every week.&lt;/p&gt;

&lt;p&gt;One course might always put the real spec on an external site. Another might always require the same reading annotation format. Another might use the same problem-source and PDF delivery workflow.&lt;/p&gt;

&lt;p&gt;If an agent has to rediscover that every week, you are still doing the orchestration. Canvas Pilot tries to make the repeated pattern durable.&lt;/p&gt;

&lt;h2&gt;
  
  
  The workflow
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;scan Canvas -&amp;gt; approval plan -&amp;gt; student approval -&amp;gt; approved workflow -&amp;gt; review-ready output -&amp;gt; REPORT.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The scan step does not start doing assignments. It writes a plan and stops. Execution only happens after the user approves selected items.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it is for
&lt;/h2&gt;

&lt;p&gt;This public preview is for AI power users first.&lt;/p&gt;

&lt;p&gt;If you already know how to use Codex, Claude Code, or similar local agents, the product can remove a lot of repeated Canvas coordination. It can make recurring coursework feel close to a one-command workflow: scan, approve, execute, review.&lt;/p&gt;

&lt;p&gt;If you do not already know how to operate local agent workflows, this version will feel hard. I would rather be honest about that than pretend it is a polished no-code SaaS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Local-first boundary
&lt;/h2&gt;

&lt;p&gt;Credentials, cookies, real course identifiers, runs, private overlays, assignment inputs, and drafts stay on the user's machine.&lt;/p&gt;

&lt;p&gt;The public repo contains the generic framework and public-safe examples.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/X-isdoingreat/canvas-pilot" rel="noopener noreferrer"&gt;https://github.com/X-isdoingreat/canvas-pilot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://canvas-pilot.likelyou.com/" rel="noopener noreferrer"&gt;https://canvas-pilot.likelyou.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
