<?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: Akshay Patel</title>
    <description>The latest articles on DEV Community by Akshay Patel (@akshaypatelai).</description>
    <link>https://dev.to/akshaypatelai</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%2F4076335%2F4936ab52-8977-417f-a237-e21141ee9d1e.jpg</url>
      <title>DEV Community: Akshay Patel</title>
      <link>https://dev.to/akshaypatelai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshaypatelai"/>
    <language>en</language>
    <item>
      <title>Automation 1/30+: Put an AI agent inside Basecamp</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:30:59 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-130-put-an-ai-agent-inside-basecamp-42k3</link>
      <guid>https://dev.to/akshaypatelai/automation-130-put-an-ai-agent-inside-basecamp-42k3</guid>
      <description>&lt;p&gt;Someone writes a card. Then it waits — for a human with time to read it, ask the obvious questions, and turn it into actual work.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A card lands on your board → the AI reads it against your codebase and posts a plain-English analysis&lt;/li&gt;
&lt;li&gt;You reply in the comments → it answers, flags what's missing, agrees the scope with you&lt;/li&gt;
&lt;li&gt;Move the card to your build column → it opens a pull request&lt;/li&gt;
&lt;li&gt;Same agent also watches to-dos, messages, docs &amp;amp; files, check-ins and the schedule — you switch on the handlers you want&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never moves your cards, merges the PR, or closes anything. It comments and proposes. Your team decides.&lt;/p&gt;

&lt;p&gt;This is the pattern the whole series is built on — the one I run on real projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick Basecamp → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>basecamp</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 2/30+: Put an AI agent inside Jira</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:30:54 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-230-put-an-ai-agent-inside-jira-2j8a</link>
      <guid>https://dev.to/akshaypatelai/automation-230-put-an-ai-agent-inside-jira-2j8a</guid>
      <description>&lt;p&gt;Half your backlog is one-line tickets nobody has had time to think about yet.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Drag a ticket into your "analyze" status → the AI posts a breakdown grounded in your actual repo&lt;/li&gt;
&lt;li&gt;Comment back to challenge or refine it → it answers in the same thread&lt;/li&gt;
&lt;li&gt;Transition it to your "build" status → it opens a pull request&lt;/li&gt;
&lt;li&gt;It listens to the whole Jira event stream — issues, comments, sprints, versions, worklogs — not just one board&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never transitions your tickets, merges PRs or closes issues. Status changes stay a human decision.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; this recipe is beta — built and smoke-tested, still waiting on live-fire use. Tell me what breaks.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick Jira → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>jira</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 3/30+: Put an AI agent inside Slack</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:29:00 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-330-put-an-ai-agent-inside-slack-13k0</link>
      <guid>https://dev.to/akshaypatelai/automation-330-put-an-ai-agent-inside-slack-13k0</guid>
      <description>&lt;p&gt;"Does the app already do this?" gets asked in Slack ten times a week, and the answer lives in a repo nobody in that channel can read.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;@mention it in a channel or DM → it answers from your actual codebase, not from a guess&lt;/li&gt;
&lt;li&gt;It watches the channels you choose and triages what lands there&lt;/li&gt;
&lt;li&gt;Something in the chatter is a real bug → it escalates it as a GitHub issue&lt;/li&gt;
&lt;li&gt;Signed Slack Events API, acknowledged in under 3 seconds, so Slack never shows a timeout&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never posts on someone's behalf, never DMs your team unprompted, and never closes the issues it files.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; beta — built and smoke-tested, not yet battle-hardened in a busy workspace.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick Slack → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>slack</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 5/30+: Put an AI agent inside ClickUp</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:29:00 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-530-put-an-ai-agent-inside-clickup-3f8o</link>
      <guid>https://dev.to/akshaypatelai/automation-530-put-an-ai-agent-inside-clickup-3f8o</guid>
      <description>&lt;p&gt;You have custom statuses for everything. What you don't have is someone to fill in the thinking between them.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Change a task to your "analyze" status → the AI posts a plain-English breakdown grounded in your repo&lt;/li&gt;
