<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Engineering on David Parry</title>
    <link>https://davidparry.com/tags/engineering/</link>
    <description>Recent content in Engineering on David Parry</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 01 Aug 2026 14:00:00 -0500</lastBuildDate>
    <atom:link href="https://davidparry.com/tags/engineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>🔧 My Career Is Not Writing Software</title>
      <link>https://davidparry.com/blog/2026/08/01/my-career-is-not-writing-software/</link>
      <pubDate>Sat, 01 Aug 2026 14:00:00 -0500</pubDate>
      <guid>https://davidparry.com/blog/2026/08/01/my-career-is-not-writing-software/</guid>
      <description>&lt;img src=&#34;https://davidparry.com/images/not_writing_code.png&#34; alt=&#34;My Career Is Not Writing Software — software as a creative medium beyond writing code&#34; style=&#34;display: block; margin: 0 auto; width: 70%; max-width: 560px;&#34; /&gt;&#xA;&lt;p&gt;My friend &lt;a href=&#34;https://code4.life/blog&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Bruno&lt;/a&gt;&#xA; recently wrote about the difference between a job, a hobby, and a career.&lt;/p&gt;&#xA;&lt;p&gt;His explanation was simple and insightful.&lt;/p&gt;&#xA;&lt;p&gt;A hobby is something you do because you enjoy it. A job is something you do because someone pays you. A career combines the two. You are paid for the work, but you would continue doing some version of it even if no one were paying you.&lt;/p&gt;</description>
      <content:encoded>&lt;img src=&#34;https://davidparry.com/images/not_writing_code.png&#34; alt=&#34;My Career Is Not Writing Software — software as a creative medium beyond writing code&#34; style=&#34;display: block; margin: 0 auto; width: 70%; max-width: 560px;&#34; /&gt;&#xA;&lt;p&gt;My friend &lt;a href=&#34;https://code4.life/blog&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Bruno&lt;/a&gt;&#xA; recently wrote about the difference between a job, a hobby, and a career.&lt;/p&gt;&#xA;&lt;p&gt;His explanation was simple and insightful.&lt;/p&gt;&#xA;&lt;p&gt;A hobby is something you do because you enjoy it. A job is something you do because someone pays you. A career combines the two. You are paid for the work, but you would continue doing some version of it even if no one were paying you.&lt;/p&gt;&#xA;&lt;p&gt;I recommend following &lt;a href=&#34;https://code4.life&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Bruno&amp;rsquo;s&lt;/a&gt;&#xA; perspective. His writing often takes a familiar idea and causes me to think about it differently.&lt;/p&gt;&#xA;&lt;p&gt;In this case, he used software development as an example.&lt;/p&gt;&#xA;&lt;p&gt;A person who has made software development a career will probably continue creating software outside a specific job. They may build an application for themselves, contribute to an open source project, help a friend, or use software to support another hobby.&lt;/p&gt;&#xA;&lt;p&gt;That description certainly applies to me.&lt;/p&gt;&#xA;&lt;p&gt;But as I thought more about it, I realized something.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;My career is not writing software.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Writing software is one of the things I do. It is a skill I have practiced for decades, and it is still something I enjoy.&lt;/p&gt;&#xA;&lt;p&gt;But my career is broader than writing code.&lt;/p&gt;&#xA;&lt;p&gt;My career is solving problems, creating useful things, restoring failing systems, and helping ideas become something people can depend on.&lt;/p&gt;&#xA;&lt;p&gt;Software is my medium.&lt;/p&gt;&#xA;&lt;h2 id=&#34;writing-code-is-not-the-whole-work&#34;&gt;Writing Code Is Not the Whole Work&lt;/h2&gt;&#xA;&lt;p&gt;I have discussed this idea with managers throughout my career.&lt;/p&gt;&#xA;&lt;p&gt;I do not see software development as only an engineering exercise. I also see it as a form of creation.&lt;/p&gt;&#xA;&lt;p&gt;You begin with an idea, a problem, or an unmet need. You then create something that did not exist before.&lt;/p&gt;&#xA;&lt;p&gt;Code is part of that work, but code is not the complete work.&lt;/p&gt;&#xA;&lt;p&gt;The complete work includes understanding the problem, identifying the constraints, selecting the right approach, making tradeoffs, designing the system, testing the result, securing it, operating it, and ensuring that someone else can maintain it.&lt;/p&gt;&#xA;&lt;p&gt;Writing code may be the most visible activity, but it is only one stage of creation.&lt;/p&gt;&#xA;&lt;p&gt;A person can write a great deal of code without solving the right problem. They can also create something quickly that leaves the company with years of technical debt, operational complexity, or security risk.&lt;/p&gt;&#xA;&lt;p&gt;That is why I do not define my career by the act of writing software.&lt;/p&gt;&#xA;&lt;p&gt;The value is not in how much code I produce. The value is in what the software makes possible.&lt;/p&gt;&#xA;&lt;h2 id=&#34;software-is-the-medium&#34;&gt;Software Is the Medium&lt;/h2&gt;&#xA;&lt;p&gt;Artists choose a medium based on what they want to create.&lt;/p&gt;&#xA;&lt;p&gt;A painter may choose oil, watercolor, charcoal, or acrylic. A sculptor may choose stone, wood, clay, or metal. Each medium has strengths, limitations, costs, and risks.&lt;/p&gt;&#xA;&lt;p&gt;Software is no different.&lt;/p&gt;&#xA;&lt;p&gt;When I create a system, especially one intended for enterprise use, I must choose the language, architecture, frameworks, infrastructure, and tools that fit the actual problem.&lt;/p&gt;&#xA;&lt;p&gt;Those decisions cannot be based only on what is fastest or easiest for me.&lt;/p&gt;&#xA;&lt;p&gt;A technology may let me produce a prototype in a few hours. That does not mean it is the correct medium for software that must operate in production for the next ten years.&lt;/p&gt;&#xA;&lt;p&gt;The company may have to hire people with specialized skills, introduce new build systems, approve unfamiliar infrastructure, monitor another dependency ecosystem, establish new security controls, and support another runtime long after the original developer has left.&lt;/p&gt;&#xA;&lt;p&gt;A choice that saves me several days can cost the company years of additional effort. That is technical debt — and it can begin before the first line is written, when someone selects the wrong medium.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-prototype-is-not-a-production-system&#34;&gt;A Prototype Is Not a Production System&lt;/h2&gt;&#xA;&lt;p&gt;A scripting language or experimental tool may be an excellent choice for proving an idea — data exploration, a short-lived automation, an internal experiment, or a prototype.&lt;/p&gt;&#xA;&lt;p&gt;But a prototype answers only one question: can this idea work?&lt;/p&gt;&#xA;&lt;p&gt;A production system must answer much more. It must be secured, tested, observed, maintained, and supported by the organization. It must scale, survive upgrades, remain understandable to the engineers who inherit it, and operate within the company&amp;rsquo;s architecture, compliance requirements, and security controls.&lt;/p&gt;&#xA;&lt;p&gt;The technology that creates the fastest prototype may be one of the worst choices for the final system. The problem is not the language or tool itself. The problem is using a medium outside the context in which it is appropriate.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-convenience-cannot-become-the-customers-risk&#34;&gt;My Convenience Cannot Become the Customer&amp;rsquo;s Risk&lt;/h2&gt;&#xA;&lt;p&gt;Security makes the choice of medium even more important.&lt;/p&gt;&#xA;&lt;p&gt;A tool may make development easier while introducing vulnerable dependencies, insecure defaults, weak authentication patterns, poor secrets management, or an ecosystem the organization is not prepared to govern.&lt;/p&gt;&#xA;&lt;p&gt;The most serious failure occurs when my technical choice forces the customer to weaken its own security posture.&lt;/p&gt;&#xA;&lt;p&gt;The customer may have to open unnecessary network paths, permit additional data movement, expose new services, install poorly governed components, or approve dependencies that do not meet its security standards.&lt;/p&gt;&#xA;&lt;p&gt;At that point, I have not solved the customer&amp;rsquo;s problem. I have transferred the consequences of my decision to the customer.&lt;/p&gt;&#xA;&lt;p&gt;Choosing a technology because it was the fastest option for me is not responsible engineering.&lt;/p&gt;&#xA;&lt;p&gt;My convenience cannot become the company&amp;rsquo;s technical debt, my enthusiasm for a new tool cannot become the operations team&amp;rsquo;s burden, and my prototype cannot become the customer&amp;rsquo;s security vulnerability.&lt;/p&gt;&#xA;&lt;p&gt;The right medium should help the organization operate securely and sustainably. It should not require the organization to work around the weaknesses of my decision.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-art-is-in-the-selection&#34;&gt;The Art Is in the Selection&lt;/h2&gt;&#xA;&lt;p&gt;This is where I see software as both engineering and art.&lt;/p&gt;&#xA;&lt;p&gt;The art is not simply writing elegant code. It is understanding the problem well enough to choose the right medium.&lt;/p&gt;&#xA;&lt;p&gt;It requires knowing when a proven framework is better than a custom solution and when a new technology has earned a place in production. It also requires recognizing when the fastest approach will create long-term costs, what should be built, what should be reused, and what should not exist at all.&lt;/p&gt;&#xA;&lt;p&gt;The newest tool is not always the right tool, and the most fashionable language is not always the right language. The technology that allows one developer to move fastest is not always the technology that allows the enterprise to move safely.&lt;/p&gt;&#xA;&lt;p&gt;A professional system must be more than impressive during a demonstration. It must be secure, maintainable, testable, observable, supportable, and sustainable. That is part of the creation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;creating-for-other-people&#34;&gt;Creating for Other People&lt;/h2&gt;&#xA;&lt;p&gt;Most software is created for someone else to use.&lt;/p&gt;&#xA;&lt;p&gt;The user may never know what language was selected, which framework was used, or how difficult the architecture was to design. They experience the result through whether it works, whether they can trust it, whether it helps them, and whether it continues working as their needs change.&lt;/p&gt;&#xA;&lt;p&gt;Those outcomes matter more than the amount of code written.&lt;/p&gt;&#xA;&lt;p&gt;A painting may remain on the artist&amp;rsquo;s wall. Professional software cannot remain only with its creator. It must leave the creator&amp;rsquo;s hands and survive contact with users, operations teams, security teams, changing requirements, new engineers, and time.&lt;/p&gt;&#xA;&lt;p&gt;The real test of the work is not whether I can understand it. The real test is whether others can use it, operate it, maintain it, and trust it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;software-as-a-hobby&#34;&gt;Software as a Hobby&lt;/h2&gt;&#xA;&lt;p&gt;Not everything I have created was built for an employer or customer.&lt;/p&gt;&#xA;&lt;p&gt;Years ago, I created my own personal password safe.&lt;/p&gt;&#xA;&lt;p&gt;It was never intended to become a commercial product. I built it because I wanted to solve a problem for myself, experiment with an idea, and understand the complete system.&lt;/p&gt;&#xA;&lt;p&gt;I would not claim that a personal project received the same testing, review, or security scrutiny as a mature commercial password manager.&lt;/p&gt;&#xA;&lt;p&gt;Its value was different.&lt;/p&gt;&#xA;&lt;p&gt;I designed it, understood how it worked, and controlled how it was used. Most importantly, I enjoyed creating it.&lt;/p&gt;&#xA;&lt;p&gt;That was software as a hobby.&lt;/p&gt;&#xA;&lt;p&gt;I have also created software without being paid that other people were able to use.&lt;/p&gt;&#xA;&lt;p&gt;One example was a magnifying glass application. Over the years, at one point over a million people used it. I have also created reading tools, utilities, and other applications that solved practical problems.&lt;/p&gt;&#xA;&lt;p&gt;No employer assigned those projects to me.&lt;/p&gt;&#xA;&lt;p&gt;I created them because I saw a need and believed I could create something useful.&lt;/p&gt;&#xA;&lt;p&gt;That supports Bruno&amp;rsquo;s point. A job may end when the company stops paying you, but a career continues because the desire to practice the craft remains.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fixing-software-is-also-creation&#34;&gt;Fixing Software Is Also Creation&lt;/h2&gt;&#xA;&lt;p&gt;A large part of my career has not involved starting with a blank screen.&lt;/p&gt;&#xA;&lt;p&gt;It has involved entering failing projects, understanding what went wrong, and finding a path forward.&lt;/p&gt;&#xA;&lt;p&gt;That work requires a different form of creativity.&lt;/p&gt;&#xA;&lt;p&gt;You must understand the original intent, determine which parts still have value, and identify the decisions that created the current problems. You must then repair the system without causing more damage.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes that means correcting the code or changing the architecture. Other times, it means introducing better tests, replacing custom infrastructure with a proven framework, reducing complexity, or helping a team change how it works.&lt;/p&gt;&#xA;&lt;p&gt;Fixing software is not merely maintenance.&lt;/p&gt;&#xA;&lt;p&gt;It is restoration.&lt;/p&gt;&#xA;&lt;p&gt;A person restoring a painting does not simply cover the damage with new paint. They study the original work, understand its materials, preserve what remains, and carefully repair what has been lost.&lt;/p&gt;&#xA;&lt;p&gt;Software restoration requires the same respect for context.&lt;/p&gt;&#xA;&lt;p&gt;You cannot fix a system until you understand it.&lt;/p&gt;&#xA;&lt;p&gt;Once again, writing code is only one part of the work.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-career-larger-than-any-job&#34;&gt;A Career Larger Than Any Job&lt;/h2&gt;&#xA;&lt;p&gt;Bruno&amp;rsquo;s distinction matters because jobs are temporary.&lt;/p&gt;&#xA;&lt;p&gt;A company may hire you to apply your skills to a particular product, project, or business problem.&lt;/p&gt;&#xA;&lt;p&gt;That job belongs to the company.&lt;/p&gt;&#xA;&lt;p&gt;The career belongs to you.&lt;/p&gt;&#xA;&lt;p&gt;A job can end because the project changes, the company changes, or the company stops paying you.&lt;/p&gt;&#xA;&lt;p&gt;Your career continues.&lt;/p&gt;&#xA;&lt;p&gt;The skills you developed, the judgment you gained, the systems you created, the failures you repaired, and the lessons you learned move with you.&lt;/p&gt;&#xA;&lt;p&gt;That is why I think about a career over decades, not individual positions.&lt;/p&gt;&#xA;&lt;p&gt;Each job becomes one place where I practice the larger craft.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-career-is-creating&#34;&gt;My Career Is Creating&lt;/h2&gt;&#xA;&lt;p&gt;I enjoy writing software, but writing software is not my career.&lt;/p&gt;&#xA;&lt;p&gt;My career is understanding difficult problems, selecting the right medium, creating useful systems, and repairing systems that have failed — balancing speed with sustainability, and protecting the company and the customer from unnecessary technical debt, operational burden, and security risk.&lt;/p&gt;&#xA;&lt;p&gt;It is turning ideas into something people can use and trust.&lt;/p&gt;&#xA;&lt;p&gt;Code is one of my tools. Software is my preferred medium.&lt;/p&gt;&#xA;&lt;p&gt;But my career is creating.&lt;/p&gt;&#xA;</content:encoded>
    </item>
    <item>
      <title>💰 Skills vs MCP: What the Token Bill Actually Measures</title>
      <link>https://davidparry.com/blog/2026/07/20/skills-vs-mcp-what-the-token-bill-actually-measures/</link>
      <pubDate>Mon, 20 Jul 2026 09:00:00 -0500</pubDate>
      <guid>https://davidparry.com/blog/2026/07/20/skills-vs-mcp-what-the-token-bill-actually-measures/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Move deterministic business rules out of the model and into code.&lt;/strong&gt; For the one workload I benchmarked, that single decision cut hosted-model cost by 32% on Claude Opus 4.8 and 76% on GPT-5, ran two to five times faster, and eliminated a silent age-calculation error because an authoritative clock replaced the model&amp;rsquo;s guess. That is the conclusion. Everything below is how I measured it, why the popular “Skills versus MCP” framing is the wrong dividing line, and where the result stops being defensible.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;Move deterministic business rules out of the model and into code.&lt;/strong&gt; For the one workload I benchmarked, that single decision cut hosted-model cost by 32% on Claude Opus 4.8 and 76% on GPT-5, ran two to five times faster, and eliminated a silent age-calculation error because an authoritative clock replaced the model&amp;rsquo;s guess. That is the conclusion. Everything below is how I measured it, why the popular “Skills versus MCP” framing is the wrong dividing line, and where the result stops being defensible.&lt;/p&gt;&#xA;&lt;p&gt;The question that sent me down this path came after a conference talk I gave about building MCP servers. Another engineer asked me something blunt: &lt;em&gt;Why are you still talking about MCP when Skills can do all of this?&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;My first reaction was equally blunt. If I worked for a model provider, I might prefer the design that keeps more work inside the model. I work for the organization paying the bill, so I want deterministic business rules to run in ordinary code whenever that is practical.&lt;/p&gt;&#xA;&lt;p&gt;That is my opinion, not evidence of a vendor conspiracy. Providers have good reasons to make models more capable, and customers are free to choose the architecture. Still, the incentive is worth noticing: when a model does more work, customers usually buy more inference. The two hosted models in this benchmark also price output tokens at five to eight times their input-token rate.&lt;/p&gt;&#xA;&lt;p&gt;So I built a small benchmark to see how much that choice mattered. The result supported my architectural instinct, but it also exposed a problem with the original framing of this article. “Skills versus MCP” is not the real dividing line. The real one is &lt;strong&gt;model-executed rules versus code-executed rules&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-i-actually-compared&#34;&gt;What I actually compared&lt;/h2&gt;&#xA;&lt;p&gt;A Skill is a package, not an execution environment. The &lt;a href=&#34;https://agentskills.io/home&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;open Agent Skills specification&lt;/a&gt;&#xA; allows a Skill to contain instructions, reference material, assets, &lt;strong&gt;and executable scripts&lt;/strong&gt;. &lt;a href=&#34;https://help.openai.com/en/articles/20001066&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;OpenAI’s description of Skills&lt;/a&gt;&#xA; likewise says a Skill can include code.&lt;/p&gt;&#xA;&lt;p&gt;MCP is a protocol through which a model-facing client can discover and call tools. An MCP server can contain business logic, but it can just as easily wrap a database, an API, a clock, or a bad nondeterministic service. The protocol itself does not make the result correct.&lt;/p&gt;&#xA;&lt;p&gt;The benchmark therefore compared these specific implementations:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Instruction-only Skill:&lt;/strong&gt; the Skill contains the rules and catalog in Markdown. The model performs the calculations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;MCP-backed tool:&lt;/strong&gt; a Rust server performs the calculations and returns structured data. The model calls it and formats the response.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Prompt-only baseline:&lt;/strong&gt; the same rules are placed directly in the system prompt and the model performs the calculations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;That is a narrower and more useful comparison: &lt;strong&gt;model-executed rules versus code-executed rules&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;An executable Skill would make a legitimate fourth configuration, but “the Skill contains code” is not enough information. There are two very different ways an agent can use that code. It can run the script in a real software runtime, or it can read the source and attempt to follow the logic itself. The second option is still model-executed business logic. In fact, it may be worse than giving the model concise rules: the source consumes more context, while the model remains free to miss a branch, mishandle a boundary, or improvise around the implementation.&lt;/p&gt;&#xA;&lt;p&gt;Running the script is different. Once ordinary software receives the same validated inputs, it can produce the same authoritative output as the Rust server. The remaining uncertainty sits in the orchestration around it. Will the model load the Skill, notice the script, invoke it instead of doing the calculation itself, construct the command and arguments correctly, and present the returned value without “correcting” it? If script execution is merely suggested in prose, the architecture still depends on the model choosing the deterministic path on every request.&lt;/p&gt;&#xA;&lt;p&gt;If the agent runtime exposes the bundled script as a required, typed capability and reliably routes the request through it, I would expect the token and latency profile to resemble the MCP-backed path. At that point, however, the important win comes from executable code being treated as authoritative, not from the Skill label. If the model is expected to read and mentally execute the bundled source, I would expect more tokens without gaining the guarantee that made the code worth writing.&lt;/p&gt;&#xA;&lt;p&gt;I have not tested either version of that fourth configuration yet. A useful follow-up would measure them separately: &lt;strong&gt;Skill plus enforced script execution&lt;/strong&gt; and &lt;strong&gt;Skill plus source code for the model to interpret&lt;/strong&gt;. Combining those into one “executable Skill” result would hide the architectural difference, but both versions still hit the core economic question: how much material must the model read, reason about, and generate before the code runs? Loading Skill instructions or source, deciding to invoke a script, constructing the command and arguments, and then consuming the result all use tokens. Executable code makes the calculation authoritative; it does not make the orchestration free. My expectation is that asking the model to interpret source will be the most expensive version, while enforced script execution should be closer to MCP. Whether it is cheaper or more expensive than a compact, typed MCP tool call is something the fourth benchmark must measure rather than assume.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-workload&#34;&gt;The workload&lt;/h2&gt;&#xA;&lt;p&gt;The customer record contains a birth date, ZIP code, ordered interests, and a maximum budget. The system must calculate age, classify the customer, filter a small activity catalog, apply discounts, rank eligible activities, and return the best matches.&lt;/p&gt;&#xA;&lt;p&gt;The harness ran all three configurations 15 times on each of three models:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Claude Opus 4.8&lt;/li&gt;&#xA;&lt;li&gt;GPT-5&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;qwen3:30b&lt;/code&gt;, served locally through Ollama&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;That produced 135 responses. The harness recorded provider-reported input, output, and total tokens; model and tool calls; end-to-end latency; estimated API cost; and the final text. The Rust server, Skill, prompts, harness, tests, and raw JSON are in the &lt;a href=&#34;https://github.com/davidparry/skill-vs-mcp&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;public benchmark repository&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;There is one important wrinkle. The customer request did &lt;strong&gt;not&lt;/strong&gt; include the current date. The MCP server read the host’s clock, while the instruction-only configurations had no equivalent clock tool. An earlier draft of this article said the date was part of the scenario. It was not.&lt;/p&gt;&#xA;&lt;p&gt;That means the cost and latency comparison uses the same user request, but the later age comparison is not a controlled test of code versus model arithmetic. It also tests access to current state. I discuss those results separately rather than pretending the difference does not exist.&lt;/p&gt;&#xA;&lt;h2 id=&#34;results&#34;&gt;Results&lt;/h2&gt;&#xA;&lt;p&gt;Every number below is the mean of 15 successful runs. Prices are standard, non-cached API prices at the time of the test. GPT-5 was &lt;a href=&#34;https://developers.openai.com/api/docs/models/gpt-5&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;$1.25 per million input tokens and $10 per million output tokens&lt;/a&gt;&#xA;. Claude Opus 4.8 was &lt;a href=&#34;https://www.anthropic.com/claude/opus&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;$5 and $25&lt;/a&gt;&#xA;, respectively.&lt;/p&gt;&#xA;&lt;p&gt;The “text variation” column is the mean pairwise character-sequence difference among the 15 final answers, calculated with Python’s &lt;code&gt;SequenceMatcher&lt;/code&gt;. It measures how different the rendered responses were. It does &lt;strong&gt;not&lt;/strong&gt; measure semantic correctness, business-rule determinism, or auditability.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Claude Opus 4.8&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Config&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Model calls&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Latency (s)&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Text variation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Instruction-only Skill&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,210&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,193&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,403&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00605&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.02983&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.03588&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;12.5&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;48.5%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;MCP-backed tool&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,071&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;561&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,632&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.01036&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.01403&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.02438&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;9.0&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;38.8%&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Prompt only&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,131&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,231&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,362&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00566&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.03078&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.03643&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;12.9&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;61.9%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;GPT-5&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Config&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Model calls&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Latency (s)&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Text variation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Instruction-only Skill&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;802&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,089&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,891&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00100&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.02089&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.02189&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;16.1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;76.8%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;MCP-backed tool&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;963&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;408&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,371&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00120&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00408&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.00529&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;4.8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;38.7%&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Prompt only&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;783&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,320&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;3,103&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00098&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.02320&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.02418&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;20.8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;67.8%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;qwen3:30b (local via Ollama on an Apple M4 Max with 128 GB RAM)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Config&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total tokens&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Model calls&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Input $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Output $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Total $&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Latency (s)&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Text variation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Instruction-only Skill&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;898&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;4,192&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;5,090&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.00&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;43.4&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;76.7%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;MCP-backed tool&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,480&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1,086&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2,565&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;2&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.00&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;10.8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;58.9%&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Prompt only&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;882&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;5,112&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;5,994&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$0.00&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$0.00&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;54.4&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;73.2%&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cost per 1,000 requests&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Model&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;MCP-backed tool&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Instruction-only Skill&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Prompt only&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Tool vs Skill&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Tool vs Prompt&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Claude Opus 4.8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$24.38&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$35.88&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$36.43&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;32% less&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;33% less&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;GPT-5&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$5.29&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$21.89&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;$24.18&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;76% less&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;78% less&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;what-those-numbers-support&#34;&gt;What those numbers support&lt;/h2&gt;&#xA;&lt;p&gt;The tool-backed path sent more input because the request included a tool schema and required a second model call. It still cost less because it used far fewer completion tokens. On these models, for this task, the price difference between input and output was large enough to overwhelm the extra round trip.&lt;/p&gt;&#xA;&lt;p&gt;The same implementation was also faster in this sweep. It reduced mean latency from 12.5 to 9.0 seconds against the instruction-only Skill on Opus, from 16.1 to 4.8 seconds on GPT-5, and from 43.4 to 10.8 seconds on the local model. The local comparison matters because there is no per-token invoice to blame. Generating fewer tokens still consumed less wall-clock time on my hardware.&lt;/p&gt;&#xA;&lt;p&gt;The provider APIs reported completion-token usage; those counts are what I priced. Depending on the provider and model, that usage can include billed reasoning tokens that never appear in the visible answer. It would be inaccurate to say every calculation was literally printed to the user.&lt;/p&gt;&#xA;&lt;p&gt;The text-variation result is interesting but weaker. Tool-backed answers were more alike in all three sets, which makes sense because the model received the same structured result each time. A character-level similarity score is sensitive to headings, wording, and answer length, though. I would not use it as evidence that the business logic is deterministic. For that, I would test the function outputs directly.&lt;/p&gt;&#xA;&lt;p&gt;Most important, this is one synthetic workload with one customer and one catalog. It shows that moving this set of rules into code reduced tokens, latency, and hosted-model cost. It does not prove that an MCP call is always cheaper. A large tool schema, a chatty tool response, network latency, retries, or a tiny calculation could reverse the result.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-clock-result-useful-but-not-a-fair-arithmetic-contest&#34;&gt;The clock result: useful, but not a fair arithmetic contest&lt;/h2&gt;&#xA;&lt;p&gt;All configurations returned the same three activities in the same order:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Guided Nature Walk — $20&lt;/li&gt;&#xA;&lt;li&gt;Mountain Hiking Tour — $45&lt;/li&gt;&#xA;&lt;li&gt;Jazz Club Evening — $60&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The reported age differed:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Config&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Claude Opus 4.8&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;GPT-5&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;qwen3:30b&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;MCP-backed tool&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;36 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;36 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;36 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Instruction-only Skill&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;35 (14/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;36 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;33 (12/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Prompt only&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;35 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;36 (15/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;33 (14/15)&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The benchmark ran on July 19, 2026, and the customer was born on May 15, 1990, so 36 was correct. The Rust service read that date from the system clock. Opus often behaved as if the year were 2025, and qwen often behaved as if it were 2023. GPT-5 returned the exact benchmark date even though the user request and harness system prompt did not supply it. The data does not tell me whether that date came from model behavior or provider-side context, so calling it a “guess” would go beyond the evidence.&lt;/p&gt;&#xA;&lt;p&gt;This result demonstrates a real production lesson: if an answer depends on current state, give the system an authoritative source for that state. It does &lt;strong&gt;not&lt;/strong&gt; demonstrate that MCP is uniquely able to provide one. A bundled Skill script, a local command, a conventional API, or an MCP server could all read a clock.&lt;/p&gt;&#xA;&lt;p&gt;It also explains why the bad ages did not change the recommendations. Ages 33, 35, and 36 fall into the same age band, generation, and discount tier in this catalog. Near a boundary, the error could matter. A 65-year-old calculated as 62 would miss the senior discount; an 18-year-old calculated as 17 could cross discount and eligibility rules. Those are examples of what the defect &lt;em&gt;could&lt;/em&gt; cause, not outcomes observed in this run.&lt;/p&gt;&#xA;&lt;p&gt;For repeatable testing, the server already has a &lt;code&gt;FixedClock&lt;/code&gt; implementation. The benchmark should use it, or pass the same explicit date to all three configurations. I plan to add that controlled case before making broader correctness claims.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-i-draw-the-boundary&#34;&gt;Where I draw the boundary&lt;/h2&gt;&#xA;&lt;p&gt;This experiment reminded me of reading a SQL execution plan. Returning the right rows is necessary, but it is not the end of the engineering work. At scale, I also care about the cost of getting those rows, the behavior under failure, and whether I can test the logic without asking a probabilistic model to repeat it.&lt;/p&gt;&#xA;&lt;p&gt;My rule of thumb is now:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Use Skill instructions for judgment, workflow, and reusable operating procedures.&lt;/li&gt;&#xA;&lt;li&gt;Use executable code for calculations, eligibility, prices, policy rules, and access to authoritative state.&lt;/li&gt;&#xA;&lt;li&gt;Use MCP when that executable capability should be a shared, discoverable tool with a stable interface. A bundled Skill script or ordinary service may be simpler when it should not.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;That is also what I look for when interviewing engineers who use AI. This is a personal hiring preference, not a universal standard. I care less about whether a candidate can make a model produce working code and more about whether they can explain which parts belong in model reasoning, which parts need a deterministic boundary, and what the choice costs at production volume.&lt;/p&gt;&#xA;&lt;p&gt;The benchmark changed my wording, not my conclusion. “MCP beats Skills” is too broad. The claim I can defend is this: &lt;strong&gt;for this workload, code-executed business rules beat model-executed rules on cost and latency, and an authoritative clock prevented a silent data error.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;That is enough to influence an architecture. It is not enough to declare a universal winner.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;em&gt;Reproduce the experiment or challenge it in the &lt;a href=&#34;https://github.com/davidparry/skill-vs-mcp&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;skill-vs-mcp repository&lt;/a&gt;&#xA;. The raw 15-run result set used here is included.&lt;/em&gt;&lt;/p&gt;&#xA;</content:encoded>
    </item>
    <item>
      <title>☕ Java at Thirty: Still One of the Strongest Bets in the Enterprise</title>
      <link>https://davidparry.com/blog/2026/07/18/java-at-thirty-still-one-of-the-strongest-bets-in-the-enterprise/</link>
      <pubDate>Sat, 18 Jul 2026 11:00:00 -0500</pubDate>
      <guid>https://davidparry.com/blog/2026/07/18/java-at-thirty-still-one-of-the-strongest-bets-in-the-enterprise/</guid>
      <description>&lt;p&gt;Three decades after its release, Java is still solving the problems that matter most to enterprise software. That staying power is easy to dismiss as inertia. I don&amp;rsquo;t think it is. I think it&amp;rsquo;s the predictable result of a platform that optimized for the things large organizations actually care about — and kept investing in them long after the hype cycle moved on.&lt;/p&gt;&#xA;&lt;p&gt;Let me be careful about the claim I&amp;rsquo;m making, though.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Three decades after its release, Java is still solving the problems that matter most to enterprise software. That staying power is easy to dismiss as inertia. I don&amp;rsquo;t think it is. I think it&amp;rsquo;s the predictable result of a platform that optimized for the things large organizations actually care about — and kept investing in them long after the hype cycle moved on.&lt;/p&gt;&#xA;&lt;p&gt;Let me be careful about the claim I&amp;rsquo;m making, though.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-honest-version-of-the-claim&#34;&gt;The honest version of the claim&lt;/h3&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not going to tell you Java is &lt;em&gt;the optimal language&lt;/em&gt;. That&amp;rsquo;s an opinion dressed up as a fact, and it falls apart the moment you change the context — Java is not my first reach for a data-science notebook, a systems kernel, or a quick shell script.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the claim I&amp;rsquo;ll actually defend: &lt;strong&gt;Java remains one of the strongest choices for enterprise software where long-term maintainability, stability, and operational reliability are the dominant concerns.&lt;/strong&gt; That&amp;rsquo;s a narrower statement, and it&amp;rsquo;s a stronger one, because it names the conditions under which it&amp;rsquo;s true.&lt;/p&gt;&#xA;&lt;p&gt;For most organizations, success is rarely about using the newest language. It&amp;rsquo;s about delivering reliable systems, controlling operational risk, hiring engineers at scale, and maintaining software for a decade or more. Judge Java against &lt;em&gt;those&lt;/em&gt; goals and its longevity stops looking like nostalgia and starts looking like fit.&lt;/p&gt;&#xA;&lt;h3 id=&#34;backward-compatibility-is-a-feature-not-a-limitation&#34;&gt;Backward compatibility is a feature, not a limitation&lt;/h3&gt;&#xA;&lt;p&gt;The thing developers complain about — Java&amp;rsquo;s conservatism — is exactly what enterprises are buying.&lt;/p&gt;&#xA;&lt;p&gt;Code written years ago still compiles and runs. Upgrades are usually boring, and boring is the point. When a platform breaks compatibility casually, every upgrade becomes a migration project, and migration projects are where budgets and timelines go to die. Java&amp;rsquo;s discipline here means a large codebase can move forward without being rewritten, and that compounds over the lifespan of a system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;predictable-releases-you-can-plan-around&#34;&gt;Predictable releases you can plan around&lt;/h3&gt;&#xA;&lt;p&gt;Since the six-month release cadence and the Long-Term Support (LTS) model, Java gives organizations something they can actually build a roadmap on. LTS releases give you a stable target with years of support; the interim releases let the language keep evolving without forcing everyone onto the treadmill. You choose your pace. For a business planning multi-year investments, predictability like that is worth more than raw novelty.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-platform-is-still-being-invested-in&#34;&gt;The platform is still being invested in&lt;/h3&gt;&#xA;&lt;p&gt;Java isn&amp;rsquo;t coasting. Recent years have brought genuinely significant work to the platform — virtual threads reshaping how the JVM handles concurrency at scale, ongoing improvements to startup time and memory footprint, pattern matching and records modernizing the language itself, and continued GC advances. This is a thirty-year-old platform still receiving serious, well-funded engineering. That matters when you&amp;rsquo;re betting a decade of software on it.&lt;/p&gt;&#xA;&lt;h3 id=&#34;a-mature-ecosystem-and-a-deep-talent-pool&#34;&gt;A mature ecosystem and a deep talent pool&lt;/h3&gt;&#xA;&lt;p&gt;Two of the most underrated enterprise concerns are &amp;ldquo;what do I build on?&amp;rdquo; and &amp;ldquo;who will maintain it?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On the first, the JVM ecosystem is vast and battle-tested — Spring and Spring Boot alone cover an enormous surface of what enterprises need, with libraries, tooling, observability, and integration patterns refined over many years of production use.&lt;/p&gt;&#xA;&lt;p&gt;On the second, the Java talent pool is one of the largest in the industry. You can hire for it, you can staff teams at scale, and you can find engineers who&amp;rsquo;ve operated Java systems in production for years. That&amp;rsquo;s not a glamorous advantage, but it&amp;rsquo;s a decisive one when you&amp;rsquo;re maintaining critical systems over a long horizon.&lt;/p&gt;&#xA;&lt;h3 id=&#34;operational-reliability-is-where-it-earns-its-keep&#34;&gt;Operational reliability is where it earns its keep&lt;/h3&gt;&#xA;&lt;p&gt;None of the above would matter if the runtime fell over under load. It doesn&amp;rsquo;t. The JVM&amp;rsquo;s observability, profiling, and tuning story is deep, and the operational patterns for running Java in production are extremely well understood. When something goes wrong at 2 a.m., &amp;ldquo;well understood&amp;rdquo; is exactly the property you want.&lt;/p&gt;&#xA;&lt;h3 id=&#34;where-java-isnt-the-answer&#34;&gt;Where Java isn&amp;rsquo;t the answer&lt;/h3&gt;&#xA;&lt;p&gt;Being honest about the boundaries is what makes the rest credible. If your problem is a small script, a latency-critical systems component, data science and ML research, or a lean startup optimizing for the fastest possible time-to-first-feature, Java is often not the best tool — and you should reach for something that fits. The claim is about a &lt;em&gt;context&lt;/em&gt;, not a coronation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-this-is-on-my-mind&#34;&gt;Why this is on my mind&lt;/h3&gt;&#xA;&lt;p&gt;I spend most of my time now building agentic systems on the JVM, and this is precisely why. The interesting, fast-moving part — the reasoning, the model calls, the orchestration — sits on top of a platform I can trust to still be maintainable, staffable, and operable years from now. New capability on a stable foundation is a good trade. It lets me chase what&amp;rsquo;s genuinely new without gambling the boring, load-bearing parts of the system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-takeaway&#34;&gt;The takeaway&lt;/h3&gt;&#xA;&lt;p&gt;Thirty years in, Java&amp;rsquo;s relevance isn&amp;rsquo;t an accident and it isn&amp;rsquo;t sentiment. It&amp;rsquo;s the payoff of a platform that consistently optimized for maintainability, stability, backward compatibility, predictable evolution, a deep ecosystem, and a large talent pool — the exact concerns that dominate enterprise software.&lt;/p&gt;&#xA;&lt;p&gt;That doesn&amp;rsquo;t make it the best language for everything. It makes it one of the strongest bets you can place when you need systems to run, and keep running, for a very long time.&lt;/p&gt;&#xA;</content:encoded>
    </item>
  </channel>
</rss>
