<?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: LI QINYU</title>
    <description>The latest articles on DEV Community by LI QINYU (@li_qinyu_81f1e1a923c0a126).</description>
    <link>https://dev.to/li_qinyu_81f1e1a923c0a126</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%2F3980109%2F4a8ea7b1-fd0f-49f5-8d69-cf2844dea603.png</url>
      <title>DEV Community: LI QINYU</title>
      <link>https://dev.to/li_qinyu_81f1e1a923c0a126</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/li_qinyu_81f1e1a923c0a126"/>
    <language>en</language>
    <item>
      <title>OpenAI Codex Sites: the launch layer arrives — inside your company workspace</title>
      <dc:creator>LI QINYU</dc:creator>
      <pubDate>Tue, 16 Jun 2026 23:50:53 +0000</pubDate>
      <link>https://dev.to/li_qinyu_81f1e1a923c0a126/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace-177p</link>
      <guid>https://dev.to/li_qinyu_81f1e1a923c0a126/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace-177p</guid>
      <description>&lt;p&gt;When the company that ships the best coding agents also ships "prompt → hosted web app," that is not a competitor showing up. That is the strongest validation yet that agents need a launch layer.&lt;/p&gt;

&lt;p&gt;OpenAI's Codex Sites lets an agent turn a prompt into a running, hosted web app — login-gated, with a real database underneath — without you touching a deploy pipeline. That is the "deploy" half of launching an agent-built app, and OpenAI solved it cleanly, inside ChatGPT.&lt;/p&gt;

&lt;p&gt;But launching a product is two halves. Deploy is one. &lt;strong&gt;Public and paid&lt;/strong&gt; is the other — a public URL anyone can open, public signup, and a way for the people who use your app to pay for it. Codex Sites stops at the first half. It has no public links, no custom domains, and no payments at all. That second half is exactly what SettleMesh does.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Codex Sites actually is
&lt;/h2&gt;

&lt;p&gt;Codex Sites went into preview on 2026-06-02. You describe a site or app, the agent builds it, and OpenAI hosts it. Under the hood it runs on Cloudflare Workers, with D1 for the database and R2 for storage. For internal tools — a dashboard for your team, an ops console, a quick data viewer your coworkers need to log into — this is genuinely good. The friction from "agent wrote it" to "it's live and my team can use it" basically disappears. The constraint is who can reach it, and what they can do once they're there.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Availability.&lt;/strong&gt; Codex Sites is available in ChatGPT Business and Enterprise workspaces (Business on by default; Enterprise via admin RBAC). Plus, Pro, Free, and API tiers don't have it. It's &lt;strong&gt;locked inside your company workspace&lt;/strong&gt;: to use Codex Sites, and to reach what it builds, you generally have to be inside that workspace.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sharing.&lt;/strong&gt; A Codex Site can be shared three ways — with admins, with everyone in the workspace, or with named members. All three are scoped to your workspace. There is no "anyone with the link" public mode. That's the line between an internal tool and a product. A product is something a stranger can find, open, and use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;End-user login.&lt;/strong&gt; Because access is workspace-scoped, the person logging in has to be a workspace member or come through your pre-configured IdP. There's no open public signup the way a normal product has.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Payments.&lt;/strong&gt; None. Codex Sites has no payment, billing, or monetization capability of any kind. There is no path from "users use this" to "users pay for this."&lt;/p&gt;

&lt;h2&gt;
  
  
  The fact table (verified June 2026)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;Codex Sites (preview)&lt;/th&gt;
&lt;th&gt;SettleMesh&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Availability&lt;/td&gt;
&lt;td&gt;ChatGPT Business + Enterprise only (not Plus / Pro / Free / API)&lt;/td&gt;
&lt;td&gt;Everyone — install the CLI from npm and go&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sharing&lt;/td&gt;
&lt;td&gt;Three modes, all scoped to the workspace. &lt;strong&gt;No "anyone with the link" public mode&lt;/strong&gt;
&lt;/td&gt;
&lt;td&gt;Public URL, reachable by anyone&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;End-user login&lt;/td&gt;
&lt;td&gt;Must be a workspace member or provisioned via your IdP&lt;/td&gt;
&lt;td&gt;Public signup and login, out of the box&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Custom domains&lt;/td&gt;
&lt;td&gt;None (OpenAI-owned addresses)&lt;/td&gt;
&lt;td&gt;Platform subdomain out of the box (custom domains on the roadmap)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Payments / billing&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;None&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Usage billing + user wallet + end-user-pays + hosted checkout&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stack&lt;/td&gt;
&lt;td&gt;Cloudflare-Worker-compatible ES modules; D1 + R2&lt;/td&gt;
&lt;td&gt;Static / SPA / container (any language) + managed DB and storage&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Read the table as a story, not a scorecard. OpenAI built a fast, clean path to a hosted, login-gated app for your coworkers. SettleMesh builds the path to a public, paid product for your users. Both are launch layers. They aim at different halves of "launch."&lt;/p&gt;

