<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0">
    <channel>
        <title>qbash Blog</title>
        <link>https://qbash.com/blog</link>
        <description>qbash Blog</description>
        <lastBuildDate>Tue, 25 Aug 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Aisle is now qbash]]></title>
            <link>https://qbash.com/blog/aisle-is-now-qbash</link>
            <guid>https://qbash.com/blog/aisle-is-now-qbash</guid>
            <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Aisle is now qbash. AI made judgment programmable and created a new class of application. qbash is the platform where those systems are built, run, and distributed.]]></description>
            <category>Perspective</category>
        </item>
        <item>
            <title><![CDATA[The AI Ticker, August 16–21, 2026]]></title>
            <link>https://qbash.com/blog/ai-ticker-august-16-21-2026</link>
            <guid>https://qbash.com/blog/ai-ticker-august-16-21-2026</guid>
            <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The week in AI in one pass: Stripe buys OpenRouter and says the singularity is here, Anthropic's quality complaints turn into churn, a $31,000 lesson in agent autonomy, and Amazon shreds rare books for training data.]]></description>
            <category>AI News</category>
        </item>
        <item>
            <title><![CDATA[Durable workflows: exactly-once execution with checkpointing]]></title>
            <link>https://qbash.com/blog/durable-workflows-checkpointing</link>
            <guid>https://qbash.com/blog/durable-workflows-checkpointing</guid>
            <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[A checkout fails after the card is charged. Checkpointing in the Tasks SDK records which steps finished so a retry skips them, and every step runs exactly once.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Tasks to control agentic API calls]]></title>
            <link>https://qbash.com/blog/tasks-control-agentic-api-calls</link>
            <guid>https://qbash.com/blog/tasks-control-agentic-api-calls</guid>
            <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Integration calls in Aisle Tasks are standard Python API calls, not agent tool invocations. Credentials stay out of the context window and tokens go toward the work.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Run your Aisle Tasks from Claude, ChatGPT, Cursor + more.]]></title>
            <link>https://qbash.com/blog/release-notes-execution-mcp-server-ai-news</link>
            <guid>https://qbash.com/blog/release-notes-execution-mcp-server-ai-news</guid>
            <pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Build a Task once, expose it as a tool, and call it from Claude Code, Cursor, claude.ai, or ChatGPT. The client passes the inputs, the Task runs on Aisle's managed runtime, and the output comes back in the chat window.]]></description>
            <category>Release Notes</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[A CRM your sales team can talk to]]></title>
            <link>https://qbash.com/blog/airtable-crm-tasks-mcp</link>
            <guid>https://qbash.com/blog/airtable-crm-tasks-mcp</guid>
            <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[An Airtable base of deals, one Task with four modes, mounted on an MCP server. The sales team updates the pipeline by chatting, without edit access to the table.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Use Aisle Tasks in ChatGPT, Claude and more]]></title>
            <link>https://qbash.com/blog/use-aisle-tasks-chatgpt-claude</link>
            <guid>https://qbash.com/blog/use-aisle-tasks-chatgpt-claude</guid>
            <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Deploy a Task as an MCP server and call it from ChatGPT, Claude, or any client that supports the protocol. Same Task, same behavior, every client.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[PowerPoint content automation]]></title>
            <link>https://qbash.com/blog/powerpoint-content-automation</link>
            <guid>https://qbash.com/blog/powerpoint-content-automation</guid>
            <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Mail merge for PowerPoint decks. One template, many rows of data, and a zip of finished decks ready to download.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Building a Lead Gen Automation Prototype]]></title>
            <link>https://qbash.com/blog/lead-gen-automation-prototype</link>
            <guid>https://qbash.com/blog/lead-gen-automation-prototype</guid>
            <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The most copied lead-gen workflow on n8n scrapes Google Maps and ends in a spreadsheet. Here's the same job rebuilt as an Aisle Task with Google Maps, Apollo.io, HubSpot, and Slack.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[The Model Is an Input]]></title>
            <link>https://qbash.com/blog/the-model-is-an-input</link>
            <guid>https://qbash.com/blog/the-model-is-an-input</guid>
            <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[We built Tasks so your work stays separate from any one model and the model is a swappable input. On Microsoft's latest earnings call, Satya Nadella described the same architecture.]]></description>
            <category>Perspective</category>
        </item>
        <item>
            <title><![CDATA[Release Notes: Opus 5, Tasks Improvements, and AI News]]></title>
            <link>https://qbash.com/blog/release-notes-opus-5-tasks-improvements-ai-news</link>
            <guid>https://qbash.com/blog/release-notes-opus-5-tasks-improvements-ai-news</guid>
            <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Anthropic's new flagship is in your model picker today: a 1M token context window, 128K output, and adaptive thinking with full effort control. Plus why your shared Aisle chats can't end up in Google, the Cobalt connector, and a reworked Tasks editor.]]></description>
            <category>Release Notes</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Tasks Editor Updates: full prompt lifecycle and Postgres connection testing]]></title>
            <link>https://qbash.com/blog/tasks-editor-updates-lifecycle-postgres-testing</link>
            <guid>https://qbash.com/blog/tasks-editor-updates-lifecycle-postgres-testing</guid>
            <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Two upgrades to the AI task editor: full create, edit, and remove support for inline prompts, and Postgres connection testing that runs a real read-only query.]]></description>
            <category>Release Notes</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Create persistent feature, spec, and other memories in Claude Code]]></title>
            <link>https://qbash.com/blog/claude-code-persistent-feature-spec-memories</link>
            <guid>https://qbash.com/blog/claude-code-persistent-feature-spec-memories</guid>
            <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[How to set up feature and spec memories in Claude Code that survive across sessions and carry across everyone on your team, instead of re-explaining the same architecture every morning.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[The 7 Best Zapier Alternatives in 2026]]></title>
            <link>https://qbash.com/blog/best-zapier-alternatives</link>
            <guid>https://qbash.com/blog/best-zapier-alternatives</guid>
            <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The best Zapier alternatives in 2026, compared on billing model, hosting, licence and who maintains the automation. Make, n8n, Activepieces, Aisle, Pipedream, Gumloop and Retool.]]></description>
            <category>Comparison</category>
        </item>
        <item>
            <title><![CDATA[Aisle Task Builder: build complex AI automations rapidly]]></title>
            <link>https://qbash.com/blog/aisle-task-builder-complex-automations</link>
            <guid>https://qbash.com/blog/aisle-task-builder-complex-automations</guid>
            <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The AI Task Builder takes a spec and compiles a working Task from it: script, prompts, and wiring, generated end to end.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[The not-AI part]]></title>
            <link>https://qbash.com/blog/the-not-ai-part</link>
            <guid>https://qbash.com/blog/the-not-ai-part</guid>
            <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Building a six-phase competitive intelligence Task with our AI Task Builder made one thing obvious: the model is the smallest part of the work, and the plumbing around it is where the reliability comes from.]]></description>
            <category>Perspective</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[How to Cut Your Token Consumption 50x with Aisle Tasks]]></title>
            <link>https://qbash.com/blog/cut-token-consumption-50x</link>
            <guid>https://qbash.com/blog/cut-token-consumption-50x</guid>
            <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[A look at how moving from agentic reasoning to a deterministic Python task in Aisle can cut token consumption by up to 50x, with no loss in what the automation actually does.]]></description>
            <category>Video</category>
            <category>Tutorial</category>
        </item>
        <item>
            <title><![CDATA[The 7 Best n8n Alternatives in 2026]]></title>
            <link>https://qbash.com/blog/best-n8n-alternatives</link>
            <guid>https://qbash.com/blog/best-n8n-alternatives</guid>
            <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The best n8n alternatives in 2026, compared on licence, hosting, billing model and what happens after launch. Activepieces, Windmill, Aisle, Make, Zapier, Gumloop and Inngest.]]></description>
            <category>Comparison</category>
        </item>
        <item>
            <title><![CDATA[Summarize new Github commits for team members]]></title>
            <link>https://qbash.com/blog/summarize-github-commits</link>
            <guid>https://qbash.com/blog/summarize-github-commits</guid>
            <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Use an Aisle task to create a deterministic AI automation that summarizes all new commits to a project and delivers them to your team.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
        <item>
            <title><![CDATA[Chat with your Server Logs using Aisle & OpenSearch]]></title>
            <link>https://qbash.com/blog/server-logs-opensearch</link>
            <guid>https://qbash.com/blog/server-logs-opensearch</guid>
            <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Connect an OpenSearch instance to an Aisle project and query your server logs in plain language using AI.]]></description>
            <category>Tutorial</category>
            <category>Video</category>
        </item>
    </channel>
</rss>