Leadership & Executive

The Board Room

The Signal

Flue's largest enterprise customers run one agent per company and declined routing.

Schott tore out Flue's core architecture within three months of shipping v1, which is fast enough to sting and fast enough to be credible. A skeptic would say one vendor's reversal proves nothing; the harder read is that the multi-agent shape died in production rather than in design review. Orchestration roadmaps funding that topology next quarter are funding something the top of the market already tried and dropped.

In Play

  1. Patch-to-Exploit Now Runs in Days

    One pattern connects today's items: decisions your controls were designed to make in advance — who is trusted, what a system may do, when a change is allowed — are now made continuously, by software, at runtime. Your org chart still assigns those decisions at design time. Start where the clock is shortest. A CVSS 10.0 flaw in SAP Commerce Cloud, CVE-2026-58231, drew exploitation attempts within days of its patch release, per The Hacker News. Monthly and quarterly change windows are now slower than the attacker's cycle on internet-facing enterprise software. The constraint is organizational, not technical: can you push an unscheduled change to revenue-critical infrastructure inside 72 hours, on a pre-authorized approval path that does not require assembling a committee at 2am? And can you produce that number today?

    Ask Clarity
    Try
  2. Inherited Trust Is Being Bought and Forged

    The Hacker News documented four in-the-wild bypasses of trust signals in a single day. Attackers spent roughly $7 million buying expired domains to inherit reputation, and Mustang Panda shipped a validly signed Windows kernel-mode rootkit. Researchers also rode an already-authenticated browser session past MFA using Chrome's DevTools Protocol. Reputation, signatures and sessions are three assumptions your architecture treats as settled.

    Ask Clarity
    Try
  3. Runtime Permission Grants Sit Between Two Teams

    Flue's hooks let an agent attach a tool mid-conversation; the documented example is a support agent pulling in account management only after it verifies the user. That is a privilege decision made by a model at runtime. Separately, CSO First Look reports that agentic compromises land in orchestration code rather than in the model itself. Neither AppSec nor the ML team currently owns that code.

    Ask Clarity
    Try
  4. Enterprise Agents Collapse to a Single Agent

    Fred Schott — Astro's creator, now at Cloudflare — told Latent.Space that his largest customers on Flue, the agent framework he now builds, run one agent for the entire company and "don't care about routing." If your platform roadmap funds routers, agent registries, or multi-agent orchestration, it is building a shape the top of the market has already declined. The first deep dive below prices what that costs you and what the exit is worth.

    Ask Clarity
    Try
  5. The Margin Moves to Hosted Agent Platforms

    The open agent framework layer is being given away while the money moves upstairs. Flue 2 is an opinionated layer on open-source Pi, and its author is deliberately declining to build a managed product, per Latent.Space. LangChain has shipped Managed Deep Agents, while Databricks Omnigent and Exo stake out a "meta-harness" category whose definition is still contested. Building your own framework is the move with no upside; hosting leverage and evaluations are where spend compounds.

    Ask Clarity
    Try

Deep Dives

Enterprises Bought One Agent, Not a Fleet

Two funded workstreams — routing and agent registries — assume a shape the largest buyers rejected, and the bill for standardizing this quarter arrives as a migration next year.

The reference design reversed in about three months

Schott's first instinct was the reasonable one: port web framework conventions into agents, one agent per file, one per route. Real enterprise usage killed it fast enough that he now calls file-based magic an antipattern, and Flue's core architecture flipped between the May v1 and this first stable release. Bret Taylor, in the same Latent.Space conversation, gave the honest maturity read: "we're sort of in the jQuery era of agents, not the react era." Three months is a short half-life for a reference design.

Any three-year agent framework commitment made this quarter is a migration bill scheduled for next year.

Monolithic does not mean simple

The single-agent pattern does not remove complexity. It moves it to a different team. Instead of routing a request to the correct specialist agent, the system assembles the right context and attaches the right capabilities for each turn. That relocates the hard problem from infrastructure plumbing to policy: what this agent should know and be allowed to do, right now, for this user. A skeptic would say that is the same complexity wearing a new label, and the skeptic is half right. The half that matters is that infrastructure spend does not solve policy problems, which is why the roadmap line surviving this shift is context and capability management rather than orchestration.

Where the layers are settling, and which one holds the pricing power

