Hey there 👋 I went into the GitLab 19.4 notes for the agent features and came out thinking about the invoice. The headline items are what you would expect: MCP server tools so agents can run real tasks across your pipelines and merge requests, cheaper models to run them on. Then a smaller line, easy to skim past. Every credit an agent spends now traces back to the user account that spent it. No second system to log into, no separate audit trail. Just a number with a name on it. That line is the whole week, if you squint. At its analyst day, HubSpot said agent adoption doubled and credit consumption more than doubled over the past year, even after it cut agent prices and moved to outcome-based billing. Anthropic published how often its 30,000 internal agents get stopped before they act, down to a rate per billion decisions. Google measured its new agent harness in tokens saved per file change. Four companies, four ways of saying the same quiet thing: the agent has a cost now, and somebody is counting it. My bias, for what it is worth. The teams that win the next year are the ones who can already answer "what did that agent cost, and whose was it," and most cannot. The capability question stopped being the interesting one a while ago. The invoice is where the fight moved.
The Big Thing💳 GitLab put a meter on every agentGitLab shipped 19.4 on Wednesday, and the release reads like two announcements stapled together. One is about capability. The other is about money, and it is the one worth your morning. On capability: the new GitLab MCP server tools, in public beta, let an agent run a full task across CI/CD, merge requests, work items, vulnerabilities, and projects, all under the same tool-level rules that already govern GitLab's Duo agents. So an agent working a security fix runs under the same rules as the rest. It walks through the door your other agents use. GitLab also added its own hosted open-weight models, which it says deliver up to 4x more calls per credit at performance it calls comparable to frontier models. Read that multiplier as GitLab's own number until someone outside GitLab checks it. Here is the part that matters more. Credits usage visibility went generally available, and every credit an agent burns now traces to the user account that spent it. That sounds like an accounting footnote. It is a governance change wearing accounting clothes. Until now, agent spend at most shops was a shared pool: a bill arrived, nobody could say which team or which workflow ran it up, and so nobody owned it. Attach a name to every credit and the conversation changes from "our AI costs are climbing" to "this team's nightly job tripled its spend last week, go look." You cannot manage what you cannot attribute. The reason this lands as one release and not two is that both halves answer the same objection. The thing keeping agents out of production at a lot of companies is rarely the code. It is the two questions right behind the code: what does this cost, and can I prove what it touched. GitLab put the governance and the meter in the same box, and made the agents cheaper to run while it was at it. That is a coherent bet on what the blocker really is. Ship it? If you are on GitLab, this is a config task for Monday, not a keynote to admire. Turn on per-user credit visibility today so you have a baseline before anyone scales an agent. Write down which models and which skills your agents are allowed to call in production, because the tool-level rules only help if someone sets them. Then pilot the MCP server tools on one low-stakes repo and watch the credit line while it runs. If you are not on GitLab, the memo still stands: the platforms are deciding that cost attribution is a first-class feature, and your finance team is going to start asking for it. Sources: GitLab 19.4 release post and GitLab Docs release notes, Sep 17 2026; BusinessWire, Sep 17 2026. The "4x more calls per credit" and "comparable to frontier models" figures are vendor-supplied and graded as such.
Tour de Headlines🔑 Google built agent credentials that never touch the model. The new antigravity-preview-09-2026 harness on the Gemini API got the launch attention, running on Gemini 3.8 Flash with Google's usual bundle of speed claims (around 40% fewer output tokens on file changes, up to 6% higher task completion, numbers Google ran on its own setup). The quieter piece is the one to build against. The new Credentials API stores your tokens encrypted and swaps them in only at an egress proxy, only for approved destinations, so your agent can call GitHub or Slack while the model itself never sees the secret. A scheduled job references a stored credential instead of an inline token, which means you rotate the key without touching the agent. If you have ever had a security review stall on "wait, where does the token live," this is the answer you were missing. One deadline to note: the old 05-2026 harness deprecates October 5, so test the migration on a throwaway project first. 📊 Anthropic showed its homework on watching 30,000 agents. In a post on Wednesday, Anthropic said it runs roughly 30,000 internal research and engineering agents at a time, and then did the useful thing: it published the oversight math. Every action passes an online monitor before it runs. Across more than a billion decisions in a month, that monitor blocked about 0.002% of them. A separate offline pass narrows the flood down to around 50 transcripts a week that a human reads. Ignore the "Claude leads 26% of our R&D" line that got the headlines. The gift here is the shape: coverage first, then an intercept rate, then a human-review escalation count. That is a set of agent-safety numbers you can track next to uptime and your error budget, whatever stack you run. These figures are self-reported, one company grading its own homework, so borrow the shape and leave the exact percentages behind. ⚖️ OpenAI shipped a model with its own library attached. OpenAI introduced Astra for Law this week, a GPT-6 model tuned for legal work paired with something more interesting than the model: its own Legal Search Index over 230 million-plus URLs of case law, statutes, and regulations, sourced through the Free Law Project's CourtListener. Treat this as a watch for now. It is gated to selected firms through Trusted Access in ChatGPT and Codex, with an API "to follow" that names Harvey and Legora. The pattern is the takeaway. A domain foundation is turning out to be a model plus a retrieval index plus workflow context, and OpenAI building its own index means it is now competing with the very RAG layer its partners sell. The accuracy jump it cites (54% versus 38.7% for the model with plain web search) comes from OpenAI's own testing, so believe the direction and stay skeptical of the decimal. Watch which vertical gets its own index next.
Sponsor Your team's calls are full of signal. Measure it. RapportScore reads the calls your team already records and scores how your people communicate, then turns it into coaching they can use. Stop guessing whether a rep is building trust or talking past the buyer, and see it in the numbers. See your team’s score → |
Tool of the Day🌐 UN System Data CommonsPoint a research agent at real global numbers instead of hoping the model remembers them. If you build agents that cite economic, health, or development figures, this one is live and free today. The UN System Data Commons launched Wednesday at data.un.org, built on Google's Data Commons, and it speaks MCP. So an agent can query authoritative UN statistics directly, pull the number with its provenance attached, and assemble a chart or a draft report without scraping a PDF or trusting whatever the model half-remembers from training. Why bother: UNICEF testing found general models hit only 21.2% accuracy across 133,000 responses on development indicators, which is a polite way of saying they make the numbers up. One honesty note, since we grade our own picks too: the Data Commons MCP server itself has been around since last September. The fresh part is the UN putting its own data behind that endpoint. Wire it into one research workflow this week and check the citations against the source before you trust the pipe. Explore the UN System Data Commons
Worth a Click- GitLab 19.4 release notes. The MCP server tools in public beta and the per-user credit metering in full, straight from the source, so you can see exactly what "traces to the user account" covers. (about.gitlab.com)
- Anthropic on monitoring the pace of development. The three oversight metrics and the 30,000-agent numbers in Anthropic's own words, worth reading for the method even if you never run a monitor that big. (anthropic.com)
- HubSpot's analyst day. The CRM most B2B teams already run reported that agent adoption doubled and credit consumption more than doubled over the past year, even after it cut agent prices and moved to outcome-based billing. The clearest sign yet that agent usage, and its cost, is a number companies now watch. (finance.yahoo.com)
Call it the week the agent got a meter. Strip the logos off everything that shipped and the story is not a smarter model, it is counting. GitLab traces every credit to the person who spent it. HubSpot told its analyst day that agent adoption doubled and credit use more than doubled under outcome-based billing. Anthropic publishes an intercept rate measured per billion decisions. Google sells its new harness on tokens saved. A year ago the question about an agent was whether it could do the job. This week four companies answered a different one, the question your CFO was always going to ask: what did that cost, and whose was it. The teams that can already answer are about to look very good, and the ones running agents out of a shared pool with no names on the spend are about to have a bad quarter-end. See you Monday. — Ron |