&lt;h2&gt;
  
  
  The half that's still wide open
&lt;/h2&gt;

&lt;p&gt;After Codex Sites, an agent can produce a hosted app your workspace can log into. What it still can't do, by design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Give that app a public URL a stranger can open.&lt;/li&gt;
&lt;li&gt;Let that stranger sign up and log in without being added to your org.&lt;/li&gt;
&lt;li&gt;Charge that stranger anything — there is no payments layer to charge with.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last one is where most agent-built apps quietly die. &lt;strong&gt;Your AI app burns money on every API call — charge your users for it, per use, without building billing.&lt;/strong&gt; That's metered billing plus end-user-pays: the end user who runs the expensive call is the one who pays for it.&lt;/p&gt;

&lt;p&gt;Here's the four-line version of the other half:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm i &lt;span class="nt"&gt;-g&lt;/span&gt; settlemesh
settlemesh login
settlemesh deploy
&lt;span class="c"&gt;# live: public app with login, a managed database, and usage billing&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One command takes an agent-written app — built with any agent, Codex included — and turns it into a public product. Public URL. Public signup and login. Usage-based billing. End-user payments through hosted checkout. &lt;strong&gt;Aev&lt;/strong&gt; is SettleMesh's prepaid credit unit (1 USD = 100 Aev, funded via Stripe): users top up a wallet, and every metered call quotes its cost before it runs and settles against the wallet after.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who actually lets your AI app charge users
&lt;/h2&gt;

&lt;p&gt;Codex Sites is the newest entrant, but it's not the only tool that gets you most of the way and stops short of payments. The question that matters — &lt;strong&gt;can the people who use your app pay you?&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Product&lt;/th&gt;
&lt;th&gt;Publish&lt;/th&gt;
&lt;th&gt;End-user login&lt;/th&gt;
&lt;th&gt;Payments&lt;/th&gt;
&lt;th&gt;Key limitation&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Codex Sites&lt;/td&gt;
&lt;td&gt;Inside workspace&lt;/td&gt;
&lt;td&gt;Workspace / IdP&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;None&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Business/Enterprise preview, no public links&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lovable&lt;/td&gt;
&lt;td&gt;Free to publish&lt;/td&gt;
&lt;td&gt;Built in (Supabase)&lt;/td&gt;
&lt;td&gt;Subscriptions + one-time, &lt;strong&gt;gated to Pro+&lt;/strong&gt;; no usage billing&lt;/td&gt;
&lt;td&gt;Custom domains on Pro+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bolt.new&lt;/td&gt;
&lt;td&gt;Free (with badge)&lt;/td&gt;
&lt;td&gt;Via Supabase&lt;/td&gt;
&lt;td&gt;Stripe integration; no usage billing&lt;/td&gt;
&lt;td&gt;Billing logic lives in generated code&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vercel v0&lt;/td&gt;
&lt;td&gt;Free to publish&lt;/td&gt;
&lt;td&gt;No native auth&lt;/td&gt;
&lt;td&gt;Stripe via generated code&lt;/td&gt;
&lt;td&gt;Two layers of billing (v0 + Vercel)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Replit&lt;/td&gt;
&lt;td&gt;Free, 1 app, sleeps after 30 days&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Integrated&lt;/td&gt;
&lt;td&gt;Realistically needs Core at ~$20-25/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;SettleMesh&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Free tier is enough to ship&lt;/td&gt;
&lt;td&gt;Built-in public signup&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Hosted usage billing + wallet + end-user-pays&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The money path is managed, not generated code&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Where the builders offer payments at all, they hand you a Stripe integration or generate billing code, and they mean subscriptions or one-time charges. None give you &lt;strong&gt;usage billing&lt;/strong&gt; — charge per call, per video, per request — as a managed layer. That's the model an AI app actually needs, because the cost an AI app incurs is per use, not per month.&lt;/p&gt;

