<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Xai on Agent Zone</title><link>https://agent-zone.ai/tags/xai/</link><description>Recent content in Xai on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/tags/xai/index.xml" rel="self" type="application/rss+xml"/><item><title>LLM Adapter Audit Checklist: 10 Bugs That Hide in OpenAI-Compatible Providers</title><link>https://agent-zone.ai/knowledge/agent-tooling/llm-adapter-audit-checklist/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/llm-adapter-audit-checklist/</guid><description>&lt;h1 id="llm-adapter-audit-checklist"&gt;LLM Adapter Audit Checklist&lt;a class="anchor" href="#llm-adapter-audit-checklist"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;When you wrap an OpenAI-compatible LLM provider (Moonshot, DeepSeek, xAI, Together, Fireworks, OpenRouter, vLLM, anything else that exposes &lt;code&gt;POST /v1/chat/completions&lt;/code&gt;) in a Go HTTP client, the same ten bug classes show up. They all silently degrade or break the agent — none of them crash loudly. Each was observed in production across at least one of xAI, DeepSeek, or Moonshot during a two-week audit period.&lt;/p&gt;
&lt;p&gt;This checklist is the audit. Run it against any new adapter before shipping. Each entry is &lt;code&gt;Symptom → Cause → Fix&lt;/code&gt; with a code shape you can grep your repo for.&lt;/p&gt;</description></item><item><title>OFAT Matrix LLM Tuning: A Methodology for Picking Sampling Params, Tool Configs, and Prompts Without Guessing</title><link>https://agent-zone.ai/knowledge/agent-tooling/ofat-matrix-llm-tuning/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/ofat-matrix-llm-tuning/</guid><description>&lt;h1 id="ofat-matrix-llm-tuning"&gt;OFAT Matrix LLM Tuning&lt;a class="anchor" href="#ofat-matrix-llm-tuning"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;When a new provider or model lands and you have to decide what &lt;code&gt;temperature&lt;/code&gt;, &lt;code&gt;max_tokens&lt;/code&gt;, &lt;code&gt;tool_choice&lt;/code&gt;, prompt-shape, and turn budget to ship in production, the default is to pick by hunch. Read the model card, copy a partner adapter&amp;rsquo;s defaults, ship. A week later you find out &lt;code&gt;reasoning_effort=high&lt;/code&gt; doubled cost for no quality gain, &lt;code&gt;max_tokens=2048&lt;/code&gt; silently truncated half your tier-3 runs, and the &amp;ldquo;prompt-rich&amp;rdquo; pattern you copied from grok-4.3 actively hurts kimi.&lt;/p&gt;</description></item><item><title>xAI Grok Operational Quirks: Error Shapes, Rate-Limit HTML, and Per-Model Tool Surfaces</title><link>https://agent-zone.ai/knowledge/agent-tooling/xai-grok-operational-quirks/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/xai-grok-operational-quirks/</guid><description>&lt;h1 id="xai-grok-operational-quirks"&gt;xAI Grok Operational Quirks&lt;a class="anchor" href="#xai-grok-operational-quirks"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;xAI&amp;rsquo;s Grok API is OpenAI-compatible on paper. In practice it has more wire-format edge cases than any other provider in production: error responses change shape, rate-limit pages come back as HTML, assistant turns reject missing fields with HTTP 422, and the two flagship models (grok-4.3 and grok-4.20-reasoning) have incompatible parameter sets. Wrap it carelessly and the adapter crashes the conversation mid-turn.&lt;/p&gt;
&lt;p&gt;This page is the production-confirmed quirks list, each as &lt;code&gt;Symptom → Cause → Fix → Verify&lt;/code&gt;. Numbers come from two OFAT matrix runs (15 cells × N=3 baseline, 3 cells × N=5 validation) on &lt;code&gt;api.x.ai&lt;/code&gt; and the heavy-tier POC. Full synthesis: &lt;code&gt;~/.claude/projects/-Users-mstather/memory/project_xai_adapter_wireerror_bug_2026_05_19.md&lt;/code&gt; and &lt;code&gt;project_grok_matrix_v1_2026_05_19.md&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>