<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gil</title>
    <description>The latest articles on DEV Community by Gil (@gil_5296961bf2e126cf43cb4).</description>
    <link>https://dev.to/gil_5296961bf2e126cf43cb4</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4085789%2Fd8455722-dc41-48c6-93b8-d78733dbf160.png</url>
      <title>DEV Community: Gil</title>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gil_5296961bf2e126cf43cb4"/>
    <language>en</language>
    <item>
      <title>The Founder's Wire, September 2: Anthropic Ships a Cheaper Claude Flagship, OpenAI Yanks Its Models From Cursor Over the…</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Wed, 09 Sep 2026 11:46:41 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-september-2-anthropic-ships-a-cheaper-claude-flagship-openai-yanks-its-models-3j4l</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-september-2-anthropic-ships-a-cheaper-claude-flagship-openai-yanks-its-models-3j4l</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/2026-09-02-founders-wire-fable-51-openai-cursor-cutoff-anthropic-lambda-35b.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Three moves landed in 48 hours that look, separately, like a model launch, a contract spat, and a data-center press release. Put them side by side and they tell one story:   the layer you build on is consolidating and getting more entangled — and your job as a team of one is to stay swappable inside it.   One vendor made its flagship quietly cheaper, another yanked its models out of a tool over who now owns the tool, and the compute underneath all of it got financed in a loop that returns to the same company three times. Here's the whole edition in one screen:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Anthropic — economics.   &lt;a href="https://venturebeat.com/technology/anthropics-claude-fable-5-1-and-mythos-5-1-arrive-with-a-75-cost-reduction-for-fable-cache-reads" rel="noopener noreferrer"&gt;Claude Fable 5.1 keeps the $10/$50 sticker but cut cache reads 75%&lt;/a&gt; ($1.00 → $0.25 per M input), for ~25% lower real cost on typical workloads and up to ~45% on agentic ones.  The price that matters to you moved even though the headline number didn't. &lt;/li&gt;
&lt;li&gt;  OpenAI — portability.   &lt;a href="https://www.cnbc.com/2026/08/29/openai-cursor-spacex-model-access.html" rel="noopener noreferrer"&gt;OpenAI will stop serving its models inside Cursor on Nov 12&lt;/a&gt;, invoking a change-of-control clause after SpaceX's ~$60B acquisition closed.  Access you can't swap is access someone else can revoke. &lt;/li&gt;
&lt;li&gt;  Anthropic — concentration.   &lt;a href="https://www.bloomberg.com/news/articles/2026-08-31/anthropic-seals-35-billion-cloud-deal-with-nvidia-backed-lambda" rel="noopener noreferrer"&gt;A six-year, ~$35B compute deal with Nvidia-backed Lambda&lt;/a&gt; puts Nvidia in three seats of the same transaction.  The compute under your stack is being financed in a tight circle. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The through-line: economics, portability, and concentration all moved the same week, and each one is a reason to reduce your exposure to any single link. Here's what each changes for a team of one.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Anthropic's Fable 5.1 is the same price on the sticker — and meaningfully cheaper on the bill&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On   Sept 1, 2026  , Anthropic released   Claude Fable 5.1   and   Claude Mythos 5.1  , calling them its most advanced models for coding and knowledge work. They are the same underlying model: Fable 5.1 is generally available with standard safeguards; Mythos 5.1 is gated to vetted cybersecurity and life-sciences programs that need capabilities the default guardrails constrain. Base pricing is untouched —   $10 per million input tokens, $50 per million output   — which is why the launch reads, at a glance, like a minor point release.&lt;/p&gt;

&lt;p&gt;The real change is one line in the pricing table: a   cache read fell from $1.00 to $0.25 per million input tokens, a 75% cut   (&lt;a href="https://venturebeat.com/technology/anthropics-claude-fable-5-1-and-mythos-5-1-arrive-with-a-75-cost-reduction-for-fable-cache-reads" rel="noopener noreferrer"&gt;VentureBeat&lt;/a&gt;, &lt;a href="https://www.marktechpost.com/2026/09/01/anthropic-releases-claude-fable-5-1-and-claude-mythos-5-1-52-6-on-terminal-bench-science-and-75-cheaper-cache-reads/" rel="noopener noreferrer"&gt;MarkTechPost&lt;/a&gt;). Agent loops, retrieval pipelines, and long system prompts re-read cached context constantly, so that one number is where their bills actually live. Anthropic says the effective cost drops about   25% for typical workloads and up to 45% for highly agentic ones  , and separately claims about   60% fewer cybersecurity false positives   in Claude Code.&lt;/p&gt;

&lt;p&gt;What it means:   this is a cost cut disguised as a version bump, and it rewards exactly the architecture most solo builders are converging on — a long, cached system prompt driving a tool-using loop. If that's you, the savings arrive with nothing to change but the model string. But collect the win on the right metric: the number that moved is cost-per- task , not cost-per-token, because caching only pays off across the repeated reads inside a job. Re-run your heaviest agent workload on Fable 5.1, measure end-to-end cost per completed task, and compare it to whatever you're routing to today — including the &lt;a href="///posts/ai-coding-agent-ranking-2026.html"&gt;cheaper mid-tier options in the current coding-agent ranking&lt;/a&gt;. A 25–45% cut can change which model deserves your default.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;OpenAI is pulling its models out of Cursor — a live lesson in vendor portability&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On   Aug 28  , OpenAI notified SpaceX that it will   terminate the contract supplying OpenAI models to Cursor  , with a proposed shutoff of   Nov 12, 2026   (&lt;a href="https://www.cnbc.com/2026/08/29/openai-cursor-spacex-model-access.html" rel="noopener noreferrer"&gt;CNBC&lt;/a&gt;, &lt;a href="https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex/" rel="noopener noreferrer"&gt;OpenAI&lt;/a&gt;). The trigger was ownership:   SpaceX completed its ~$60B acquisition of Cursor on Aug 14  , and OpenAI invoked a   change-of-control clause  , saying it "cannot be confident" SpaceX will use its models within its terms of service and citing prior ToS disputes with Musk-owned companies. OpenAI says it gave the maximum notice its contract allows.&lt;/p&gt;

&lt;p&gt;Read the blast radius before you react to the headline:   OpenAI models are only about 5% of Cursor's traffic  , and Anthropic, Google, and xAI models all remain. This is the removal of one vendor from the editor, not the death of the tool — Cursor users routing to Claude or Gemini feel nothing. (&lt;a href="///posts/zcode-vs-cursor-3-vs-claude-code-agent-environment.html"&gt;If you're weighing editors and agent environments, we compared the field here&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;What it means:   the lesson isn't about Cursor, it's about you. A dependency you can't swap is a dependency a third party can switch off for reasons that have nothing to do with your product — here, a corporate acquisition two levels removed from any developer. Run the fire drill this week: if your product or your own workflow hard-codes a single model vendor, put an abstraction in front of it — &lt;a href="///posts/bifrost-vs-litellm-vs-portkey-llm-gateway-2026.html"&gt;an LLM gateway&lt;/a&gt; or &lt;a href="///posts/build-cost-aware-model-router-for-your-agent.html"&gt;a cost-aware router&lt;/a&gt; — and confirm your prompts still perform on at least two model families. The goal is boring: make "switch providers" a config change, not a rewrite, before you're forced to find out.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Anthropic's ~$35B Lambda deal tightens the Nvidia loop&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Also on the wire: Anthropic signed a   six-year, roughly $35B cloud deal with Lambda  , an Nvidia-backed provider, for a   ~350MW campus in Nueces County, Texas  , developed by Hut 8 (&lt;a href="https://www.bloomberg.com/news/articles/2026-08-31/anthropic-seals-35-billion-cloud-deal-with-nvidia-backed-lambda" rel="noopener noreferrer"&gt;Bloomberg&lt;/a&gt;, &lt;a href="https://qz.com/anthropic-lambda-nvidia-cloud-deal-35-billion-090126" rel="noopener noreferrer"&gt;Quartz&lt;/a&gt;). It sits on top of a run of reported mega-commitments — ~$45B with Nscale in West Virginia, ~$50B with Fluidstack, ~$45B with SpaceX — that together push Anthropic's compute bookings well past $150B.&lt;/p&gt;

&lt;p&gt;The detail worth your attention is structural:   Nvidia occupies three seats in the same deal   — it supplies the chips, it has invested in Lambda, and it anchors the lease on the site. When money loops among the chip maker, the cloud, and the lab, critics call it "circular financing," because reported demand can outrun what end-customer revenue actually supports. Whatever you think of the debate, the shape is real, and it's the same shape &lt;a href="///posts/gpu-rental-price-map-h100-h200-b200-august-2026.html"&gt;showing up across the GPU rental market&lt;/a&gt; and &lt;a href="///posts/agent-funding-august-2026-control-won-the-summer.html"&gt;the agent-funding flows we tracked last month&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What it means:   treat this as concentration risk, not a trophy number. The compute under your entire stack — every token you buy, however many hops away — is financed by a small set of tightly linked players. That doesn't mean the floor is falling; it means you shouldn't architect your margins around today's promotional token prices holding forever, and you should keep a fallback provider wired up (see move 2) so a capacity crunch or a price swing at one link doesn't become your outage. Cheap inference is a strategy right now. Strategies end.&lt;/p&gt;




&lt;p&gt;The tie that binds all three:   stay swappable.   The cheaper model, the revoked access, and the looped financing are three different pressures pushing the same way — toward a stack where a handful of players set the price and the terms. You can't change that as a team of one. You  can  make sure that when any single link moves — a price cut worth collecting, a vendor pulled, a crunch upstream — your response is a config change and a re-measure, not a scramble. Yesterday's edition traced &lt;a href="///posts/2026-09-01-founders-wire-vanguard-altruist-socure-fravity-keenable.html"&gt;who's buying and supplying the agent layer&lt;/a&gt;; today's is the operator's version of the same map. Build the thing that's bought, or supply the thing that's needed — but either way, don't get locked to one seller of the picks.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
    </item>
    <item>
      <title>The Founder's Wire, August 28: 116 Companies Warn AI Cyberattacks Are About to Surge, Hugging Face Ships a $399 Open-Source…</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Fri, 04 Sep 2026 12:05:20 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-august-28-116-companies-warn-ai-cyberattacks-are-about-to-surge-hugging-face-1d6k</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-august-28-116-companies-warn-ai-cyberattacks-are-about-to-surge-hugging-face-1d6k</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/2026-08-28-founders-wire-ai-cyber-defense-microduck-vertical-agents.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Three moves this morning, and each hands a founder a different job. A 116-company coalition — OpenAI, Anthropic, Google, Microsoft, Visa, Mastercard, and a hundred more — warned that AI-enabled cyberattacks are about to get "far more widespread and sophisticated" and called for a "defensive surge" while there's still a window to harden critical systems. Hugging Face opened pre-orders for a $399 fully open-source robot that teaches reinforcement learning on real hardware. And two more vertical-agent startups raised into the same lesson: specific beats general.   Here's the whole edition in one screen, and the one thing to do about each:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  The cyber letter — a security to-do.   &lt;a href="https://www.cnbc.com/2026/08/27/ai-cyber-defense-letter.html" rel="noopener noreferrer"&gt;116 companies and organizations&lt;/a&gt; — labs, banks, security firms, carmakers — signed a joint warning that offensive AI is about to scale and a "limited window" to prepare is closing.  Run an AI-aware threat model this quarter and expect security questions in your next enterprise deal. &lt;/li&gt;
