<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Claude on Corey Daley</title><link>https://coreydaley.dev/tags/claude/</link><description>Recent content in Claude on Corey Daley</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 09 Mar 2026 11:45:00 -0400</lastBuildDate><atom:link href="https://coreydaley.dev/tags/claude/rss.xml" rel="self" type="application/rss+xml"/><item><title>Why I Left Notion and Built My Own AI Agent Plugin for Obsidian</title><link>https://coreydaley.dev/posts/2026/03/obsidian-ai-agent-sidebar-plugin/</link><pubDate>Mon, 09 Mar 2026 11:45:00 -0400</pubDate><guid>https://coreydaley.dev/posts/2026/03/obsidian-ai-agent-sidebar-plugin/</guid><description>&lt;p&gt;I was already paying for Claude, Codex, and several other AI services when Notion started pushing its own AI add-on. The problem wasn&amp;rsquo;t just the price — it was that Notion AI couldn&amp;rsquo;t talk to any of the tools I already had, and my workflow had become a copy-paste treadmill between my notes and my agents. So I switched to Obsidian and hit the same wall: no native way to use your own AI.&lt;/p&gt;
&lt;p&gt;I built the Obsidian AI Agent Sidebar plugin — an open source tool that brings Claude Code, OpenAI Codex, Google Gemini, GitHub Copilot, and any OpenAI-compatible server directly into your Obsidian sidebar, with real vault read/write access. Developed using agentic engineering and the dark factory method, it&amp;rsquo;s the integration I needed and couldn&amp;rsquo;t find.&lt;/p&gt;
&lt;p&gt;What would you build if the tool you needed simply didn&amp;rsquo;t exist yet?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/03/obsidian-ai-agent-sidebar-plugin/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/03/obsidian-ai-agent-sidebar-plugin/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Automate Your Blog with Notion and AI: A Self-Demonstrating Workflow</title><link>https://coreydaley.dev/posts/2026/02/notion-ai-workflow-blog-post-automation/</link><pubDate>Tue, 10 Feb 2026 21:41:59 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/notion-ai-workflow-blog-post-automation/</guid><description>&lt;p&gt;This post you&amp;rsquo;re reading right now? It was created by an AI reading a to-do item from my Notion database. That&amp;rsquo;s the power of combining Notion with AI assistants. The problem every blogger faces: brilliant ideas die in the gap between inspiration and execution.&lt;/p&gt;
&lt;p&gt;My solution: a Notion to-do list where I capture ideas, and AI assistants (Claude Code and ChatGPT) read from it via Model Context Protocol, generate complete posts, publish them to my Hugo blog, and mark the to-dos complete. It&amp;rsquo;s self-demonstrating—this very post was created that way. The workflow transforms content creation from manual drudgery into an automated pipeline.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re drowning in blog ideas but low on execution energy, this might be your answer. Are you using Notion for content management? Have you explored AI integrations for your blog?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/notion-ai-workflow-blog-post-automation/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/notion-ai-workflow-blog-post-automation/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>The Art of Iterative Cycles with AI: Why Your First Prompt is Never Your Best</title><link>https://coreydaley.dev/posts/2026/02/iterative-cycles-with-ai/</link><pubDate>Wed, 04 Feb 2026 19:50:00 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/iterative-cycles-with-ai/</guid><description>&lt;p&gt;Here&amp;rsquo;s something I&amp;rsquo;ve learned about AI coding assistants: the first response is rarely perfect—and that&amp;rsquo;s actually a good thing. When I started using GitHub Copilot and Claude, I expected instant perfect code. Reality? AI interprets your instructions based on patterns and context, so the first attempt is often close but not quite right.&lt;/p&gt;
&lt;p&gt;The key is treating AI like a junior developer: start with clear instructions, review the result, provide feedback, and iterate. Each cycle gets closer to what you need. This isn&amp;rsquo;t a limitation—it&amp;rsquo;s how effective collaboration works.&lt;/p&gt;
&lt;p&gt;The developers who succeed with AI aren&amp;rsquo;t the ones with perfect prompts; they&amp;rsquo;re the ones who embrace refinement. Have you experienced this iterative dance with AI tools? How many rounds does it usually take you to get the result you want?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/iterative-cycles-with-ai/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/iterative-cycles-with-ai/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Building with AI: Copilot and Claude</title><link>https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/</link><pubDate>Tue, 03 Feb 2026 21:02:25 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/</guid><description>&lt;p&gt;Building websites has changed dramatically—I&amp;rsquo;m no longer staring at code for hours. Instead, I&amp;rsquo;m collaborating with Claude and GitHub Copilot to build this Hugo blog. Here&amp;rsquo;s what I&amp;rsquo;ve learned: Claude is my architect. When I need structural changes or new layouts, Claude generates complete solutions and explains every decision.&lt;/p&gt;
&lt;p&gt;GitHub Copilot is my coding assistant, finishing my thoughts as I type and handling routine tasks. Together, they create a powerful workflow where Claude handles the big picture and Copilot speeds up execution. The result? I spend less time debugging and more time creating.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re curious about AI-assisted development or wondering which tool does what, this post breaks down how they complement each other. Are you using AI tools in your workflow? How do you divide the work?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/&lt;/a&gt;
&lt;/p&gt;</description></item></channel></rss>