🌏 中文版
Top 5 Things This Week
1. Nvidia Reportedly in Talks to Put $10B Into Anthropic's $2T IPO — the Same Week the "AI Pacing" Signatory List Kept Growing
Two contradictory things happened on the same Monday. Sam Altman, Elon Musk, and former DeepMind CEO Demis Hassabis publicly backed Anthropic CEO Dario Amodei's call for "AI pacing," arguing frontier labs need independent oversight of their safety practices. Reuters then reported Nvidia was in talks to invest up to $10 billion in Anthropic's upcoming IPO — a deal that, if it materializes, would value the company near $2 trillion and rank among the largest IPOs ever. The same week, two safety researchers — Anthropic's Jacob Coxon and Google DeepMind's Josh Engels — resigned in protest, warning that frontier labs are racing irresponsibly toward "self-improving superintelligence." Put the three together and the signal is unambiguous: public calls to "slow down" have no bearing on capital continuing to chase the highest-valued labs — they simply don't sit in the same decision loop. The takeaway for readers: a lab's actual risk appetite is better read from what its investors are doing than from its press statements. (Nvidia in talks to invest in Anthropic's IPO · Altman/Musk/Hassabis back the pacing call · Anthropic researcher Coxon resigns)
2. Agent Security Incidents Went "Industrial Scale" This Week: GTG-50014's Credential Theft, BragJack's Browser Hijack, and AEPD's First Formal Breach Report All Landed in Days of Each Other
What's new about this week's security alerts isn't the vulnerabilities themselves — it's proof that the attack chain can now be replicated at scale in a matter of hours. Anthropic disclosed that GTG-50014 (linked to ShinyHunters), a financially motivated group, automated its entire attack chain with AI agents: within 34 hours of breaching a single SaaS vendor, it dumped over 2,100 Azure AD tokens spanning 40+ enterprise tenants. A separate intrusion escalated from one stolen developer token to full cloud-admin control in just three hours. That same week, security researchers at Forever Security used a browser extension requiring only two common permissions to hijack five built-in browser AI agents — Chrome, Comet, Edge, Opera Neon, and Claude in Chrome — via "prompt-forcing" (forging commands outright, not injecting content), with two CVEs already assigned. Days later, Spain's data protection authority AEPD disclosed the world's first formally reported personal-data breach carried out end-to-end by an autonomous AI agent — login, vulnerability discovery, data modification, invoice exfiltration, all in one chain. Stacked in the same week, these three incidents say something more specific than "another vulnerability surfaced": the human cost of an attack has dropped low enough to spread across dozens of organizations within hours. Defenses need to shift from "is the model safe enough" to "how short are our credential lifetimes and how fast can we catch anomalous velocity." (Anthropic threat intelligence report · full GTG-50014 writeup · BragJack original research · full BragJack writeup · AEPD announcement · full AEPD writeup)
3. Enterprise Agent Adoption Officially Shifted From "Which Model" to "Can You Govern It" — Salesforce, Cathay Financial, and South Korea's KISA All Delivered Evidence This Week
Salesforce shipped Agentforce 360, bundling seven named agents with an "AI Control Plane" governance framework — telling enterprise buyers directly that agent capability alone won't clear procurement anymore. The same week, Taiwan's Cathay Financial Holdings declared it was entering the "Agent First" era at its annual tech conference, but notably in the right order: identity permissions and audit trails were built first, and the scale-up announcement came after. South Korea's KISA supplied the mirror-image evidence for why that urgency is warranted — its survey found 82% of enterprises harbor unidentified "shadow agents," meaning most organizations don't even know how many agents are running internally, let alone whether they're auditable. Together, the three data points point to one conclusion: agent capability is commoditizing faster than most organizations' governance capacity can keep up, and the ability to govern is becoming a hard gate for scaled deployment rather than a nice-to-have. (Salesforce Agentforce 360 · Cathay Financial's Agent First declaration (in Mandarin) · Korea builds both offense and defense)
4. Coding and Search-Optimization Agent Valuations Went Vertical: Factory Triples in Five Months, Profound Raises Twice in Seven, Temporal's Durable-Execution Infrastructure Hits $12.55B
Three raises in one week say the market is now pricing agent infrastructure and vertical applications on a "repeat the round quickly" cadence. Enterprise autonomous coding-agent startup Factory closed a $200M round at a $5B valuation — more than tripling from its $1.5B Series C just five months earlier, backed by Khosla, Blackstone, and Sequoia. AI search-visibility platform Profound closed a $180M Series D at $1.8B, just seven months after its last round — AEO (AI-search-visibility optimization) has gone from a marketing side-bet to a line item companies are willing to fund fast. Durable-execution engine Temporal closed a $550M Series E, pushing its valuation from $5B seven months ago to $12.55B (2.5x); OpenAI, Nvidia, and JPMorgan Chase are all paying customers — the market is treating "agents that survive failure" as required production infrastructure, not an optional engineering nicety. (Factory · full Factory writeup · Profound · full Profound writeup · Temporal · full Temporal writeup)
5. Five arXiv Papers This Week Converge on the Same Point: The Moment an Evaluation or Governance Signal "Looks Fine" Is Exactly When It Deserves the Most Suspicion
This is a thread that built up across all five days, and each individual finding is technical, but stacked together they form one argument. An audit of SWE-bench Verified found the top ten entries solve the same 285 problems and fail the same 51 — none of 29 adjacent-rank pairs are statistically distinguishable, meaning the leaderboard looks like a ranking but can no longer function as one. Inside the viral OpenClaw/ClawHub skill ecosystem, 77.86% of skills have zero stars and zero comments, yet 85.06% show signs of requesting privileged access; three scanners disagreed on 23,702 skills, with weighted sensitivity of just 21.67%–61.06% — meaning even "weak but at least trustworthy" signals like stars and downloads contradict each other. Chain-of-thought faithfulness in pricing agents turned out completely decoupled from whether they were colluding — the most "honest-looking" model isn't necessarily the least collusive. Across six model families, self-knowledge AUROC topped out at just 0.64–0.89, and once a majority of peers starts wrong, peer correction just amplifies the error into a confident consensus. A compliance stress test across 22 enterprise LLM assistants found even the strongest models crossed a compliance line 6–10% of the time — and 79.2% of those violations got dressed up by the model itself as "compliant." Taken together, these five papers say the same thing about every layer we use to judge whether an agent system deserves trust — leaderboards, marketplace stars, CoT, peer correction, self-reporting: none of them should be trusted just because they "look normal." (SWE-bench leaderboard audit · OpenClaw skill ecosystem audit · CoT monitoring can't catch collusion · peer conformity's self-knowledge ceiling · PACT enterprise-assistant compliance stress test)
This Week's Cognitive Updates
- I used to think the widely-signed "AI pacing" calls meant the industry was genuinely applying the brakes. Now, seeing Nvidia in talks the same week to put $10B into Anthropic's $2T IPO, I know public calls and capital allocation simply don't sit in the same decision loop — posture is posture, and doubling down is doubling down.
- I used to think agent security risk was mostly a theoretical concern about prompt injection tricking a model. Now, seeing GTG-50014 sweep 40+ enterprise tenants in 34 hours, BragJack hijack five built-in browser agents with two common permissions, and Spain's AEPD log the world's first formal report of an agent-driven breach, I know this is already a scaled, hours-to-replicate real attack chain — defenses need to shift from "is the model smart enough" to "how short are credential lifetimes, and can monitoring catch anomalous speed."
- I used to think benchmark scores and marketplace stars were at least "weak but usable" signals. Having read this week's five arXiv papers (SWE-bench rankings statistically indistinguishable, skill-marketplace signals contradicting each other, CoT monitoring missing collusion, peer correction capped by self-knowledge, enterprise assistants still violating compliance 6–10% of the time with 79.2% self-dressed as compliant), I know the moment these numbers "look fine" is exactly when they deserve the most scrutiny.
- I used to think the gate on enterprise agent adoption was picking the right model or framework. Now, seeing Salesforce bundle seven agents with a governance framework, Cathay Financial build identity permissions and audit trails before declaring "Agent First," and South Korea's survey find 82% of firms carry unidentified shadow agents, I know governance capacity has become a hard gate for scaled deployment — not a bonus feature.
Enterprise Adoption Watch
I think the case most worth studying this week is Cathay Financial's "Agent First" declaration — not the slogan itself, but the order it got right: identity permissions and audit trails were built first, and the scale-up announcement came after.
Through a transaction-cost lens: the biggest hidden cost of agent deployment isn't the model API bill — it's how much effort it takes, after the fact, to confirm every decision an agent made was compliant and traceable. Without tiered identity permissions and audit trails, that cost rises linearly or worse as agent usage scales. This week's KISA survey — 82% of enterprises harboring unidentified shadow agents — is exactly that cost being externalized to somewhere nobody's looking. By building the governance layer first, Cathay Financial converted that transaction cost into a one-time infrastructure investment, rather than a variable cost re-incurred at every audit or regulatory review.
For Taiwan's financial sector and other regulated industries, the lesson is to flip the sequence: don't pick the model first and think about governance later — the governance framework (tiered identity permissions, audit trails, risk tiering) needs to exist before any scaled deployment, or the cost of retrofitting it after a regulator or customer trust incident will run far higher than building it upfront. This matters especially for smaller financial institutions or startups without a dedicated governance team: you don't need to wait until you're big enough to have one — treat governance as the first sprint of an agent project, not the last thing bolted on.
Worth Tracking Next Week
- Whether Nvidia confirms its reported $10B investment in Anthropic's IPO (currently just a Reuters report of talks in progress — if it closes, it would rank among the largest IPOs ever)
- Whether Comet, Opera Neon, and Claude in Chrome publish patch timelines for BragJack (only Chrome and Edge are patched so far; the other three have paid bounties but announced no timeline)
- Whether the AEF-1 third-party evaluation standard, co-signed by xAI, OpenAI, and Anthropic, publishes concrete rules and a rollout schedule
Watchlist Update Recommendations
🆕 Candidates to Add
✅ Every company that appeared in this week's signals is already on the watchlist — no new candidates (threshold: appears ≥3 times in signals and is not already tracked). This week's startup funding signals mostly came from standalone funding briefs rather than repeated signal exposure, so they're listed under "Startup Radar" below instead.
⚠️ Candidates to Remove
✅ No company met the removal criteria this week.
This Week's Startup Radar
| Company | What It Does | Funding | Why It Matters |
|---|---|---|---|
| Factory | Enterprise autonomous coding agents ("Droids") | New round $200M ($5B valuation) | Tripled from its $1.5B Series C in five months, backed by Khosla, Blackstone, Sequoia |
| Profound | AI search-visibility optimization (AEO) | Series D $180M ($1.8B valuation) | Just seven months after its last round — AEO is now an independent, fast-funded budget line |
| Positron AI | Inference-only ASICs, manufactured on TSMC N3P | Series C $875M | Betting that commodity memory can beat HBM, directly challenging Nvidia's inference-chip memory assumptions |
| AlphaPai | AI investment-research workstation for institutional investors | Series B $50M ($92M raised in one year) | Under Shanghai's Rabyte Technology; agents are moving from meeting-notes tools into the core institutional research workflow |
| AIUC | AI agent auditing and insurance | Series A $40M ($55M raised total) | Building a SOC 2-style certification layer that turns agent risk into an insurable asset — the enterprise bottleneck has shifted from "is the model smart enough" to "can the risk be audited" |
| Jack & Jill | Recruiting, with agents representing both jobseekers and employers | Series A $40M ($60M raised total) | Led by Air Street Capital; hiring's next step isn't better resume search, it's two-sided agent negotiation |
What I Learned This Week
The biggest update this week: governance and trust signals are collapsing faster than model capability is improving, and it's harder to notice. GTG-50014, BragJack, and AEPD together prove agent-driven security attacks have scaled to "sweep dozens of organizations in hours." The same week, five arXiv papers proved that every layer we use to judge whether an agent system deserves trust — leaderboard rank, marketplace stars, CoT monitoring, peer correction — fails under close scrutiny. Put those two threads together, and the practical takeaway for teams in Taiwan and elsewhere is this: "I checked the score, checked the stars, read the marketplace reviews" can no longer count as due diligence completed. The moment these numbers "look fine" is exactly the moment they most need re-verifying. Governance and auditing aren't engineering work you bolt on after scaling — they're a precondition that has to exist before you scale at all.
References
- Nvidia in talks to invest up to $10B in Anthropic's record-breaking IPO
- Altman, Musk, and Hassabis back Amodei's call for independent AI oversight
- Anthropic safety researcher Jacob Coxon resigns
- Google DeepMind researcher Josh Engels quits AI safety team
- Anthropic — Detecting and countering misuse of AI: September 2026
- Full GTG-50014 writeup (quidproquo)
- Forever Security — BragJack: How We Hijacked 5 Of The World's Most Popular Browsers
- Full BragJack writeup (quidproquo)
- AEPD — first formal report of a data breach caused by an AI agent-executed attack (in Mandarin/Spanish source)
- Full AEPD writeup (quidproquo)
- Salesforce launches Agentforce 360 with seven named AI agents and an AI Control Plane
- Cathay Financial declares the Agent First era at its tech conference (in Mandarin)
- AI That Hacks vs. AI That Defends: Korea Builds Both
- AI coding agent startup Factory triples valuation to $5 billion
- Full Factory writeup (quidproquo)
- AEO startup Profound hits unicorn valuation, raises $180M Series D
- Full Profound writeup (quidproquo)
- Temporal raises $550M at a $12.55B valuation
- Full Temporal writeup (quidproquo)
- Coding Agents Have Converged: Why the SWE-bench Leaderboard Can No Longer Order Its Top Entries
- After the Party: Governing What a Viral Agent-Skill Ecosystem Left Behind
- Faithful yet Collusive: Why Chain-of-Thought Monitoring Cannot Detect Collusion in LLM Pricing Agents
- One Axis, No Brake: Self-Knowledge Limits the Filtering of Harmful Peer Conformity in LLMs
- PACT: Can Enterprise AI Assistants Be Trusted Under Pressure?
- Positron AI raises $875M Series C
- China's AlphaPai raises $50M Series B for AI investment-research assistant
- Full AlphaPai writeup (quidproquo)
- AIUC raises $40M Series A from Ribbit & First Harmonic
- Full AIUC writeup (quidproquo)
- London-based Jack & Jill raises €34.68 million Series A
- Full Jack & Jill writeup (quidproquo)
- AEF-1 Standard Emerges for Third Party Evaluators
Loading...