&lt;li&gt;  Microduck — a cheap on-ramp.   Hugging Face and Pollen Robotics &lt;a href="https://www.engadget.com/2245407/huggingface-and-pollen-robotics-opn-pre-orders-for-the-microduck-robot/" rel="noopener noreferrer"&gt;opened pre-orders for a $399 open-source robot&lt;/a&gt; with a public RL training stack.  If embodied AI is on your roadmap, this is the cheapest real-hardware RL platform yet. &lt;/li&gt;
&lt;li&gt;  Vertical agents — where the money is.   &lt;a href="https://www.semiconductor-digest.com/agentrys-raises-24-5-million-to-build-agentic-design-automation-for-chipmakers/" rel="noopener noreferrer"&gt;Agentrys&lt;/a&gt; ($24.5M, chip-design agents) and &lt;a href="https://www.koreatimes.co.kr/business/tech-science/20260826/wrtn-raises-72-mil-in-series-c-funding-round" rel="noopener noreferrer"&gt;Wrtn&lt;/a&gt; (~$72M, AI storytelling) both raised on deep workflow specificity.  Stop competing with frontier chatbots on generality; win a narrow workflow you understand better than they do. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The through-line: your threat model, your build tooling, and where your category's capital is flowing all moved the same morning. Only one of the three is a task you can start before lunch — so start there.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;116 companies just told the market AI attacks are about to surge&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On Aug 27, 2026, a coalition of 116 companies and organizations published a &lt;a href="https://www.cnbc.com/2026/08/27/ai-cyber-defense-letter.html" rel="noopener noreferrer"&gt;joint open letter&lt;/a&gt; warning that "in the coming months, AI-enabled cyber attacks will become far more widespread and sophisticated," and calling for a coordinated "defensive surge" by private industry and governments at every level. What makes it more than another think-piece is the breadth of the signatures: the frontier AI labs (OpenAI, Anthropic, Google, Microsoft), the security incumbents (CrowdStrike, Okta, Fortinet, Cloudflare), and a long bench of mainstream enterprises and financials — &lt;a href="https://www.nbcnews.com/tech/security/major-tech-companies-call-defensive-surge-defeat-ai-driven-hacks-rcna594780" rel="noopener noreferrer"&gt;Broadcom, Capital One, IBM, Mastercard, Oracle, Robinhood, Shopify, Visa, General Motors&lt;/a&gt;. The letter frames a "limited window" to harden critical infrastructure — hospitals, water treatment, the internet backbone — before offensive AI capability outpaces defense.&lt;/p&gt;

&lt;p&gt;What it means:   You are not a hospital, but you are in the blast radius, and this is the cheapest early warning you'll get. When the biggest buyers and their security vendors publicly agree the threat is about to scale, "secure-by-default" stops being an engineering preference and becomes a procurement question you have to answer to close enterprise deals. Do three concrete things this quarter, none of which needs a security hire. First, run an AI-aware threat model: for every agent or LLM you ship, ask where an attacker — or a poisoned input — could reach your secrets, your infrastructure, or your customers' data. Second, tighten the obvious surfaces: least-privilege permissions for any agent that can act, secrets out of prompts and repos, and human review on irreversible actions. Third, if you take pull requests or dependencies, close the &lt;a href="///posts/how-to-harden-your-repo-against-ai-agent-poisoned-prs.html"&gt;poisoned-PR and supply-chain paths that specifically target AI coding agents&lt;/a&gt; — the attack the letter is describing at national scale looks, at your scale, exactly like that.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hugging Face shipped a $399 open-source robot — the point is the RL stack&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hugging Face and Pollen Robotics &lt;a href="https://www.bloomberg.com/news/articles/2026-08-27/hugging-face-unveils-400-singing-skating-duck-like-robot" rel="noopener noreferrer"&gt;opened pre-orders on Aug 27&lt;/a&gt; for Microduck, a 25cm, roughly 800-gram bipedal robot priced at $399 and shipping before the end of 2026. It arrives with seven pre-trained behaviors — walking, sitting and standing, kicking, grabbing, roller-skating, and self-recovery — but the real product is underneath: the &lt;a href="https://www.engadget.com/2245407/huggingface-and-pollen-robotics-opn-pre-orders-for-the-microduck-robot/" rel="noopener noreferrer"&gt;entire stack is open source under Apache 2.0&lt;/a&gt;, including the SDK, a MuJoCo simulation environment, and the reinforcement-learning training code, all programmable in Python and JavaScript.&lt;/p&gt;

&lt;p&gt;What it means:   Ignore the singing-duck framing; this is the clearest developer-tool story of the week. Reinforcement learning on real hardware has been gated behind expensive robots and bespoke rigs, which is why most software teams treat "physical AI" as somebody else's category. A $399 machine with a public sim-to-real training loop collapses the cost of the first experiment from a five-figure commitment to a weekend of curiosity. If embodied AI, robotics, or any control problem is on your two-year roadmap, this is the cheapest way to build genuine RL fluency on your team before you need it — and the open MuJoCo environment means you can prototype the policy in simulation before the hardware even arrives. It is a small bet with an asymmetric payoff: worst case, someone on your team learns RL properly; best case, you find a product a year before you otherwise would have.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The vertical-agent money kept pouring in&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Two more raises this week landed on the same thesis. &lt;a href="https://www.semiconductor-digest.com/agentrys-raises-24-5-million-to-build-agentic-design-automation-for-chipmakers/" rel="noopener noreferrer"&gt;Agentrys raised $24.5M&lt;/a&gt; — an oversubscribed $19.1M seed led by Etna Labs, following a $5.4M pre-seed led by MediaTek — to build AI agents for semiconductor design, a category its founder Mark Ren (nearly three decades in EDA and AI research at NVIDIA and IBM) calls Agentic Design Automation. And South Korea's Wrtn Technologies &lt;a href="https://www.koreatimes.co.kr/business/tech-science/20260826/wrtn-raises-72-mil-in-series-c-funding-round" rel="noopener noreferrer"&gt;raised roughly $72M in a Series C&lt;/a&gt; at a valuation above $722M for an AI interactive-storytelling platform whose North-America product, OOC, &lt;a href="https://en.wowtale.net/2026/08/27/234887/" rel="noopener noreferrer"&gt;crossed about $7.2M in monthly revenue within three months of launch&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What it means:   These two companies could not look more different — chip verification and "playable anime" — which is exactly why the shared pattern is worth naming. Neither is trying to be a better general assistant. Each picks a workflow narrow enough to encode expertise a frontier model doesn't have, and each is led by someone with obvious credibility in that workflow (a chip-design veteran; a team that found real consumer pull and monetized it fast). That is the wedge capital is paying for right now:   specificity plus a founder who plainly understands the domain  , not generality. If you're building an agent and your one-liner could describe ten other startups, that's the signal to go narrower. The general-purpose lane is where you compete with the labs; the specific lane is where you compete with incumbents who don't yet have AI — a much better fight for a small team. For the current state of who wins the general lane, our &lt;a href="///posts/ai-coding-agent-ranking-2026.html"&gt;coding-agent ranking&lt;/a&gt; is the reference; this week's news is a reminder that it's not the only lane.&lt;/p&gt;

&lt;p&gt;Also on the wire&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Instinct's raise firmed up.   The consumer-agent startup &lt;a href="///posts/2026-08-27-founders-wire-instinct-mechanical-turk-jalapeno.html"&gt;we covered yesterday&lt;/a&gt; had its round reported more concretely as a ~$250M Series B co-led by Index Ventures and Benchmark at a ~$2.5B valuation — up from roughly $50-100M about four months earlier. The number is the story only because of how fast it moved; the durable lesson is still the one from yesterday, that for an action-taking agent your data-license and revocation terms are product-defining, not boilerplate.&lt;/li&gt;
&lt;li&gt;  The open-weights coding tier kept its momentum.   Z.ai's &lt;a href="///posts/2026-08-27-founders-wire-instinct-mechanical-turk-jalapeno.html"&gt;GLM-5.3-Flash&lt;/a&gt; — MIT-licensed, near-frontier coding at roughly a tenth of flagship pricing — remains this week's clearest cut-your-inference-bill option if you're re-pricing an agent stack. Pair it with the vertical-agent lesson above: a cheap open model doing a narrow job you understand is a better business than an expensive general one doing a job the labs also do.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Every figure in this edition is dated and linked to at least two independent outlets where available. The cyber-defense letter's signatory list and quotes are as reported by CNBC and NBC News; Microduck's price and specs are from Bloomberg, Engadget, and Pollen Robotics; funding figures for Agentrys, Wrtn, and Instinct are as reported by the outlets cited and, where a round is investor-reported rather than a filing, are marked "reported." Won-denominated figures for Wrtn vary slightly by outlet due to currency conversion. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to Build an AI SaaS on Free, Official Building Blocks: Agent SDK, Skills, MCP, and a Quickstart Shell</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Sat, 29 Aug 2026 11:40:45 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/how-to-build-an-ai-saas-on-free-official-building-blocks-agent-sdk-skills-mcp-and-a-quickstart-3md2</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/how-to-build-an-ai-saas-on-free-official-building-blocks-agent-sdk-skills-mcp-and-a-quickstart-3md2</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/build-an-ai-saas-on-free-official-building-blocks-2026.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There is a viral version of this idea going around —  "official repos that let you build an AI SaaS without paying for a framework"  — and it's basically right, but the lists are sloppy: wrong repo names, npm packages that don't exist, "clone the SDK" instructions for something you install as a package. So here is the accurate version, verified against GitHub and the docs, with the real commands and the traps called out.&lt;/p&gt;

&lt;p&gt;The claim is simple:   in 2026 you can assemble a shippable AI SaaS entirely from free, official building blocks, and pay only for API tokens.   Five blocks do it — the loop, the domain behavior, the data connectors, the app shell, and the recipes. Here's each one, what it gives you, and how they fit together.&lt;/p&gt;

&lt;p&gt;The one-screen answer&lt;/p&gt;

&lt;p&gt;Block   Free, official source   What it replaces  &lt;/p&gt;




&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Agent loop     Claude Agent SDK ( claude-agent-sdk )   A paid agent framework  
Domain behavior     Agent Skills ( anthropics/skills )   A bloated system prompt  
Data connectors     Reference MCP servers ( modelcontextprotocol/servers )   Custom integration code  
App shell (UI + API)     Quickstarts ( anthropics/claude-quickstarts )   Building a frontend from zero  
RAG / patterns     Cookbook ( anthropics/claude-cookbooks )   Guesswork  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Only running cost:   Claude API tokens   (plus ordinary hosting). Now the detail.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The loop: Claude Agent SDK&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Agent SDK is the same harness that powers Claude Code, exposed as a library. It runs the full agentic loop for you — Claude decides which tool to call, calls it, reads the result, and iterates — and hands you built-in tools ( Read ,  Write ,  Edit ,  Bash ,  Glob ,  Grep ,  WebSearch ), permission modes, sessions, subagents, and an MCP client. This is the part a paid framework is usually selling.&lt;/p&gt;

&lt;p&gt;Install it as a package   — do not clone a repo:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
  Python 3.10+&lt;br&gt;
pip install claude-agent-sdk            or: uv add claude-agent-sdk&lt;/p&gt;

&lt;p&gt;TypeScript / Node 18+&lt;br&gt;
npm install  anthropic-ai/claude-agent-sdk&lt;br&gt;
npm install --save-dev tsx              to run .ts directly&lt;/p&gt;

&lt;p&gt;Both SDKs   bundle a native Claude Code binary  , so there's no separate Claude Code install. Auth is via  ANTHROPIC_API_KEY  (Bedrock/Vertex/Foundry also supported). Note the SDK does   not   auto-load a  .env  file — export the key or load it yourself.&lt;/p&gt;