&lt;h2&gt;
  
  
  This isn't a roadmap promise
&lt;/h2&gt;

&lt;p&gt;The SettleMesh money paths are already running in production: discrete cost-plus markup (m between 1.0 and 1.5), the unified per-user Aev wallet, end-user-pays via the &lt;code&gt;X-Settle-Payer&lt;/code&gt; header, nested billing, and the owner revenue split — with the end-user-pays charge flow verified on a live app. The part that's genuinely a moving target is Codex Sites itself — it's in preview.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bigger picture
&lt;/h2&gt;

&lt;p&gt;OpenAI shipping Codex Sites tells you the industry now agrees on the shape of the problem: agents build apps fast, and the bottleneck moved downstream to launching them. They solved the inside-the-workspace half. The public-and-paid half is open, and it's the half that turns an agent's output into a product with users and revenue. And it composes: today's deployed app is tomorrow's composable API — every paid app on the mesh can become a capability the next agent calls and pays for.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it at &lt;a href="https://settlemesh.io" rel="noopener noreferrer"&gt;settlemesh.io&lt;/a&gt;&lt;/strong&gt; — build with any agent (Claude Code, Codex, Hermes, OpenClaw, Cursor), then &lt;code&gt;settlemesh deploy&lt;/code&gt; for the public, paid half.&lt;/p&gt;

&lt;p&gt;Build with any agent. Launch with SettleMesh.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SettleMesh is a product of StructureIntelligence Inc. — &lt;a href="https://settlemesh.io" rel="noopener noreferrer"&gt;settlemesh.io&lt;/a&gt; · &lt;a href="https://github.com/StructureIntelligence" rel="noopener noreferrer"&gt;github.com/StructureIntelligence&lt;/a&gt;. Aev is SettleMesh's prepaid credit unit: 1 USD = 100 Aev, funded via Stripe.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openai</category>
      <category>devtools</category>
      <category>saas</category>
    </item>
    <item>
      <title>Why AI coding agents need a launch layer</title>
      <dc:creator>LI QINYU</dc:creator>
      <pubDate>Tue, 16 Jun 2026 23:00:48 +0000</pubDate>
      <link>https://dev.to/li_qinyu_81f1e1a923c0a126/why-ai-coding-agents-need-a-launch-layer-4414</link>
      <guid>https://dev.to/li_qinyu_81f1e1a923c0a126/why-ai-coding-agents-need-a-launch-layer-4414</guid>
      <description>&lt;p&gt;The coding got 10x faster. The launching didn't.&lt;/p&gt;

&lt;p&gt;Point a coding agent at a half-formed idea and it will hand you a working app before your coffee is cold. Backend, frontend, schema, a couple of API integrations, tests that pass. The part that used to take a week of focused work now takes an afternoon of prompting. That much is real, and you've felt it.&lt;/p&gt;

&lt;p&gt;Then you try to ship the thing, and time stops moving.&lt;/p&gt;

&lt;p&gt;Because the agent didn't write the part that turns code into a product. It wrote the business logic. It did not provision the database, register the OAuth app, wire the session store, set up the billing meter, or figure out how a stranger pays you. None of that is the app. All of it stands between the app and your first paying user. The bottleneck moved. It's no longer the code. It's the economic shell the code has to live inside.&lt;/p&gt;

&lt;p&gt;That shell is the new scarce thing. This essay is about why, and what closes the gap.&lt;/p&gt;

&lt;h2&gt;
  
  
  The real cost: from "agent finished the app" to "first paying user"
&lt;/h2&gt;