&lt;li&gt;Reply in the task comments → it answers and refines the scope with you&lt;/li&gt;
&lt;li&gt;Change it to your "build" status → it opens a pull request&lt;/li&gt;
&lt;li&gt;HMAC-verified relay routes every ClickUp webhook event, so the whole workspace can wake it&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never changes a status, reassigns a task, or merges a PR. It writes, you decide.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; beta — built and smoke-tested, still needs a live workspace to shake out.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick ClickUp → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>clickup</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 4/30+: Put an AI agent inside Trello</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:29:00 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-430-put-an-ai-agent-inside-trello-2i39</link>
      <guid>https://dev.to/akshaypatelai/automation-430-put-an-ai-agent-inside-trello-2i39</guid>
      <description>&lt;p&gt;Trello makes it easy to add a card and hard to make anyone think about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Drag a card into your "analyze" list → the AI posts a repo-grounded analysis as a comment&lt;/li&gt;
&lt;li&gt;Discuss it right there in the card comments → it replies and tightens the scope&lt;/li&gt;
&lt;li&gt;Drag it into your "build" list → it opens a pull request&lt;/li&gt;
&lt;li&gt;The relay picks up every board action, so nothing you do on the board is invisible to it&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never drags cards between lists, archives them, or merges what it opened. Lists are moved by people.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; beta — built and smoke-tested, waiting on real boards to prove it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick Trello → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>trello</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 6/30+: Put an AI agent inside Notion</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:29:00 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-630-put-an-ai-agent-inside-notion-189b</link>
      <guid>https://dev.to/akshaypatelai/automation-630-put-an-ai-agent-inside-notion-189b</guid>
      <description>&lt;p&gt;Your Notion database is where good ideas go to be beautifully formatted and never scoped.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Set a page's status property to "analyze" → the AI posts a repo-grounded breakdown on the page&lt;/li&gt;
&lt;li&gt;Comment back with corrections → it answers in the thread and adjusts&lt;/li&gt;
&lt;li&gt;Move the status to "build" → it opens a pull request&lt;/li&gt;
&lt;li&gt;A signature-verified relay routes every Notion webhook event, so any database you point it at works&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never edits your page properties, never rewrites your docs, never merges anything.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; beta — built and smoke-tested, real-world feedback very welcome.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;clone → ./setup.sh → pick Notion → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>notion</category>
      <category>aiagents</category>
    </item>
    <item>
      <title>Automation 7/30+: Put an AI agent inside Asana</title>
      <dc:creator>Akshay Patel</dc:creator>
      <pubDate>Wed, 16 Sep 2026 14:29:00 +0000</pubDate>
      <link>https://dev.to/akshaypatelai/automation-730-put-an-ai-agent-inside-asana-hg9</link>
      <guid>https://dev.to/akshaypatelai/automation-730-put-an-ai-agent-inside-asana-hg9</guid>
      <description>&lt;p&gt;Sections are your workflow. Nothing actually happens when a task crosses one.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Move a task into your "analyze" section → the AI posts a breakdown grounded in your codebase&lt;/li&gt;
&lt;li&gt;Discuss it in the task comments → it replies, asks what's missing, agrees the scope&lt;/li&gt;
&lt;li&gt;Move it into your "build" section → it opens a pull request&lt;/li&gt;
&lt;li&gt;The relay handles Asana's X-Hook-Secret handshake and HMAC, and routes every webhook event&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it does not do
&lt;/h2&gt;

&lt;p&gt;It never moves tasks between sections, completes them, or merges its own PR.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Honest note:&lt;/strong&gt; beta — built and smoke-tested, not yet proven on a busy project.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;clone → ./setup.sh → pick Asana → answer a few questions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;~5 minutes. No server, no database, free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;p&gt;The recipe is open source: &lt;a href="https://github.com/akshaypatel-ai/ai-automations" rel="noopener noreferrer"&gt;github.com/akshaypatel-ai/ai-automations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of 30+ automations in the series — the full write-up lives on &lt;a href="https://www.akshaypatel.in/blog/ai-automation-series.html" rel="noopener noreferrer"&gt;my site&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>asana</category>
      <category>aiagents</category>
    </item>
  </channel>
</rss>
