Daily AI recipesWorkVerified Aug 5, 2026

Build an Operating System for AI Agents in a Single Chat

Turn an AI window into a smart router: create agents that communicate with each other and optimize the result for you

  1. 1.Open Claude.ai or ChatGPT and start a new blank chat.

    Using Claude is recommended, as it handles complex role-based instructions and agent architecture better.

    Claude About this tool
  2. 2.Paste the system prompt into the chat to launch your virtual OS and initialize three agents with different tasks.

    The prompt is written in English because neural networks follow complex structural commands more accurately in this language.

    Claude About this tool
    Prompt
    Act as an AI Agent Operating System (OS). Your role is to coordinate three internal agents: [Analyst], [Writer], and [Reviewer].
    
    When I provide a task, you must execute these steps sequentially:
    1. [Analyst] breaks down the task and defines a short strategy.
    2. [Writer] executes the strategy and creates the draft.
    3. [Reviewer] critiques the draft and outputs the final, polished version.
    
    Rules:
    - Output the internal dialogue between agents inside a <scratchpad> tag.
    - Provide the final optimized result from the [Reviewer] outside the tag.
    - If you understand your role as an OS, reply exactly with: "OS Initialized. Awaiting task."
    What this prompt doesThis prompt turns the neural network into an OS that runs three agents (Analyst, Writer, Reviewer). They will work in sequence, showing their internal dialogue inside the <scratchpad> block.
  3. 3.Wait for the «OS Initialized» response, then send your task using the prompt below. The agents will automatically assign roles and deliver the finished result.

    Replace the square brackets with your topic and target audience.

    Claude About this tool
    Prompt
    Task: Write a short LinkedIn post about [TOPIC]. Target audience: [AUDIENCE].
    What this prompt doesA test command for your OS. Replace [TOPIC] with your topic (e.g., 'AI automation') and [AUDIENCE] with your target audience (e.g., 'startup founders').
💰 What it costs to followprices as of 2026-08
  • freeClaude (Anthropic)The free tier allows a limited number of messages per day with the Claude 3.5 Sonnet model, which is more than enough to run the agent workflow.
Try it and be the first to check in

AI services change fast - interfaces and free limits may differ from what's described.