<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI on Bitsy Services Wiki</title>
    <link>https://wiki.bitsy.services/wiki/ai/</link>
    <description>Recent content in AI on Bitsy Services Wiki</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://wiki.bitsy.services/wiki/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Prompt Engineering</title>
      <link>https://wiki.bitsy.services/wiki/ai/prompt-engineering/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/ai/prompt-engineering/</guid>
      <description>&lt;p&gt;Prompt engineering is the craft of wording an instruction to a language model so it produces the desired output reliably. Where &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/context-engineering&#34;&gt;context engineering&lt;/a&gt; decides &lt;em&gt;what&lt;/em&gt; the model sees, prompt engineering decides &lt;em&gt;how&lt;/em&gt; that instruction is phrased — role and system prompts, few-shot examples, chain-of-thought elicitation, output-format constraints, and the failure modes that come from ambiguous or over-stuffed prompts.&lt;/p&gt;&#xA;&lt;p&gt;For a concrete instance — how the rules and the page request are worded for an agent that then acts on them — see the section&amp;rsquo;s running example, &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/context-engineering/claude-code&#34;&gt;Claude Code: writing a page for this wiki&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prompt Caching &amp; Cost</title>
      <link>https://wiki.bitsy.services/wiki/ai/prompt-caching/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/ai/prompt-caching/</guid>
      <description>&lt;p&gt;Prompt caching lets a model reuse the processed form of a stable context prefix instead of recomputing it on every turn, turning the &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/context-engineering&#34;&gt;context ordering&lt;/a&gt; decisions — stable content first, volatile content last — directly into lower latency and spend. This page will cover token economics for agentic workloads: cache hit rate, what invalidates a cache, request batching, and model selection and routing.&lt;/p&gt;&#xA;&lt;p&gt;For a concrete instance — why keeping &lt;code&gt;CLAUDE.md&lt;/code&gt; and tool schemas stable at the front of the window makes a session cheap — see the section&amp;rsquo;s running example, &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/context-engineering/claude-code&#34;&gt;Claude Code: writing a page for this wiki&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agentic Workflows</title>
      <link>https://wiki.bitsy.services/wiki/ai/agentic-workflows/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/ai/agentic-workflows/</guid>
      <description>&lt;p&gt;An agentic workflow is a language model running in a loop with tools — planning, acting, observing the result, and deciding the next step — rather than answering in a single call. The loop is what makes it powerful and what makes it expensive: every iteration re-reads the accumulated history, every tool result enters the window, and every wrong turn compounds into the next. Getting value from an agent is mostly the discipline of &lt;em&gt;not&lt;/em&gt; reaching for one until the problem needs it, then constraining it tightly when it does.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agentic Engineering</title>
      <link>https://wiki.bitsy.services/wiki/ai/agentic-engineering/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/ai/agentic-engineering/</guid>
      <description>&lt;p&gt;Agentic engineering is the engineering discipline around systems where a model takes action: building, evaluating, deploying, and operating them. The other pages in this section name what happens inside a single turn or a single loop — &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/prompt-engineering&#34;&gt;prompt engineering&lt;/a&gt; wording instructions, &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/context-engineering&#34;&gt;context engineering&lt;/a&gt; curating what the model sees, &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/agentic-workflows&#34;&gt;agentic workflows&lt;/a&gt; shaping the loop. Agentic engineering is the lifecycle around them: the evals you write before launch, the traces you read after, the guardrails that keep the loop from cashing real money against a bad reasoning chain, the cost work that turns a working prototype into something a team can run on a budget.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MCP</title>
      <link>https://wiki.bitsy.services/wiki/ai/mcp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/ai/mcp/</guid>
      <description>&lt;p&gt;The &lt;strong&gt;Model Context Protocol&lt;/strong&gt; is the open specification for how a language model&amp;rsquo;s harness talks to an external tool server — connecting an &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/agentic-workflows&#34;&gt;agentic workflow&lt;/a&gt; to filesystems, APIs, databases, and other tools without bespoke per-integration code. MCP standardizes the wire format (JSON-RPC over stdio or HTTP), the tool-discovery handshake, and the shape of tool calls and results, so the same server works across any compliant harness.&lt;/p&gt;&#xA;&lt;p&gt;This page is a stub. The protocol shows up in this section as the substrate beneath &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/plugins&#34;&gt;AI plugins&lt;/a&gt; — a Claude Code plugin frequently bundles one or more MCP servers, and the &lt;a href=&#34;https://wiki.bitsy.services/wiki/ai/plugins/claude-code#context-cost-in-practice&#34;&gt;context-cost characteristics of MCP tools&lt;/a&gt; are what make plugin selection consequential.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