LayerRepresentativeCommoditizing?What leaving costs you
Minimal harnessPi (open source)Yes — explicitly the "Vite beneath Astro" roleUpstream dependency risk
Opinionated frameworkFlue 2, Vercel's eveYes — two entrants set the template in a yearSemantic lock-in: skills and subagents intertwined with the harness
Hosting / managedVercel, Cloudflare, LangChain Managed Deep AgentsNo — this is the marginPlatform-specific optimization, the Next.js playbook
Meta-harnessDatabricks Omnigent, ExoUndefined — the term itself is contestedNothing yet; watch only

Portability is a procurement position, not an engineering preference

Schott's counter-position is explicit: "The best tools are the ones that float above the host", meaning an open framework for every host. Discount it appropriately. He works at Cloudflare, which acquired Astro in January, and repeatedly cites leaning on Cloudflare infrastructure. Vercel's eve is self-hostable and optimized to exploit Vercel's own features, which is the Next.js playbook rerun on agents. Neither claim is neutral. The useful contract question is not who is principled, but who currently needs the workload more than they need the lock-in.

The two calls this quarter

First, capacity. Routing, registries, and multi-agent orchestration are funding a shape the largest buyers are not asking for, and the same engineers produce more enterprise-relevant work on context assembly and runtime capability management. Second, the exit. Tool, skill, and subagent definitions belong in a layer the in-house team owns, because Flue's semantics intertwine skills and subagents with the harness itself. If swapping frameworks costs more than six engineer-weeks, the exposure to an unsettled abstraction is larger than the productivity it bought. This quarter's framework decision is next year's migration line item.

Confidence discipline: this is one framework author describing his own customer base in a single conversation. It is strong evidence that the monolithic pattern exists at the top of the market, and weak evidence about how long it lasts. Reason enough to stop funding the opposite bet. Not license to standardize on this one.

What to do

  1. Commission a written migration estimate by month-end for moving your primary agent workload off its current framework, and move tool, skill and subagent definitions into a layer your team owns.

  2. Redirect routing, registry and multi-agent orchestration headcount into context assembly and per-turn capability management in the next planning cycle.

  3. Run a 60-day bake-off of Flue 2, Vercel's eve and your incumbent SDK on one production workload such as support triage, scored across two hosts on portability and authorization control.

The Permission Layer No Team Owns

Agents now grant themselves tools mid-conversation, and the code making that call sits in the gap between AppSec and the ML team where nothing gets threat-modeled.

Static identity meets a per-turn grant

Flue's hooks let an agent "attach different resources and capabilities dynamically to enhance themselves at runtime." Flue started life as a repository triage script and later acquired write actions, which is the part worth sitting with. That is an authorization event wearing the costume of a developer convenience. The set of tools an agent holds gets decided mid-conversation, by the model, on evidence the model evaluated itself. Enterprise identity systems were built to answer a narrower question: which fixed service identity may call which API. They have no vocabulary for "this agent granted itself account-management access because it believed the caller was verified", and they keep no immutable record of the decision.

Two independent reads, one unmonitored layer

CSO First Look locates the point of failure in agentic incidents in orchestration code — tool-calling, credential brokering, memory handling — rather than in the model. Latent.Space reaches the same layer from the architecture side, describing capabilities bolted on per turn. One is an incident report. The other is a design pattern. They converge on code written in-house and watched by nobody.

The vacuum persists because both plausible owners have a defensible reason to decline. AppSec does not treat agent orchestration as application code. The ML team does not treat application security as its remit. A skeptic would say this is a coordination problem rather than a security problem. The skeptic is correct, and that is the useful part: it makes this the cheapest structural risk on the list to close, because the fix is an org-chart decision rather than a purchase.

Detection is assumed; containment is not measured

The confidence pattern in CSO First Look's reporting is a textbook overconfidence trap. Leaders believe they can detect a rogue or out-of-scope agent, while very few can trace its cascading downstream actions or revoke its authority. Perceived competence suppresses investment, which is how a gap survives universal agreement that agentic AI is risky. The assumption becomes fundable only once it turns into two numbers: mean time to trace 24 hours of one agent's actions, and mean time to revoke its authority. If neither number exists by quarter-end, the absence is itself the finding for the risk committee.

The enterprise pattern is not a fleet of agents. It is one agent that rewrites its own permissions every turn, and nobody owns the code that decides.

Buy learning, not a platform