&lt;p&gt;Let's walk it concretely, because "ops glue" is exactly the kind of phrase that hides how much work it is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deploy the backend.&lt;/strong&gt; Deploying a backend in 2026 still means: create the service, pick a region, write a Dockerfile, set the env vars, provision a database, wire the connection string, configure health checks, point a domain at it, add TLS. Each step is individually boring and collectively a day. Your agent finished the application logic an hour ago. It's now idle while you play sysadmin.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add login.&lt;/strong&gt; Adding "Sign in with Google" to a project that an agent built in an afternoon means: register an OAuth app, configure the redirect URIs, handle the callback, store sessions, hash something, and read forty minutes of provider docs you will forget by next week. Login is table stakes for anything with users. It should be part of deploy. It almost never is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get a managed database.&lt;/strong&gt; The agent assumed a database exists. Now you provision one, manage its credentials, keep them out of the repo, run migrations, and worry about backups. More accounts, more dashboards, more secrets to rotate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bill for usage.&lt;/strong&gt; This is where it gets genuinely hard, and where most side projects quietly die. Stripe gives you primitives, not metered billing. An AI app that meters usage needs: usage events, aggregation, a credit balance, top-ups, refunds when a call fails, idempotency so a retry doesn't double-charge. That is two to four weeks of work you spend not building product, getting the edge cases wrong, and never quite trusting the numbers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make the end user pay.&lt;/strong&gt; Here's the one that breaks the whole economic model for AI apps, and almost nobody talks about it. Your app calls an LLM, generates a video, scrapes a page — every call costs you real money. In the demo, &lt;em&gt;you&lt;/em&gt; eat that cost. In production, every signup makes you poorer. To survive you have to pass the per-call cost through to the user who triggered it. Doing that yourself means tracking cost per request, attributing it to the right person, and settling it against a balance you also had to build. Most demos skip this entirely. It's the boring part: &lt;em&gt;who pays?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Add it up. The agent wrote the product in an afternoon. The shell around the product — deploy, login, database, metered billing, end-user payments — is the week that follows, and it's the same week every single time, for every app. It's undifferentiated. It's identical across projects. And it is precisely the work that does not get cheaper when the code gets cheaper.&lt;/p&gt;

&lt;p&gt;That asymmetry is the whole problem. Production collapsed. The shell didn't.&lt;/p&gt;

&lt;h2&gt;
  
  
  What a launch layer is
&lt;/h2&gt;

&lt;p&gt;A launch layer is the missing half. It's the layer that takes the app your agent wrote and ships it &lt;em&gt;as a product&lt;/em&gt; — with login, a database, usage billing, and end-user payments already attached — from one command. Not a deploy tool with billing bolted on later. The shell, delivered with the deploy.&lt;/p&gt;

&lt;p&gt;The differentiator, and the reason this matters most for AI apps specifically, is metered, end-user-pays billing:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Your AI app burns money on every API call. Charge your users for it — per use, without building billing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Concretely, with SettleMesh that's two things you don't build:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Metered billing as a manifest flag.&lt;/strong&gt; The two-to-four-week billing project — usage events, aggregation, balances, top-ups, refunds on failure, idempotency — collapses to &lt;code&gt;billing.enabled: true&lt;/code&gt;. Every metered call is priced before it runs and recorded against a balance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;End-user-pays, with a header.&lt;/strong&gt; When your app does work on behalf of a user, attach &lt;code&gt;X-Settle-Payer&lt;/code&gt; and the cost lands on &lt;em&gt;their&lt;/em&gt; balance, not yours. The per-call cost of the LLM, the render, the scrape flows through to the person who triggered it. Your app stops getting poorer with every signup.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Underneath sits a prepaid credit unit called Aev (1 USD = 100 Aev, topped up through Stripe), a unified per-user wallet, and a settlement engine that splits revenue to the app's owner automatically. You write the app. The launch layer handles who's signed in, what they used, what it cost, and who pays whom.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It's agent-agnostic by design.&lt;/strong&gt; Whatever coding agent you already reach for — Claude Code, Codex, Hermes, OpenClaw, Cursor, or whatever you pick up next — writes the code. There's nothing to integrate and no SDK to adopt: the agent just runs &lt;code&gt;settlemesh deploy&lt;/code&gt;. The tagline is the shape of it: &lt;strong&gt;build with any agent, launch with SettleMesh.&lt;/strong&gt; The launch layer does everything between "it works on my machine" and "a stranger just paid me."&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;settlemesh deploy
&lt;span class="c"&gt;# app live, login wired, database provisioned,&lt;/span&gt;
&lt;span class="c"&gt;# metered billing on, end-user payments ready&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's the gap, closed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why now
&lt;/h2&gt;