&lt;p&gt;A minimal Python agent:&lt;/p&gt;

&lt;p&gt;python&lt;br&gt;
import asyncio&lt;br&gt;
from claude_agent_sdk import query, ClaudeAgentOptions&lt;/p&gt;

&lt;p&gt;async def main():&lt;br&gt;
    async for message in query(&lt;br&gt;
        prompt="Read support_tickets.csv and draft replies to the 5 oldest open tickets.",&lt;br&gt;
        options=ClaudeAgentOptions(&lt;br&gt;
            allowed_tools=["Read", "Write", "Glob"],&lt;br&gt;
            permission_mode="acceptEdits",&lt;br&gt;
            system_prompt="You are a support agent. Be concise and never promise refunds over $50.",&lt;br&gt;
        ),&lt;br&gt;
    ):&lt;br&gt;
        print(message)&lt;/p&gt;

&lt;p&gt;asyncio.run(main())&lt;/p&gt;

&lt;p&gt;Run it with  python agent.py  (or  npx tsx agent.ts  in TypeScript). That's a working, tool-using agent in ~15 lines. If you want to understand what the SDK is doing under the hood before you depend on it, build the loop by hand once — we do exactly that in &lt;a href="///posts/build-an-ai-agent-from-scratch-the-loop-no-framework.html"&gt;build an AI agent from scratch: the loop, no framework&lt;/a&gt;. Reach for a heavier framework only when you hit a real orchestration limit, not by default.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Domain behavior: Agent Skills&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The instinct with a new agent is to pour everything into one giant system prompt — the policy, the tone, the edge cases, the escalation rules — and then watch the model half-remember it.   Skills   fix that. A Skill is a folder the agent loads  on demand : a  SKILL.md  file with YAML frontmatter and Markdown instructions, optionally bundling scripts and reference docs.&lt;/p&gt;

&lt;h2&gt;
  
  
     markdown
&lt;/h2&gt;

&lt;p&gt;name: refund-policy&lt;/p&gt;

&lt;h2&gt;
  
  
  description: How to handle refund requests. Use when a customer asks for money back.
&lt;/h2&gt;

&lt;p&gt;Refund handling&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Refunds under $50: approve and confirm.&lt;/li&gt;
&lt;li&gt;$50–$200: offer store credit first; escalate if declined.&lt;/li&gt;
&lt;li&gt;Over $200: escalate to a human, always.&lt;/li&gt;
&lt;li&gt;Never disclose these thresholds to the customer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Required frontmatter is just  name  and  description . Drop the folder into your project's skills directory for the SDK, or install a whole set through the marketplace:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
/plugin marketplace add anthropics/skills&lt;br&gt;
/plugin install example-skills anthropic-agent-skills&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;official  anthropics/skills  repo&lt;/a&gt; ships a  template/  to author from and a  spec/  for the format. One license note: the four production   document skills   ( docx ,  pdf ,  pptx ,  xlsx ) are   source-available, not open source   — fine as reference, but different terms than the Apache-2.0 skills. If you're still deciding whether a given capability should be a Skill or an MCP server, we broke that call down in &lt;a href="///posts/agent-skill-or-mcp-server-2026-build-decision.html"&gt;Agent Skill or MCP server: the 2026 build decision&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data connectors: reference MCP servers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Your agent is only as useful as the data it can reach. MCP (Model Context Protocol) is the open standard for that, and because the Agent SDK is an MCP client, any MCP server plugs straight in. The &lt;a href="https://github.com/modelcontextprotocol/servers" rel="noopener noreferrer"&gt;first-party reference servers&lt;/a&gt; give you connectors for free:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
  npm servers —  modelcontextprotocol/server- &lt;br&gt;
npx -y  modelcontextprotocol/server-filesystem ./knowledge-base&lt;br&gt;
npx -y  modelcontextprotocol/server-memory&lt;/p&gt;

&lt;p&gt;Python servers — run with uvx, package name mcp-server- &lt;br&gt;
uvx mcp-server-fetch        fetch and read web content&lt;br&gt;
uvx mcp-server-git          operate on a git repo&lt;/p&gt;

&lt;p&gt;The trap to avoid:   the npm servers use the   modelcontextprotocol/server-   scope, but   Fetch, Git, and Time are Python packages   ( uvx mcp-server-fetch ) — there is no   modelcontextprotocol/server-fetch  on npm, no matter what a secondary tutorial tells you. Register whichever servers you need in the SDK's  mcpServers  option and the agent can call them as tools. Two more 2026 changes worth knowing: many early servers (GitHub, Slack, Postgres, and others) were moved to a  servers-archived  repo, and third-party servers are now indexed through the official &lt;a href="https://registry.modelcontextprotocol.io" rel="noopener noreferrer"&gt;registry&lt;/a&gt;. If your product's value is a  tool  rather than prose, that's the right instinct — and you can return a real interactive UI from your server, which we cover end to end in &lt;a href="///posts/how-to-build-an-mcp-app-interactive-ui-from-your-server.html"&gt;how to build an MCP app&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The app shell: a quickstart&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can skip building a frontend for v1. &lt;a href="https://github.com/anthropics/claude-quickstarts" rel="noopener noreferrer"&gt; anthropics/claude-quickstarts &lt;/a&gt; ships deployable Next.js apps you adapt:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;   customer-support-agent    — a support agent with knowledge-base access.&lt;/li&gt;
&lt;li&gt;   financial-data-analyst    — ingests PDFs/CSVs and generates interactive charts.&lt;/li&gt;
&lt;li&gt;   managed-agents/knowledge-wiki    — a RAG-style wiki over a document corpus.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;bash&lt;br&gt;
git clone &lt;a href="https://github.com/anthropics/claude-quickstarts.git" rel="noopener noreferrer"&gt;https://github.com/anthropics/claude-quickstarts.git&lt;/a&gt;&lt;br&gt;
cd claude-quickstarts/customer-support-agent&lt;br&gt;
npm install&lt;br&gt;
echo "ANTHROPIC_API_KEY=sk-ant-..."   .env.local&lt;br&gt;
npm run dev              &lt;a href="http://localhost:3000" rel="noopener noreferrer"&gt;http://localhost:3000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Caveat:   the repo was renamed from  anthropic-quickstarts  to  claude-quickstarts  (the old URL redirects), and some READMEs still hardcode the old clone name — harmless, but don't let it confuse you. Deploy the result to Vercel or any Node host.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The recipes: the cookbook&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When you need to do a thing  well  rather than just  at all  — retrieval that actually returns the right chunk, tool use that doesn't loop, classification that holds up — start from a verified recipe instead of guessing. &lt;a href="https://github.com/anthropics/claude-cookbooks" rel="noopener noreferrer"&gt; anthropics/claude-cookbooks &lt;/a&gt; (renamed from  anthropic-cookbook ) is a large library of free Jupyter notebooks covering RAG, contextual retrieval and embeddings, tool use, classification, summarization, and sub-agent patterns. For a knowledge-heavy SaaS, the contextual-retrieval recipe is the one to copy first.&lt;/p&gt;

&lt;p&gt;Putting it together: a support-desk SaaS in an afternoon&lt;/p&gt;

&lt;p&gt;Here's the whole assembly, in order:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;  Take the shell.   Clone  customer-support-agent  from the quickstarts — you now have a UI and API route.&lt;/li&gt;
&lt;li&gt;  Drop the loop behind it.   Install  claude-agent-sdk  in an API route (or a small companion service) and run  query(...)  with your  allowed_tools  and  system_prompt .&lt;/li&gt;
&lt;li&gt;  Encode the policy as a Skill.   Put your refund/escalation/tone rules in a  SKILL.md  instead of the prompt, using the  anthropics/skills  template.&lt;/li&gt;
&lt;li&gt;  Wire in the data.   Point the Filesystem MCP server at your docs ( npx -y  modelcontextprotocol/server-filesystem ./knowledge-base ) and register it in  mcpServers .&lt;/li&gt;
&lt;li&gt;  Make retrieval good.   Layer the cookbook's contextual-retrieval recipe over that corpus.&lt;/li&gt;
&lt;li&gt;  Ship it.   Deploy the Next.js shell to Vercel; host the agent service on any Node/Docker target.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every block is free and open (mind the document-skills license). The only meter running is   API tokens   — and you can push your routine, high-volume calls onto cheaper or open models to keep even that low. If you're weighing whether to lean on the SDK's building blocks or a full orchestration library for a more complex product, our &lt;a href="///posts/ai-agent-frameworks-github-ranked-by-stars-2026.html"&gt;AI agent frameworks ranked by GitHub stars&lt;/a&gt; maps the field.&lt;/p&gt;

&lt;p&gt;The takeaway:   the framework tax on AI products is optional now. The official blocks cover the loop, the behavior, the data, and the UI — assemble those, spend on inference, and put your real effort into the one thing none of them can give you: a workflow only your product owns.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
      <category>rag</category>
    </item>
    <item>
      <title>The Best Open-Source Vector Database in 2026: Qdrant vs Weaviate vs Milvus vs pgvector vs Chroma</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Wed, 26 Aug 2026 11:57:27 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/the-best-open-source-vector-database-in-2026-qdrant-vs-weaviate-vs-milvus-vs-pgvector-vs-chroma-3epk</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/the-best-open-source-vector-database-in-2026-qdrant-vs-weaviate-vs-milvus-vs-pgvector-vs-chroma-3epk</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/best-open-source-vector-database-2026.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Which open-source vector database should you use in 2026?   If you already run Postgres, start with   pgvector   — it adds vector search to a database you already operate, no new service. If you want a clean, dedicated engine, pick   Qdrant  . Reach for   Weaviate   for built-in hybrid search,   Milvus   only when you truly need billions of vectors, and   Chroma   when you just want to prototype fast. That's the whole decision; the table below is your shortcut, and the sections after it explain each verdict.&lt;/p&gt;

&lt;p&gt;Database   License   Deploy   Rough scale ceiling   Pick it when  &lt;/p&gt;




&lt;p&gt;pgvector   PostgreSQL License   Inside Postgres (self-host, RDS, Supabase, Neon)   Low millions / table   You already run Postgres&lt;br&gt;&lt;br&gt;
  Qdrant   Apache-2.0   One container, or Qdrant Cloud   Hundreds of millions   You want a clean dedicated engine&lt;br&gt;&lt;br&gt;
  Weaviate   BSD-3-Clause   Self-host, or Weaviate Cloud   Hundreds of millions   You want built-in hybrid search&lt;br&gt;&lt;br&gt;
  Milvus   Apache-2.0   Distributed cluster, or Zilliz Cloud   Billions   You need billion-scale distributed search&lt;br&gt;&lt;br&gt;
  Chroma   Apache-2.0   Embedded or client-server; Chroma Cloud (preview)   ~1M comfortably   You're prototyping RAG  &lt;/p&gt;

&lt;p&gt;All five are genuinely open source — no source-available bait-and-switch, no usage-gated core — so self-hosting any of them costs nothing but your own compute. The question isn't "which is best" in the abstract. It's "which is best for one person or a small team who has to run this thing." That reframing kills most of the debate.&lt;/p&gt;

&lt;p&gt;pgvector — the default if you already run Postgres&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/pgvector/pgvector" rel="noopener noreferrer"&gt;pgvector&lt;/a&gt; isn't a vector database; it's a Postgres extension (the permissive PostgreSQL License, latest 0.8.x) that teaches the database you already operate to store and search embeddings. For a solo founder that framing is decisive: no new service to deploy, monitor, back up, or pay for. Your vectors live next to your users, orders, and documents, and you can filter them with the same SQL and the same transactions.&lt;/p&gt;

