Tagged articles

Prompt Versioning

3 articles · Page 1 of 1
ThinkingAgent
ThinkingAgent
Jul 19, 2026 · Artificial Intelligence

AI Infra in Practice #11: Cross‑Cut Release Governance – Full Versioning of Prompts, Models, and RAG

A real‑world incident where a tiny Prompt tweak caused a two‑day outage illustrates why AI systems need CI/CD‑style versioning and gated release for six objects—code, Prompt, model, RAG index, tool schema, and workflow—so that changes are traceable, safely rolled out, and quickly reverted.

AI InfraGray ReleaseL7 Evaluation Gate
0 likes · 31 min read
AI Infra in Practice #11: Cross‑Cut Release Governance – Full Versioning of Prompts, Models, and RAG
ThinkingAgent
ThinkingAgent
Jul 7, 2026 · Artificial Intelligence

Why a Single Word Change Can Cost Days: PromptOps and Context Engineering in LLM Production

The article explains how a tiny tweak in a system prompt can trigger a three‑day outage, then details the L3 context layer that organizes prompts, version‑controls them, allocates token budgets, compresses context, runs A/B tests, and compares open‑source and SaaS PromptOps platforms for reliable LLM deployments.

A/B TestingContext EngineeringLLM Production
0 likes · 26 min read
Why a Single Word Change Can Cost Days: PromptOps and Context Engineering in LLM Production
AI Step-by-Step
AI Step-by-Step
Apr 26, 2026 · Artificial Intelligence

Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries

The article analyzes how B‑side SaaS agents must extend isolation beyond the data layer to the execution layer, introducing a tenant control plane, tiered compute isolation, pre‑retrieval RAG filtering, versioned prompt loading, and a detailed launch checklist to ensure every inference, retrieval, and action respects a verifiable tenant boundary.

Agent ArchitectureMulti-tenantPrompt Versioning
0 likes · 15 min read
Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries