<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AIVAX Blog</title>
    <link>https://aivax.net/blog/</link>
    <description>Field notes on AI infrastructure, retrieval and model operations.</description>
    <language>en</language>
    <atom:link href="https://aivax.net/blog/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Research is a pipeline: search discovers, fetch reads</title>
      <link>https://aivax.net/blog/research-is-a-pipeline-search-discovers-fetch-reads/</link>
      <guid isPermaLink="true">https://aivax.net/blog/research-is-a-pipeline-search-discovers-fetch-reads/</guid>
      <pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate>
      <description>A server-side research workflow should separate source discovery from source reading, preserve the URLs and extracted content as evidence, and evaluate each stage independently.</description>
    </item>
    <item>
      <title>Give your coding agent a memory it can read and a world it can fetch</title>
      <link>https://aivax.net/blog/upgrade-your-harness-with-aivax-mcps/</link>
      <guid isPermaLink="true">https://aivax.net/blog/upgrade-your-harness-with-aivax-mcps/</guid>
      <pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate>
      <description>Coding agents lose context between sessions and guess at the world outside the repo. AIVAX&apos;s Collections and Web Utilities MCP servers give them writable semantic memory plus fetch and search — with scoped credentials, bounded retrieval, and explicit write control.</description>
    </item>
    <item>
      <title>Persistent memory is a write path, not a notebook</title>
      <link>https://aivax.net/blog/persistent-memory-is-a-write-path/</link>
      <guid isPermaLink="true">https://aivax.net/blog/persistent-memory-is-a-write-path/</guid>
      <pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
      <description>An agent that writes its own memory gains a second input channel that outlives the session. Recent poisoning research shows why that channel needs ownership, expiry, and review — and how AIVAX scopes it.</description>
    </item>
    <item>
      <title>Batch is an admission-control problem, not a queue</title>
      <link>https://aivax.net/blog/batch-is-an-admission-control-problem-not-a-queue/</link>
      <guid isPermaLink="true">https://aivax.net/blog/batch-is-an-admission-control-problem-not-a-queue/</guid>
      <pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate>
      <description>Bulk AI work fails at the boundary between the queue and the provider: rate limits, balance, validation, and overload. AIVAX Batch answers with bounded admission, per-item validation, and failure-shaped retries.</description>
    </item>
    <item>
      <title>From test to monitor: the judge trajectory as a production signal</title>
      <link>https://aivax.net/blog/judge-trajectory-production-signal/</link>
      <guid isPermaLink="true">https://aivax.net/blog/judge-trajectory-production-signal/</guid>
      <pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
      <description>Agentic Tests already scores every turn of a simulated conversation. Applied to real production traffic, the same trajectory signal — score, at-risk state, persistent loss — tells you when a live conversation is drifting before the user gives up.</description>
    </item>
    <item>
      <title>MCP went stateless. Your application did not</title>
      <link>https://aivax.net/blog/mcp-stateless-core-moves-session-state-into-your-application/</link>
      <guid isPermaLink="true">https://aivax.net/blog/mcp-stateless-core-moves-session-state-into-your-application/</guid>
      <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
      <description>MCP 2026-07-28 removes protocol sessions and transport replay, moving durable state, retries, long-running work, and compatibility into explicit application contracts.</description>
    </item>
    <item>
      <title>A vector database is not a RAG system</title>
      <link>https://aivax.net/blog/a-vector-database-is-not-a-rag-system/</link>
      <guid isPermaLink="true">https://aivax.net/blog/a-vector-database-is-not-a-rag-system/</guid>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
      <description>A vector database stores and searches vectorized records; a managed RAG system coordinates the wider path from source content to maintained, retrievable context.</description>
    </item>
    <item>
      <title>An MCP server is a trust boundary, not just a tool catalog</title>
      <link>https://aivax.net/blog/mcp-is-a-trust-boundary-not-just-a-tool-catalog/</link>
      <guid isPermaLink="true">https://aivax.net/blog/mcp-is-a-trust-boundary-not-just-a-tool-catalog/</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Connecting an MCP server exposes executable capabilities to a model. Discovery policy, call-time authorization, result handling, and audit decide whether the connection is safe — not the tool list.</description>
    </item>
    <item>
      <title>Migrating from OpenAI Assistants Without Rebuilding the Same Coupling</title>
      <link>https://aivax.net/blog/migrating-from-openai-assistants-without-rebuilding-the-same-coupling/</link>
      <guid isPermaLink="true">https://aivax.net/blog/migrating-from-openai-assistants-without-rebuilding-the-same-coupling/</guid>
      <pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate>
      <description>The Assistants API shutdown is an architecture migration, not an endpoint rename. Map configuration, state, execution, tools and observability before choosing Responses or an application-owned gateway design.</description>
    </item>
    <item>
      <title>Reasoning Is a Protocol, Not Just a Model Setting</title>
      <link>https://aivax.net/blog/reasoning-is-a-protocol-not-just-a-model-setting/</link>
      <guid isPermaLink="true">https://aivax.net/blog/reasoning-is-a-protocol-not-just-a-model-setting/</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description>Reasoning APIs now carry summaries, signatures, encrypted state and provider-specific stream events. A production gateway must preserve that protocol, not flatten it into text.</description>
    </item>
    <item>
      <title>Gateway Moderation Is a Product Control, Not Just a Prompt</title>
      <link>https://aivax.net/blog/aivax-gateway-moderation/</link>
      <guid isPermaLink="true">https://aivax.net/blog/aivax-gateway-moderation/</guid>
      <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
      <description>AIVAX Gateway Moderation centralizes safety policy, normally evaluating incoming content before model generation while preserving a configured fallback when that separate step is unavailable.</description>
    </item>
    <item>
      <title>Introducing Agentic Tests</title>
      <link>https://aivax.net/blog/introducing-agentic-tests/</link>
      <guid isPermaLink="true">https://aivax.net/blog/introducing-agentic-tests/</guid>
      <pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate>
      <description>Agentic Tests evaluates complete, goal-oriented conversations through your AI Gateway, with a simulated user and an independent judge tracking the outcome across turns.</description>
    </item>
    <item>
      <title>Semantic Search vs. Reranking: They Solve Different Problems</title>
      <link>https://aivax.net/blog/semantic-search-vs-reranking/</link>
      <guid isPermaLink="true">https://aivax.net/blog/semantic-search-vs-reranking/</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to diagnosing retrieval, rank fusion, and reranking—so you improve the stage that is actually failing.</description>
    </item>
    <item>
      <title>Reflex: retrieval built for recurring documents</title>
      <link>https://aivax.net/blog/reflex-retrieval-built-for-recurring-documents/</link>
      <guid isPermaLink="true">https://aivax.net/blog/reflex-retrieval-built-for-recurring-documents/</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <description>Reflex combines semantic relevance, lexical evidence and account-scoped cache reuse for recurring-document retrieval.</description>
    </item>
  </channel>
</rss>