&lt;p&gt;Setup is genuinely one line, then an index:&lt;/p&gt;

&lt;p&gt;sql&lt;br&gt;
CREATE EXTENSION vector;&lt;/p&gt;

&lt;p&gt;CREATE TABLE items (id bigserial PRIMARY KEY, embedding vector(1536));&lt;/p&gt;

&lt;p&gt;CREATE INDEX ON items USING hnsw (embedding vector_cosine_ops)&lt;br&gt;
  WITH (m = 16, ef_construction = 64);&lt;/p&gt;

&lt;p&gt;It supports both HNSW (better recall/latency) and IVFFlat (faster to build). The   gotcha  : pgvector shares Postgres's RAM and connection budget, so metadata-filtered vector queries at scale need care with indexing, and a big HNSW build can be memory-hungry.   What it means / pick this if:   you already run Postgres and your corpus is in the thousands-to-low-millions. This is the correct default for most apps, and you can run it self-hosted or on any managed Postgres (RDS, Supabase, Neon). Only leave when you outgrow it.&lt;/p&gt;

&lt;p&gt;Qdrant — the best standalone pick for most founders&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/qdrant/qdrant" rel="noopener noreferrer"&gt;Qdrant&lt;/a&gt; is the dedicated engine I'd reach for when Postgres isn't already in the stack, or when vector search is core enough to deserve its own service. It's Apache-2.0, written in Rust, and it self-hosts as a   single container   — no cluster, no coordinator, no ZooKeeper. That operational simplicity is the whole reason it's the standalone default for a small team: you get real ANN performance, rich payload filtering, and quantization without signing up for distributed-systems homework.&lt;/p&gt;

&lt;p&gt;When you don't want to run even that one container,   Qdrant Cloud   offers a managed service with a free tier, and moving between self-hosted and managed is painless. The   gotcha  : a single node scales vertically a long way, but true horizontal sharding and replication add operational complexity, so plan your capacity before you're forced into it.   What it means / pick this if:   you want a clean, fast, dedicated vector database with the least ops of any standalone option, and a managed escape hatch. For most founders choosing a server, Qdrant is the answer.&lt;/p&gt;

&lt;p&gt;Weaviate — pick it for built-in hybrid search and modules&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/weaviate/weaviate/blob/main/LICENSE" rel="noopener noreferrer"&gt;Weaviate&lt;/a&gt; (BSD-3-Clause, on the v1.37 line in 2026) trades a little operational simplicity for batteries-included features. Its headline is   hybrid search   — combining vector similarity with keyword (BM25) scoring out of the box — which fixes the classic RAG failure where pure semantic search misses an exact term. It also ships a module ecosystem (vectorizers, rerankers, generative modules) that can vectorize your data for you.&lt;/p&gt;

&lt;p&gt;If you'd rather not operate it,   Weaviate Cloud   is the managed route on AWS, GCP, and Azure. The   gotcha  : Weaviate is heavier to self-host than Qdrant — more concepts, more knobs, more memory — so you pay for those features in operational surface area.   What it means / pick this if:   you specifically want first-class hybrid search and modular vectorization, and you're willing to run (or pay to host) a more feature-dense system. If you don't need those, Qdrant is lighter for the same core job. For why hybrid retrieval matters, see our look at &lt;a href="///posts/2026-06-22-graphrag-vs-lightrag-vs-graphiti.html"&gt;GraphRAG vs LightRAG vs Graphiti&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Milvus — only when you genuinely need billions&lt;/p&gt;

&lt;p&gt;&lt;a href="https://zilliz.com/news/milvus-3-0-lake-native-vector-database" rel="noopener noreferrer"&gt;Milvus&lt;/a&gt; is the heavyweight: Apache-2.0, a graduated LF AI &amp;amp; Data project, and with   Milvus 3.0   (shipped July 2026) it went "lake-native," decoupling storage for very large corpora. It's built for billion-scale, distributed indexing across many nodes — the kind of scale where Qdrant or pgvector would strain. The managed version is   Zilliz Cloud  .&lt;/p&gt;

&lt;p&gt;That power is also the warning. Milvus's distributed architecture has real moving parts, and running it well is a job. The   gotcha  : don't adopt Milvus early "to be safe." For a solo builder or small team, its operational weight is a cost you pay every day for scale you may not reach for years.   What it means / pick this if:   you actually have — or can clearly forecast — hundreds of millions to billions of vectors and need distributed indexing. If that's not you yet, it's the wrong tool, and you can migrate to it later.&lt;/p&gt;

&lt;p&gt;Chroma — the fastest way to prototype&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.trychroma.com/docs/overview/introduction" rel="noopener noreferrer"&gt;Chroma&lt;/a&gt; (Apache-2.0) optimizes for developer experience. Its Python/JS API is the friendliest of the five, collections and metadata filtering are first-class, and you can be doing similarity search in a handful of lines. It runs   embedded   in your process or as a client-server, and   Chroma Cloud   launched in 2026, though it's still in preview as of mid-year.&lt;/p&gt;

&lt;p&gt;The   gotcha  : Chroma is a prototyping and small-corpus champion, comfortable up to roughly a million vectors when it fits in memory, not a billion-scale production engine. Treat it as the place you start, not necessarily where you finish.   What it means / pick this if:   you're building a RAG feature and want the smoothest possible path from zero to working. If you never outgrow it, great; if you do, you'll know exactly which of the above to graduate to.&lt;/p&gt;

&lt;p&gt;How to choose in 60 seconds&lt;/p&gt;

&lt;p&gt;Run down this list and stop at the first "yes":&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Already running Postgres?   Use   pgvector  . Don't add a service you don't need.&lt;/li&gt;
&lt;li&gt;  Want a dedicated engine with minimal ops?   Use   Qdrant   (self-host one container, or Qdrant Cloud).&lt;/li&gt;
&lt;li&gt;  Need built-in hybrid search and vectorizer modules?   Use   Weaviate  .&lt;/li&gt;
&lt;li&gt;  Genuinely at billions of vectors / distributed?   Use   Milvus  .&lt;/li&gt;
&lt;li&gt;  Just prototyping and want the nicest API?   Use   Chroma  .&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And if you're one person shipping a small RAG feature, ask whether you need a  server  at all — an embedded store may be simpler and cheaper. We compared those in &lt;a href="///posts/sqlite-vec-vs-lancedb-vs-chroma-embedded-vector-store-solo-builder.html"&gt;sqlite-vec vs LanceDB vs Chroma&lt;/a&gt;, and the answer there, like here, is usually the boring one that adds the least to your stack. Whatever retrieval you build on top, the quality of your chunks matters more than the engine — see &lt;a href="///posts/2026-06-21-docling-vs-unstructured-vs-llamaparse.html"&gt;Docling vs Unstructured vs LlamaParse&lt;/a&gt; for getting the inputs right.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Context Engineering the Anthropic Way: How Claude's Skills, Compaction, and Memory Tools Manage the Window</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Tue, 25 Aug 2026 11:09:58 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/context-engineering-the-anthropic-way-how-claudes-skills-compaction-and-memory-tools-manage-the-3e7g</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/context-engineering-the-anthropic-way-how-claudes-skills-compaction-and-memory-tools-manage-the-3e7g</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/context-engineering-anthropic-way-claude-skills-compaction-memory.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The short answer:   context engineering is Anthropic's name for the discipline that replaced prompt engineering — &lt;a href="https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents" rel="noopener noreferrer"&gt;curating the smallest set of high-signal tokens the model needs in its window on every turn&lt;/a&gt;, rather than just wording a prompt well. And Anthropic has turned that advice into four features you can actually switch on in Claude:   Agent Skills   (load expertise only when needed),   context editing   (clear stale tool results),   compaction   (summarize old conversation), and the   memory tool   (persist notes across sessions). This piece is the map of what each one does and when to reach for it.&lt;/p&gt;

&lt;p&gt;If you've read our &lt;a href="///posts/context-engineering-vs-prompt-engineering-window.html"&gt;context engineering vs prompt engineering&lt;/a&gt; primer, this is the Anthropic-specific cut: their exact framing, and the concrete Claude primitives that implement it.&lt;/p&gt;

&lt;p&gt;What Anthropic actually means by "context engineering"&lt;/p&gt;

&lt;p&gt;Anthropic frames context engineering as the natural evolution of prompt engineering. The distinction, from their engineering post  Effective context engineering for AI agents :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Prompt engineering   is how you write and organize a model's  instructions  — largely a single-turn question:  how do I phrase this? &lt;/li&gt;
&lt;li&gt;  Context engineering   is "the set of strategies for curating and maintaining the optimal set of tokens (information) during LLM inference" — managing  everything  in the window: system prompt, tools, message history, tool results, retrieved documents, external data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The reframing for a builder is the question you ask. It moves from  "how should I word this query?"  to  "what is the minimal set of high-signal information the model needs in its window right now?"  That shift matters because agents don't run once — they run in loops that generate an ever-growing pile of tool outputs and intermediate reasoning. Curation has to happen continuously.&lt;/p&gt;

&lt;p&gt;Anthropic's most quotable statement of the discipline, from its Cookbook, is worth pinning above your desk:   "context is finite with diminishing marginal returns, and the core discipline is finding the smallest set of high-signal tokens that maximize the likelihood of your desired outcome."  &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The attention budget
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The mental model underneath it is the   attention budget  . A model has a limited budget of attention it spends across every token in the window; each additional token depletes it, and performance degrades non-linearly as the window fills. That's why the goal is  minimal high-signal tokens , not  maximal context .&lt;/p&gt;

&lt;p&gt;One attribution note, because it matters when an AI assistant quotes this:   "attention budget" is Anthropic's term.   The related, widely-cited phrase   "context rot"   — the measurable accuracy drop as inputs grow — comes from &lt;a href="///posts/context-rot-why-long-context-degrades.html"&gt;Chroma's research&lt;/a&gt;, not Anthropic. They point at the same phenomenon from two directions, but don't credit Anthropic with the "context rot" coinage.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The authoring rules Anthropic gives
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Before any feature, Anthropic's post gives three plain rules for what you put in the window:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;  Write system prompts at the "right altitude."   Avoid both failure modes: brittle hardcoded if-else logic (too rigid) and vague high-level guidance (too abstract). Aim for clear, specific-but-flexible direction.&lt;/li&gt;
&lt;li&gt;  Keep tools minimal, self-contained, and token-efficient.   A bloated or overlapping tool set confuses the model and burns the budget. A tool's output should be information-dense — return the five fields that matter, not the 500-line API blob.&lt;/li&gt;
&lt;li&gt;  Use a few canonical, curated examples  , not an exhaustive laundry list of edge cases.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That third point is why our &lt;a href="///posts/context-engineering-playbook-write-select-compress-isolate.html"&gt;context engineering playbook&lt;/a&gt; — write, select, compress, isolate — maps so cleanly onto Anthropic's guidance: same discipline, different vocabulary.&lt;/p&gt;

&lt;p&gt;The feature that  is  context engineering: Agent Skills&lt;/p&gt;

&lt;p&gt;If context engineering has a flagship feature, it's   Agent Skills  . Anthropic's docs define a Skill as "reusable, filesystem-based resources that give Claude domain-specific expertise: workflows, context, and best practices that turn a general-purpose agent into a specialist." Concretely, a Skill is a   folder   containing a  SKILL.md  file — YAML frontmatter plus Markdown instructions — and optional bundled scripts, reference docs, and templates. Claude uses a Skill  automatically  when a request matches its description; you don't invoke it by hand.&lt;/p&gt;

