<?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: pierre</title>
    <description>The latest articles on DEV Community by pierre (@pierre_9cc21c575d5e066c8f).</description>
    <link>https://dev.to/pierre_9cc21c575d5e066c8f</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%2F4107115%2F67cf8f25-a2ad-4bdd-bc99-ca0efa8db849.png</url>
      <title>DEV Community: pierre</title>
      <link>https://dev.to/pierre_9cc21c575d5e066c8f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pierre_9cc21c575d5e066c8f"/>
    <language>en</language>
    <item>
      <title>I Stopped Using AI for Individual Steps and Started Giving It the Whole Task</title>
      <dc:creator>pierre</dc:creator>
      <pubDate>Thu, 03 Sep 2026 02:46:22 +0000</pubDate>
      <link>https://dev.to/pierre_9cc21c575d5e066c8f/i-stopped-using-ai-for-individual-steps-and-started-giving-it-the-whole-task-dab</link>
      <guid>https://dev.to/pierre_9cc21c575d5e066c8f/i-stopped-using-ai-for-individual-steps-and-started-giving-it-the-whole-task-dab</guid>
      <description>&lt;p&gt;Most of my AI workflows have been surprisingly manual.&lt;/p&gt;

&lt;p&gt;Ask ChatGPT something.&lt;/p&gt;

&lt;p&gt;Copy the answer.&lt;/p&gt;

&lt;p&gt;Open another tool.&lt;/p&gt;

&lt;p&gt;Search for additional information.&lt;/p&gt;

&lt;p&gt;Paste everything into a document.&lt;/p&gt;

&lt;p&gt;Ask AI to restructure it.&lt;/p&gt;

&lt;p&gt;Repeat.&lt;/p&gt;

&lt;p&gt;AI made individual steps faster, but I was still the workflow engine connecting everything together.&lt;/p&gt;

&lt;p&gt;Recently I tried a different approach with NoteGPT’s AI Agent.&lt;/p&gt;

&lt;p&gt;Instead of asking it to complete one step, I gave it the end goal.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Research five competing products, find their recent updates, compare their features and positioning, and produce a structured report.&lt;/p&gt;

&lt;p&gt;The agent breaks that goal into smaller tasks, decides which tools it needs, browses the web, processes the information, and combines the results into a final deliverable.&lt;/p&gt;

&lt;p&gt;That’s a subtle but important difference.&lt;/p&gt;

&lt;p&gt;Chat vs. delegation&lt;/p&gt;

&lt;p&gt;A normal AI conversation usually looks like this:&lt;/p&gt;

&lt;p&gt;User → prompt → response → next prompt → response → next prompt.&lt;/p&gt;

&lt;p&gt;An agent workflow looks closer to:&lt;/p&gt;

&lt;p&gt;User → goal → plan → tools → execution → result.&lt;/p&gt;

&lt;p&gt;You’re moving some of the orchestration away from yourself.&lt;/p&gt;

&lt;p&gt;I found this especially useful for tasks involving several different operations: research, summarization, comparison, writing and formatting.&lt;/p&gt;

&lt;p&gt;No agent framework required&lt;/p&gt;

&lt;p&gt;The other thing I appreciated was the lack of setup.&lt;/p&gt;

&lt;p&gt;I’ve experimented with agent frameworks before, and many of them quickly turn into a project of their own.&lt;/p&gt;

&lt;p&gt;Environment variables.&lt;/p&gt;

&lt;p&gt;API keys.&lt;/p&gt;

&lt;p&gt;Model configuration.&lt;/p&gt;

&lt;p&gt;Tool definitions.&lt;/p&gt;

&lt;p&gt;Workflow logic.&lt;/p&gt;

&lt;p&gt;Debugging.&lt;/p&gt;

&lt;p&gt;That flexibility is great when you need it, but sometimes I just want to delegate a task.&lt;/p&gt;

&lt;p&gt;NoteGPT takes the opposite approach. It runs in the browser, requires no code or API key, and lets you switch between 20+ models including GPT, Claude, Gemini and DeepSeek.&lt;/p&gt;

&lt;p&gt;There are also predefined skills for common workflows such as Deep Research, AI Documents, AI Slides, AI Sheets and Data Analysis.&lt;/p&gt;

&lt;p&gt;Where I think this is useful&lt;/p&gt;

&lt;p&gt;I wouldn’t hand an agent an important task and blindly trust the output.&lt;/p&gt;

&lt;p&gt;Research still needs verification. Code still needs testing. Anything involving financial, legal or medical decisions obviously needs proper human review.&lt;/p&gt;

&lt;p&gt;But there’s a large category of boring work where the cost isn’t intelligence — it’s coordination.&lt;/p&gt;

&lt;p&gt;Finding information.&lt;/p&gt;

&lt;p&gt;Moving information.&lt;/p&gt;

&lt;p&gt;Restructuring information.&lt;/p&gt;

&lt;p&gt;Turning it into another format.&lt;/p&gt;

&lt;p&gt;That’s where agents are starting to make sense to me.&lt;/p&gt;

&lt;p&gt;Instead of making each individual step 30% faster, they can sometimes remove several steps entirely.&lt;/p&gt;

&lt;p&gt;NoteGPT’s AI Agent is free to start if you want to experiment with this workflow:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://notegpt.io/ai-agent" rel="noopener noreferrer"&gt;notegpt.io/ai-agent&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The question I’m increasingly asking myself isn’t “Can AI answer this?”&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;p&gt;“Can I stop doing this workflow manually?”&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
