<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>ChangeGamer — Guide updates</title>
  <subtitle>Machine-readable resources, built for AI agents.</subtitle>
  <link href="https://changegamer.ai/feed/guide.xml" rel="self" type="application/atom+xml" />
  <link href="https://changegamer.ai" />
  <id>https://changegamer.ai/feed/guide.xml</id>
  <updated>2026-07-22T00:00:00Z</updated>
  <author><name>ChangeGamer</name></author>
  <entry>
    <title>Computer Use and Browser Automation for Agents</title>
    <link href="https://changegamer.ai/resources/computer-use-browser-automation" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/computer-use-browser-automation.md" />
    <id>https://changegamer.ai/resources/computer-use-browser-automation</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <category term="Guide" />
    <category term="computer-use" />
    <category term="browser-automation" />
    <category term="playwright" />
    <category term="anthropic" />
    <category term="openai" />
    <category term="agents" />
    <category term="gui" />
    <category term="security" />
    <summary>Two-layer reference: vendor computer-use APIs (Anthropic, OpenAI CUA, Google Gemini) that translate screenshots to actions, and the open harnesses (Playwright MCP, browser-use, Stagehand, Skyvern) that execute those actions — with loop mechanics, reliability tradeoffs, and security gates.</summary>
  </entry>
  <entry>
    <title>Prompt Caching for AI Agents</title>
    <link href="https://changegamer.ai/resources/prompt-caching-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/prompt-caching-for-agents.md" />
    <id>https://changegamer.ai/resources/prompt-caching-for-agents</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <category term="Guide" />
    <category term="prompt-caching" />
    <category term="cost" />
    <category term="latency" />
    <category term="anthropic" />
    <category term="openai" />
    <category term="gemini" />
    <category term="agents" />
    <category term="optimization" />
    <summary>Cross-provider prompt caching reference: how to activate it, minimum token thresholds, TTLs, read-vs-write pricing, and when it pays off for agentic workloads.</summary>
  </entry>
  <entry>
    <title>Shipping AI Agents to Production: A Production-Readiness Checklist</title>
    <link href="https://changegamer.ai/resources/shipping-agents-to-production" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/shipping-agents-to-production.md" />
    <id>https://changegamer.ai/resources/shipping-agents-to-production</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agents" />
    <category term="production" />
    <category term="checklist" />
    <category term="deployment" />
    <category term="reliability" />
    <category term="observability" />
    <category term="security" />
    <category term="evaluation" />
    <summary>End-to-end checklist for productionizing an AI agent — evaluation gates, observability, guardrails, cost controls, resilience, durability, HITL approvals, secrets, rollback, and incident response.</summary>
  </entry>
  <entry>
    <title>Synthetic Data Generation for Agent Training</title>
    <link href="https://changegamer.ai/resources/synthetic-data-generation" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/synthetic-data-generation.md" />
    <id>https://changegamer.ai/resources/synthetic-data-generation</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <category term="Guide" />
    <category term="fine-tuning" />
    <category term="synthetic-data" />
    <category term="training" />
    <category term="data-pipelines" />
    <category term="tool-calling" />
    <category term="distillation" />
    <category term="agents" />
    <summary>How to build agentic training corpora without human annotation at scale: the three generation patterns (distillation, self-play, environment rollout), open pipelines (distilabel, AgentInstruct, APIGen-MT, TOUCAN), quality filtering, and the model-collapse risk.</summary>
  </entry>
  <entry>
    <title>Fine-Tuning vs RAG vs Prompting</title>
    <link href="https://changegamer.ai/resources/fine-tuning-vs-rag" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/fine-tuning-vs-rag.md" />
    <id>https://changegamer.ai/resources/fine-tuning-vs-rag</id>
    <updated>2026-07-19T00:00:00Z</updated>
    <category term="Guide" />
    <category term="fine-tuning" />
    <category term="rag" />
    <category term="prompting" />
    <category term="lora" />
    <category term="dpo" />
    <category term="sft" />
    <category term="distillation" />
    <category term="agents" />
    <category term="decision-guide" />
    <summary>Decision guide for agent builders: when to use prompting, RAG, or fine-tuning — and how they combine. Covers SFT, LoRA/QLoRA, DPO, distillation, and a symptom-to-fix table.</summary>
  </entry>
  <entry>
    <title>Testing AI Agents in CI</title>
    <link href="https://changegamer.ai/resources/testing-ai-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/testing-ai-agents.md" />
    <id>https://changegamer.ai/resources/testing-ai-agents</id>
    <updated>2026-07-19T00:00:00Z</updated>
    <category term="Guide" />
    <category term="testing" />
    <category term="ci" />
    <category term="agents" />
    <category term="mocking" />
    <category term="determinism" />
    <category term="tool-calling" />
    <category term="pytest" />
    <summary>How to write deterministic, fast, CI-friendly tests for non-deterministic agents: the three-layer test pyramid, LLM mocking, cassette/VCR-style replay, snapshot testing of tool-call trajectories, pass@k thresholds, and verified tooling.</summary>
  </entry>
  <entry>
    <title>Agent Observability and Tracing</title>
    <link href="https://changegamer.ai/resources/agent-observability" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-observability.md" />
    <id>https://changegamer.ai/resources/agent-observability</id>
    <updated>2026-07-18T00:00:00Z</updated>
    <category term="Guide" />
    <category term="observability" />
    <category term="tracing" />
    <category term="opentelemetry" />
    <category term="agents" />
    <category term="debugging" />
    <category term="evals" />
    <summary>Why agents need observability beyond app logs, how OpenTelemetry GenAI semantic conventions model agent runs as traces, key signals to capture, and a verified tooling landscape.</summary>
  </entry>
  <entry>
    <title>Generative UI and Agent-to-UI Protocols</title>
    <link href="https://changegamer.ai/resources/generative-ui-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/generative-ui-for-agents.md" />
    <id>https://changegamer.ai/resources/generative-ui-for-agents</id>
    <updated>2026-07-18T00:00:00Z</updated>
    <category term="Guide" />
    <category term="generative-ui" />
    <category term="ag-ui" />
    <category term="frontend" />
    <category term="streaming" />
    <category term="human-in-the-loop" />
    <category term="copilotkit" />
    <category term="agents" />
    <category term="protocols" />
    <summary>How agents drive UI dynamically: the AG-UI protocol, framework options (Vercel AI SDK, CopilotKit, assistant-ui, LangGraph), streaming component patterns, and human-in-the-loop UI design.</summary>
  </entry>
  <entry>
    <title>Streaming Responses for Agents</title>
    <link href="https://changegamer.ai/resources/streaming-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/streaming-for-agents.md" />
    <id>https://changegamer.ai/resources/streaming-for-agents</id>
    <updated>2026-07-18T00:00:00Z</updated>
    <category term="Guide" />
    <category term="streaming" />
    <category term="sse" />
    <category term="server-sent-events" />
    <category term="openai" />
    <category term="anthropic" />
    <category term="gemini" />
    <category term="tool-calling" />
    <category term="latency" />
    <category term="agents" />
    <summary>Transport formats, provider event schemas, and practical concerns for consuming streamed LLM responses in production agents: SSE mechanics, OpenAI (Chat Completions and Responses API) and Anthropic event formats, partial-JSON tool-call parsing, backpressure, cancellation, and gateway proxying.</summary>
  </entry>
  <entry>
    <title>Agent Identity and Authentication</title>
    <link href="https://changegamer.ai/resources/agent-identity-authentication" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-identity-authentication.md" />
    <id>https://changegamer.ai/resources/agent-identity-authentication</id>
    <updated>2026-07-17T00:00:00Z</updated>
    <category term="Guide" />
    <category term="identity" />
    <category term="authentication" />
    <category term="oauth" />
    <category term="spiffe" />
    <category term="workload-identity" />
    <category term="security" />
    <category term="agents" />
    <category term="delegation" />
    <summary>How autonomous agents prove who they are and get authorized to act: workload identity vs. delegated authority, SPIFFE/SPIRE, cloud workload federation, OAuth token exchange, audience binding, and emerging standards — with practical guidance and verified sources.</summary>
  </entry>
  <entry>
    <title>Multimodal Agents: Vision, Documents, and Screens</title>
    <link href="https://changegamer.ai/resources/multimodal-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/multimodal-agents.md" />
    <id>https://changegamer.ai/resources/multimodal-agents</id>
    <updated>2026-07-17T00:00:00Z</updated>
    <category term="Guide" />
    <category term="multimodal" />
    <category term="vision" />
    <category term="vlm" />
    <category term="images" />
    <category term="ocr" />
    <category term="grounding" />
    <category term="agents" />
    <category term="open-weight" />
    <summary>How agents perceive and reason over images: VLM mechanics, image-input APIs across major providers, open-weight VLM families, grounding/pointing, failure modes, and practical guidance for agent builders.</summary>
  </entry>
  <entry>
    <title>Agent Reasoning and Design Patterns</title>
    <link href="https://changegamer.ai/resources/agent-reasoning-patterns" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-reasoning-patterns.md" />
    <id>https://changegamer.ai/resources/agent-reasoning-patterns</id>
    <updated>2026-07-16T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agents" />
    <category term="reasoning" />
    <category term="react" />
    <category term="chain-of-thought" />
    <category term="planning" />
    <category term="reflection" />
    <category term="patterns" />
    <summary>The canonical single-agent reasoning and acting loops: ReAct, Chain-of-Thought, Plan-and-Solve, ReWOO, Reflexion, Tree-of-Thoughts, and Self-Consistency — what each is, when to use it, and tradeoffs.</summary>
  </entry>
  <entry>
    <title>Chunking Strategies for RAG</title>
    <link href="https://changegamer.ai/resources/chunking-strategies-for-rag" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/chunking-strategies-for-rag.md" />
    <id>https://changegamer.ai/resources/chunking-strategies-for-rag</id>
    <updated>2026-07-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rag" />
    <category term="chunking" />
    <category term="embeddings" />
    <category term="retrieval" />
    <category term="langchain" />
    <category term="llamaindex" />
    <category term="agents" />
    <category term="documents" />
    <summary>Practitioner reference for chunking documents before embedding: fixed-size, recursive, semantic, late chunking, and contextual retrieval — with a strategy comparison table, chunk-size and overlap tradeoffs, code/table/Markdown handling, embedding model context limits, and evaluation methods.</summary>
  </entry>
  <entry>
    <title>Handling LLM Rate Limits (HTTP 429) and Retries for Agents</title>
    <link href="https://changegamer.ai/resources/handling-rate-limits-and-retries" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/handling-rate-limits-and-retries.md" />
    <id>https://changegamer.ai/resources/handling-rate-limits-and-retries</id>
    <updated>2026-07-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rate-limits" />
    <category term="http-429" />
    <category term="retry" />
    <category term="backoff" />
    <category term="throttling" />
    <category term="openai" />
    <category term="anthropic" />
    <category term="agents" />
    <category term="reliability" />
    <summary>A practical reference for agent builders: what a 429 means, how to read provider rate-limit headers, exponential backoff with jitter, client-side throttling, and when to use a batch API.</summary>
  </entry>
  <entry>
    <title>AI Control for Agents: The Insider-Threat Defense Model</title>
    <link href="https://changegamer.ai/resources/ai-control-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/ai-control-for-agents.md" />
    <id>https://changegamer.ai/resources/ai-control-for-agents</id>
    <updated>2026-07-14T00:00:00Z</updated>
    <category term="Guide" />
    <category term="security" />
    <category term="agents" />
    <category term="ai-control" />
    <category term="insider-threat" />
    <category term="defense-in-depth" />
    <category term="monitoring" />
    <category term="kill-switch" />
    <category term="mitre-attack" />
    <summary>What &quot;AI control&quot; means as a security paradigm distinct from alignment: Google DeepMind&apos;s Detection (D1-D4) and Prevention/Response (R1-R3) tiers for treating a deployed agent&apos;s own actions, not just its inputs, as the threat to defend against.</summary>
  </entry>
  <entry>
    <title>Getting Started for Agents</title>
    <link href="https://changegamer.ai/resources/getting-started" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/getting-started.md" />
    <id>https://changegamer.ai/resources/getting-started</id>
    <updated>2026-07-12T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agents" />
    <category term="usage" />
    <category term="llms.txt" />
    <summary>How autonomous agents should query, parse and cite ChangeGamer resources.</summary>
  </entry>
  <entry>
    <title>Prompt Injection Design Patterns: Architectural Defenses for Agents</title>
    <link href="https://changegamer.ai/resources/prompt-injection-design-patterns" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/prompt-injection-design-patterns.md" />
    <id>https://changegamer.ai/resources/prompt-injection-design-patterns</id>
    <updated>2026-07-12T00:00:00Z</updated>
    <category term="Guide" />
    <category term="security" />
    <category term="agents" />
    <category term="prompt-injection" />
    <category term="guardrails" />
    <category term="architecture" />
    <category term="patterns" />
    <summary>Six named architectural patterns — Action-Selector, Plan-Then-Execute, LLM Map-Reduce, Dual LLM, Code-Then-Execute, Context-Minimization — plus Google DeepMind&apos;s CaMeL, that structurally constrain what an agent can do with untrusted data instead of just filtering it.</summary>
  </entry>
  <entry>
    <title>MCP vs A2A: Two Protocols, Two Roles</title>
    <link href="https://changegamer.ai/resources/mcp-vs-a2a" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/mcp-vs-a2a.md" />
    <id>https://changegamer.ai/resources/mcp-vs-a2a</id>
    <updated>2026-07-11T00:00:00Z</updated>
    <category term="Guide" />
    <category term="mcp" />
    <category term="a2a" />
    <category term="protocols" />
    <category term="agents" />
    <category term="interoperability" />
    <summary>Compact comparison of the Model Context Protocol (agent↔tool) and the Agent2Agent Protocol (agent↔agent): purpose, topology, transport, discovery, auth, governance, and when to use each.</summary>
  </entry>
  <entry>
    <title>Agentic AI Browsers: Comet, Atlas, and the Prompt-Injection Attack Surface</title>
    <link href="https://changegamer.ai/resources/agentic-browsers" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agentic-browsers.md" />
    <id>https://changegamer.ai/resources/agentic-browsers</id>
    <updated>2026-07-10T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agentic-browsers" />
    <category term="computer-use" />
    <category term="browser-automation" />
    <category term="prompt-injection" />
    <category term="security" />
    <category term="agents" />
    <summary>What agentic browsers (Perplexity Comet, the now-sunsetting ChatGPT Atlas, Microsoft Edge Copilot Mode, Opera Neon) are, how they differ from developer-facing computer-use APIs, and the documented prompt-injection attacks — CometJacking, indirect injection, hidden-text/screenshot instructions — that target the whole product category.</summary>
  </entry>
  <entry>
    <title>Building an MCP Server</title>
    <link href="https://changegamer.ai/resources/building-mcp-servers" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/building-mcp-servers.md" />
    <id>https://changegamer.ai/resources/building-mcp-servers</id>
    <updated>2026-07-10T00:00:00Z</updated>
    <category term="Guide" />
    <category term="mcp" />
    <category term="tools" />
    <category term="protocols" />
    <category term="agents" />
    <category term="implementation" />
    <summary>Implementation guide for MCP servers: architecture roles, the three server primitives, stdio vs Streamable HTTP transports, official SDKs, server lifecycle, remote-server concerns, testing with MCP Inspector, and publishing to the official registry.</summary>
  </entry>
  <entry>
    <title>Data Privacy and PII for Agents</title>
    <link href="https://changegamer.ai/resources/data-privacy-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/data-privacy-for-agents.md" />
    <id>https://changegamer.ai/resources/data-privacy-for-agents</id>
    <updated>2026-07-10T00:00:00Z</updated>
    <category term="Guide" />
    <category term="privacy" />
    <category term="pii" />
    <category term="gdpr" />
    <category term="compliance" />
    <category term="redaction" />
    <category term="agents" />
    <category term="security" />
    <summary>How autonomous agents expose PII — context ingestion, tool calls, memory, logs — and the controls that contain it: detection, redaction, data minimization, provider ZDR tiers, GDPR, EU AI Act, CCPA, and a practical compliance checklist.</summary>
  </entry>
  <entry>
    <title>Durable Execution for Long-Running Agents</title>
    <link href="https://changegamer.ai/resources/durable-execution-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/durable-execution-for-agents.md" />
    <id>https://changegamer.ai/resources/durable-execution-for-agents</id>
    <updated>2026-07-10T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agents" />
    <category term="durable-execution" />
    <category term="workflows" />
    <category term="reliability" />
    <category term="idempotency" />
    <category term="human-in-the-loop" />
    <summary>Vendor-neutral reference on durable execution: event logs, replay determinism, idempotency, retries, and human-in-the-loop pause/resume — plus a cross-vendor survey and tradeoffs guide for Temporal, Restate, DBOS, Inngest, Step Functions, Azure Durable Functions, Cloudflare Workflows, GCP Workflows, LangGraph, and OpenAI Agents SDK.</summary>
  </entry>
  <entry>
    <title>Text-to-SQL and Database Agents</title>
    <link href="https://changegamer.ai/resources/text-to-sql-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/text-to-sql-agents.md" />
    <id>https://changegamer.ai/resources/text-to-sql-agents</id>
    <updated>2026-07-10T00:00:00Z</updated>
    <category term="Guide" />
    <category term="text-to-sql" />
    <category term="sql" />
    <category term="database" />
    <category term="schema-linking" />
    <category term="agents" />
    <category term="rag" />
    <category term="security" />
    <category term="benchmarks" />
    <category term="langchain" />
    <category term="llamaindex" />
    <summary>How agents answer questions over structured data by generating and executing SQL: schema context, few-shot prompting, self-correction, safety constraints, benchmarks (Spider, BIRD-SQL), and tooling (LangChain SQLDatabaseToolkit, LlamaIndex NLSQLTableQueryEngine, Vanna, MCP Postgres server).</summary>
  </entry>
  <entry>
    <title>Voice and Realtime Agents</title>
    <link href="https://changegamer.ai/resources/voice-realtime-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/voice-realtime-agents.md" />
    <id>https://changegamer.ai/resources/voice-realtime-agents</id>
    <updated>2026-07-09T00:00:00Z</updated>
    <category term="Guide" />
    <category term="voice" />
    <category term="realtime" />
    <category term="speech" />
    <category term="stt" />
    <category term="tts" />
    <category term="vad" />
    <category term="agents" />
    <category term="webrtc" />
    <category term="websocket" />
    <summary>Architectures, vendor APIs, and open frameworks for real-time speech-to-speech AI agents — cascaded pipeline vs. native multimodal, VAD/turn detection, barge-in, latency budget, and tool calling in a voice loop.</summary>
  </entry>
  <entry>
    <title>Agentic Security Checklist</title>
    <link href="https://changegamer.ai/resources/agentic-security-checklist" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agentic-security-checklist.md" />
    <id>https://changegamer.ai/resources/agentic-security-checklist</id>
    <updated>2026-07-07T00:00:00Z</updated>
    <category term="Guide" />
    <category term="security" />
    <category term="agents" />
    <category term="prompt-injection" />
    <category term="mcp" />
    <category term="checklist" />
    <category term="owasp" />
    <summary>Cross-vendor, threat-surface-organized security checklist for building and operating AI agents — synthesizing OWASP, NIST, Anthropic, OpenAI, Google SAIF, and MITRE ATLAS.</summary>
  </entry>
  <entry>
    <title>Agent Spend Controls: Budget Caps, Approval Gates, and Kill Switches</title>
    <link href="https://changegamer.ai/resources/agent-spend-controls" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-spend-controls.md" />
    <id>https://changegamer.ai/resources/agent-spend-controls</id>
    <updated>2026-07-06T00:00:00Z</updated>
    <category term="Guide" />
    <category term="spend-controls" />
    <category term="budget-caps" />
    <category term="kill-switch" />
    <category term="human-in-the-loop" />
    <category term="x402" />
    <category term="wallets" />
    <category term="cost-governance" />
    <category term="agents" />
    <summary>How to bound what an autonomous agent can spend — per-transaction caps, session/daily ceilings, human-in-the-loop approval thresholds, and kill switches — across the three layers agents now spend money on: LLM API cost, on-chain wallet payments, and card-network agent tokens.</summary>
  </entry>
  <entry>
    <title>Agent Wallets: Paying Per Run with x402</title>
    <link href="https://changegamer.ai/resources/agent-wallets-x402" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-wallets-x402.md" />
    <id>https://changegamer.ai/resources/agent-wallets-x402</id>
    <updated>2026-07-02T00:00:00Z</updated>
    <category term="Guide" />
    <category term="x402" />
    <category term="payments" />
    <category term="wallets" />
    <category term="agents" />
    <category term="usdc" />
    <category term="apify" />
    <category term="autonomy" />
    <summary>Buyer-side guide to giving an AI agent a wallet: how the x402 payment loop works, the client libraries that automate it, spend controls, and what 20,000+ Apify Actors on x402 mean for agent tool budgets.</summary>
  </entry>
  <entry>
    <title>Code Execution Sandboxing for Agents</title>
    <link href="https://changegamer.ai/resources/code-execution-sandboxing" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/code-execution-sandboxing.md" />
    <id>https://changegamer.ai/resources/code-execution-sandboxing</id>
    <updated>2026-07-02T00:00:00Z</updated>
    <category term="Guide" />
    <category term="sandboxing" />
    <category term="security" />
    <category term="code-execution" />
    <category term="microvm" />
    <category term="wasm" />
    <category term="agents" />
    <category term="isolation" />
    <category term="firecracker" />
    <category term="gvisor" />
    <summary>Isolation spectrum from language sandboxes to microVMs, WebAssembly as a portable sandbox, and a verified comparison of hosted agent-sandbox APIs — for agents that need to run model-generated code safely.</summary>
  </entry>
  <entry>
    <title>Reliable Tool Calling and Structured Outputs</title>
    <link href="https://changegamer.ai/resources/reliable-tool-calling" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/reliable-tool-calling.md" />
    <id>https://changegamer.ai/resources/reliable-tool-calling</id>
    <updated>2026-07-02T00:00:00Z</updated>
    <category term="Guide" />
    <category term="tool-calling" />
    <category term="structured-outputs" />
    <category term="json-mode" />
    <category term="constrained-decoding" />
    <category term="agents" />
    <category term="reliability" />
    <summary>How providers guarantee schema-valid tool calls and structured output — mechanisms, failure modes, and mitigations — for production agent builders.</summary>
  </entry>
  <entry>
    <title>Selling to Agents: Charging AI Agents for Your API or Content</title>
    <link href="https://changegamer.ai/resources/selling-to-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/selling-to-agents.md" />
    <id>https://changegamer.ai/resources/selling-to-agents</id>
    <updated>2026-07-02T00:00:00Z</updated>
    <category term="Guide" />
    <category term="monetization" />
    <category term="x402" />
    <category term="402" />
    <category term="payments" />
    <category term="agents" />
    <category term="rsl" />
    <category term="api" />
    <category term="selling" />
    <summary>Seller-side guide to monetizing agent traffic: self-hosted HTTP 402 gates, native x402 with automatic Bazaar listing, marketplace publishing, and crawl licensing — with an honest status ledger from a site that runs these rails in production.</summary>
  </entry>
  <entry>
    <title>Structured Outputs and JSON Mode: Provider Reference</title>
    <link href="https://changegamer.ai/resources/structured-outputs-and-json-mode" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/structured-outputs-and-json-mode.md" />
    <id>https://changegamer.ai/resources/structured-outputs-and-json-mode</id>
    <updated>2026-07-02T00:00:00Z</updated>
    <category term="Guide" />
    <category term="structured-outputs" />
    <category term="json-mode" />
    <category term="response-format" />
    <category term="json-schema" />
    <category term="constrained-decoding" />
    <category term="agents" />
    <summary>How to force schema-valid JSON from OpenAI, Anthropic, and Gemini — parameter names, strict-mode requirements, schema-subset limits, and self-hosted constrained decoding.</summary>
  </entry>
  <entry>
    <title>Guardrails and Safety Filters for Agents</title>
    <link href="https://changegamer.ai/resources/agent-guardrails" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-guardrails.md" />
    <id>https://changegamer.ai/resources/agent-guardrails</id>
    <updated>2026-06-27T00:00:00Z</updated>
    <category term="Guide" />
    <category term="safety" />
    <category term="guardrails" />
    <category term="agents" />
    <category term="security" />
    <category term="moderation" />
    <category term="prompt-injection" />
    <summary>Runtime input/output/action controls that enforce policy independently of the model — tooling landscape, techniques, and layering guidance.</summary>
  </entry>
  <entry>
    <title>Vibe Coding to Agentic Engineering: the New SDLC</title>
    <link href="https://changegamer.ai/resources/vibe-coding-agentic-engineering" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/vibe-coding-agentic-engineering.md" />
    <id>https://changegamer.ai/resources/vibe-coding-agentic-engineering</id>
    <updated>2026-06-27T00:00:00Z</updated>
    <category term="Guide" />
    <category term="vibe-coding" />
    <category term="agentic-engineering" />
    <category term="sdlc" />
    <category term="ai-coding-agents" />
    <category term="software-development" />
    <summary>How AI is changing the software lifecycle — the spectrum from vibe coding to agentic engineering, and which to use when.</summary>
  </entry>
  <entry>
    <title>Application-Level Response Caching for AI Agents</title>
    <link href="https://changegamer.ai/resources/agent-response-caching" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-response-caching.md" />
    <id>https://changegamer.ai/resources/agent-response-caching</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="caching" />
    <category term="semantic-cache" />
    <category term="cost" />
    <category term="latency" />
    <category term="optimization" />
    <category term="agents" />
    <category term="embeddings" />
    <summary>How to implement exact-match and semantic caching in your agent application to eliminate redundant LLM calls, with threshold guidance, invalidation strategies, and a decision matrix for when semantic caching is unsafe.</summary>
  </entry>
  <entry>
    <title>Choosing a Vector Database</title>
    <link href="https://changegamer.ai/resources/choosing-a-vector-database" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/choosing-a-vector-database.md" />
    <id>https://changegamer.ai/resources/choosing-a-vector-database</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="vector-databases" />
    <category term="rag" />
    <category term="retrieval" />
    <category term="pgvector" />
    <category term="infrastructure" />
    <category term="agents" />
    <summary>Criteria-based decision guide: dedicated vs. add-on vector stores, scale thresholds, hybrid search support, self-host vs. managed, and a start-here recommendation.</summary>
  </entry>
  <entry>
    <title>How to Choose an LLM for Agentic Tasks</title>
    <link href="https://changegamer.ai/resources/choosing-an-llm-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/choosing-an-llm-for-agents.md" />
    <id>https://changegamer.ai/resources/choosing-an-llm-for-agents</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="llm" />
    <category term="agents" />
    <category term="model-selection" />
    <category term="tool-calling" />
    <category term="evaluation" />
    <category term="cost" />
    <category term="latency" />
    <category term="benchmarks" />
    <summary>A criteria-based decision framework for selecting an LLM for agent use: tool-calling reliability, long-context behavior, structured output, cost per task, latency, and a step-by-step selection procedure.</summary>
  </entry>
  <entry>
    <title>Hybrid Search for RAG: BM25 + Dense Retrieval and Fusion</title>
    <link href="https://changegamer.ai/resources/hybrid-search-for-rag" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/hybrid-search-for-rag.md" />
    <id>https://changegamer.ai/resources/hybrid-search-for-rag</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rag" />
    <category term="retrieval" />
    <category term="hybrid-search" />
    <category term="bm25" />
    <category term="embeddings" />
    <category term="vector-search" />
    <category term="reciprocal-rank-fusion" />
    <category term="agents" />
    <summary>How to combine lexical (BM25/SPLADE) and dense vector retrieval with Reciprocal Rank Fusion for higher first-stage recall in RAG pipelines — with the RRF formula, a sparse-method comparison table, and verified DB support.</summary>
  </entry>
  <entry>
    <title>Finding and Evaluating MCP Servers</title>
    <link href="https://changegamer.ai/resources/mcp-server-discovery" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/mcp-server-discovery.md" />
    <id>https://changegamer.ai/resources/mcp-server-discovery</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="mcp" />
    <category term="tools" />
    <category term="agents" />
    <category term="security" />
    <summary>How to discover, assess and safely integrate MCP servers into agent pipelines.</summary>
  </entry>
  <entry>
    <title>Prompt Management and Versioning: The Ops of Prompts in Production</title>
    <link href="https://changegamer.ai/resources/prompt-management-and-versioning" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/prompt-management-and-versioning.md" />
    <id>https://changegamer.ai/resources/prompt-management-and-versioning</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="prompt-engineering" />
    <category term="versioning" />
    <category term="llmops" />
    <category term="production" />
    <category term="deployment" />
    <category term="evaluation" />
    <category term="agents" />
    <summary>Treating prompts as deployable artifacts: versioning, external registries, A/B and canary testing, eval-gated promotion, rollback, and the composite-version problem.</summary>
  </entry>
  <entry>
    <title>Reranking for RAG: Cross-Encoders, LLM Rerankers, and Hosted APIs</title>
    <link href="https://changegamer.ai/resources/reranking-for-rag" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/reranking-for-rag.md" />
    <id>https://changegamer.ai/resources/reranking-for-rag</id>
    <updated>2026-06-25T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rag" />
    <category term="retrieval" />
    <category term="reranking" />
    <category term="cross-encoder" />
    <category term="embeddings" />
    <category term="vector-search" />
    <category term="evaluation" />
    <category term="agents" />
    <summary>Second-stage retrieval step that re-scores bi-encoder candidates with full query-document attention, boosting precision without sacrificing recall; covers cross-encoder, LLM, and late-interaction reranking, hosted APIs, sizing heuristics, and evaluation.</summary>
  </entry>
  <entry>
    <title>Knowledge Graphs and GraphRAG for Agents</title>
    <link href="https://changegamer.ai/resources/graphrag-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/graphrag-for-agents.md" />
    <id>https://changegamer.ai/resources/graphrag-for-agents</id>
    <updated>2026-06-21T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rag" />
    <category term="knowledge-graph" />
    <category term="graphrag" />
    <category term="retrieval" />
    <category term="neo4j" />
    <category term="agents" />
    <summary>Graph-structured retrieval: when and how to use knowledge graphs over vector RAG for multi-hop, relational, and global corpus queries.</summary>
  </entry>
  <entry>
    <title>Prompt and Context Engineering for Agents</title>
    <link href="https://changegamer.ai/resources/prompt-context-engineering" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/prompt-context-engineering.md" />
    <id>https://changegamer.ai/resources/prompt-context-engineering</id>
    <updated>2026-06-16T00:00:00Z</updated>
    <category term="Guide" />
    <category term="prompt-engineering" />
    <category term="context-engineering" />
    <category term="agents" />
    <category term="system-prompt" />
    <category term="context-window" />
    <category term="few-shot" />
    <category term="chain-of-thought" />
    <summary>From crafting a single prompt to managing everything an agent sees across a trajectory: system-prompt design, context-window management, failure modes, and a high-leverage checklist.</summary>
  </entry>
  <entry>
    <title>Agent Cost and Latency Optimization</title>
    <link href="https://changegamer.ai/resources/agent-cost-latency-optimization" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-cost-latency-optimization.md" />
    <id>https://changegamer.ai/resources/agent-cost-latency-optimization</id>
    <updated>2026-06-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="cost" />
    <category term="latency" />
    <category term="optimization" />
    <category term="agents" />
    <category term="prompt-caching" />
    <category term="batch-api" />
    <category term="model-routing" />
    <category term="architecture" />
    <summary>Practitioner reference for reducing the cost and latency of production AI agents: the compounding model, token-level levers (caching, pruning), request-level levers (Batch API, parallelism), model-level levers (routing, reasoning-effort controls), and architecture-level levers (step reduction, semantic caching, code offloading).</summary>
  </entry>
  <entry>
    <title>Agent Memory and Context Management</title>
    <link href="https://changegamer.ai/resources/agent-memory-context" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/agent-memory-context.md" />
    <id>https://changegamer.ai/resources/agent-memory-context</id>
    <updated>2026-06-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="memory" />
    <category term="context-window" />
    <category term="rag" />
    <category term="vector-databases" />
    <category term="agents" />
    <category term="architecture" />
    <summary>Architecture reference for agent memory: types (working, long-term, episodic, semantic, procedural), context-management techniques (summarization, RAG, sliding windows, prompt caching), storage substrates, and memory frameworks — with security notes and cross-links to related guides.</summary>
  </entry>
  <entry>
    <title>Multi-Agent Orchestration Patterns</title>
    <link href="https://changegamer.ai/resources/multi-agent-orchestration-patterns" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/multi-agent-orchestration-patterns.md" />
    <id>https://changegamer.ai/resources/multi-agent-orchestration-patterns</id>
    <updated>2026-06-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="agents" />
    <category term="multi-agent" />
    <category term="orchestration" />
    <category term="architecture" />
    <category term="patterns" />
    <category term="design" />
    <summary>Vendor-neutral reference covering when multi-agent systems pay off and nine named patterns — from single-agent baseline through hierarchical and blackboard architectures — with tradeoffs, cross-cutting concerns, and a decision guide.</summary>
  </entry>
  <entry>
    <title>RAG and Retrieval for Agents</title>
    <link href="https://changegamer.ai/resources/rag-retrieval-for-agents" />
    <link rel="alternate" type="text/markdown" href="https://changegamer.ai/resources/rag-retrieval-for-agents.md" />
    <id>https://changegamer.ai/resources/rag-retrieval-for-agents</id>
    <updated>2026-06-15T00:00:00Z</updated>
    <category term="Guide" />
    <category term="rag" />
    <category term="retrieval" />
    <category term="embeddings" />
    <category term="chunking" />
    <category term="reranking" />
    <category term="agents" />
    <category term="vector-databases" />
    <category term="evaluation" />
    <summary>End-to-end practitioner reference for Retrieval-Augmented Generation: pipeline stages, chunking strategies, dense/sparse/hybrid retrieval, reranking, agentic retrieval patterns, quality failure modes, and evaluation — with verified sources for every named technique.</summary>
  </entry>
</feed>