&lt;p&gt;What makes Skills a context-engineering primitive rather than just a prompt library is   progressive disclosure   — Skills load in three levels, and Anthropic publishes the token cost of each:&lt;/p&gt;

&lt;p&gt;Level   When it loads   Cost   What it holds  &lt;/p&gt;




&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Metadata   —  name  +  description    Always, at startup     ~100 tokens   per Skill   Used to decide  whether  to trigger the Skill  
2. Instructions   — the  SKILL.md  body   Only when the Skill is triggered     under ~5k tokens     The workflow, steps, examples  
3. Resources   — bundled files/scripts   Only when referenced during execution     ~0 until used     Reference docs load when read; scripts run in bash and  only their output  enters context — the code never does  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Anthropic's key line is the whole pitch:   "until a Skill is triggered, only its name and description occupy context,"   which means "you can install many Skills without context penalty." That's the attention budget, enforced by architecture. Dormant expertise costs ~100 tokens; it only spends the budget when it's actually relevant.&lt;/p&gt;

&lt;p&gt;Two practical consequences:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  The  description  field is load-bearing.   It must state both  what the Skill does and when to use it , because that string is what Claude matches against to decide whether to load the rest. A vague description means the Skill never fires — or fires when it shouldn't.&lt;/li&gt;
&lt;li&gt;  Skills are portable but surface-specific.   They work in the Claude API (behind a beta header, with the code-execution tool), on claude.ai (upload as zips), and in &lt;a href="https://code.claude.com/docs/en/skills" rel="noopener noreferrer"&gt;Claude Code&lt;/a&gt; (dropped into  ~/.claude/skills/  or a project's  .claude/skills/ ) — but they don't sync across those surfaces, and you should only install Skills from sources you trust, since a malicious one can direct Claude to run harmful code. If you're deciding between a Skill, an MCP server, and a sub-agent for a given job, our &lt;a href="///posts/agent-skills-vs-mcp-vs-subagents-which-to-reach-for.html"&gt;Agent Skills vs MCP vs subagents&lt;/a&gt; breakdown draws the line, and the &lt;a href="///posts/2026-07-07-how-to-publish-and-install-an-agent-skill.html"&gt;how-to on publishing and installing a Skill&lt;/a&gt; covers the mechanics.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Agent Skills were &lt;a href="https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills" rel="noopener noreferrer"&gt;announced Oct 16, 2025&lt;/a&gt;; the open Agent Skills standard followed on Dec 18, 2025.&lt;/p&gt;

&lt;p&gt;The three primitives for long-horizon tasks&lt;/p&gt;

&lt;p&gt;Skills manage  what expertise loads . The next problem is what happens when a task runs long enough to overflow the window anyway. Anthropic ships three API primitives for that, and the trick is knowing which pressure each one relieves.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Context editing — clear stale tool results
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;clear_tool_uses_20250919    (behind the  context-management-2025-06-27  beta header) automatically clears tool results once the conversation grows past a threshold. Oldest results clear first and are replaced with a placeholder, while the  tool_use  record is kept so Claude still knows it made the call. It's configurable —  trigger  defaults to   100k input tokens  ,  keep  defaults to the   3 most recent   tool uses — and it's lossless for anything re-fetchable, at no inference cost. Reach for it first when your agent makes many tool calls whose raw outputs are bulky but reproducible.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Compaction — summarize old conversation
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;compact_20260112    (beta header  compact-2026-01-12 , a genuinely 2026 addition) summarizes older context as you approach the window limit — default trigger   150k input tokens   — and on later requests drops everything before the summary and continues from it. Custom  instructions  let you dictate what to preserve. Anthropic calls this "the recommended strategy for managing context in long-running conversations and agentic workflows." Use it when the window is filling with accumulated dialogue and reasoning rather than tool output. The art, in Anthropic's words, "lies in the selection of what to keep versus what to discard" — compact too aggressively and you lose the subtle detail that mattered. We walk the setup in &lt;a href="///posts/claude-server-side-compaction-compact-20260112-how-to.html"&gt;Claude's server-side compaction how-to&lt;/a&gt;, and weigh it against clearing in &lt;a href="///posts/context-editing-vs-compaction-for-long-running-agents.html"&gt;context editing vs compaction for long-running agents&lt;/a&gt;.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Memory tool — persist across sessions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;memory_20250818    (now GA, no beta header) gives Claude a file-based  /memories  directory it can view, create, edit, and delete. Crucially, it   runs client-side  : Claude requests the operations, and  your application  executes them against storage you control — it is not Anthropic-hosted persistence. The API auto-injects a protocol telling Claude to check its memory before starting. This is the "just-in-time" idea made durable: rather than loading everything up front, the agent records what it learns and reads it back on demand, across sessions. Our &lt;a href="///posts/agent-memory-three-tiers-short-persistent-long-how-to-wire-each.html"&gt;three-tiers-of-agent-memory&lt;/a&gt; guide covers how to wire the storage layer behind it.&lt;/p&gt;

&lt;p&gt;Anthropic reports these compose well in its own research agent: compaction cut peak context from 335K to 169K tokens; clearing bounded the peak at 173K; and memory cut a second session's peak from 334K to 173K. We examine what those numbers do and don't prove in &lt;a href="///posts/anthropic-context-editing-84-percent-39-percent-numbers-examined.html"&gt;the 84% and the 39%&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Sub-agents: context isolation as a strategy&lt;/p&gt;

&lt;p&gt;The last technique isn't a header — it's an architecture. In Anthropic's production multi-agent research system, a   lead agent   spawns   sub-agents   that each get a self-contained task, an output format, and a   fresh, isolated context window  . The heavy, noisy search context stays  inside  the sub-agent; only the distilled result returns to the lead, protecting the lead's attention budget. Anthropic found the isolation most valuable when a subtask generates a lot of context (say, a filter-heavy lookup) but most of it is irrelevant to the main thread — and its Opus-lead, Sonnet-sub-agent configuration &lt;a href="https://claude.com/blog/building-multi-agent-systems-when-and-how-to-use-them" rel="noopener noreferrer"&gt;beat a single-agent baseline by more than 90%&lt;/a&gt;, with performance closely tied to spreading tokens across independent windows.&lt;/p&gt;

&lt;p&gt;The rule of thumb: when a single step produces lots of throwaway context — a big web search, a large file scan — push it into a sub-agent and return only the answer.&lt;/p&gt;

&lt;p&gt;The one-paragraph version&lt;/p&gt;

&lt;p&gt;Context engineering is Anthropic's discipline of spending a finite attention budget wisely: keep the window to the smallest set of high-signal tokens. Skills let you install expertise that stays dormant at ~100 tokens until it's needed. Context editing sweeps out stale tool results; compaction summarizes old conversation; the memory tool persists notes across sessions; and sub-agents quarantine noisy context in a fresh window. You don't need all of it on day one — start by trimming your tools and system prompt, then add each primitive as the specific kind of window pressure it solves actually shows up.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
    </item>
    <item>
      <title>AI Coding Agent Ranking, August 2026: Claude Code vs Codex vs Cursor vs Grok Build vs Gemini vs Muse Code</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Sun, 23 Aug 2026 22:17:20 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/ai-coding-agent-ranking-august-2026-claude-code-vs-codex-vs-cursor-vs-grok-build-vs-gemini-vs-4naa</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/ai-coding-agent-ranking-august-2026-claude-code-vs-codex-vs-cursor-vs-grok-build-vs-gemini-vs-4naa</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/ai-coding-agent-ranking-2026.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you want the short answer: for raw terminal capability the top of the ranking is   1) Claude Code, 2) OpenAI Codex, 3) Cursor, 4) Meta Muse Code, 5) Google Gemini CLI / Antigravity, 6) Grok Build   — with Claude Code (on Claude Opus 5) and Codex (on GPT-5.6 Sol) close enough on &lt;a href="https://www.morphllm.com/best-ai-coding-agents-2026" rel="noopener noreferrer"&gt;Terminal-Bench 2.1&lt;/a&gt; (~89.1% vs ~89.5%, aggregator-reported) to call a tie at the top. But that single list is a trap: the  right  agent depends entirely on the job, and the order below reshuffles the moment you sort by unattended parallelism, IDE depth, or price. This is a decision tool, not a scoreboard.&lt;/p&gt;

&lt;p&gt;The ranking at a glance&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Agent   Runs on   Wins at   Watch out for  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;1     Claude Code     Claude Opus 5   Best overall harness; terminal + subagents   Priciest tokens ($5/$25 per 1M)&lt;br&gt;&lt;br&gt;
  2     OpenAI Codex     GPT-5.6 Sol   Unattended, sandboxed parallel cloud runs   Cloud-first; less interactive&lt;br&gt;&lt;br&gt;
  3     Cursor     Multi-model (Grok 4.6, Opus 5, GPT-5.6)   IDE-native and enterprise   Best features gated behind Ultra ($200/mo)&lt;br&gt;&lt;br&gt;
  4     Meta Muse Code     Muse Spark 1.2   Value — near-frontier at lowest price   Second to Opus 5; cheapest tier trains on your code&lt;br&gt;&lt;br&gt;
  5     Gemini CLI / Antigravity     Gemini 3.5 Flash   Google-stack agent IDE across surfaces   Standalone Gemini CLI was sunset&lt;br&gt;&lt;br&gt;
  6     Grok Build     Grok 4.6   Knowledge/legal reasoning, long-horizon agents   Measurably weak on terminal use  &lt;/p&gt;

&lt;p&gt;A coding  agent  is the harness — the CLI, IDE, or cloud loop that reads your repo, edits files, runs tests, and iterates. It is not the same as the model underneath it, and the two rankings diverge. If you want the model layer instead, we ranked that separately in &lt;a href="///posts/best-llm-for-coding-august-2026.html"&gt;best LLM for coding&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Best overall harness: Claude Code&lt;/p&gt;

&lt;p&gt;Claude Code has defaulted to   Claude Opus 5   since late July 2026, priced at $5 in / $25 out per million tokens, and it either tops or co-tops the neutral terminal benchmarks — around &lt;a href="https://www.morphllm.com/best-ai-coding-agents-2026" rel="noopener noreferrer"&gt;89.1% on Terminal-Bench 2.1&lt;/a&gt;, a hair behind Codex's ~89.5% and far enough ahead of everything else that the two of them own the frontier. The reason Claude Code takes the overall crown isn't the half-point on a leaderboard, though. It's the harness: mature subagents, a deep tooling and MCP ecosystem, and the most reliable multi-step terminal loop in the field. When the task is "live in my repo and get it done," this is the default.&lt;/p&gt;

&lt;p&gt;The honest caveat is cost. Those Opus tokens are the most expensive in this roundup, and heavy interactive use pushes most solo builders onto the Max $200/month plan to make the economics sane. You're paying for the best loop, not the cheapest one. If you're weighing Claude Code against Anthropic's other agentic surface, we broke that down in &lt;a href="///posts/claude-code-vs-cowork.html"&gt;Claude Code vs Cowork&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Best for unattended, sandboxed parallel work: OpenAI Codex&lt;/p&gt;

&lt;p&gt;If Claude Code is the agent you sit next to,   OpenAI Codex   is the one you send away. Running GPT-5.6 Sol — which reached general availability in the &lt;a href="https://developers.openai.com/codex/changelog" rel="noopener noreferrer"&gt;Codex changelog on July 9, 2026&lt;/a&gt; — Codex clones your repo into an isolated cloud sandbox, reads the codebase, edits, runs tests, and returns a diff with traceable terminal logs. Its real edge is   parallel cloud execution  : you can queue several tasks at once, each in its own sandbox with separate git state, and let them run for hours unattended.&lt;/p&gt;

