<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>StoneyTECH</title>
    <link>https://stoneytech.net/</link>
    <description>Citation-first learning notes from StoneyTECH — AI Architecture Applied. Two series: Determinism Ladder (architectural, opinionated, for senior practitioners) and Demystify AI (primers for technical generalists). Public sources, reference builds, and no originality claim.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 23 May 2026 04:28:46 GMT</lastBuildDate>
    <atom:link href="https://stoneytech.net/rss.xml" rel="self" type="application/rss+xml" />
    <managingEditor>stoney@stoneytech.net (StoneyTECH)</managingEditor>
    <webMaster>stoney@stoneytech.net (StoneyTECH)</webMaster>
    <item>
      <title>Graph data fabric - semantic graph, hybrid persistence</title>
      <link>https://stoneytech.net/learn/2026-05-17-graph-data-fabric</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-17-graph-data-fabric</guid>
      <pubDate>Sun, 17 May 2026 12:00:00 GMT</pubDate>
      <description>Graph-first architecture does not mean one database for everything. The semantic graph owns meaning while persistence categories earn their roles by workload.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>graphs</category><category>data-fabric</category><category>persistence</category><category>architecture</category><category>determinism-ladder</category><category>mcp</category><category>series:learn</category>
    </item>
    <item>
      <title>Shape probability, control authority - where AI behavior should live</title>
      <link>https://stoneytech.net/learn/2026-05-17-prompt-context-fine-tune-gate</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-17-prompt-context-fine-tune-gate</guid>
      <pubDate>Sun, 17 May 2026 12:00:00 GMT</pubDate>
      <description>The Determinism Ladder moves AI behavior from probability layers into authority layers as consequence rises.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>determinism-ladder</category><category>prompting</category><category>rag</category><category>fine-tuning</category><category>lora</category><category>evals</category><category>governance</category><category>series:learn</category>
    </item>
    <item>
      <title>LLM construction stages, from pretraining to LoRA</title>
      <link>https://stoneytech.net/demystify/2026-05-17-how-llms-are-built-and-where-lora-fits</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-17-how-llms-are-built-and-where-lora-fits</guid>
      <pubDate>Sun, 17 May 2026 12:00:00 GMT</pubDate>
      <description>A language model moves through stages: pretraining, supervised tuning, preference tuning, evaluation, serving, retrieval, and adapter training. LoRA enters as a compact adaptation layer after the expensive base model exists.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>llm</category><category>training</category><category>lora</category><category>fine-tuning</category><category>rlhf</category><category>rag</category><category>transformers</category><category>primer</category><category>series:demystify</category>
    </item>
    <item>
      <title>Deployment context first — when on-prem, sovereign-cloud, and public-cloud are different architectures</title>
      <link>https://stoneytech.net/learn/2026-05-11-deployment-context-first</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-11-deployment-context-first</guid>
      <pubDate>Mon, 11 May 2026 12:00:00 GMT</pubDate>
      <description>Deployment context comes before model choice. Three contexts, changing levers, and shippable architectures make axiom #18 concrete.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>deployment-context</category><category>architecture</category><category>determinism-ladder</category><category>axiom-18</category><category>data-residency</category><category>series:learn</category>
    </item>
    <item>
      <title>AI vs ML vs LLM vs agents — sorting out the words people keep mixing up</title>
      <link>https://stoneytech.net/demystify/2026-05-09-ai-ml-llm-agents-sorting-out-the-words</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-09-ai-ml-llm-agents-sorting-out-the-words</guid>
      <pubDate>Sat, 09 May 2026 12:00:00 GMT</pubDate>
      <description>Four different words often collapse into one marketing pitch. A nested mental model makes the buying, building, and risk questions sharper.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>ai</category><category>ml</category><category>llm</category><category>agents</category><category>primer</category><category>vocabulary</category><category>series:demystify</category>
    </item>
    <item>
      <title>Local graphs first - file-backed knowledge before bigger graph infrastructure</title>
      <link>https://stoneytech.net/learn/2026-05-06-local-graphs-first</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-06-local-graphs-first</guid>
      <pubDate>Wed, 06 May 2026 12:00:00 GMT</pubDate>
      <description>A public pattern repo should not begin with hosted graph gravity. File-backed graphs earn the first version because they stay inspectable, portable, and legible to agents.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>graphs</category><category>mcp</category><category>templates</category><category>agents</category><category>determinism-ladder</category><category>architecture</category><category>series:learn</category>
    </item>
    <item>
      <title>Portable agent pattern kits - clone the repo, bind a model, keep the boundary</title>
      <link>https://stoneytech.net/learn/2026-05-06-portable-agent-pattern-kits</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-06-portable-agent-pattern-kits</guid>
      <pubDate>Wed, 06 May 2026 12:00:00 GMT</pubDate>
      <description>A useful public agent repo should not ask for one blessed model or one hidden control plane. A reader should be able to bring a model, read the local graph and MCP, and get a bounded system working.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agents</category><category>mcp</category><category>templates</category><category>graphs</category><category>determinism-ladder</category><category>architecture</category><category>series:learn</category>
    </item>
    <item>
      <title>Shadow tribunals - second opinions beside the run, not inside the myth</title>
      <link>https://stoneytech.net/learn/2026-05-06-shadow-tribunals</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-06-shadow-tribunals</guid>
      <pubDate>Wed, 06 May 2026 12:00:00 GMT</pubDate>
      <description>A strong agent system does not need one louder voice. It needs a primary path, bounded shadow judges, and a clear rule for what disagreement can and cannot do.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agents</category><category>graphs</category><category>mcp</category><category>evaluation</category><category>determinism-ladder</category><category>architecture</category><category>series:learn</category>
    </item>
    <item>
      <title>Three repos, one thesis - bounded loops, bounded evidence, bounded graphs</title>
      <link>https://stoneytech.net/learn/2026-05-05-three-repos-one-thesis</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-05-three-repos-one-thesis</guid>
      <pubDate>Tue, 05 May 2026 12:00:00 GMT</pubDate>
      <description>One thesis now lives in three codebases. Each repo pushes determinism into a different layer: loop boundary, evidence boundary, or graph boundary.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agents</category><category>determinism-ladder</category><category>proof-of-work</category><category>anthropic</category><category>openai</category><category>langgraph</category><category>series:learn</category>
    </item>
    <item>
      <title>Three SDKs, three jobs - Anthropic TS SDK, OpenAI Agents SDK, and LangGraph</title>
      <link>https://stoneytech.net/learn/2026-05-05-three-sdks-three-jobs</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-05-three-sdks-three-jobs</guid>
      <pubDate>Tue, 05 May 2026 12:00:00 GMT</pubDate>
      <description>Three popular agent stacks solve three different jobs. The useful question is not which SDK wins. The useful question is which job sits on the desk.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agents</category><category>sdk</category><category>langgraph</category><category>openai</category><category>anthropic</category><category>determinism-ladder</category><category>architecture</category><category>series:learn</category>
    </item>
    <item>
      <title>What is MCP? The USB-C port for AI context</title>
      <link>https://stoneytech.net/demystify/2026-05-05-what-is-mcp</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-05-what-is-mcp</guid>
      <pubDate>Tue, 05 May 2026 12:00:00 GMT</pubDate>
      <description>MCP is a standard way for an AI agent to ask another system for context or tools. Think less magic brain, more well-labeled port.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>mcp</category><category>agents</category><category>tools</category><category>context</category><category>primer</category><category>series:demystify</category>
    </item>
    <item>
      <title>Published-content MCPs — public context without private repo access</title>
      <link>https://stoneytech.net/learn/2026-05-04-published-content-mcps</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-04-published-content-mcps</guid>
      <pubDate>Mon, 04 May 2026 12:00:00 GMT</pubDate>
      <description>A public MCP should not become a workspace wormhole. It should project intentionally published material through a contract-bound interface.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>mcp</category><category>public-content</category><category>cloudflare</category><category>security</category><category>determinism-ladder</category><category>axiom-21</category><category>series:learn</category>
    </item>
    <item>
      <title>The threat surface, layer by layer — a security companion to the agentic stack</title>
      <link>https://stoneytech.net/learn/2026-05-04-threat-surface-layer-by-layer</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-04-threat-surface-layer-by-layer</guid>
      <pubDate>Mon, 04 May 2026 12:00:00 GMT</pubDate>
      <description>Threat surface belongs beside every agentic lever. Seven layers, entry paths, and mitigations make axiom #17 concrete.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>security</category><category>agentic</category><category>determinism-ladder</category><category>threat-modeling</category><category>axiom-17</category><category>series:learn</category>
    </item>
    <item>
      <title>The graph is the architecture — integrity and concurrency for agentic systems</title>
      <link>https://stoneytech.net/learn/2026-05-03-graph-constrained-execution</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-05-03-graph-constrained-execution</guid>
      <pubDate></pubDate>
      <description>Every agentic system has a graph. The real choice: draw it before the incident or reconstruct it from the postmortem at four in the morning.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>graph</category><category>dag</category><category>orchestration</category><category>concurrency</category><category>integrity</category><category>axiom-2</category><category>axiom-4</category><category>series:learn</category>
    </item>
    <item>
      <title>Tokens, context windows, attention — model mechanics without math</title>
      <link>https://stoneytech.net/demystify/2026-05-03-tokens-context-attention-no-math</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-03-tokens-context-attention-no-math</guid>
      <pubDate></pubDate>
      <description>A working mental model for the path from prompt to returned text: tokens, context windows, and attention without a single equation.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>primer</category><category>tokens</category><category>context-window</category><category>attention</category><category>model-mechanics</category><category>series:demystify</category>
    </item>
    <item>
      <title>Why LLMs hallucinate — same mechanism as the looseness, different consequence</title>
      <link>https://stoneytech.net/demystify/2026-05-03-why-llms-hallucinate</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-03-why-llms-hallucinate</guid>
      <pubDate></pubDate>
      <description>Hallucination comes from the same retrieval looseness behind useful LLM answers, with a different consequence.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>primer</category><category>hallucination</category><category>reliability</category><category>mental-models</category><category>series:demystify</category>
    </item>
    <item>
      <title>LLMs work like word-query databases, but looser</title>
      <link>https://stoneytech.net/demystify/2026-05-02-llms-as-a-loose-database</link>
      <guid isPermaLink="true">https://stoneytech.net/demystify/2026-05-02-llms-as-a-loose-database</guid>
      <pubDate>Sat, 02 May 2026 12:00:00 GMT</pubDate>
      <description>A practical mental model for LLMs: word-based queries over learned patterns, refined with the looseness behind iteration, useful surprises, and confident wrongness.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>demystify</category><category>llm</category><category>primer</category><category>mental-models</category><category>series:demystify</category>
    </item>
    <item>
      <title>Cheaper alternatives to MCP — when gh, kubectl, and curl beat the protocol</title>
      <link>https://stoneytech.net/learn/2026-04-27-cheaper-alternatives-to-mcp</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-04-27-cheaper-alternatives-to-mcp</guid>
      <pubDate>Mon, 27 Apr 2026 12:00:00 GMT</pubDate>
      <description>MCP fits wide tool surfaces. For narrow surfaces, mature CLIs and single REST endpoints often win on cost, latency, and debuggability. The break-even point matters, along with the threat model under it.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>mcp</category><category>tools</category><category>function-calling</category><category>cli</category><category>determinism-ladder</category><category>security</category><category>deployment-context</category><category>series:learn</category>
    </item>
    <item>
      <title>The eighth lever — eval and observability, the rung the rest of the ladder rests on</title>
      <link>https://stoneytech.net/learn/2026-04-27-eighth-lever-eval-and-observability</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-04-27-eighth-lever-eval-and-observability</guid>
      <pubDate>Mon, 27 Apr 2026 12:00:00 GMT</pubDate>
      <description>The seven levers need a feedback loop. Evaluation and observability become the determinism ladder&apos;s load-bearing rung, plus the trace store creates a PII/PHI surface.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agentic</category><category>evaluation</category><category>observability</category><category>determinism-ladder</category><category>security</category><category>deployment-context</category><category>series:learn</category>
    </item>
    <item>
      <title>LoRA + RAG, composed — a worked example</title>
      <link>https://stoneytech.net/learn/2026-04-27-lora-plus-rag-composition</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-04-27-lora-plus-rag-composition</guid>
      <pubDate>Mon, 27 Apr 2026 12:00:00 GMT</pubDate>
      <description>LoRA and RAG compose because they live at different layers: brand voice in weights, live facts in retrieval, plus composition-layer costs and threat model.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>lora</category><category>rag</category><category>composition</category><category>worked-example</category><category>determinism-ladder</category><category>security</category><category>deployment-context</category><category>series:learn</category>
    </item>
    <item>
      <title>Model is portable — except when it isn&apos;t</title>
      <link>https://stoneytech.net/learn/2026-04-27-model-portability-exceptions</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-04-27-model-portability-exceptions</guid>
      <pubDate>Mon, 27 Apr 2026 12:00:00 GMT</pubDate>
      <description>The inaugural piece said don&apos;t agonize over model choice early because most architectures are model-portable. True for most. Here are the cases where the model is the architecture — and skipping over them costs months.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>model-selection</category><category>regulated-industries</category><category>constraints</category><category>determinism-ladder</category><category>security</category><category>deployment-context</category><category>series:learn</category>
    </item>
    <item>
      <title>The agentic stack — 7 levers from foundation to autonomy</title>
      <link>https://stoneytech.net/learn/2026-04-26-the-stack-matrix</link>
      <guid isPermaLink="true">https://stoneytech.net/learn/2026-04-26-the-stack-matrix</guid>
      <pubDate>Sun, 26 Apr 2026 12:00:00 GMT</pubDate>
      <description>Each lever swaps model autonomy for determinism. The seven — Model, API, LoRA, RAG, Skills, MCP, Agents — sit in build order and reveal purchased capability.</description>
      <author>stoney@stoneytech.net (StoneyTECH)</author><category>agentic</category><category>architecture</category><category>decision-making</category><category>series:learn</category>
    </item>
  </channel>
</rss>