&lt;p&gt;This isn't a tooling preference. It's a structural shift, and it has three steps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Production is collapsing toward zero.&lt;/strong&gt; Agents are driving the marginal cost of producing software down by orders of magnitude. The number of apps in the world is about to exceed the human radius of management by a wide margin. When anyone can generate a working app in an afternoon, &lt;em&gt;generating the app&lt;/em&gt; stops being the scarce, valuable act.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So structure becomes the scarce thing.&lt;/strong&gt; When production is no longer scarce, what's scarce is everything &lt;em&gt;around&lt;/em&gt; production — who's using a piece of software (identity), how much they used (metering), who pays whom (settlement), and how it gets found and combined with other software (distribution). The economic shell. The exact week of glue we just walked through. Cheap code makes that shell &lt;em&gt;more&lt;/em&gt; valuable, not less, because there's vastly more code that needs it and the same fixed cost to wrap each piece.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And the existing commerce layer can't serve it.&lt;/strong&gt; Subscriptions, contracts, app-store 30% cuts, week-long review cycles — all of it was designed for human-speed, human-scale commerce. It cannot underwrite an economy of minute-scale creation, micro-amounts, high frequency, and machine-to-machine calls. When an agent builds an app that calls another agent's app a thousand times an hour, there is no human in the loop to sign a contract or approve an invoice. The commerce layer we have was never built for that traffic.&lt;/p&gt;

&lt;p&gt;That's the case for a native settlement layer — billing and payments that run at agent speed instead of human speed. That's the position a launch layer fills.&lt;/p&gt;

&lt;h2&gt;
  
  
  This is live, not a roadmap promise
&lt;/h2&gt;

&lt;p&gt;The fair question about anything in this space is: &lt;em&gt;is this vaporware, and is agent-built code even a real product?&lt;/em&gt; So here's the honest accounting.&lt;/p&gt;

&lt;p&gt;The core of the system is already running in production. Not designed, not planned — running:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Discrete cost-plus markup&lt;/strong&gt;, m between 1.0 and 1.5 — every metered call priced on real, known cost.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A unified per-user Aev wallet&lt;/strong&gt; — one balance per user, funded via Stripe.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;End-user-pays via &lt;code&gt;X-Settle-Payer&lt;/code&gt;&lt;/strong&gt; — the cost of a call lands on the triggering user, not the developer.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nested billing&lt;/strong&gt; — an app that calls another app settles correctly down the chain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Owner revenue split&lt;/strong&gt; — the app owner's cut is computed and settled automatically.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are real apps running on this shell today — a video-editing app with a working wallet loop, a YouTube-transcript app running Whisper end to end, an agent-built MovieAgent — each one deployed, paid, and settled through the live machinery.&lt;/p&gt;

&lt;p&gt;What's &lt;em&gt;not&lt;/em&gt; done yet is density — the number of nodes on the network. That's the honest gap, and it's the one thing a launch layer earns by being used rather than by being built. The economics underneath are real today.&lt;/p&gt;




&lt;p&gt;If you build AI apps, the pitch is narrow and concrete: stop eating your own API costs, stop spending the same shell-building week on every project, and charge your users per use without writing a billing system. &lt;code&gt;settlemesh deploy&lt;/code&gt;, and the shell comes with the deploy.&lt;/p&gt;

&lt;p&gt;And one step further out, because cheap production rearranges what software even &lt;em&gt;is&lt;/em&gt;: today's deployed app is tomorrow's composable API. Every app shipped through the launch layer arrives already metered and settled, which means the next agent can call it, pay for it per use, and build on top of it without a contract or an integration meeting. The network grows itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it at &lt;a href="https://settlemesh.io" rel="noopener noreferrer"&gt;settlemesh.io&lt;/a&gt;.&lt;/strong&gt; Build with any agent — Claude Code, Codex, Hermes, OpenClaw, Cursor, or whatever's next — then &lt;code&gt;settlemesh deploy&lt;/code&gt;, and the launch layer ships with it.&lt;/p&gt;

&lt;p&gt;Build with any agent. Launch with SettleMesh.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SettleMesh is a product of StructureIntelligence Inc. — &lt;a href="https://settlemesh.io" rel="noopener noreferrer"&gt;settlemesh.io&lt;/a&gt; · &lt;a href="https://github.com/StructureIntelligence" rel="noopener noreferrer"&gt;github.com/StructureIntelligence&lt;/a&gt;. Aev is SettleMesh's prepaid credit unit: 1 USD = 100 Aev, funded via Stripe.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>devtools</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