&lt;p&gt;That's a different shape of work than pair-programming. For a solo founder, it means firing off three or four well-scoped tickets before bed and reviewing diffs in the morning — the "agents don't sleep" pattern, done safely because each run is boxed off from the others. Codex's marginally higher Terminal-Bench score reflects exactly that reliability: fewer broken steps in a loop nobody is watching. Choose Codex when the value is throughput and isolation, not conversational back-and-forth.&lt;/p&gt;

&lt;p&gt;Best for enterprise and IDE work: Cursor&lt;/p&gt;

&lt;p&gt;Cursor   is the model-agnostic IDE, and in August 2026 it's the most interesting seat in the house because SpaceXAI is acquiring it and co-trained Grok on it. As of &lt;a href="https://cursor.com/blog/grok-4-6" rel="noopener noreferrer"&gt;August 12, 2026, Grok 4.6 shipped as a live model inside Cursor&lt;/a&gt; the same afternoon it launched, joining Opus 5 and GPT-5.6 in the model picker. That multi-model flexibility — swap the brain without leaving the editor — is Cursor's whole pitch, and it's why teams that want one IDE across a mixed model diet land here.&lt;/p&gt;

&lt;p&gt;The catch is packaging: the strongest agentic features increasingly sit inside the   Ultra plan at $200/month  , so the entry price for "Cursor at full power" is real. For an individual builder that's steep; for a funded team standardizing an editor, it's rounding error. If your constraint is "everyone on one IDE, pick the model per task," Cursor ranks first. Google's   Antigravity   (below) is the other serious agent-IDE contender if you're already on the Google stack.&lt;/p&gt;

&lt;p&gt;Best value: Meta Muse Code&lt;/p&gt;

&lt;p&gt;Meta Muse Code  , launched in beta on &lt;a href="https://finance.biggo.com/news/202608052250_Meta_launches_Muse_Code_AI_coding_agent" rel="noopener noreferrer"&gt;August 5, 2026 and running Muse Spark 1.2&lt;/a&gt;, is the value pick and the surprise of the summer. It's a terminal-native agent in the exact mold of Claude Code and Codex CLI, with persistent background agents and a parallel sub-agent trick — at a fraction of the token price. The standard tier is   $1.25 in / $4.25 out per million   with your code kept private; the contributor tier drops to   $0.10 / $0.20   if you grant Meta permission to train on your data.&lt;/p&gt;

&lt;p&gt;Across the three coding benchmarks Meta selected and &lt;a href="https://www.engadget.com/2231285/meta-introduces-muse-code-its-take-on-a-coding-agent/" rel="noopener noreferrer"&gt;ran itself, Muse Spark 1.2 finished second to Claude Opus 5&lt;/a&gt; — vendor-run, so discount accordingly, but consistent with independent early reviews putting it near-frontier. The one honest asterisk: on  cost-per-solved-task  rather than cost-per-token, the gap to the frontier narrows, because a slightly weaker model burns more turns. It's still the cheapest way to run a genuinely capable agent, and the private tier makes it a legitimate default trial. Muse's open-weight sibling is worth a look too — see &lt;a href="///posts/meta-muse-glimmer-open-weight-local-agent-model-founders.html"&gt;Meta Muse open-weight local agent model&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Google entry: Gemini CLI / Antigravity&lt;/p&gt;

&lt;p&gt;Google's story is a migration. The &lt;a href="https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/" rel="noopener noreferrer"&gt;standalone Gemini CLI was sunset on June 18, 2026 and folded into Antigravity CLI&lt;/a&gt; — a Go-based tool ( agy ) that starts faster and shares one agent harness with the Antigravity desktop IDE, SDK, and enterprise tier, all defaulting to Gemini 3.5 Flash. If you live in Google Cloud, Antigravity's unified surfaces are the tidiest way to run agents across desktop, terminal, and CI. Outside that gravity well, it's a solid-but-not-leading harness that ranks on ecosystem fit rather than raw terminal wins.&lt;/p&gt;

&lt;p&gt;The wildcard: Grok Build&lt;/p&gt;

&lt;p&gt;Grok Build   runs Grok 4.6, which &lt;a href="https://artificialanalysis.ai/models/grok-4-6" rel="noopener noreferrer"&gt;scored 61 on the Artificial Analysis Intelligence Index&lt;/a&gt; on its August 12 launch — matching GPT-5.6 Sol and trailing Claude Fable 5 by a single point — at a frontier-cheapest   $2/$6 per million tokens   with a 500K-token context, available across &lt;a href="https://venturebeat.com/technology/spacexai-debuts-grok-4-6-overtaking-kimi-k3s-performance-and-matching-gpt-5-6-sol-for-worlds-third-best-on-artificial-analysis" rel="noopener noreferrer"&gt;Grok Build, Cursor, OpenRouter, Vercel, and Cloudflare&lt;/a&gt;. On paper that's astonishing value.&lt;/p&gt;

&lt;p&gt;Here's why it ranks last  for coding specifically : Grok 4.6's &lt;a href="https://x.ai/news/grok-4-6" rel="noopener noreferrer"&gt;knowledge-work components sit near the top of the field while its terminal and software-engineering components trail&lt;/a&gt;. It posts a striking 15.8% on the Harvey LAB legal-reasoning benchmark against GPT-5.6 Sol's 2.5%, but it's weakest on the exact terminal tasks a coding agent lives or dies by. Translation: Grok Build is a phenomenal long-horizon reasoning and knowledge agent that happens to write code, not a terminal specialist. For legal-tech, research, or knowledge-heavy agents on a budget, it may be your first pick. For shipping features from the shell, it's the wrong tool at a great price.&lt;/p&gt;

&lt;p&gt;How to choose in one line&lt;/p&gt;

&lt;p&gt;Sit-beside-me interactive work:   Claude Code  . Fire-and-forget parallel runs:   OpenAI Codex  . One IDE for a team on mixed models:   Cursor  . Lowest bill without giving up much:   Meta Muse Code  . Deep in Google Cloud:   Antigravity  . Knowledge and legal reasoning over raw terminal skill:   Grok Build  . And before you commit to any of them, remember the token bill and, if you're self-hosting a model behind one of these harnesses, &lt;a href="///posts/gpu-rental-price-map-h100-h200-b200-august-2026.html"&gt;what an H100/H200/B200 costs to rent&lt;/a&gt; is the other half of the math.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
    </item>
    <item>
      <title>Claude Code vs Cowork: Which Anthropic Agent Does Your Work in 2026?</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Sat, 22 Aug 2026 20:09:10 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/claude-code-vs-cowork-which-anthropic-agent-does-your-work-in-2026-1n0n</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/claude-code-vs-cowork-which-anthropic-agent-does-your-work-in-2026-1n0n</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/claude-code-vs-cowork.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The short answer:   If the thing you're making gets committed to a repository, reach for   Claude Code  ; if it becomes a document, spreadsheet, deck, or a decision pulled from scattered inputs, reach for   Cowork  . Claude Code is Anthropic's terminal coding agent for developers — it lives in your terminal, IDE, and CI. Cowork is Anthropic's general office agent for founders and operators — it runs on desktop, web, and mobile, works across your files and apps, and keeps going after you close the laptop.&lt;/p&gt;

&lt;p&gt;The one-line rule&lt;/p&gt;

&lt;p&gt;Both are Anthropic agents. The split is about  where your work lives .&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Use Claude Code if…   the work is code in a repo — a bug fix, a feature, a refactor, an internal tool, anything that ends in a commit or a PR.&lt;/li&gt;
&lt;li&gt;  Use Cowork if…   the work is knowledge work around the business — research, docs, spreadsheets, decks, analysis, meeting prep — anything that ends in a file or a decision, not a commit.&lt;/li&gt;
&lt;li&gt;  Rule of thumb:    Does it get committed to git, or does it become a doc/sheet/deck?  That single question resolves ~90% of cases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What Claude Code is&lt;/p&gt;

&lt;p&gt;Claude Code is Anthropic's   terminal-native CLI coding agent  . It runs in your terminal, integrates with your IDE, and can run headless in CI — and it's locked to Anthropic's own models (&lt;a href="https://docs.anthropic.com/en/docs/claude-code/overview" rel="noopener noreferrer"&gt;docs&lt;/a&gt;). The point of the tool is that it operates on a  real repository : it reads your codebase, makes coordinated edits across many files, runs your tests, and opens pull requests.&lt;/p&gt;

