<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ChatFuse Blog</title>
    <link>https://chatfuse.ai/blog</link>
    <description>Product updates and insights from the ChatFuse team.</description>
    <atom:link href="https://chatfuse.ai/blog/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Multi Agent QA: Three Roles, One Document</title>
      <link>https://chatfuse.ai/blog/multi-agent-qa-testing</link>
      <guid>https://chatfuse.ai/blog/multi-agent-qa-testing</guid>
      <description>Multi agent QA splits finding bugs from fixing them, because an agent that implements its own findings rationalises them. Here is the workflow we run.</description>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Rate Limiting Without Storing Who You Are</title>
      <link>https://chatfuse.ai/blog/api-rate-limiting-without-pii</link>
      <guid>https://chatfuse.ai/blog/api-rate-limiting-without-pii</guid>
      <description>API rate limiting usually stores a user ID or IP as the key. Here is how ChatFuse throttles abuse without any identifier ever reaching the limiter.</description>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Agent Write Actions: The Confirmation Gate</title>
      <link>https://chatfuse.ai/blog/ai-agent-write-actions</link>
      <guid>https://chatfuse.ai/blog/ai-agent-write-actions</guid>
      <description>AI agent write actions are the moment an assistant stops reading and starts doing. Here is the confirmation boundary we built so a model cannot send on its own.</description>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Fable 5 vs GPT-5.6 Sol: No Single Winner</title>
      <link>https://chatfuse.ai/blog/fable-5-vs-gpt-5-6-sol</link>
      <guid>https://chatfuse.ai/blog/fable-5-vs-gpt-5-6-sol</guid>
      <description>Fable 5 vs GPT-5.6 Sol: Fable wins on judgment and deep engineering, Sol on cost and agentic coding. Here is which model to use for which job, and why.</description>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How Energy Efficient AI Model Routing Works</title>
      <link>https://chatfuse.ai/blog/energy-efficient-ai-model-routing</link>
      <guid>https://chatfuse.ai/blog/energy-efficient-ai-model-routing</guid>
      <description>Energy efficient AI model routing sends each prompt to the smallest model that can answer it, cutting energy per query 60% to 85% with the same output.</description>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Mobile AI Chat: A Two Shell Panel Architecture</title>
      <link>https://chatfuse.ai/blog/mobile-ai-chat-architecture</link>
      <guid>https://chatfuse.ai/blog/mobile-ai-chat-architecture</guid>
      <description>Mobile AI chat needs native feeling navigation, not a squeezed desktop layout. Here is the two shell panel system ChatFuse runs below 767px.</description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Guardrail Testing: 19 Attacks on Our Own Chat</title>
      <link>https://chatfuse.ai/blog/ai-guardrail-testing</link>
      <guid>https://chatfuse.ai/blog/ai-guardrail-testing</guid>
      <description>AI guardrail testing means attacking your own chat the way a real user would. Here are the 19 adversarial tests we run against ChatFuse and how we score them.</description>
      <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Canvas: Building a Live Document Editor</title>
      <link>https://chatfuse.ai/blog/ai-document-editor</link>
      <guid>https://chatfuse.ai/blog/ai-document-editor</guid>
      <description>An AI document editor keeps the work beside the chat instead of buried in it. Here is how ChatFuse canvas renders, edits, and runs what the model writes.</description>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Prompt Classification: How Routing Decides</title>
      <link>https://chatfuse.ai/blog/ai-prompt-classification</link>
      <guid>https://chatfuse.ai/blog/ai-prompt-classification</guid>
      <description>AI prompt classification sorts every prompt into a task category in milliseconds, so the orchestrator picks the right model before you notice it happened.</description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Persistent AI Memory: Why We Deleted Vectors</title>
      <link>https://chatfuse.ai/blog/persistent-ai-memory</link>
      <guid>https://chatfuse.ai/blog/persistent-ai-memory</guid>
      <description>Persistent AI memory lets a chat remember you across sessions and models. We rebuilt ours by deleting the vector search, and retrieval got more accurate.</description>
      <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LLM Streaming: Why Time to First Token Wins</title>
      <link>https://chatfuse.ai/blog/llm-streaming-latency</link>
      <guid>https://chatfuse.ai/blog/llm-streaming-latency</guid>
      <description>LLM streaming latency is judged by time to first token, not total time. Here is the buffer that makes ChatFuse feel fast even when the model is slow.</description>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>One AI Platform for Consumer and Enterprise</title>
      <link>https://chatfuse.ai/blog/one-ai-platform-consumer-enterprise</link>
      <guid>https://chatfuse.ai/blog/one-ai-platform-consumer-enterprise</guid>
      <description>One AI platform for consumer and enterprise runs both on the same orchestration, memory, and security. Only the configuration changes, not the architecture.</description>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Model Orchestration: How Prompt Routing Works</title>
      <link>https://chatfuse.ai/blog/ai-model-orchestration</link>
      <guid>https://chatfuse.ai/blog/ai-model-orchestration</guid>
      <description>AI model orchestration routes every prompt to the best AI model automatically. Here is how ChatFuse decides, prices it, and handles fallback.</description>
      <pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Zero Trust AI Data Security, from the Ground Up</title>
      <link>https://chatfuse.ai/blog/zero-trust-ai-data-security</link>
      <guid>https://chatfuse.ai/blog/zero-trust-ai-data-security</guid>
      <description>Zero trust AI data security removes standing human access to sensitive systems by default, so data flows system to system, never person to system at ChatFuse.</description>
      <pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Inside the ChatFuse AI Orchestration Platform</title>
      <link>https://chatfuse.ai/blog/chatfuse-ai-orchestration-platform</link>
      <guid>https://chatfuse.ai/blog/chatfuse-ai-orchestration-platform</guid>
      <description>The ChatFuse AI orchestration platform unifies 130+ models, 500+ tools, and shared memory in one place, so the best AI works as a team instead of in isolation.</description>
      <pubDate>Sun, 28 Dec 2025 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>