The security market is bifurcating independently of AI hype: incumbents fortify platform strategies while venture money funds upstarts blurring the category lines. Agent observability, tracing and containment is the clearest unclaimed category, and it maps exactly onto the containment gap above. The window to buy depth cheaply through time-boxed pilots runs roughly 12–18 months. After the platforms absorb the category, the price is suite pricing for suite-average capability. This quarter's pilot terms set next year's leverage, which is why data portability and exit clauses matter more than the platform commitment they usually arrive attached to.

Caveat: both reads are secondary digests with no published methodologies, sample sizes or CVE identifiers. They justify investigation and internal validation. They do not set targets, and no figure here belongs in a board deck before an internal red team reproduces it.

What to do

  1. Assign AppSec formal ownership of AI harness and orchestration code within 60 days, with CTO co-signature, and make threat modeling plus code review a gate no agent ships to production without.

  2. Run a containment tabletop this quarter on your highest-privilege production agent and report two numbers to the risk committee: time to trace 24 hours of its actions, and time to revoke its authority.

  3. Open evaluations in agent containment and observability this quarter as a time-boxed pilot, with data portability and exit clauses as the negotiated terms.

Controls You Already Paid For Stopped Working

Reputation, code signatures and authenticated sessions each have a named in-the-wild bypass, which makes change speed the constraint no additional tool purchase relieves.

The endpoint agent is now a privileged asset, not a mitigating control

A public proof-of-concept bypasses a Microsoft Defender patch and converts any level of access into SYSTEM privileges, per CSO First Look. That inverts a line in the risk model. The control credited as compensating is itself a high-value target with a demonstrated patch-efficacy problem. The researcher involved has been feuding with Microsoft for months, so more uncoordinated full-disclosure drops are the reasonable planning assumption. No internal process improvement closes the gap between publication and patch.

The accounting problem

None of today's techniques is novel, and a skeptic is right to say inherited trust has been rotting since the first stolen signing certificate. The skeptic is correct about the mechanism. What changed is price and scale, and the consequence is financial rather than technical: several controls already capitalized are depreciating faster than the schedule you booked them on. That moves the board conversation off "do we need more security spend" and onto "which line items are we still paying for after they stopped working."

Eroding controlHow it was defeatedWhat it invalidates in your stackPosture
Domain reputation and ageRoughly $7M spent acquiring expired domainsWeb gateway allowlists, link scanning, sender reputationDemand ownership-change detection from DNS and gateway vendors
Code-signing validityValidly signed kernel-mode rootkit in Mustang Panda's CoolClientDriver allowlisting, EDR process visibilityBehavioral kernel telemetry; harden your own signing infrastructure
Authenticated sessionChrome DevTools Protocol enabled inside a live browserMFA, password policy, SSO assurance reportingFund now: device-bound tokens, enterprise browser for admins
User URL literacyBrowser-in-the-browser overlays across 3,000+ pages"Check the address bar" awareness trainingMove to phishing-resistant passkeys; buy takedown speed

The assurance number the board thinks it has

The session-hijack path matters most for what it does to reporting. It rides an already-authenticated session, so it bypasses MFA entirely, which means the identity assurance percentage presented to the board now has a published exploit path around it. The controls that survive are device-bound session tokens, monitoring for debug-port activation, and an enterprise browser scoped first to administrative and SaaS-console workflows. That scoping is bounded cost against the widest blast radius. It is also the defensible answer when a director asks what changed after MFA.

The mandate to issue alongside the emergency change window

Change speed is the binding constraint here, and it is priced in the lead item above. Design is the piece no patch window covers. Architecture review should stop accepting domain or sender reputation as a primary control in new designs without a second, non-reputation signal. That mandate costs almost nothing this quarter. It becomes a retrofit after an incident.

Caveat: these items arrive as truncated threat-feed summaries. Validate the technical specifics against primary vendor advisories before you authorize emergency change on production systems.

What to do

  1. Confirm SAP Commerce Cloud exposure and patch state within 24 hours, deploy WAF or virtual-patch compensating controls anywhere patching is blocked, and bring a mean-time-to-patch number for CVSS 9-and-above internet-facing assets — with a named pre-authorized emergency approval path attached — to the next risk committee.

  2. Fund a session-integrity workstream this quarter covering device-bound tokens, browser debug-port detection, and an enterprise browser scoped to admin and SaaS-console access.

The bottom line

The through-line has a single operational consequence: the exposure is not a missing tool, it is a missing owner and an approval path that only runs on business days. Name the owner for every place software grants itself authority this week, before you fund another platform.