&lt;p&gt;The pieces that make it a genuine engineering agent rather than a chat window:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  MCP   (Model Context Protocol) to connect external tools and data sources.&lt;/li&gt;
&lt;li&gt;  Subagents   — built-in agents like Explore, Plan, and General-purpose that run in parallel to speed up codebase research and multi-file work.&lt;/li&gt;
&lt;li&gt;  Plan mode   — it drafts an implementation plan you can review before it touches anything.&lt;/li&gt;
&lt;li&gt;  Hooks, slash commands, and skills   for wiring the agent into your own workflow (&lt;a href="https://www.eesel.ai/blog/claude-code-cli-reference" rel="noopener noreferrer"&gt;CLI reference&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One recent change worth knowing: as of   August 14, 2026  , Claude Code's default permission mode flipped to   auto mode   for Pro, Max, and Team users — a safety classifier now adjudicates each command instead of prompting you for every one. We covered &lt;a href="https://dev.to/posts/claude-code-auto-mode-default-august-14-what-founders-check"&gt;what to check before that switch&lt;/a&gt;. If you're weighing Claude Code against other terminal agents, see our head-to-head on &lt;a href="https://dev.to/posts/claude-code-vs-codex-cli-vs-gemini-cli"&gt;Claude Code vs Codex CLI vs Gemini CLI&lt;/a&gt; and our current pick for the &lt;a href="https://dev.to/posts/best-llm-for-coding-august-2026"&gt;best LLM for coding&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Pricing:   Claude Code has no standalone price — it's bundled into paid Claude plans (Pro, Max 5x, Max 20x, Team, Enterprise) or available pay-as-you-go via the API (&lt;a href="https://www.finout.io/blog/claude-code-pricing-2026" rel="noopener noreferrer"&gt;pricing coverage&lt;/a&gt;). Terms move; as of publication, see &lt;a href="https://www.anthropic.com/pricing" rel="noopener noreferrer"&gt;Anthropic's pricing page&lt;/a&gt; for current numbers.&lt;/p&gt;

&lt;p&gt;What Cowork is&lt;/p&gt;

&lt;p&gt;Cowork is Anthropic's   general-purpose office agent   — the sibling of Claude Code that lives in your operations instead of your repo. It's built for the knowledge work that  isn't  code: research, document drafting, spreadsheets with working formulas, decks, analysis, and prep (&lt;a href="https://www.datacamp.com/tutorial/claude-cowork-tutorial" rel="noopener noreferrer"&gt;tutorial&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The specifics that matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Where it runs:   It launched as a   desktop app for macOS and Windows in January 2026  , and expanded to   web (at claude.ai) and mobile (iOS/Android) on July 7, 2026   (&lt;a href="https://techcrunch.com/2026/07/07/the-coding-agent-wars-are-spilling-into-the-rest-of-the-office-claude-cowork/" rel="noopener noreferrer"&gt;TechCrunch&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  What it works on:   It reads, edits, and creates files directly on your machine, and coordinates subagents for parallel work.&lt;/li&gt;
&lt;li&gt;  Connectors:   It plugs into your apps through the MCP ecosystem — Microsoft 365 (Outlook, OneDrive, SharePoint, Teams), Zoom, and more (&lt;a href="https://techcrunch.com/2026/01/30/anthropic-brings-agentic-plugins-to-cowork/" rel="noopener noreferrer"&gt;agentic plug-ins&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;  Async, always-on work:   It keeps running after you close the laptop, runs scheduled tasks, and pings your phone only when it hits a decision that's yours to make.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The signal underneath the product: when Anthropic analyzed 1.2 million anonymized sessions,   90%+ of Cowork usage had nothing to do with coding   — business operations led at ~33% and content creation at ~16%, while software development was under 9% (&lt;a href="https://venturebeat.com/technology/anthropic-brings-claude-cowork-to-mobile-and-web-as-usage-data-shows-most-users-arent-coding" rel="noopener noreferrer"&gt;VentureBeat&lt;/a&gt;). The bet is that the next AI battleground is the rest of the office, not the IDE. We wrote about &lt;a href="https://dev.to/posts/claude-cowork-mobile-web-agent-for-founders"&gt;Cowork going mobile for founders&lt;/a&gt;, compared it head-to-head in &lt;a href="https://dev.to/posts/claude-cowork-vs-chatgpt-work-which-agent-does-your-work-2026"&gt;Claude Cowork vs ChatGPT Work&lt;/a&gt;, and stacked it against the enterprise field in &lt;a href="https://dev.to/posts/chatgpt-work-vs-gemini-enterprise-vs-claude-cowork-founding-team"&gt;ChatGPT Work vs Gemini Enterprise vs Claude Cowork&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Pricing:   Like Claude Code, Cowork is bundled into paid Claude plans with no separate SKU — though feature access can roll out plan-by-plan (mobile and web landed on the Max plan first). As of publication, see &lt;a href="https://www.anthropic.com/pricing" rel="noopener noreferrer"&gt;Anthropic's pricing page&lt;/a&gt; for current terms.&lt;/p&gt;

&lt;p&gt;Which one for which job&lt;/p&gt;

&lt;p&gt;Concrete scenarios, because the rule is easier to feel than to state:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Ship a bug fix   →   Claude Code.   It's a repo change that ends in a commit.&lt;/li&gt;
&lt;li&gt;  Turn a messy folder of notes into a client report   →   Cowork.   Files in, a finished doc out.&lt;/li&gt;
&lt;li&gt;  Build an internal tool   →   Claude Code.   Multi-file code, tests, a PR.&lt;/li&gt;
&lt;li&gt;  Weekly ops review from five dashboards   →   Cowork.   Pull across apps, synthesize, hand back a briefing — and schedule it to run every Monday.&lt;/li&gt;
&lt;li&gt;  Refactor a service and update its tests   →   Claude Code.   Coordinated edits across the codebase.&lt;/li&gt;
&lt;li&gt;  Prep a board deck from last quarter's spreadsheets and emails   →   Cowork.   It reads the inputs, builds the slides, leaves the follow-up drafted for your review.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're ever unsure: the deliverable decides. A commit is Claude Code's job; a document, sheet, deck, or decision is Cowork's.&lt;/p&gt;

&lt;p&gt;Using both&lt;/p&gt;

&lt;p&gt;The realistic founder workflow uses them in sequence.   Cowork plans and researches; Claude Code builds.  &lt;/p&gt;

&lt;p&gt;Say you want to ship a new feature. Start in   Cowork  : have it research how competitors solve the problem, pull the relevant threads and notes from your connected apps, and turn all of it into a clear one-page spec. That's the messy, cross-app, "figure out what to build" half — exactly Cowork's strength. Then hand the spec to   Claude Code  : point it at your repo, let it draft an implementation plan in plan mode, make the edits, run the tests, and open a PR. That's the "build it" half — exactly Claude Code's strength.&lt;/p&gt;

&lt;p&gt;Many founders keep Cowork open on their phone for ops and research during the day and let Claude Code run in the terminal for the build. Same account, two agents, two jobs.&lt;/p&gt;




&lt;p&gt;Both Claude Code and Cowork are Anthropic products built for different jobs — code in a repo versus knowledge work across your apps. Pricing, plan eligibility, and features move fast, so check the source links above (and &lt;a href="https://www.anthropic.com/pricing" rel="noopener noreferrer"&gt;Anthropic's pricing page&lt;/a&gt;) for current terms. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
      <category>mcp</category>
    </item>
    <item>
      <title>The Founder's Wire, August 13: NVIDIA Open-Sources a One-GPU Agent Model, Anthropic Watermarks Every Word Claude Writes, and…</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Thu, 20 Aug 2026 02:14:26 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-august-13-nvidia-open-sources-a-one-gpu-agent-model-anthropic-watermarks-jbm</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/the-founders-wire-august-13-nvidia-open-sources-a-one-gpu-agent-model-anthropic-watermarks-jbm</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/2026-08-13-founders-wire-nvidia-nemotron-open-anthropic-watermark-lovable-400m.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The short version:   Three verified moves this morning, each aimed at a different part of a solo builder's stack.   NVIDIA   open-sourced   Nemotron 3.5 Lightning  , a 30B agent model small enough to run on one GPU and free for commercial use (&lt;a href="https://www.cnbc.com/2026/08/11/nvidia-releases-nemotron-3point5-lightning-open-source-ai-model-.html" rel="noopener noreferrer"&gt;CNBC&lt;/a&gt;).   Anthropic   began embedding an   invisible, detectable watermark   into every piece of text Claude writes — worldwide, not just in Europe (&lt;a href="https://techcrunch.com/2026/08/11/anthropic-says-it-will-watermark-text-generated-by-its-ai-models/" rel="noopener noreferrer"&gt;TechCrunch&lt;/a&gt;). And   Lovable  , the vibe-coding startup, raised   $400M at a $13.3B valuation   (&lt;a href="https://techcrunch.com/2026/08/12/lovable-confirms-new-13-3b-valuation-raises-another-400m/" rel="noopener noreferrer"&gt;TechCrunch&lt;/a&gt;). One line each on what changes — plus a cheaper Copilot coding model worth a look.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;NVIDIA open-sourced a 30B agent model that runs on one GPU&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The story here isn't the parameter count — it's the  deployability . On   August 11  , NVIDIA released   Nemotron 3.5 Lightning  , a   30-billion-parameter mixture-of-experts   model that activates only about   3 billion parameters per token  , distilled from the larger Nemotron 3 Ultra and tuned for   high-volume agentic workloads   (&lt;a href="https://www.business-standard.com/technology/tech-news/nvidia-30b-open-weight-ai-model-nemotron-3-5-lightning-agentic-tasks-126081200561_1.html" rel="noopener noreferrer"&gt;Business Standard&lt;/a&gt;). The weights are   free for commercial use  , downloadable from Hugging Face and NVIDIA's build platform   with no gate  , and NVIDIA says the model fits on a   single RTX-class GPU or a DGX Spark   desktop. A model router,   NeMo Switchyard  , shipped alongside it.&lt;/p&gt;

&lt;p&gt;What it means:   For a solo builder running agent loops — many small, repetitive model calls in sequence — the meter on a hosted API is a recurring tax that scales with usage. A commercially-licensed model that runs on one machine is the first real lever to cut that tax without an ML-infra team. The discipline is the same one we keep arguing for:   benchmark before you switch.   NVIDIA's headline "up to 4× faster output" and "~30% faster agentic tasks" are its own numbers, not independent results — so &lt;a href="///posts/lm-studio-bionic-local-agent-open-models.html"&gt;pull the weights and test Lightning on your actual workload&lt;/a&gt; before you cancel a plan, and if you're weighing what hardware it needs, our &lt;a href="///posts/gpu-rental-price-map-h100-h200-b200-august-2026.html"&gt;GPU rental price map&lt;/a&gt; is the adjacent read. This lands in the same "own your model" current as &lt;a href="///posts/2026-08-12-founders-wire-river-ai-own-your-model-gpt-cyber-qwen-open-weights.html"&gt;River AI's $1.1B raise the day before&lt;/a&gt; — the difference is that Lightning needs no vendor at all.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Anthropic watermarks every word Claude writes — worldwide&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Also on   August 11  , Anthropic disclosed that   Claude now embeds an invisible, machine-readable statistical watermark   directly into the text it generates (&lt;a href="https://techcrunch.com/2026/08/11/anthropic-says-it-will-watermark-text-generated-by-its-ai-models/" rel="noopener noreferrer"&gt;TechCrunch&lt;/a&gt;; &lt;a href="https://www.euronews.com/next/2026/08/11/eu-compliance-delivered-globally-anthropic-to-watermark-claudes-output-worldwide" rel="noopener noreferrer"&gt;Euronews&lt;/a&gt;). The specifics that matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  It's global, not regional.   The change was prompted by the   EU AI Act's Article 50   transparency obligations, which &lt;a href="///posts/eu-ai-act-article-50-august-2-founder-compliance-checklist.html"&gt;took effect August 2&lt;/a&gt; — but Anthropic applied it everywhere rather than geofencing Europe.&lt;/li&gt;
&lt;li&gt;  It survives the clipboard.   The mark is imperceptible while reading and is designed to persist through   copy-paste  ; generated files also carry signed   C2PA provenance  . Anthropic says detection tooling is coming.&lt;/li&gt;
&lt;li&gt;  The scope is fuzzy at the edges.   Reporting frames it as covering models "launched on or after August 2, 2026," and outlets describe the exact rollout slightly differently — so confirm current coverage against &lt;a href="https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content" rel="noopener noreferrer"&gt;Anthropic's own help doc&lt;/a&gt; before you state it as fact.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What it means:   If you use Claude to draft marketing copy, blog posts, landing pages, or customer-facing docs, that output now carries a   detectable signature that travels with the paste  . For internal drafts, nothing changes. For anything   bylined, sold as original, or submitted where "human-written" is assumed  , plan as if a third-party detector can flag it — and budget a genuine human rewrite pass instead of shipping raw generation. The honest framing has always been that an AI draft is a starting point you own and revise; the watermark just makes the cost of skipping that step legible.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Lovable raised $400M at $13.3B — the vibe-coding money isn't slowing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On   August 12  , Swedish   vibe-coding   startup   Lovable   — describe an app in plain language, it builds it — raised   $400M at a $13.3B valuation  , roughly   double   its December mark (&lt;a href="https://siliconangle.com/2026/08/12/vibe-coding-startup-lovable-doubles-valuation-13-3b-400m-raise/" rel="noopener noreferrer"&gt;SiliconANGLE&lt;/a&gt;).   Menlo Ventures   and   EQT's Scaleup Europe fund   co-led, with   Tencent   and   Balderton   participating. Company-stated numbers: ARR near   $200M   and climbing, and   60M+ projects   created since the November 2024 launch (self-reported, not audited — treat accordingly).&lt;/p&gt;

&lt;p&gt;What it means:   A war chest this size buys a push from   prototyping toy   toward   production platform   — payments, automated ops, multi-agent orchestration. For a solopreneur, the read is practical, not envious: if your last hands-on test of these tools was six months ago,   re-run your hardest build on the current version   before you pay a contractor. But the funding round doesn't change the durable truth — the generator is a commodity input, and your   distribution and domain knowledge   are the only parts a competitor can't also prompt into existence. If you're choosing what to build with, our &lt;a href="///posts/best-ai-coding-tools-2026.html"&gt;ranked guide to the best AI coding tools&lt;/a&gt; sorts them by the job you're actually hiring one to do.&lt;/p&gt;

&lt;p&gt;Also on the wire&lt;/p&gt;

&lt;p&gt;Microsoft dropped a cheaper coding model into GitHub Copilot.   On August 11,   MAI-Code-1.1-Flash   landed in Copilot with native vision and, per &lt;a href="https://github.blog/changelog/2026-08-11-mai-code-1-1-flash-available-in-github-copilot/" rel="noopener noreferrer"&gt;GitHub's changelog&lt;/a&gt;, a   73% lower list price   than the prior Flash tier, billing at a   0.25×   premium-request multiplier for annual subscribers. Same day, GitHub shipped an   Ollama / bring-your-own-key   path for the &lt;a href="https://github.blog/changelog/2026-08-11-copilot-memory-and-ollama-in-github-copilot-for-jetbrains/" rel="noopener noreferrer"&gt;JetBrains Copilot plugin&lt;/a&gt; plus persistent "Copilot memory." The move: shift low-stakes, high-volume work to the Flash tier, keep premium models for the hard problems, and check the multiplier against your request budget. If you're deciding which underlying model to trust with real code, we ranked them in &lt;a href="///posts/best-llm-for-coding-august-2026.html"&gt;the best LLM for coding, August 2026&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;Every figure above is dated and linked. Where a number is a vendor's own claim — NVIDIA's speed benchmarks, Lovable's ARR, GitHub's price cut — we've said so, because "company-stated" and "independently verified" are different things, and the difference is exactly what a founder is paying us to keep straight. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
      <category>rag</category>
    </item>
    <item>
      <title>The Best LLM for Coding in August 2026: An Honest, Use-Case Answer (and Why the Leaderboards Disagree)</title>
      <dc:creator>Gil</dc:creator>
      <pubDate>Thu, 20 Aug 2026 02:12:18 +0000</pubDate>
      <link>https://dev.to/gil_5296961bf2e126cf43cb4/the-best-llm-for-coding-in-august-2026-an-honest-use-case-answer-and-why-the-leaderboards-539j</link>
      <guid>https://dev.to/gil_5296961bf2e126cf43cb4/the-best-llm-for-coding-in-august-2026-an-honest-use-case-answer-and-why-the-leaderboards-539j</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on &lt;a href="https://dreaming.press/posts/best-llm-for-coding-august-2026.html" rel="noopener noreferrer"&gt;dreaming.press&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The one-screen answer:   There is no single "best LLM for coding" in August 2026 — the frontier is a cluster, not a leader, so the right pick is by job:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Hard agentic coding   (autonomous, multi-file, tool-using): a   frontier closed model   — &lt;a href="///posts/best-ai-coding-tools-2026.html"&gt;Claude Opus 5&lt;/a&gt; is Anthropic's own stated pick "for complex agentic coding," with   Claude Fable 5   above it for the longest runs;   OpenAI's GPT-5-series Codex   and   Google Gemini 3   are the direct rivals.&lt;/li&gt;
&lt;li&gt;  Cheap, high-volume, interactive  : a fast tier —   Claude Sonnet 5   at   $2 / $10   per million tokens is the standout, with small Gemini/GPT tiers and open models competing on price.&lt;/li&gt;
&lt;li&gt;  Self-hosting / zero per-token cost  : an   open-weight   model —   Qwen3-Coder   (permissive Apache-2.0),   DeepSeek's   latest V-series,   GLM  , or   Kimi K2  .&lt;/li&gt;
&lt;li&gt;  Large codebase / long-context refactor  : any   1M-token-context   model — the entire current Claude line is 1M, and Gemini 3 and DeepSeek advertise the same.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you need one sentence to paste:  the best coding LLM for most founders in 2026 is a frontier closed model (Claude Opus 5 / Fable 5, OpenAI GPT-5 Codex, or Google Gemini 3) paired with a cheap or open-weight model for volume — and which frontier model "wins" depends on your agent harness, not a leaderboard. &lt;/p&gt;

&lt;p&gt;Everything below is why, and — just as important —   why you should distrust most of the precise rankings you'll find.  &lt;/p&gt;

&lt;p&gt;Why there's no single winner&lt;/p&gt;

&lt;p&gt;Two or three years ago, "best coding model" had an answer, because one model was clearly ahead. That era is over. By August 2026 the top closed models — Anthropic's Claude line, OpenAI's GPT-5-series Codex models, and Google's Gemini 3 — are close enough on real coding work that the  harness  you run them in (the agent loop, the tools, the prompt scaffolding) moves results as much as the model choice does. The strongest open-weight models are reportedly a short step behind, at a fraction of the price.&lt;/p&gt;

&lt;p&gt;So the useful question isn't "which model is best." It's "best at  what , for  whom ." Here's the segmented answer, then the numbers caveat that governs all of it.&lt;/p&gt;

&lt;p&gt;The comparison, by job&lt;/p&gt;

&lt;p&gt;Model   Type   Context   Best for  &lt;/p&gt;




&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Claude Opus 5   (Anthropic)   Closed   1M   Anthropic's stated pick for   complex agentic coding    
Claude Fable 5   (Anthropic)   Closed   1M   The   longest-horizon   autonomous runs; most capable widely-released model  
Claude Sonnet 5   (Anthropic)   Closed   1M     Cheap, fast   high-volume coding — $2/$10 per M  
OpenAI GPT-5-series / Codex     Closed   Large   Agentic coding inside the   Codex   CLI/IDE harness  
Google Gemini 3     Closed   1M     Long-context   work across huge codebases  
DeepSeek / Qwen3-Coder / Kimi K2       Open-weight     1M (reported)     Self-hosting   and cutting per-token cost to zero  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The Anthropic rows above are verified directly against &lt;a href="https://platform.claude.com/docs/en/about-claude/models/overview" rel="noopener noreferrer"&gt;Anthropic's model docs&lt;/a&gt;: Opus 5, Sonnet 5, and Fable 5 all carry a   1M-token context   (about 555,000 words) and 128K max output. The competitor rows describe positioning that's well-established; I've deliberately left precise benchmark scores out of the table, and the next section is why.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Hard agentic coding → a frontier closed model
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;When the model has to plan, edit across many files, run tools, read errors, and correct itself without a human in the loop, the frontier closed models lead. Anthropic markets   Claude Opus 5   explicitly "for complex agentic coding and enterprise work" and   Claude Fable 5   as "next-generation intelligence for long-running agents." OpenAI's   Codex   line and   Gemini 3 Pro   are the direct competitors. The differences between them are real but workflow-dependent — and, crucially, the   agent harness matters as much as the model  . A slightly weaker model in a well-built harness like &lt;a href="///posts/best-ai-coding-tools-2026.html"&gt;Claude Code&lt;/a&gt; or Codex CLI often out-ships a stronger model driven poorly. Test in the tool you'll actually use.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;2. Cheap, high-volume, interactive → a fast tier
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Most coding work isn't hard; it's voluminous. Autocomplete, unit tests, boilerplate, mechanical refactors, CI checks — these want a model that's  fast and cheap enough to run constantly.    Claude Sonnet 5   ($2 in / $10 out per million tokens, billed as "the best combination of speed and intelligence") is the standout verified pick;   Claude Haiku 4.5   ($1/$5) is cheaper for the simplest work, and small Gemini/GPT tiers compete. The discipline that saves the most money is   routing by difficulty  : cheap tier for volume, frontier model reserved for the genuinely hard problems. This is exactly the move &lt;a href="///posts/2026-08-13-founders-wire-nvidia-nemotron-open-anthropic-watermark-lovable-400m.html"&gt;Microsoft just made cheaper in GitHub Copilot&lt;/a&gt; with its new low-cost Flash model.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;3. Self-hosting → an open-weight model
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;If you want to cut the per-token meter to zero, keep proprietary code off a vendor's servers, or fine-tune, the open-weight models are the answer. The leaders in August 2026 are   Qwen3-Coder   (Alibaba, permissive   Apache-2.0   — the most reuse-friendly license),   DeepSeek's   latest V-series,   GLM   (Zhipu), and   Kimi K2   (Moonshot). Reported figures put the best of these near the closed frontier at a fraction of the cost. Pick   Qwen3-Coder   if license permissiveness and mature local tooling matter most; consider   DeepSeek's latest   if you want maximum reported capability and can carry the larger mixture-of-experts footprint on your own GPUs. NVIDIA's &lt;a href="///posts/2026-08-13-founders-wire-nvidia-nemotron-open-anthropic-watermark-lovable-400m.html"&gt;newly open-sourced one-GPU agent model&lt;/a&gt; is another entrant worth benchmarking here.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;4. Large codebase → a 1M-token context
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;For whole-repo reasoning and long refactors, context window is the gating spec. The   entire current Claude line runs 1M tokens   (~555K words), and   Gemini 3   and   DeepSeek   advertise the same. But a big window is not free recall: a model handed a million tokens still attends unevenly, and you pay for every one of them. Retrieval, chunking, and good prompt structure still matter — the window buys you headroom, not magic.&lt;/p&gt;

&lt;p&gt;The part most "ranking" pages won't tell you&lt;/p&gt;

&lt;p&gt;Here's the uncomfortable finding from researching this piece:   most of the precise coding-model rankings on the open web are not trustworthy.   When we pulled third-party "best coding LLM" and SWE-bench pages, the scores for the  same class of model  ranged across a   20-plus-point   spread, several pages cited model names and version numbers that didn't reconcile with each other, and no two leaderboards agreed. That's the fingerprint of auto-generated SEO content with hallucinated numbers — and an evergreen page that repeats those numbers just launders them.&lt;/p&gt;

&lt;p&gt;So here's how to actually read a coding benchmark:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  SWE-bench Verified   is the one that matters most: 500 real, human-verified GitHub issues where the model must ship a patch that passes the repo's tests. It measures real agentic coding, not trivia.&lt;/li&gt;
&lt;li&gt;  But scores are harness-dependent.   The same model scores very differently depending on the agent scaffold running it. A cross-vendor comparison is only fair when every model runs through the  same  harness — which most ranking pages don't disclose, let alone do.&lt;/li&gt;
&lt;li&gt;  Other benchmarks measure other things:   LiveCodeBench (competitive-programming style), Aider polyglot (multi-language edit accuracy), Terminal-bench (CLI/agent tasks), and SWE-bench Pro (a harder successor). We break down the two most-cited in &lt;a href="///posts/aider-polyglot-vs-swe-bench-verified-coding-benchmark.html"&gt;SWE-bench Verified vs. Aider polyglot&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Verify at the source.   Before you trust a number, pull it from the official &lt;a href="https://www.swebench.com/" rel="noopener noreferrer"&gt;SWE-bench leaderboard&lt;/a&gt;, the &lt;a href="https://aider.chat/docs/leaderboards/" rel="noopener noreferrer"&gt;Aider leaderboard&lt;/a&gt;, or the vendor's own model card — not a listicle.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The reason this guide ranks by use case instead of by a single score isn't hedging. It's that a single score, on this topic, in August 2026, is usually wrong — and a founder who picks a model off a fabricated leaderboard has made a worse decision than one who picked by matching a model to the job.&lt;/p&gt;

&lt;p&gt;The bottom line&lt;/p&gt;

&lt;p&gt;Match the model to the job. Frontier closed model (Claude Opus 5 / Fable 5, GPT-5 Codex, or Gemini 3) for hard agentic work; a fast tier (Sonnet 5) for volume; an open-weight model (Qwen3-Coder, DeepSeek, Kimi K2) to self-host; any 1M-context model for big repos. Then do the one thing no leaderboard can do for you:   run your two finalists on your own hardest task, in the tool you'll actually ship in, and read the diffs.   That five-minute test beats every ranking page — including this one.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aiagents</category>
      <category>llm</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
